585

NixOS is my new daily driver after a hard start and many copy+pasta from Github Repos ^^

top 50 comments
sorted by: hot top controversial new old
[-] Dasnap@lemmy.world 79 points 4 months ago

When I first started my job, a coworker set me up with a machine running NixOS. I gave it a year before I binned it for Ubuntu. I just... didn't see the point? The troubleshooting wasted so much of my time for seemingly no benefit.

[-] jaxiiruff@lemmy.zip 45 points 4 months ago

The config file for managing basically the whole OS is amazing to begin with. Also the fact that the system is freshly rebuilt every update is neat too. And there is something where if a certain package requires a certain version of a library it will be installed alongside the current version just incase. Avoiding dependency hell.

About troubleshooting, the official wiki for nixos got made this year so it finally will start to make sense to new users. I used to use arch because of their amazing wiki but now I use nixos since there is an active effort to make it easier.

wiki.nixos.org

[-] msage@programming.dev 8 points 4 months ago

I use Gentoo btw

[-] refurbishedrefurbisher@lemmy.sdf.org 16 points 4 months ago

I've been using NixOS for about 3 years. Probably going to switch back to Arch, though.

load more comments (1 replies)
[-] iAvicenna@lemmy.world 50 points 4 months ago

You didn't even care to relabel the axes, I don't trust you.

[-] Siegfried@lemmy.world 5 points 4 months ago

It was about dwarf fortress, i refuse to belive otherwise

[-] morbidcactus@lemmy.ca 4 points 4 months ago

I vaguely remember it being about EvE Online, totally possible it was repurposed.

load more comments (1 replies)
[-] hendrik@palaver.p3x.de 28 points 4 months ago

The axis don't make sense.

[-] SirSamuel@lemmy.world 14 points 4 months ago

The original comic was about the learning curve of various games. The black line represents Dwarf Fortress

The original comic was very accurate

[-] dev_null@lemmy.ml 8 points 4 months ago

No, the black line is EVE Online. There could have been an edit replacing it with Dwarf Fortress, but the original is definitely about EVE Online.

[-] SirSamuel@lemmy.world 4 points 4 months ago

Oh dang you're right, I definitely remember a DF version but yes

[-] Bosht@lemmy.world 7 points 4 months ago

I have Dwarf Fortress on my wishlist and while it's cheap to pick up...yeah that looks like X4 levels of complexity but in 2d. Not sure if I'll ever be ready for that, haha.

[-] KittyCat@lemmy.world 3 points 4 months ago

Except it is in 3d, you can just only see 1 slice at a time making it that much harder.

[-] SirSamuel@lemmy.world 2 points 4 months ago* (last edited 4 months ago)

So if you've played Rimworld it'll feel familiar. Much more complex but part of that complexity is because you can traverse the Z axis, and make multi-level fortresses. ~~I don't think Tarn has ever recoded to allow multi thread processing, so everything runs on a single CPU core (my info may be out of date). If that's still the case~~ At any rate, the end of every fortress (that doesn't succumb to a mood spiral or a were-beast or an elf invasion or the circus or forgetting to pack an anvil or vampires or a cavern collapse) is fps death. Usually from cats. But remember, losing is fun!

load more comments (1 replies)
[-] StarlightDust 22 points 4 months ago

I don't think I will ever feel comfortable learning NixOS since they accepted a sponsorship from Anduril until there was community backlash. Anduril performs violent border survailence for the US government and are responsible for a huge amount of death and suffering.

[-] starman@programming.dev 6 points 4 months ago

I don't like Anduril either, but what's wrong with taking their money and using it for good purpose?

[-] psivchaz@reddthat.com 6 points 4 months ago

I'm with you in some cases. Who you take money from is not the same as who you give money or support to, necessarily. I think the worry in this case is that it's a surveillance company.

[-] acockworkorange@mander.xyz 21 points 4 months ago

Windows is decidedly the green line, Debian the red.

[-] Reucnalts@feddit.de 8 points 4 months ago

Was thinking same. I always think windows is the easiest to get used from beginning, but that could be cause windows was the first operating system i was dealing with. Playing with the amiga 3000 could be the start, but there i was only 5

[-] Ziglin@lemmy.world 3 points 4 months ago

Windows XP wasn't exactly intuitive to me and now only I know what my keybinds for Hyprland are so um maybe you're right. Honestly switching to Ubuntu made things a lot easier for me than they were on windows because it was easier to change settings and similar just by using terminal commands rather than a weird gui or not at all.

[-] Reucnalts@feddit.de 2 points 4 months ago

Maybe it is the weird gui...as a kid i didnt question it and just get used to it so now it feels "natural"

[-] Anti_Face_Weapon@lemmy.world 2 points 4 months ago
[-] Ozymandias1688@feddit.org 18 points 4 months ago* (last edited 4 months ago)

Does this graph mean what it is supposed to mean for the joke to work? The black line means I learn much quicker with less time investment, i.e. it is easier than all the others.

[-] Anti_Face_Weapon@lemmy.world 19 points 4 months ago

No it means that it requires much more skill earlier in the progression.

[-] Ozymandias1688@feddit.org 7 points 4 months ago

That is a common misunderstanding of how learning curves work. A steep learning curve means your skill increases more rapidly with the invested time. That means the subject is easier or more intuitive.

load more comments (1 replies)
[-] Reucnalts@feddit.de 4 points 4 months ago

You nearly had it. The black line starts higher at "gaining skill" so it requires more skill to start learning but after short time you are gaining much more skill in the same time.

[-] WalnutLum@lemmy.ml 15 points 4 months ago

I use guix cause having an entire OS centered around Scheme is cool and based.

Wearing out the parentheses keys on my keyboard

load more comments (4 replies)
[-] DRStamm@lemmy.world 11 points 4 months ago

I've been searching for so long for a way to have my software and configs and project deps tracked in a way that doesn't have me setting things up every time I switch to a new machine or--worse--opening an old project. I found some things that get me most off the way there like docker, rtx/mise, direnv, stow, or the package manager for whatever language I'm working in at a time. Still, nothing quite does what I need.

I tried our NixOS and have it on three machines as well as Nix on WSL. It took a while for me to figure it out, especially moving to flakes and separating user config out to home-manager. But it was fun enough to try and fail and fail and fail then succeed that I kept going. I think it might be what I'm looking for. I was able to set up a new machine by just cloning a repo and any time I cd into a project on NixOS or a remote Linux server or even Windows with WSL, everything is just ready for me. Do wish it were fully POSIX compliant, though.

I know this is from more of a developer perspective, but even for gaming and graphics I've never had an easier time getting Nvidia drivers set up.

I promise I'm not shilling. I still have a lot to learn. I think I made it past the cliff on this meme but I might be surprised.

[-] SVcross@lemmy.world 9 points 4 months ago
[-] Psythik@lemmy.world 11 points 4 months ago

Joking aside, has anyone legitimately tried to port an app to TempleOS, just for fun?

[-] SVcross@lemmy.world 12 points 4 months ago

Dude I hate you. You got my curiosity. I'll have to look into it. Damn it.

[-] Psythik@lemmy.world 4 points 4 months ago

Lol let me know if you find a good video.

load more comments (1 replies)
[-] MonkderDritte@feddit.de 9 points 4 months ago* (last edited 4 months ago)

Yeah, no. Windows is the easy starter but the more you get experience, the more you fight the system.
Or you go the Linux approach and set your tooling up from start via third-parties from Chocolatey/Scoop. Guess the red line represents this.

[-] sntx@lemm.ee 9 points 4 months ago* (last edited 4 months ago)

For anyone worried about the Nix drama, a fork has already happened.

You can find it under lix.systems.

[-] unlawfulbooger 6 points 4 months ago

Thank you, was wondering what happened there.

[-] thedeadwalking4242@lemmy.world 9 points 4 months ago

There's been a couple forks but that's not all. They are made votes to massively restructure their governance system. Things are looking up on the main nixos branch!

load more comments (1 replies)
[-] histic@lemmy.dbzer0.com 9 points 4 months ago

That's exactly how nixos went for me you feel like you understand it and then went to go and look at old configs after awhile and was like what in the fuck and rewrote the whole thing but once you figure it out it's pretty easy to keep learning

[-] onlinepersona@programming.dev 8 points 4 months ago* (last edited 4 months ago)

NixOS documentation refusing to generate pages like readthedocs can drive a man insane...

Anti Commercial-AI license

[-] Hawk@lemmy.dbzer0.com 4 points 4 months ago

NixOS documentation refusing to generate pages like readthedocs can drive a man insane...

[-] secret300@lemmy.sdf.org 7 points 4 months ago

One day, one day soon I will install nixOS on my ThinkPad. Til then I will continue using silverblue like a pleb

[-] linearchaos@lemmy.world 3 points 4 months ago

Woohoo I'm almost driving the bulldozer... Almost

[-] Manifish_Destiny@lemmy.world 3 points 4 months ago

LFS would be a much better fit.

[-] recarsion@discuss.tchncs.de 2 points 4 months ago

I have no idea how Windows is the red line in this, it should be the green but even steeper

[-] kenkenken@sh.itjust.works 2 points 4 months ago

After using Silverblue for some time I tried to use Arch again, and pacman had failed at installation process. A easy fix for that is to be like: 1. Get list of all the installed packages; 2. Install all these packages again with --force. But after using immutables the situation is just meh.

And also now I dislike package managers which require to be used with sudo, and cannot ask for permissions with polkit.

So. BTW, I don't use Arch.

load more comments
view more: next ›
this post was submitted on 06 Jul 2024
585 points (100.0% liked)

linuxmemes

21234 readers
26 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS