The clocks change every minute. I’ve seen some from deepseek and qwen that looked ok. But kimi seems to be the most consistent
- 0 posts
- 4 comments
Joined 1 year ago
Cake day: March 4th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- SolarBoy@slrpnk.netto
Linux@programming.dev•Might need to switch distros, which one should i use?English
9 monthsWhat 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


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.