• 1 Post
  • 5 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.


  • Yeah that stuff I myself got rid of back in the Gnome 1 days when you could still customize all that. I appreciate that the Gnome devs came to the same conclusions as me.

    • Desktop icons are usually hidden behind windows. It makes more sense to put launch icons in front of everything else, like Gnome does when you hit the Win/Super key.
    • Minimize is unnecessary when you have workspaces and efficient window switching methods. Same for the task bar.
    • A long time ago, when I was young, I played around with themes and shit, when that was still supported. There were always problems. Theming any complex set of applications yourself is basically impossible without causing issues, and themes made by others also exhibited this problem. You need a concerted long-term effort, plus buy-in from basically all app development teams, to make a comprehensive theme. Note how Microsoft/Apple don’t want to support theming either.
    • Systray was always some excuse for apps to just keep running in the background while not taking up taskbar space. Steam can go fuck itself, just please exit when I ask you to, and don’t treat the close button as “minimize”. If I wanted Steam running in the background I would just put it on another workspace.


  • I looked at this a looong time ago, but the basic idea is that the tokens (equivalent to cash coins/banknotes) are generated on the end user’s device, through some public-key cryptographic back-and-forth protocol. The issuer (bank/central bank/payment provider) does not see these tokens (they’re only on the end users device), but can verify that they’re legit (i.e. issued by them) somehow.

    You can take one of these tokens to them, and deposit it in an account. They won’t know who it’s from but they know it was legitimately issued by them. Depositing a token is also supposed to be the only way of figuring out if it is a legit token, the bank will not tell you if a token is legit unless you deposit it.

    When someone pays with these tokens in a shop, the shop will want to immediately (during checkout) deposit them, to make sure they’re legit, and also to make sure the token hasn’t been double spent. A shop that doesn’t do that makes itself vulnerable to fraud. This means shops will have a hard time hiding their revenue (to dodge taxes) compared to cash.

    If someone you trust gives you a token (birthday money from your grandma, say), you don’t have to immediately deposit said token, since presumably you trust your grandma to not give you fake or double-spent tokens. Since you trust you grandma, there is no need to deposit the token and involve the bank, and that transfer would be untraceable (it’s literally just copying a number from her phone to yours).

    The idea is that shop owners would have a hard time dodging taxes without opening themselves up to fraudsters using fake tokens, while the customer cannot be identified. You’d also be able to exchange tokens with family and friends in a way that isn’t traceable, as long as you trust them to not screw you over.