• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle

  • Really long freezes, while it could be something else, are often caused by the RAM being full, this is called thrashing.

    Big memory hogs like the browser or discord could trigger thrashing behaviour if you’re already low on RAM. Since this happened after an update, the most likely cause is a bug in any one of the many processes that are running on your computer. That kind of bug is called a memory leak, where a process is requesting memory for something, but then fails to give it back when no longer needed.

    You should monitor memory usage to see if it is that, and to find out what process it is.


  • Bill Gates is a monopoly capitalist with zero scruples. He screwed over so many people, vacuumed up so much wealth from all other sectors of the world economy. He has zero qualms about doing this either: There’s video of his depositions in the anti-trust case against Microsoft, and the whole fucking time he just argues semantics in response to the questions, and when pressed after five minutes of defining every fucking word in a sentence, almost always claims he doesn’t know or recall. Obviously a guy that thinks being as dishonest as it is possible to get away with is perfectly good business. And he does that despite whatever the outcome of the case, he’d be richer than billions of humans collectively. What pathology is this?

    There’s so much more shit, like the incessant lobbying for medical patents worldwide, or how, according to Melinda, Gates loved hanging out with Epstein.

    Now, why would anyone want to have their picture taken with that guy? Torvalds is such an unprincipled lib.

    Edit: Listened to some of the deposition in the background. Here Gates is being extremely annoying for example: The interviewer reads back an email from Gates saying something like “browser share is a very, very important goal for this company”, and then asks what other companies he’s comparing browser share with. Gates goes several minutes arguing he’s not talking about any other companies, since literally there are no other companies mentioned in that very sentence, obviously pretending like he doesn’t understand the question. If you listen to all the shit before, they have to go over whether “browser share” means “market share” (Gates says no), whether “very, very important” and “important” have different meanings (Gates says not necessarily, could be hyperbole), and that sort of stuff for minutes on end. Like seriously listen to this, I cannot even describe how stupid it is.



  • Anyone who has never even used a computer before can go to one of these websites, follow the instructions on the screen in front of them, and get it done. Zero experience or skills required.

    No they don’t. People who have never used a computer before have trouble even using the mouse. They don’t know what a file is, they don’t know what a filetype is, they don’t know that you can convert one type of file to another, they don’t know even to look for a file conversion website, they don’t know how to upload a file to a website, they don’t know how to find a file in the file dialogue, and on and on. Seriously what are you on about?



  • Making a GUI is more work than making a CLI tool. GUIs are not cross-platform, a pure CLI is more portable. You can code a CLI with any programming language you like, while there are many restrictions on what kind of GUI is available on what programming languages and platforms.

    The GUI code is tedious and boring to write. That code can become outdated and broken and might need fixing to run on newer platforms. The CLI has essentially no extra dependencies and the interface hasn’t changed much since like the 70s.

    The sort of person who develops free software usually knows and likely prefers to use the CLI. They’re not doing it for users like you, first and foremost. They’re doing it themselves, or because they need it for their job. The CLI tool might be exactly what they want, because the file conversion is part of some backend stuff, something that’s run from a script, so you can automatically run it on all the files.

    Anybody with basic web dev skills can then take these tools, slap together web fronted and try and make some quick bucks. They’re basically incentivized to not care about security, privacy or anything like that. Of course that space attracts scammers.

    The incentives just aren’t there for it to be any other way. You can either learn the CLI commands, written by people who care about their reputations and professional pride and want to share their tools. Or you can trust anonymous internet randos wanting to make a quick buck. And while I sympathize not wanting to have to learn new shit, I swear using a shell isn’t actually more complicated than using a web browser, you’re just not used to it.