Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FL
Posts
42
Comments
1,671
Joined
2 yr. ago

  • I use nixos for dev all the time, personally I think it's great

    What I would suggest however is to install the nix package manager on another distro, learn how it works that way and then switch when you're comfortable only using nix

    Flakes are absolutely incredible for development and I think every project beyond scrappy scripts should use them.

    You can specify all your dependencies (compiler, libraries, cli tools, environment variables etc) in your nix flake, then run nix develop and it'll make you an isolated shell with all that stuff

    (For example, I don't have go, rust or dotnet installed but when I cd into one of my projects directors it installs them to a temporary shell and catches them until I clean up)

    The flake also generates a lock file which specifies every version of every dependency with a git rev and a hash, meaning if you check flake and lock into git, anyone else who clones that project and uses the flake gets the exact same system you were using

  • I imagine the broken packages thing are less about the framework itself, he's probably using discord or other electron stuff right?

    I've found when an electron package gets marked as insecure it takes everyone a while to update to the secure one

    The clicking sleep thing is interesting one but at the moment I'm doing something very similar anyway

  • Not planning to give up on the trusty ThinkPad soon anyway

    So far the evidence I've seen has been overwhelmingly that arm chips are way more power efficient

    People say it makes no difference but I've yet to see an x86 device come close to the arm ones battery wise, seems like a strange coincidence

  • Hmmm 3 hours battery is definitely a major downside, given it charges off usb c less of an issue but still

    Was actually considering getting one of those copilot pcs once the Linux support catches up, supposedly people are charging those things once a week or so