• 0 Posts
  • 365 Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle




  • I use Debian BTW.

    I don’t really run around yelling about it. I mostly use derivatives like Mint, Raspberry PI OS (such a dumb rebranding) and armbian , but stock Debian goes on some servers since it just works. I’m not tuning anything nor looking for special packages. Unless there’s a driver issue (old Debian problem), it’ll be boring and work.

    Use what tools work for you.

    Huge thank you to the Debian devs. You’ve done me good tools for decades now.





  • Our family public health insurance in Germany is 12.5% of your income. There’s minimum rates for people who make very little income, but it does cover your household and dependents.

    Checkups, illness visits, and initial consultations are free. I had a specialist visit with a cardiologist and it cost zero.

    The dental only covers basics. The cost on extra dental is way less than it was in the US for basics.

    In the US our good company insurance cost $1200/month, and even then we’d have $3k/year deductables. Oh, and every visit not in the annual checkup was a minimum of $170 out of pocket. Specialists would be $400 out of pocket per visit.

    Seeing a non-emergency specialist in Germany can take months. Of course, it was the same in the US, so whatever. Both countries could be better, and should work to improve services available. I’d take Germany’s system any day over the commercialized mess that is the US commoditzing and charging people to live.



  • That’s what I was taught at my first tech internship. It’s all they had on the UNIX system running the webserver in 1998.

    I did write some web pages the pulled live data from the backend. I had the pleasure of writing them in C. I got the data binding to some kind of CORBA system using extern variables that were bound at compile time. All of the html (no js or css yet) was hand built and generated from the C code.

    vi was the only editor on the system and there was no way to use arrow keys (the UNIX system didn’t have them on the keyboard at all).

    I also had the displeasure of building a backup system on a floppy where I had to write a bat script that could manually load a token ring driver, bind a SMB share, load Ghost backup software and backup the local hard drive at under 2mb (yay coax thicknet). The tool used to query and write through the hostname for the backup? Copycon. Fucking copycon in DOS. That showed me how a terrible (but working) tool could be to work with.

    Unless an editor can do reasonable vim emulation, I can’t take it seriously. You’re welcome to use it, but I won’t be able to get anything done in it quickly. The vi keys are too ground into my reflexes.







  • azimir@lemmy.mltoLinux@lemmy.mlsystemd(ont)
    link
    fedilink
    arrow-up
    43
    arrow-down
    8
    ·
    2 months ago

    Use what works for you.

    Develop what scratches your itch.

    Don’t tell OSS devs who are volunteering unpaid labor what they should do for you.

    If you want a solution that’s non-systemd go for it. If it doesn’t exist make it or pay someone to do so. Write from scratch or fork a project and get to work. That’s the way of the Bazaar.

    I’ll be in my unenlightened “things work for me good enough” Linux world using what works. Systemd is fine and rarely gives me problems. Actually, I’m not even sure I can remember any.

    Huge thank you’s to the devs who make this all possible. You rock!