Sometimes…

  • 22 Posts
  • 147 Comments
Joined 5 years ago
cake
Cake day: December 18th, 2020

help-circle
  • Thanks for the follow-up & for sharing your experience. I suppose this kinda thing highlights one of the quiet strengths of the X11 approach… Simple tools like xwinwrap paired with mpv tend to be more lightweight and predictable, especially when you just want a looping video without the overhead. There’s something to be said for minimal scripts doing exactly what you need with no surprises…


  • I hadn’t come across mpvpaper before, so I decided to look it up. While it seems interesting, my initial impression is that it might be a bit more resource-intensive compared to what’s achievable on X11. On X11, you can set up a video wallpaper using mpv with surprisingly little effort and minimal code…

    if pgrep mpv; then
        pkill mpv; else
        xwinwrap -ni -fs -s -st -sp -b -nf -- mpv --profile=wallpaper -wid %WID /home/furycd001/wallpapers/wallpaper.mp4
      fi
    

  • System service managers like systemd, OpenRC, runit, or SysVinit often come down to user preference. While these systems are crucial for initializing and managing services on servers, where uptime, resource allocation, and specific daemon behaviors are important, their impact on a typical desktop or laptop is generally minimal.

    For most personal devices, the primary functions of a service manager occur largely out of sight. As long as the system boots reliably and applications run smoothly, the underlying service manager rarely registers as a significant factor in the daily user experience.

    For many, including myself, systemd simply works without much fuss. My choice to stick with it isn’t due to strong conviction or deep technical analysis, but rather the simple fact that I’ve rarely, if ever, had to interact with it directly. For my personal desktop and laptop, it reliably handles booting, service management, and shutdown in the background. If it’s not broken and isn’t hindering my daily computing, there’s no compelling reason to explore alternatives.




  • M$ loves locking users into their totally bulls*it ecosystem with deliberately broken “standards.” LibreOffice, on the other hand, actually respects open formats like ODF and doesn’t treat interoperability as a threat. Word still can’t properly open documents it didn’t create, unless you pay the vendor tax and pray the formatting survives…











  • Raccoonn@lemmy.mltolinuxmemes@lemmy.worldWho is excited?
    link
    fedilink
    arrow-up
    7
    arrow-down
    4
    ·
    edit-2
    7 months ago

    Ah, yes, the mythical “Year of the Linux Desktop”—that elusive utopia Linux enthusiasts have been chasing since it’s creation. Newsflash: nobody cares. The year of the Linux desktop isn’t some grand global awakening; it’s just whenever you decide to stop whining about it and install the thing. For me, it was 2002, and guess what? My computer didn’t care either. It just worked. So stop waiting for some cosmic alignment of market share and app support. The year of the Linux desktop is when you make it. Now go forth and sudo (or doas) your destiny…


  • When I switched from Windows to Linux back in 2002, I never looked back. I missed absolutely nothing. Linux offered everything I needed and more, with unmatched freedom and flexibility. In late 2008, I bought a unibody MacBook, and while macOS wasn’t bad per se, it just didn’t feel like home. I missed Linux too much, so I wiped the MacBook and installed Debian. From that moment on, I’ve never switched again—Linux has always been home. I’m currently rocking Arch (btw) on my main desktop & Debian on my laptop…




  • While I appreciate the utility of snaps and flatpaks for providing sandboxed, cross-platform apps, I’ve often found them slower than traditional packages. Their tendency to take up more disk space also feels inefficient, especially when system resources are sometimes precious. For these reasons, I generally prefer using apps installed directly through the system’s default package manager, which tend to offer better performance and use space more efficiently…