• 3 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • 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.


  • DeltaWhy@lemmy.worldtoSelfhosted@lemmy.worldPost your Servernames!
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    2 months ago

    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.



  • 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.




  • 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.


  • 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.


  • DeltaWhy@lemmy.worldtoLinux@lemmy.mlToday GNU/Linux is 32 years old
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    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.





  • 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.