Imagine going in for a new OS and getting Windows 11 😬 Must be like getting hospitalized and catching MRSA
- 0 Posts
- 4 Comments
stormeuh@lemmy.worldto
Programmer Humor@programming.dev•Every goto in the Linux kernel / Just another day on the linux-kernel mailing list
4·19 days agoSeems like it’s mostly error handling, which makes total sense to me. In a function with a lot of error conditions, where it also takes more than
return <nonzero value>to report that error, the code would get very cluttered if you handle the errors inline. Using goto in that case makes the normal case shorter and more readable, and if proper labels are used, it also becomes clear what happens in each error case.Sure, you can do that with functions too, but it’s much nicer staying in the same scope where the error occurred when reporting on it. Putting things in a function means thinking about what to pass, and presents extra resistance when you want to report extra info, because you have to change the function signature, etc.
stormeuh@lemmy.worldto
Technology@lemmy.world•Majority of AI Researchers Say Tech Industry Is Pouring Billions Into a Dead EndEnglish
1·7 months agoI agree that it’s editorialized compared to the very neutral way the survey puts it. That said, I think you also have to take into account how AI has been marketed by the industry.
They have been claiming AGI is right around the corner pretty much since chatGPT first came to market. It’s often implied (e.g. you’ll be able to replace workers with this) or they are more vague on timeline (e.g. OpenAI saying they believe their research will eventually lead to AGI).
With that context I think it’s fair to editorialize to this being a dead-end, because even with billions of dollars being poured into this, they won’t be able to deliver AGI on the timeline they are promising.

Epstein isn’t even paying for it! It’s all of his friends, you know, from his list.