• 0 Posts
  • 422 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle
  • I shutdown my Desktop daily, sometimes more if for example I’m playing in the morning and going out for lunch and coming back in the evening and playing again. In short if I’m going to spend over an hour not using it I’ll power it off, no reason to keep it on and honestly it powers on almost as fast as coming back from hibernation so why bother? That made sense before SSDs, but nowadays I don’t see much reason.

    There’s one big exception, and that is sleeping in the middle of a game, to be able to be back in the game in seconds. It’s one of my favorite features of the Steam Deck, but I haven’t tried it on my desktop because I usually use it for other stuff too so it’s not as useful there.


  • But what is a trusted provider? How can you trust it? How sure are you that you’re not being MitM? Have you fully manually verified that there’s no funky flags in curl like -k, that the url is using SSL, that it’s a correct url and not pointing at something malicious, etc, etc, etc. There are a lot of manual steps you must verify using this approach, whereas using a package manager all of them get checked automatically, plus some extra checks like hundreds of people validating the content is secure.

    To do apt get from an unknown repo, you first need to convince the person to execute root commands they don’t understand on their machine to add that unknown repo, if you can convice someone to run an unsafe command with root credentials then the machine is already compromised.

    I get your point, random internet scripts are dangerous but random internet packages can also dangerous. But that’s a false equivalence because there are lots of safeguards to the packages in the usual way people install them, but less than 0 safeguards to the curl|bash. In a similar manner, if this was a post talking about the dangers of fireworks and how you can blow yourself up using them your answer is “but someone can plant a bomb in the mall I go to, or steal the codes for a nuclear missile and blow me up anyways”.


  • Last year I would have said Arch. I have been running it for over 15 years with some small breaks to try stuff, or with some machines that have company issued OS. But I have been toying with NixOS, and honestly I’m loving it. If I had to choose only one and couldn’t change it it would have to be Arch, I know I can get 5 years with it easily, but if I was setting a new system today it would almost assuredly be NixOS, I might regret that 3 years down the line when there’s something I can’t get to work, but the more I play around, the less likely I think that would be, and the more comfortable I feel that I will eventually migrate to NixOS fulltime


  • But those are two very different things, I can very easily give you a one liner using curl|bash that will compromise your system, to get the same level of compromise through a proper authenticated channel such as apt/pacman/etc you would need to compromise either their private keys and attack before they notice and change them or stick malicious code in an official package, either of those is orders of magnitude more difficult than writing a simple bash script.












  • While I understand what you’re talking about, I would argue it’s bad metaprogression that you dislike. I liked Rogue Legacy when I first played, but didn’t enjoy the second one even though it’s essentially the same. Let me give you an example of good metaprogression: Dead Cells.

    There’s the metaprogression that allows you access to new areas and new mechanics, but that’s fairly quick compared to the length of the rest of the progression, and I would argue it’s not the sort of thing you’re complaining about.

    What could be similar is the way you unlock equipment, although you don’t become stronger with each run, you unlock more weapons. This gives you variety, but the vast majority of the progression happens in your head. If you have enough hours in Dead Cells and think the metaprogression is what made you so good at the game that you couldn’t finish one level when you started and now you play for hours, do me a favor and start a new save. After being on the second cell I bought the game for a different platform, on my first run I got to the first cell.

    Which brings me to the second metaprogression in the game, cells. They make the game harder, not easier, and it’s the way to progress, you have to purposefully make the game harder to progress. IMO this is how metaprogression is supposed to be done, you need to be better, and when you think you’re good enough to beat the game it lets you know “you’ve only just started”.






  • If you’re going to use Arch you should use Arch. One of the biggest advantages for Arch is the AUR which can cause many issues on Arch based distros that are not Arch.

    That being said, for a media center, if you’re not used to, I wouldn’t go with Arch, Debian is a much better choice since you’re already used to it and should be good for that use case.