

Yeah this seems right. It’s not comparable to who was excited about computers or even automobiles. It’s comparable to who was excited about offshoring, colonisation, or slavery.
So class war as usual.


Yeah this seems right. It’s not comparable to who was excited about computers or even automobiles. It’s comparable to who was excited about offshoring, colonisation, or slavery.
So class war as usual.


https://en.wikipedia.org/wiki/List_of_U.S._states_by_the_number_of_billionaires
It looks like 7 of them are not just idiots
Dear AI, please upscale this image, but also try to make tons of subtle changes that completely ruin the vibe. Do it in a way that makes it clear that you’ve been trained on lots of images from The Simpsons, but have no idea what the fuck is going on in any of them.
What you’re missing is that “local boat charter Patrick Lee” from Florida has no idea what he’s talking about.
Well that was fucking dark. Good read though
I really need to figure out a better sandboxing method for shells. It’s crazy to be things where my keys, browser data, shell history are all accessible.
I do try to use firejail where possible, but it’s quite cumbersome. Every so often I look for tools to help with this, but everything is oriented around making a specific program (e.g. Firefox, steam) work.
MrBeastYouTube LLC
The company has YouTube in the name? That seems very weird.


Wouldn’t the transmission be directional to a satellite or possibly other aircraft? It doesn’t seem like something that would be useful on the ground.


That’s true, but as a maintainer you could encourage those helpful maintainers to triage issues from regular users.
I think the real benefit would come from taking a user’s reputation into account across projects.
At the end of the day you can’t have low effort pull requests, and expect maintainers to look at everything. It’s the same spam problem as in any other domain.


Surely we can come up with networks of trust for this sort of thing, so that you don’t have to deal with PRs from people with no references.


When buying a laptop in 2026, you really need to consider how easy it’s going to be to keep it running with parts you’ve scavenged from other road-warriors.
Why is everyone okay with boilerplate? Did we forget what programming languages are supposed to do?
You still have to maintain that code.


But in 1945, for the first time since the age of Columbus, it was contracting.
So the point of this speech was: don’t make the mistake of fighting fascism again.
That’s how you keep score in bowling.
I just finished Normal People, which was my first Sally Rooney book. I loved it, but I wouldn’t say it had a lot of political theory, just light commentary by the characters. I take it you recommend Beautiful World?
I’m currently reading The Bricks That Built the Houses by Kae Tempest. It might be a good candidate, but I’m not far enough through to really recommend it yet.
Some that come to mind:
The genie produces code at a pace no human reviewer can match. Coding isn’t the bottleneck anymore. I can explore three different implementations before lunch. I can refactor aggressively because the cost of trying something is so low.
Gross
If coding was the bottleneck, there was something badly wrong and AI is not the solution.
That’s not to say it’s the fault of the devs who are using AI, but we obviously haven’t given them the languages and libraries they need to express themselves concisely.


You’re still using their hardware for the coordinator, artifact storage, etc. aren’t you?
The last thing I want to be doing is defending microsoft, but this is inevitable in any free service. In fact this seems like one of the least-bad ways of enshittifying.
We should all be moving to self-hosting or shared hosting through a non-profit, but neither of those are going to be free.


https://en.wikipedia.org/wiki/Online_Safety_Amendment#Platforms_affected https://www.esafety.gov.au/about-us/industry-regulation/social-media-age-restrictions/which-platforms-are-age-restricted
eSafety does not have a formal role in declaring which services are age-restricted social media platforms. In the absence of any rules made by the Minister of Communications specifying a service is either an age-restricted social media platform or not an age-restricted social media platform, any determination that a service is or is not an age-restricted social media platform is a matter for the court.
Services which do not currently meet the definition of ‘age-restricted social media platform’ should routinely self-assess, including when introducing a new social feature or function or when observing changes in the ways existing and new account holders are using their service.
So technically they need to self-assess based on the legislation, but based on the published lists I really doubt they have anything to worry about.
I try to use firejail on nixos when I can’t do something in the build sandbox.
It’s painful, and I’m always on the lookout for something better. I’d at least like a portal-ish system where I can easily add things to a sandbox while it’s running.
Edit: if anyone has any issues or discussions about this I’d like to contribute.
Not OP but I was a pretty competent C/C++/C# programmer first. Lisp and Haskell both totally changed how I thing about programming. I’ve used all the other languages you listed and I don’t think any of them have a unique philosophy to offer, except maybe rust for the memory model.
Lisp teaches you how flexible programming languages should be. Haskell teaches you about things like higher kinded types, and exposes you to loads of cool category theory stuff. Other languages can probably accomplish these goals, but I don’t think any of the alternatives you listed could.