• 2 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle


  • Your work machine grinding whole beans already puts it far above the average work machine. I can’t drink the coffee from my work machine unless I cover it up with loads of milk and sugar, and then I might as well just drink an bottled iced coffee or a Celsius.

    I actually bring an aeropress go to work for my coffee. Fits comfortably in my desk and takes ~3 minutes to make a nice cup.




  • I’m not familiar enough with Pacman to know what that command does. It’s definitely not as clean or easily manageable for servers as NixOS is. Especially not when you have multiple systems of which you would like some packages to be shared and others not. It also still doesn’t allow you to manage global system configurations.


  • priapus@lemmy.oneto196@lemmy.blahaj.zonerulez
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Thank you for sharing this site!

    Also, the Google Noto Emoji’s android uses are open source, so if you’re looking for them you’ll find them used in lots of logos. Super Auto Pets uses them for a ton of the icons and animals.







  • A simple bash script is not reproducible or deterministic. Also a filesystem rollback is not the same as NixOS’s generation based rollback.

    Also, NixOS doesn’t just install packages, all system configuration is done declaratively, which would be a very bad idea to do via a bash script.