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

help-circle
  • azimir@lemmy.mltoLinux@lemmy.mlSystemD
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    It works fine for the job it’s designed to do. It does it in a significantly more monolithic manner than historic UNIX architectures and approaches (System V, BSD init, etc) did similar jobs.

    It doesn’t suck from a “does it work perspective” in my eyes. Whether it’s a good long term approach given the monolithic nature binding more tools and services to a single framework should be a continued debate among the community.

    If you don’t want to use it, then pick a distro that doesn’t use it. If you can’t find a distro that doesn’t use it, start one. If your distro gets popular than Systemd will be sidelined over time.

    Historical References: X11/Xfree86/Wayland, telnet, MySQL/MariaDB, Linux/BSD kernels, etc.





  • The question is really: How do I check if a specific printer is compatible with CUPS (Common Unix Printing System).

    Mint (and most other distros) use CUPS to manage printers and printing. I’d check there.

    That said, Brother printers are often supported. The company is proactive on Linux drivers and tools, but I don’t know about your specific device.

    Once my HP LJ4 died many years ago, I moved to Brother laserjets and have never looked back. They’re great.

    If it’s got a scanner also make sure to check out the GUI scanner tool in Mint/Cinnamon: Document Scanner It has been phenomenal for initiating network-based scanning using our printers, even handling multiplexing and simple page re-ordering issues.




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






  • azimir@lemmy.mltoMildly Infuriating@lemmy.worldYour Truck is Stupid Big
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    2 months ago

    These stupid vehicles and ones that are noisy for the sake of being noisy have one root element: attention. They’re designed to force you to pay attention to the owner. Admittedly it’s for negative attention, but still it’s a cry for help.

    Too many people grow up where the only attention they can get is negative. Since humans crave any attention, they’ll seek it any way they know how. We’d rather get positive attention, but if you don’t have a source or tools to get it you’ll go negative in desperation.

    I hate that these vehicles are designed to hurt people and they’re often on the road because the owner doesn’t know how to get attention any other way.





  • 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
    44
    arrow-down
    8
    ·
    3 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!