I used to use an old consumer Yoga, and now a new ThinkPad. Some say it’s the wrong way around, I say I want more than 2 cores and 8GiB of RAM. (Un-)Fortunately, I got hooked on the Nix and Tiling-WM drugs quite soon, and so there wasn’t a lot of distrohopping.
libewa
Mit Nix wäre das nicht passiert!
- 1 Post
- 19 Comments
Not Linux, and of course the perfect OS.
You should try it, to get a taste of what is possible, then learn what to do, and maybe even stay. But it’s not for beginners, the terminal-phobic, or people that rarely use their PC.
It doesn’t need fiddling, but it invites you to do so. And the default setup is hardly a best practice: swap on a partition, no FDE, no zram… missing FDE in particular will require you to reinstall, and you better have found out how to do proper backups including metadata.
libewa@feddit.orgto
Fediverse@lemmy.world•Firefox extension for resolving Fediverse handles to URLs?English
1·13 days agoHow does Mastodon‘s „Open URL“ work then? It works with the URLs I get from Lemmy, so it does support some other software…
libewa@feddit.orgto
Linux@lemmy.ml•Any ideas what to add to my list of NixOS things to do?Deutsch
3·20 days ago
libewa@feddit.orgto
Europe@feddit.org•Never mind... parents' names are back on Cyprus ID cardsEnglish
6·21 days agoThe ministry has also asked the European Commission whether Cyprus could issue two different versions of its ID cards, one with parents‘ names and one without, allowing citizens to choose.
While Brussels said EU rules do not prohibit two versions, it warned that doing so is not encouraged, as it could complicate border checks and reduce uniformity. Even so, the Interior Ministry says it is exploring the option after receiving an initial indication from the contractor that it is technically possible.
Nix is absolutely not just for CI, the idea is to use it locally as well, so the CI runs in the same environment.
Note that any user listed in
nix.settings.trusted-userscan place arbitrary directories into the Nix store, and can choose the store key.
libewa@feddit.orgto
Linux@lemmy.ml•Linux desktop use spikes to over 10% in North America for the first time. There is also a corresponding drop in Windows and OSX use.
8·21 days agoI‘d have to rewatch the video, but he used Pop!_OS (with COSMIC) at first, and iirc he switched midway because it was so broken. Elijah used Bazzite, and Luke used CachyOS.
libewa@feddit.orgto
Linux@lemmy.ml•Linux desktop use spikes to over 10% in North America for the first time. There is also a corresponding drop in Windows and OSX use.
10·22 days agoLTT did another Linux challenge recently, and this time their verdict was that they‘d all be staying on Linux for their personal PCs (with FakeLinus dual booting Windows, because he needs software there for his job). They did also say that most of their videos will still show Windows, as that is still the primary target of the manufacturers that send them the press kits.
libewa@feddit.orgto
Technology@lemmy.world•Reddit stock tumbles the most on record as lack of new AI deals, US daily users metric disappointsEnglish
1·22 days agoTry deleting storage for all Reddit domains, that fixes it for a bit.
“Run Level 2 because Level 1 is not permitted to fix anything.” “You don’t want to run Level 4”
It stores one of the keys to my LUKS volume.
I don’t think so, or why would it happen to be sorted exactly by length? And systemd-vconsole-setup.service definitely starts before
NetworkManager-wait-online.service…
I do actually use the TPM for disk encryption and Measured Boot, and can’t simply disable it.
libewa@feddit.orgto
Fediverse@lemmy.world•Reddit keeps pushing on being a closed platform, now rolling out mandatory logging for old.reddit.com - worth pushing for the fediverse again?English
18·26 days agoI always browsed Reddit without logging in, created an account once, and deleted it hours later because the algorithmic feed was too much filtering for me. I want to click on posts as a one-off without permanently altering the way the platform sees me. Now I can‘t browse Reddit anymore, which gave me the final push over to Lemmy. It‘s tragic how much collective knowledge we lost though, as the „You scrolled too much!“ tracking/blocking also applies to search results.
The
nixos-unstablechannel actually does ensure a minimum set of required packages work: Those that would prevent you from booting. The compiling-from-source is because Hydra (the binary cache) only starts building once a package appears innixpkgs-unstable, and if it immediately proceeds intonixos-unstable, or one of its dependencies is different there, that build won’t be finished yet.release-and versionednixos-don’t have that problem, as they have a merge freeze, and are mostly fast-forwarded along unstable.What would be good is a mechanism for Hydra to tell you “I tried to build this derivation, and it failed.” For this, Nix first needs to store build failure, and since store paths are input-addressed by default, you can also skip builds that will certainly still fail.