• 0 Posts
  • 161 Comments
Joined 4 months ago
cake
Cake day: January 13th, 2025

help-circle
  • I mean if I was in college I’d totally use “AI” to write first drafts. But I’d never, ever trust it to write a final paper. Just like now the only thing I use it for is embedded in my IDE (software development software basically) in an “autocomplete” fashion in which I let it finish writing a block of code I start typing and then I go and make it what I actually wanted. Great timesaver for the boilerplate code required in a lot of languages. In reality that’s what this iteration of “AI” should be used for in most case, helping, not doing. But corporations want to replace people, not just make them more efficient, so here we are.


  • Oh these benefit people, just not the general public.

    They create an enemy that fascism needs to exert control and make people feel good about the loss of their rights in the name of combating that made up enemy. And the enemy needs to be so weak and unlikely to be able to fight back so they can stay an enemy for longer without causing any real issues, because they never had the power or desire to cause the issues they’re accused of causing. In fact it’s usually the fascist state that’s actually causing what issues there are and the rest are just nonsensical hyperbole.



  • Which is exactly what the “anti-woke” campaigns are fighting against. I was really sad to hear that propaganda when I started up a Chris Rock standup special on Netflix yesterday. Even people who would benefit from “woke” policies like combating racism in police departments or poor people who need medicaid, Medicare, Social Security, etc., are being turned against their own interests in the name of creating an enemy for facism to “fight” against so people ignore the loss of their own rights and ability to survive.



  • Signal isn’t that kind of app. It protects your data in flight, but only has minimal protections after the recipient gets the message. It’s a whole other game to protect data at the endpoint. If you can’t trust your recipients to protect data, then you shouldn’t send them data needing protection. In order to do that you need control over all levels of the device receiving the data, hardware, operating system, file system, and software. Anything else will always leave openings for data at rest at tge destination to be compromised by untrustworthy recipients.





  • LLMs are perfectly fine, and cool tech. Problem is they’re billed as being actual intelligence or things that can replace humans. Sure they mimic humans well enough, but it would take a lot more than just absorbing content to be good enough at it to replace a human, rather than just aiding them. Either the content needs to be manually processed to add social context, or new tech needs to be made that includes models for how to interpret content in every culture represented by every piece of content, including dead cultures who’s work is available to the model. Otherwise, “hallucinations” (e.g. misinterpretation and thus miscategorization of data) will make them totally unreliable without human filtering.

    That being said, there many more targeted uses of the tech that are quite good, but always with the need for a human to verify.




  • A desktop environment is a waste of resources on a system where you’ll only use it to install and occasionally upgrade a few server applications. The RAM, CPU power, and electricity used to run the desktop environment could be instead powering another couple of small applications.

    Selfhosting is already inefficient with computing resources just like everyone building their own separate infrastructure in a city is less efficient. Problem is infrastructure is shared ownership whereas most online services are not owned by the users so selfhosting makes sense, but requires extra efficiencies.



  • Unfortunately, not everyone has a choice in who they work for in end-stage-capitalism. Work is about survival, not ideology. The majority of Americans are not far-right capitalists, but the vast majority of CEOs are, and it’s not really possible to survive long enough to state a small business in most of the US without investment from a far-right capitalist or inheritance (usually also from a far-right capitalist family member).



  • I have a separate boot partition so the rest can be encrypted with luks. That’s all that’s needed in a large majority of scenarios. Most other setups end up needing to resize something at some point which in many cases is a total pain.

    On my primary PC I do have a second hard drive for documents and other long term storage files that I want to access more often than on the NAS. This way it’s nearly impossible to lose those files of I reinstall something and it can act as a temporary backup storage for settings files when I do reinstall stuff rather than having a partition that wastes space or runs out of space.