The feeling of “conflating reality and whatever computer topic you’re currently engrossed in” is too real.
Nailing this regex will save me hours.
Cramming for CCNA while also wedding planning and on codeine for a bad cough, many years ago…I remember the question of how many subnets to fit in each table crossing my head. Shit like that.
(I mention the codeine because my body, as it turns out, has nearly no tolerance for opiates).
she/her
me, a broken man
Some mixed signals here… she should double-check gender.nix
It is a copy of the Reddit post, I doubt these two accounts are the same https://www.reddit.com/r/NixOS/s/7zuK1ifOOo
Either way it’s just a funny post, nobody would actually go through such a hyper focus leaving their wife behind…
… right?
Christ, I knocked over my home theater system when I tried to transition to Mint and absolutely did spend a night sleeping on the couch over it.
She was cis until she started using Nix.
You can just recompile your gender. There’s nobody who can stop you.
Most trans people would say they were never cis. But if she’s the exception, the breakup could be explained as a result of the transition if the wife is straight.
Most trans people would say they were never cis.
Bad terminology on my part, I wasn’t sure how else to phrase it!
I mean, if you were intending it as a joke your phrasing works just as well.
“Gender assigned at birth” would be more accurate, but way too clunky in a sentence.
I believe it’s because they’re not using flakes properly. One of them is relying on an outdated channel, and ends up using outdated pronouns.
I guess that’s why the man is broken
So NixOS is like freebasing Arch, got it. I’m still tempted to spin up a VM, just a taste…
Rip
They’ll find her years later, twitching and mumbling, buried under a printout of https://nixos.org/manual/nixos/stable/options
It is amazing, the power of a mature immutable OS, is amazing. Frankly though Ive found the reality of nix the exact opposite: because everything is configured in the one place, updates, and changes in general are so easy and risk free (rollbacks a breeeeze). So i save more time than lose tbh.
Modules and flakes are next level.
Configure ALL THE THINGS!
I showed this meme to my husband (who uses Arch, btw). He didn’t know what NixOS was and is now curious. What have I done?
You set a timer on your marriage, I’m sorry for you.
The adult version of the old xkcd
Linux now has many mature distros that just work and don’t require much configuration if any - which is the motivation for Nixos, probably
Quick, be fast and setup a binary cache so that he can substitute nixos.org with you.
Trust me, it’s the only way.
Ummm…
I use Arch btw 🙃
Take care of that dude’s wife.
Debian developer/user here. My marriage just works.
I’m a masochist, not only have I installed Arch from CLI several times, I’ve attempted running GPU passthrough to a Windows VM on several different distros just to play like 3 games that only run on Windows.
I attempted this through a fresh build of Arch, 7800 XT for the Linux system and an RTX 3090 for the VM. Every attempt in hijacking the 3090 failed, refusing to not load the card on boot. I struggled with this for hours and days, and through multiple different distros, all while my gf pretended to understand what the fuck I was talking about. “Ok, honey, I’ll be in the living room watching my shows.”
This went on for a while until I decided to give up and just build a second system dedicated for MichaelSoft Bindows.
When my Plex server had a botched TrueNAS update, this effected her as well. Not only were there shows she was watching on there, but she had to endure a week of me copying my media from different drives to rebuild the server on every piece of storage I had in the apartment. I’d come home from work and immediately continue working on it. Computers left on overnight with little progress bars slowly filling up. She’d call me into the kitchen for dinner or ask me to come to bed at 1am when we both had to be up at 6am.
She was actually supportive, maybe a little annoyed, but supportive nonetheless. Everything has now worked as intended for over a year and she even uses our home theater PC running Mint with no complaints or hiccups. Soon I will convince her to move her gaming PC to Linux as well, in due time though.
Stay with her. Supporting you without understanding what the fuck it is you’re doing is a huge green flag for a lasting relationship/marriage.
Also, reflect on how you can give her the same support, with things where you don’t know or understand her struggle.Soon I will convince her to move her gaming PC to Linux
Soon you should convince her to marry you (if that’s your thing)
Already engaged 👈😎👈
Aww best wishes!
😭 Congratulations
True love.
Somehow NixOS really is like a fucking crack. I had like a 6 months non-stop hyperfixation about configuring everything using NixOS and Home Manager. Almost every evening. Now I have a polished setup of my personal and work laptops, homelab server and a VPS. And I have no regrets, this thing is amazing.
Arch User here btw… she left me after pacman -Syu broke my system again. I think I saw her with a Debian User… Damn stable systems!
whispering into the void
That’s it, that’s the problem. You talked to another distribution while still using the previous one. Yous lost your wife’s trust, then it was over.
my wife has endured so much waffle about how great nixos is
i feel bad for her
Immutable distros are a great invention, and soon I’ll be switching to one, once I figure out a couple of things.
Definitely enjoy using my computer and less managing my computer. Trying new things and tinkering is much more liberating with immutables.
Also, not tinkering when you don’t want to tinker.
I’ve used various flavors of Arch for years. I tried Nix and spent several hours failing to do anything - like table-stakes shit like installing packages.
I went back to Arch.
The way out is through
Did you try Nix (on Arch) or NixOS? For the latter, https://nixos.org/manual/nixos/stable/#sec-declarative-package-mgmt explains the basic installation.
I clicked on the first link to the options appendix and noped right the fuck out.
That’s a level of involvement I reserve for activities where I either get paid 100€+/h, or otherwise support my family.And from what I hear, the main selling point of NixOS is how easy it is to reinstall.
Which I don’t do more than once every couple of years.
And then I click “next” a bunch of times on Debian, and copy /home over from my backup.And from what I hear, the main selling point of NixOS is how easy it is to reinstall.
Well, that isn’t the first thing I’d mention, but whatever. Use whatever you’re comfortable with.
that isn’t the first thing I’d mention
…well, what is? The logo looks nice.
For me, the factors were:
- the ability to split your system configuration into logical modules. Describe one logical thing in one file, no matter how many other factors are involved. Don’t want that thing anymore? Just don’t reference the module, and all changes will be reverted.
- easily try out new configurations and roll back, regardless of underlying filesystem, without performance penalties.
- the ability to put logic into your configuration (technically, there’s no difference between what’s typically referred to as configuration and a module in nix, though the latter usually has more “logic” and provides values with lower priority).
- as a consequence, make modules transferable between systems. There’s e.g. a Lanzaboote module that enables Secure Boot in a really smart way on NixOS, and the configuration is in my opinion easier than on any other Linux system.
- the reproducibility, from which the “easy reinstallation” follows
The ease of reinstalling is not the main selling point. That’s just one of the (imho many) benefits of having a declarative reproducible configuration.
Many people balk at the nix language, which i think isn’t that hard to learn, But having to learn just one language/syntax instead of knowing each different application’s config syntax is a huge plus for me. Plus you basically get a preprocessor for all configs, which certainly is nice.
Now if you’re not a software developer i can see why that would still be a roadblock. But honestly for a pretty straight forward setup, most of it you can just find on the wiki or other places.
You should try Guix!
I don’t think I will.
At some point talking to a NixOS user becomes impsb bc they have evt as alias n they spk in it
Ok color me intrigued, what is
evt
? I googled a bit and didn’t find anythingEverything
But yeah, being super personalised is the joke. I don’t see many NixOS users typing out
nixos-rebuild
outside of making tutorials.Ohh I see. Yeah that’s fair. I have a lot of aliases on my machines as well, not even being a Nix user (though I have long term plans to … lol)
Uh oh. I just learned about NixOS right now and I’m intrigued.