• 30 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: December 28th, 2023

help-circle








  • Unpopular opinion but games with community-driven multiplier (i.e. people hosting their own servers) is infinitely better than matchmaking multiplayer running on the dev/publisher’s servers if only for the sole reason that players have a choice of what kinds of communities they want to build and what things other players should be allowed to do instead of being forced into a sterilized commercial monoculture. I should be able to say “KYS KYS” in game if the people I’m playing with are okay with it.



  • Food is fuel and construction material.

    I live in the netherlands rn and basically at some point in history there was a guy called Calvin who convinced almost everybody to see food this way. To this day traditional dutch food is the blandest, saddest assortment of dishes imaginable. Thank god for immigrants bringing in some flavour.








  • I once tried brushing my teeth with baking soda instead of toothpaste for a few weeks. From what I understand, they have about the same level of abrasiveness, so they should be about as good at scrubbing the gunk out of your teeth. The key difference is that toothpaste has fluoride in it. After a while I started having pain/irritation in my mouth and gums. It went away when I went back to toothpaste. So if anyone was looking for anecdotal evidence of fluoride being good for your teeth, there you go.







  • Partition management is the single most chaotic chore that you come across as a casual computer user, change my mind. Depending on the partition table and filesystem, each filesystem can have zero, one or two labels assigned to it. But there is no consensus about what to actually call these labels. I’ve seen “partlabel”, “label”, “partition label” and “name” with no obvious way to tell whether the tool is talking about the label stored in the partition table or the label stored in the filesystem.

    So just use UUIDs to refer to partitions instead of labels, right? Wrong! Each partition has both a UUID and a PartUUID which are not the same. It’s simple once you are aware of that fact, but if you are not, it can lead to hours of confused troubleshooting. I learned this the hard way.