

neovim to the rescue.
Alt account of @Badabinski
Just a sweaty nerd interested in software, home automation, emotional issues, and polite discourse about all of the above.
neovim to the rescue.
Arch Linux, on an old Compaq pizza box server when I was 16. It took me 3 months to install Arch because there was a DIP switch on the motherboard that somehow prevented you from updating the MBR or some shit.
I basically never used it and didn’t touch Linux again until 7 years later, when I used SLES 11 SP2 at a job.
I’m the opposite. I find LC much more interesting, plus REPO’s camera inertia gives me terrible motion sickness, even when the animation speed is reduced and all the other settings are changed. I can’t even watch someone stream it, the inertia is so extreme.
I think they’re fundamentally different games. The limited day length in LC gives a much more tense vibe, where repo is a bit more laid back and lets you really scour every level. LC also doesn’t have the upgrade system present in REPO, meaning doing well on the harder moons is entirely skill based. I prefer skill over upgrades, but I know others don’t. I’ve heard from people who are really into REPO that past level 6 or 8, the difficulty doesn’t really increase, and getting too many strength upgrades can trivialize the game.
They both have their merits. You find REPO to be more enjoyable which is totally fair and valid.
“Get off vent, or I’ll have you bent.”
I wish those stupid videos weren’t the first thing my brain goes for when I see the word “Ventrilo.”
imo, hardware raid is irrelevant for most small-scale use-cases and can be a liability for homelabbers. In a professional context, I’ve had a raid card shit itself causing temporary data loss and downtime because my idiot bosses didn’t buy a spare card back when they set up their system. If you’re doing hardware RAID, you must buy two cards, and they MUST be on the same firmware version. Software RAID is basically just as fast, is far more flexible, has one less SPOF, and is cheaper (a cheap HBA being all you need hardware-wise). About the only other thing some RAID cards have is a battery backup unit to get around write hole issues, but good filesystems can help with that too.
Hardware RAID isn’t necessarily obsolete, but I’d say it’s like mainframes—the applications for it are highly specialized.
Proxmox HA cluster with a SAN. VM migrations go wheeeeeeeeee.
I’d just run HA on the mini PC. There are a boatload of add-ons that you can install which will allow you to make better use of the hardware.
As someone who somewhat recently wasted 5 hours debugging a “simple” bash script that Cursor shit out which was exploding k8s nodes—nah, I’ll pass. I rewrote the script from scratch in 45 minutes after I figured out what was wrong. You do you, but I don’t let LLMs near my software.
Wireguard was written with the explicit goal of having sane, secure defaults. I totally feel you w.r.t. openvpn or ipsec, since it’s easy to do something wrong. Wireguard is much easier because it simply refuses to give you the choice to do things incorrectly.
w.r.t. the certificate thing, you could set up a reverse proxy and do HSTS to ensure nobody can load up a rogue CA on your devices. HSTS has the issue that SSH has (trust on first use or whatever it’s called), but you just need to make sure nobody is MITM you for that first connecting and then you’ll be good to go. This would let you use a self-signed certificate if you do desired.
I was concerned about what happens when someone accidentally throws away a device with a fresh battery, but this:
The BV100 harnesses energy from the radioactive decay of its nickel-63 core. The two-micron thick core, sandwiched between two 10-micron thick diamond semiconductors
makes me feel a bit better. That really isn’t much radioactive material. Still, it’d be good to see some environmental impact studies done in some worst case scenarios.
It’s not a VR game by default, although I think there’s a mod or a VR version or something.
I love the thing about the bees. I remember doing the exact same thing multiple times. I eventually learned that you should leave them on the catwalk on the side of the ship and then run to grab them once the ship is leaving (since you’re safe as long as you’re on the ship somewhere, you’ll just be teleported inside with whatever you’re carrying).
Also, the airhorn is great. I think I like the hairdryer even more because it’s louder, and I think it’s fun that you can recharge it to get more VRRRRRRRs out of it.
Huh, sounds like a neat twist on the accelerator driven subcritical reactor. I’ve no idea what the viability will be, but it also seems like a nice way to generate useful isotopes for nuclear medicine and shit.
EDIT: ah, it’s actually a pretty old idea, it predates the accelerator reactor concept by quite a bit.
I love Lethal Company :) It’s so fun and silly, and it has ridiculously deep mechanics that keep it interesting to play for hundreds and thousands of hours. I’ve been playing it solo for a while now and it’s a really good challenge.
Possibly incorrect summary: Android is moving from a bazaar development style to a cathedral development style if I understand it correctly.
I believe you can force pycharm to launch using Wayland. There’s some option you can pass to it when you launch it.
Lethal Company is another example.
For people like me who lack context:
Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
I love rust and projects rewritten in Rust, but I’ve felt pretty mixed about this particular project. The strong copyleft on GNU coreutils is part of what keeps many Linux distros truly free. There’s stuff like BusyBox or BSD coreutils if you need something you can make non-free, but GNU coreutils are just so nice. I wish this reimplementation in rust had been licensed with GPL or a similar copyleft license. At least there’s no CLA with copyright transfer.
If you want to make things even more spicy, try doing in pure bash with no external process calls. Things like cat
are trivial to replace. I saw some uses of sort
that might be more difficult, but it wouldn’t surprise me if newer Bash versions had a way to sort arrays nicely.
pls watchlist me
That’s fair though. I mostly made my comment to be irritating/silly. Vim is not for everyone. It took me quite some time to achieve productivity gains, but I was encouraged to keep trying because I was doing a shitload of text editing over SSH. All text editors are valid, provided they’re FOSS.