Noodlez

joined 2 years ago
[–] Noodlez 1 points 2 years ago (1 children)

So I can use something like systemd.services to make my own services as well? Because I've been wondering how to do this as well.

[–] Noodlez 2 points 2 years ago

Gotcha yeah that makes sense, so I'll start doing this as well.

[–] Noodlez 1 points 2 years ago

I didn't know this before, but a lot of comments said the same! I think I'll start doing this.

[–] Noodlez 25 points 2 years ago (1 children)

Plan 9 has multi-monitor support?

[–] Noodlez 2 points 2 years ago (2 children)

I use Distrobox with my NixOS machine for when I need AppImage support (or some random binary that isn't equipped for Nix's weird ass directory layout) and it's amazing! Pretty much native speed, and when I'm done with it I can just wipe it out. Perfect!

[–] Noodlez 22 points 2 years ago (2 children)

Bash's posix mode still has a lot of bashisms. The only way to test true posix compliance is to test with other shells like dash and ash. I have found this is the case a lot of time. People will say it's POSIX compliant shell, but it'll obviously only be tested in bash Like at that point just make it a bash script, since pretty much every system under the sun has it.

[–] Noodlez 2 points 2 years ago

Okay a genuine question, what is the method to not let them do this to us? The legitimate only way I can think of is completely disconnecting from society, but this is near impossible because it's near impossible to find a place you can become self-sustainable, and it also takes a lot to even accrue the wealth to have the means to become self-sustainable, which means beimg a part of this society.

[–] Noodlez 2 points 2 years ago

I used Void for a while and I loved it! I had to move off because I kept having to make packages for the esoteric programs I kept using (cc65, Zoom, etc.). but I loved every bit of it. Even making the packages was pleasant, and it's the first distro I ever contributed packages to.

Also, at the time I was using musl, and it was good, but not perfect. I'd recommend the glibc version for 0 headaches, but the musl version was very fun.

[–] Noodlez 4 points 2 years ago (1 children)

Mm this could be a problem because server load is too unpredictable. I would actually say just randomize the list, so that it kinda does its own "load balancing" by incentivizing to pick whatever random top one it selected?

[–] Noodlez 2 points 2 years ago

Ooh if you're thinking of trying something new I recommend Alpine. An extremely underrated distro for a DIYer. It's really lightweight and simple and its packaging system is a breeze to write packages for (for things you'd usually use the AUR for, since there isn't an equivalant for Alpine AFAIK). Void is also fun I ran that for a year. Keep in mind, I'm only talking fun. For a good distro that will Just Work™, Alpine is fine, but I think Arch wins on that front.

NixOS is a journey and I have the privelage of having two systems, one "Home" system running Arch that I use usually and my "Roaming" system which I run whatever and is what I take to class and stuff because usually I only use it to take notes meaning minimum requirement is "Be able to log into a tty so I can write a text file". So being able to use that for NixOS has helped a lot, since if something goes wrong, I can just ssh into my "Home" machine to get work done.

[–] Noodlez 1 points 2 years ago (4 children)

I could've worded the configuration part a bit better. My gripe wasn't necessarily with that, but more with "If I ever had to make my own package from scratch including dependencies, this would be practically impossible" Nix's derivations and other packaging information is crazy complex and keeping track of versioning, etc. is a nightmare. I think often about doomsday scenarios for systems. It happens, just look at CentOS and all that, so my main thing was if something like that happened, could I maintain the packages I use manually, and the answer was no. Of course I'm not in a doomsday situation, so I'm fine with it as it is. It's just a thought I had, and that was my conclusion.

[–] Noodlez 1 points 2 years ago

Ooh yeah I'll look into that thank you!

view more: ‹ prev next ›