I did not enjoy finding out only at the end that the images in this blog post are generated/made using AI.
- 0 Posts
- 7 Comments
Sweet, perhaps it will run better than Whisper (according to the graphs at least) on my poor phone as voice input method. Whisper works great if I give it 20-30s to think :)
mat@linux.communityto Europe@feddit.org•Trump announces tariffs of 30% on the European Union, starting August 1.English107·18 days agoAh yes my favorite Country, the European Union.
Absolutely +1 for flakes. It’s got some annoying UX sometimes (make sure you
git add
any new files before building!) but absolutely makes up for it by its features.
NixOS is indeed probably the safest way to run an “unstable” distro. No matter what you do or mess up you can always reboot back.
I (maybe) ended distrohopping last year when I gave NixOS a shot. I can’t recommend it for beginners but once you understand generally how things work on Linux (and have an interest in programming) it’s a superpower to be able to define your entire setup as a single git repository. If something ever breaks, I can reboot into an older commit and keep using my computer, or branch off in a different direction… I’ve only scratched the surface of NixOS and yet I can already make a live USB containing my setup with a single command, or deploy it (“infect”) to another machine and manage e.g my work desktop and my personal laptop sharing most settings. Also it taught me about Nix (the package manager, which also runs on any distro and macOS independent of NixOS) which I now use to set up perfect development environments for each of my projects… if I set up dependencies once (as a flake.nix shell), it’ll work forever and anywhere.
Cool! Hope it works out.