Sorry, I declare NixOS being in its own tier, actually.
NostraDavid
- 0 Posts
- 58 Comments
Because it’s Arch, except no
systemd, I guess.
NostraDavid@programming.devto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•South Korea has passed a major Copyright Act Amendment cracking down on manga and manhwa piracy.English
32·26 days agoNote: if we throw out copyright, it’s OK for LLM companies to just steal any and all data under the sun. Example: Anthropic buys books, and just digitizes them, then uses that data to train their LLMs
It’s a nasty side effect.
On the other hand: No company can claim anything you’ve generated from their LLMs.
Nix – whole OS determined by 1 file
* Can be determined by 1 file. Or one file and a
.lockfile. Or even more files. Your pick, really.
It’s fine for newbies.
As someone who used it when he was a newbie: Gnome is fucking awful to learn - it’s so bloody alien, it’s not even funny.
I’m now using a distro with KDE and it feels just right.
You’re obviously not using NixOS. I clearly don’t even need to try to use such a subpar stateful system such as Arch, you absolute pleb.
Am I out-jerking you already?
I use NixOS, obviously.
NostraDavid@programming.devto
linuxmemes@lemmy.world•wHiCh DiStRo ShOuLd I uSe FoR gAmInG??
5·7 months agoIf you’re a programmer: NixOS.
Define your OS config, which programs to install, and dotfiles in one repo. Install a fresh OS, pull in the repo (
nix-shell -p git, because NixOS doesn’t come with git >_> ) and run the command to install the whole thing (sudo nixos-rebuild switch --flake .for me.wodanis just the name of a config - I have multiple all combines into one repo, so I can share configuration between machines).Took me 17 minutes to set up my laptop exactly the same as my Desktop. Same configuration, applications, and OS settings. It’s so fucking nice.
With Windows, that used to take 2 days to download and install everything manually.
Only downside: You’ll need to learn Nix-the-language, nix-the-os, and nix-the-terminal-program, which took about a month of deeply digging into the Vimjoyer and LibrePhoenix channels.
https://en.wikipedia.org/wiki/Cr1TiKaL = woo lets go baby
https://en.wikipedia.org/wiki/Asmongold = rat alarm clock
There are pictures. Not of the rat.
NostraDavid@programming.devto
Asklemmy@lemmy.ml•Lemmy, what's the meaning, or point if you prefer, of life? I know 42, but I'm serious. Nothing lasts, everything is meaningless - are we just amusing ourselves until death?
2·8 months agoI would argue we have a whole list of purposes:
- procreate
- copulate
- mate
- engage in sexual reproduction
- propagate the species
- reproduce
- conceive life
- bring forth offspring
- weave new generations
- kindle the spark of life
- sow the seeds of tomorrow
- whip up some womb-biscuits
- bake a bun in the baby oven
- start a stork-summoning ritual
- do the chromosome cha-cha
- know each other in the biblical sense
- lie together
- hook up
- get it on
- do the deed
- bump uglies
- initiate a genetic merge request
- fork the DNA repo
- compile the next generation
- instantiate another human
I think you got the gist.
And in the meantime also entertain ourselves, of course.
Removed by mod
What’s a flatpak? Is that like a worse NixOS package? I prefer NixOS, BTW.
NostraDavid@programming.devto
Linux@lemmy.ml•Must fight temptation to buy an overpriced raspberry pi
5·9 months agoI now have a stack of Thinkpads laying around. Right next to my two RPis 😂
Eh, I liked it for explaining how people can behave differently.
It doesn’t have much predictive power, and thus is bad science, but I like its descriptive power. I also think it’s a bad idea to see it as a quaterny (binary, trinery, …) instead of a spectrum. Same with being introverted/extraverted - that’s a spectrum as well, IMO.
NostraDavid@programming.devto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What is your go-to sites after torrentgalaxy went down?English
21·9 months agoIf your ISP is blocking this website, set a DNS in windows to 1.1.1.1 (Cloudflare), 8.8.8.8/8.8.4.4 (Google), 9.9.9.9 (Quad9), https://www.dns0.eu/, or DNS4EU.
Yes, blocking certain sites is done in the Netherlands, due to Stichting BREIN using/abusing our legal system. Nobody likes them, but it is what it is.
PS: I’m using rargb, since it hasn’t been blocked (yet - BREIN has to sue per website being blocked).
Double-bang repeats the previous command. Great if you forget
sudo.$ rm -rf <folder> permission denied $ sudo !!
No need for
~- justcdworks as well.
The first two options (
autocdandcdspell) have been a lifesaver in fixing my frustrations with the defaultbashsettings (and even lets me stick with bash, instead of feeling I should move to zsh or any other shell.I can just type a foldername, tabcomplete it and press enter to go there. It’s great.
# == shopts == # https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html shopt -s autocd # cd into folder without cd, so 'dotfiles' will cd into the folder shopt -s cdspell # attempt spelling correcting on folders shopt -s direxpand # expand a partial dir name shopt -s checkjobs # stop shell from exit when there's jobs running shopt -s dirspell # attempt spelling correcting on folders shopt -s expand_aliases # aliases are expanded shopt -s histappend # append to the history file, don't overwrite it shopt -s histreedit # lets your re-edit old executed command shopt -s histverify # I'm confused. shopt -s hostcomplete # performs completion when a word contains an '@' shopt -s cmdhist # save multiple-line command in single history entry shopt -u lithist # multi-lines are saved with embedded newlines rather than semicolons; explictly unset shopt -s checkwinsize # update LINES and COLUMNS to fit output
What if… WSL is a gateway drug to Arch?
Don’t do drugs, kids!
Look what they have to do to mimic a fraction of our power
I think that sounds more like Cygwin.

context for the confused.
Absolutely legendary thread.