• 0 Posts
  • 117 Comments
Joined 11 months ago
cake
Cake day: June 23rd, 2024

help-circle


  • For me, the factors were:

    • the ability to split your system configuration into logical modules. Describe one logical thing in one file, no matter how many other factors are involved. Don’t want that thing anymore? Just don’t reference the module, and all changes will be reverted.
    • easily try out new configurations and roll back, regardless of underlying filesystem, without performance penalties.
    • the ability to put logic into your configuration (technically, there’s no difference between what’s typically referred to as configuration and a module in nix, though the latter usually has more “logic” and provides values with lower priority).
    • as a consequence, make modules transferable between systems. There’s e.g. a Lanzaboote module that enables Secure Boot in a really smart way on NixOS, and the configuration is in my opinion easier than on any other Linux system.
    • the reproducibility, from which the “easy reinstallation” follows






  • Do programmers actually like bash?

    I’m not a programmer and I really don’t like bash. Not because I don’t like shell. In fact I do like fish as a shell. But bash always feels super weird. Unfortunately that’s kind of the compatibility baseline on Linux (I don’t think any relevant system needs strict sh compatibility). But better bash’s weird arrays than none at all, plus process substitution is handy.











  • SSRIs and SNRIs helped a lot of people, going after them is a recipe for disaster.

    Sure, I’d prefer if fewer people needed them, and they do have downsides. But in my opinion, the reasons for the mental conditions that require treatment are mostly societal, and there are no signs of these improving.

    What’s the alternative going to be? Tricyclics? Therapy for everyone? I suspect it’s a “fuck you” to everyone affected.

    My only hope is that he’ll actually push for legalisation of psychedelics which in some cases might offer an alternative, though they come with their own downsides (e.g. a friend of mine is on SSRIs but probably couldn’t replace them with psychs for his depression because he had panic attacks and could be at risk for psychosis).

    Luckily we aren’t US citizens.