- Joined
- Jun 30, 2019
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
in that comment section there was someone telling them "you look like someone straight out of an anime" and how quirky they were....This might be the most queer person I have ever seen.
I've been running various distros on my laptop or dual boot for a while now so I guess I'll try hyprland out. I heard some shit about hyperland but cant remember why it was catching shit. I'll have to get those fuggly ass thigh highs too now since I'll have the thinkpad arch BTW loadout.
I've been running various distros on my laptop or dual boot for a while now so I guess I'll try hyprland out. I heard some shit about hyperland but cant remember why it was catching shit. I'll have to get those fuggly ass thigh highs too now since I'll have the thinkpad arch BTW loadout.
currently using Garuda w/ KDE Plasma on my laptop and Kinda want to switch to something else, was debating NixOS but they seem to have been having a DEI tism fit. Any good suggestions or should I just bite the bullet and install arch and a tiling window manager?
Its probably the tranny drama. That or instability, though its not too bad at this point.If its not that, then its probably just something more wayland related than hyprland.
I like it personally. Its nice knowing i can for the most part recover all my configs from a git repo and share common ones between more than one computer. Also direnvs are nice.But for desktop use. My impression from trying it. Is nix is needlessly complicated for using it as a desktop user. And keep in mind. This is someone that uses Gentoo saying that, as if Gentoo wasn't needlessly complicated enough.
Too long to quote in full, but you can still highlight text to quote it.Edit: why is it that if you write a long post, replying to it is disabled?
On the one hand I want to say that being able to tell what someone is like from their distro is absurd. But on the other one look at that kid and I could immediately tell he used Arch.Chat. Is this autism or schizophrenia?
What Linux distribution would Ted Kaczynski use? I would bet on NetBSDOn the one hand I want to say that being able to tell what someone is like from their distro is absurd. But on the other one look at that kid and I could immediately tell he used Arch.
LFSWhat Linux distribution would Ted Kaczynski use? I would bet on NetBSD
"What kind of niche tech would the writer of 'anti-tech revolution' prefer?" is an absolutely deranged question.What Linux distribution would Ted Kaczynski use? I would bet on NetBSD
Btrfs is pretty decent nowadays albeit eternally unfinished. I've switched from ZFS entirely with zero issues. The only thing I'm kind of missing is the in-band deduplication.BTRFS is shit, so I can only imagine the windows driver is worse
A pen and paper.What Linux distribution would Ted Kaczynski use? I would bet on NetBSD
Temple OS.What Linux distribution would Ted Kaczynski use?
I won't say anyone is wrong from choosing to run nix for their desktop. Because if you find utility in it then obviously it's useful to you.Its probably the tranny drama. That or instability, though its not too bad at this point.
I like it personally. Its nice knowing i can for the most part recover all my configs from a git repo and share common ones between more than one computer. Also direnvs are nice.
Too long to quote in full, but you can still highlight text to quote it.
I would have started with this point. Every action he took was likely influenced by MK Ultra programming. Tom O'Neill found a lot of direct connections between Charles Manson and doctors involved in MK Ultra as well.I accept him as poster child how fucked up MKULTRA was, at best.
A pen and paper.
I mean, the killdozer guy was a libertarian hero- and also scum. The only libertarian who has ever done anything for the courage of his convictions for anything beyond hostile individualism was Timothy McVeigh.I also don't get people who praise the Killdozer dude. He didn't have any connections to MK Ultra, but the 2019 documentary Tread plays his old audio recordings and interviews all his old friends and rivals. Dude was a psycho and had a completely different interpretation of events than reality. People praise him for not killing anyone, but that's because the cops evacuated all the buildings (he drove through a part of a library that was filled with school children prior to the reverse 911 call). Dude was no libertarian heo. He was offer several 100k+ more than his property was worth just to calm him and he turned it down. Guy was scum.
it will get better eventually, I'd say we're already on the way.I pray for the day that the hobbyist software scene is not completely infected by political nonsense, but I don't think it's coming any time soon. You're simply going to have to ride the tiger no matter what choice you make as an end user.
aren't archfags usually depicted as the fat stallman-type nerd?I'll have to get those fuggly ass thigh highs too now since I'll have the thinkpad arch BTW loadout.
Think people want to celebrate these people as working-class heroes that stick it to the man and so they get romanticized and their flaws glanced over until the story that is told is very different from what actually happened. You could sort of see it happening in real time with Terry Davis - before anyone gets angry: I don't have anything against the dude, but he was severely mentally ill. He became a bit of an icon in certain circles but also remember that the dude used to jerk off in front of his webcam and had quite a few, let's say, unhealthy obsessions. Tragic story and not quite comparable with the others but lots of things wrong with that dude, too. People like to whitewash these things later on and then end up creating a myth other hapless people then end up believing because they don't know the original story, which I totally feel is the case with "Uncle Ted" considering that the people that go on about him often were babies when he was arrested.Killdozer
I don't think I would consider either of them libertarian heros. The first seemed like someone who was already a bit unhinged, who when got fucked over basically decided to kill himself, just in a really elaborate, and destructive way, to do as much damage to the people he blamed on the way out. Tbh I don't really think anyone should consider someone who's only notable moment, was a suicide, a hero (and people don't frame it that way, but that's exactly what it was).I mean, the killdozer guy was a libertarian hero- and also scum. The only libertarian who has ever done anything for the courage of his convictions for anything beyond hostile individualism was Timothy McVeigh.
As in restoring your distro - just store whatever the equivalent of the world file (e.g. in Alpine /etc/apk/world) is and write a script that takes it and re installs all the programs. Then back up /var (you can exclude /var/tmp) and /etc which shouldn't be huge and just dump them into the new system. It's more difficult with something like gentoo because if you don't wanna rebuild everything you kind of have to back up the entire system, which isn't great. I'm not sure something as complicated as Nix is necessary.
rsync -avxHAWXS --numeric-ids root@old-machine:/{bin,boot,etc,lib*,opt,sbin,usr,var,home} .
That's roughly what my server does every day to back up the machines on the network. My point was with binary distributions reinstalling is a rather quick affair, with gentoo you'd really have to back up everything if you don't want to rebuild everything. Gentoo clocks in at a slightly bigger size because of all the installed dependencies. Backup might not always be practical for everyone, binary distros are simpler there. Absolutely no point to back up everything if you don't need the guarantee to be up again even with no internet connection when needed be.But honestly you don't need to do either of those. Just rsync the entire disk:
I don't use grub, uefistub all the way. Never really got the point of grub anymore with current x86. I don't really fiddle with boot parameters except once and my kernel has a handwrought initramfs which needs to unlock the drive first anyways. On the kernel in my server I stuffed wireguard in there too so I can remotely connect to unlock the drive if I ever need to reboot it from a distance. It's also neat that you can just drop the new uefistub kernel on an USB stick if you want to try something out in your kernel config and still can boot into your normal system with that. You can also make uefi entries to select different kernels in your uefi boot partition but I never felt the need to screw with that either.Grub
It sounds neat until you ask yourself for what you'll ever really need all that, which I always did when I came across the features of NixOS. Maybe if you set up machines and manage hundreds of machines all the time, but meh, I don't really do that (YMMV, obviously). And even with Gentoo it's been a long time since an update totaled anything for me. It helps only to update when it actually makes sense to do so. If you wanna be somewhat energy-conscious, that makes double the sense with Gentoo. More important with my current Gentoo system than my first I wanna say Pentium 3 one.