DeltaWhy

@DeltaWhy@lemmy.world
0 Post – 14 Comments
Joined 1 years ago

Backups. Cloud services like Backblaze B2 are so cheap for the durability they offer, it just doesn’t make sense for me to roll my own offsite solution with a Raspberry Pi at my parents’ house or something. Restic encrypts everything before it leaves my machine.

Password manager- it’s too important and it’s the thing that has to work for me to recover when I break something else. I’m happy to support Bitwarden with a few bucks a year.

Email- again, it’s mission critical and I have a habit of tinkering with things and breaking them. And it’s just no fun. The less I need to think about email, the happier I am.

4 more...

Carbon Black. As a software developer, running unknown/untrusted binaries is kind of a big part of my job. We also had a MITM SSL-intercepting proxy which made my life miserable, especially when dealing with Docker containers. I actually ended up patching Docker to automatically inject the certificates and proxy environment variables.

On the plus side I learned a lot about certificate errors which has made me the go-to guy for any SSL issues in my current job.

One of the big problems with JIRA is it's extremely configurable, so your experience depends entirely on how your admins have set it up. If your company is the type to micromanage, JIRA gives them a lot of tools to do that, which I think is why it gets so much hate from devs. I find it tolerable in my current job but it's definitely designed for managers and not for developers.

1 more...

This put a minus on Debian because updates are slow but didn’t have one on Devuan or RHEL. I would not take these results too seriously. There is also no reason to rank Devuan and Artix as high as it did when I said I don’t care about systemd. The only reason to pick those over the upstream distros is for the init system.

It did recommend Arch as my top choice though which is what I’ve been daily driving for years.

Someone found a way to crash the kernel, which may or may not lead to an exploit, which would be just the first step in a long process of developing a jailbreak. I wouldn't get too excited yet. Even if one does get released, Apple can just patch the exploit, and it could easily be years before a new jailbreakable exploit is found.

All these are fine for daily use if you have the Linux knowledge to use them. By ‘not suitable for daily use’ they mean special purpose distros like Knoppix, Tails, and Qubes. It’s somewhat confusing wording though.

It's pretty good for single player games on Steam but a lot of multiplayer games use anti-cheat that doesn't work on Linux, and some launchers don't work well. And of course if you use Game Pass for PC you're out of luck entirely. Most VR headsets also won't work on Linux.

So it really depends what kind of games you play. It's kind of similar to the Adobe situation. I suspect most gamers will have at least one deal-breaker that forces them to keep at least a dual-boot around. But many people could use Linux most of the time, including for games, and that's already pretty exciting for Linux fans.

1 more...

I use Debian on my servers, Arch on my laptop and desktop. Different tools for different jobs. I tried Debian on my laptop a few years ago but it wasn't a good fit for me - my hardware was too new for the stable kernel, and the Wayland/wlroots stuff was too far behind. As a server though, especially since I'm mostly running Podman containers, stable and slow-updating is great! I use unattended-upgrades and haven't had a problem yet.

I haven't spent much time with Fedora but I'd probably like it as a desktop OS - fairly fast updates, and sticks pretty close to upstream without a ton of custom theming for example. I would miss the AUR, but Flatpak covers a lot of what I need, and Distrobox could handle anything else.

+1 to this! I bought the same chair from them a couple years ago, and as a remote worker it's been worth every cent. Oddly enough I had the Leap v1 as a previous job and hated it, but the v2 has been great for me. I found the armrests a bit uncomfortable but some cheap memory foam covers solved that.

I was thinking the photolithography process might be almost as important as the transistor itself. Without the ability to miniaturize transistors and create integrated circuits, we wouldn't have anywhere near the level of technology we can build now. A computer made of discrete transistors would be way more efficient, reliable, and cheaper than one made with vacuum tubes, but would still be very limited. There are things you fundamentally couldn't do with even thousands of discrete transistors that became possible once we were able to scale to millions and now billions.

Weird esoteric issues happen on Windows too. I had a bug where I couldn’t create a new folder from Windows Explorer, which I never figured out and didn’t resolve itself with reboots or even Windows updates. I probably could have spent a half day tracking it down and fixing it, but someone less tech savvy would probably have had to reinstall Windows. Instead I just popped a terminal and used mkdir whenever I needed a new folder until I upgraded to Windows 11 and that resolved it.

Point is, computers just suck sometimes regardless of what software they run. Or I’m just a magnet for ridiculous arcane bugs, you decide.

This might come across as Linux fanboyism but I currently have Linux, Windows, macOS, iPadOS, Android, and FreeBSD all running on various devices around my house and they all suck in their own unique ways.

I'm not either (besides Minecraft and such) so my personal experience with Linux gaming has been pretty good. There's some jank with needing to pick the right Proton version and adding command line options, but I'm not sure it's any worse than Windows - I've had to reinstall my graphics drivers way too many times. But there's a large portion of gamers that almost exclusively play the big multiplayer games, and Linux is definitely not ready for that group.

Currently on hyprland after using sway for a couple years. I also don’t mind KDE - I just got the Pinetab 2 and I’m running Plasma Mobile on it. Though I’ve been wanting to try hyprland on that as well, maybe with one of the NWG launchers.

My first VPS was for a Minecraft server so I named it cobblestone. I've kept using Minecraft related names for all my machines since then, and I try to pick ones that are at least vaguely related to the function or appearance of the machine. For example my cluster has brute for the master and piglin01-piglin04 for the workers, but those are the only ones I've numbered.

The exception is my two Klipper RPi's, one is octopi since that's what it originally ran, and the other is named after the model of the printer. For some reason I never named my printers.

I probably wouldn't use a naming scheme like this for production servers though - I'd either go with functional hostnames or something like the periodic table which you can pick from arbitrarily. My home servers and clients aren't cattle though, so I like having a little personality to the names there.