DigitalDilemma

  • 4 Posts
  • 461 Comments
Joined 3 years ago
cake
Cake day: July 22nd, 2023

help-circle




  • Debian has always attracted zealots, many of whom were extremely… impolite… during the systemd wars, on both sides of that schism. Sadly, as in most things, the majority of reasonable, quiet, hard working community members get drowned out because, well, they’re reasonable, quiet and hardworking.


  • I think RH made a lot of important contributions to the Linux ecosystem and pushed it forward by a lot.

    I agree - and historically they have led innovation in truly groundbreaking ways, but my personal view is that those glory days are a long way in the past now. Whilst they do still do some good work for FOSS, the purchase by IBM has in my view, changed objectives. To me, Red Hat has changed from being a profit making company that existed to support foss projects, to a subsidiary running foss projects to support a profit making company.

    IBM don’t buy companies to make the world a better place.






  • Never heard of something like that, and I suspect anyone who started creating it soon filed it under “Really bad ideas” alongside “Whoops, why did my kernel just stop?”

    sar is the traditional way to watch for high load processes, but do the basics first as that’s not exactly trivial to get going. Things like running htop. Not only will that give you a simple breakdown of memory usage (others have already pointed out swap load which is very likely), but also sorting by cpu usage. htop is more than just a linux taskmgr, it’s a first step triage for stuff like this.







  • Even if you do know code, nobody reads all the source code when trying something out.

    We still rely largely on trust, and herd protection. Lots of stars on github? Been around for a while? Keeps showing up in “Top lists” and on those posts on social media where people list the foss software they use? Issues get solved reasonably quickly and there’s no ancient and ignored posts on there? It hasn’t changed hands recently to somebody with a new account and no history? It’s probably a good project.

    It is still a risk, but a managed one.




  • Thanks for the feedback, always interesting to hear how people might use a tool like this.

    I do have email notifications in the roadmap, but to be honest, I’ve struggled to visualise how that might work for two reasons:

    1. One of Taskpony’s goals is that it’s as easy to install and run as it could be. Configuring email settings takes a lot of detail (especially when running in docker where you can’t rely on a local smtp). I’ve thought about other tools like ntfy.sh, which I love, but the whole ecosystem of dozens of systems and tools for DM style notifications is too wide to support.

    2. I wouldn’t use it like that, I’d use a calendar for distant events, and there’s no plans to support “Task must be done by” style timers, as again, I think the interface would get too complex. I keep Taskpony in a tabbed browser, and also as one of my daily bookmark folders, so it shows up regularly enough to show me.

    Out of interest, how would you use notifications, or see how they’d work? Are you thinking of browser notifications? And if so, on what logic might they trigger?