

91·
2 months agoThe clocks change every minute. I’ve seen some from deepseek and qwen that looked ok. But kimi seems to be the most consistent


The clocks change every minute. I’ve seen some from deepseek and qwen that looked ok. But kimi seems to be the most consistent


What extra safety do you get by using pinned nixpkgs revisions? And how to do it without flakes (if that’s possible?) I’m currently just using the standard configuration. Occasionally had to do a rollback without issues.


All those things don’t work on immutable systems? I’m on nixos and I haven’t needed signing, but I didn’t know it was just not possible
Keepassxc for storing/managing passwords. Also supports 2FA, which is great. I can just copy my password db over to whatever device I need it. Or sync it with syncthing
I’ve basically done this for games and other programs using this desktop file:
[Desktop Entry] Name=Run with Bottles Comment=Run directly with bottles Icon=com.usebottles.bottles Exec=bottles-cli run --bottle Gaming --executable %f Terminal=false NoDisplay=true Type=Application Categories=Utility;GNOME;GTK; StartupNotify=true StartupWMClass=bottles MimeType=x-scheme-handler/bottles;application/x-ms-dos-executable;application/x-msi;application/x-ms-shortcut;application/x-wine-extension-msp; Keywords=wine;windows; X-GNOME-UsesNotifications=trueSave as
runwithbottles.desktopin~/.local/share/applicationsAnd remember to change--bottle Gamingto whatever bottle you want to use.Now you can run any .exe by double clicking on it. If you associate it with ‘Run with Bottles’ This needs bottles to be installed, but allows you to run executables with Proton or Proton-GE too.