• 15 Posts
  • 462 Comments
Joined 10 months ago
cake
Cake day: June 28th, 2025

help-circle

  • I think this entire war was so Trump and the admin could personally enrich themselves by taking control of Iran’s oil in some way. They had success doing it Venezuela, and they were then convinced they could do it in Iran too. Attacking these countries would only produce limited, “well I agree, but don’t like the way he’s going about it” push back from establishment Dems and Western politicians in general. Israel “helping” is just a bonus, and provided further buy-in from the many Zionist politicians. They thought it would be a quick decapitation and puppeting like Venezuela was. I think Israel made things worse for the admin by bombing the people the admin had in mind for being the leaders.



  • Many of the super wealthy obviously want to create company towns again (I think Musk is already in the process). Child labor laws are being rolled back. Wouldn’t be surprised if stuff like debtor prisons come back. We are in the process of building concentration (and likely labor) camps for the homeless. We have and are building concentration camps for the undocumented. People are openly talking about denaturalization. I think it’s clear where the “elite” want to see things go. Open question is how far we collectively will let them.



  • Key is having it write tests and have it iterate by itself, and also managing context in various ways. It only works on small projects in my experience. And it generates shit code that’s not worth manually working on, so it kind of locks your project in to being always dependent on AI. Being always dependant on AI, and AI hitting a brick wall eventually means you’ll reach a point where you can’t really improve the project anymore. I.e. AI tools are nearly useless.



  • I don’t think it’s so much “fear” of defying the president as it is they’re getting what they want from him (white christo-fascism), and they’re getting bribed by the same people. Most of the Dems are also dependant on the same interests as well (not necessarily the white Christian-nationalist stuff, but the same money). The concentration of wealth has put far too much power into too few hands. These same people are heavily influencing politics and public opinion worldwide. Idk, how we get out of this mess; have to bring the entire global economic system to its knees; forcibly redistribute their wealth or make it worthless I guess.




  • I tried some new ones recently (though I have a 24GB GPU). Qwen3.5 9B is pretty impressive for such a small model for agentic stuff like Claude Code. (I can run the Opus distilled model quantized to 6 bit with the full 256k context and no CPU offloading). Gemma4 26B is good if I don’t need agentic stuff or a lot of context (it sucks for agentic stuff). You can probably run the smaller versions of these, or with less context.


  • Hmm, just looked it up, and the image of Rosie most famous today was commissioned by the Westinghouse Electric Corporation for internal use to discourage strikes.

    Yeah, this community has a lot of tankies. I think there’s stuff to learn from the past, but too many people try to whitewash or emulate it. These are different times that require different ideas and solutions; especially if we want to be better than we were in the past.










  • I do try to give it a chance and use it every once and a while (most recently Claude Code; last year, Cursor), and it has been my experience that it personally decreases my productivity and quality. I found that even CoPilot’s autocomplete would introduce bugs if I decided to “trust” it and try to work too fast without meticulously reviewing every token generated. I have seen people I work with use AI to quickly create decent looking prototypes (i.e. bog standard, boring design), but I think this is still detrimental because they lose the full benefit of exploratory programming (and of course, the prototypes just have all kinds of faked data and functionality, glaring security problems, bad architecture). I’ve also experienced people submitting nonsense vibe-coded pull requests that would break tons of things they shouldn’t have even touched for the issue. I could see a less interested or overworked reviewer letting stuff like that through, which is why I think we’re seeing all these failures and bugs at these big tech companies. So for me, at least, I haven’t seen the benefit. Using CoPilot in VSCode actually caused me to go back to using nvim and lsp plugins :)