Sometimes…

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

help-circle
  • I’ve been a user of nova for quite a while now, and over time it’s become something I don’t really think about. My setup is minimalist and nova has always blended into that seamlessly. It doesn’t demand attention; it just works, letting me use my phone the way I want. For me, as long as this phone keeps on working, nova will stay right where it is, simple, reliable, and exactly what I need. Even if this phone gives up the ghost, I’ll probably still consider using nova on whatever phone I get next…





  • I don’t really see any of these as deal breakers, because I think the state of Linux phones in 2025 isn’t about being “finished” or “perfect,” it’s about being part of a bigger journey. Every limitation mentioned is just a reflection of where things stand right now, not anything permanent. What kinda excites me is that Linux phones are built around openness, community, and the freedom to adapt, qualities you don’t really get with mainstream options. Sure, there are missing features, rough edges, and some compromises, but none of that outweighs the value of having a device that puts you in control…




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