Elvith Ma'for

Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.

Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!

I � Unicode!

  • 0 Posts
  • 232 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2024

help-circle


  • Just to add insult to injury for the cited statistic: they only count delayed trains. If a train has accumulated too much delay, they might stop it and make it turn around and it never completes its journey. This will count as a cancelled train instead of a delayed train and thus it is not counted as a part of that statistic… So the reality is even worse than you’d expect.






  • I mean I get the idea of the forced restart and the general waiting time - assuming a scammer wants you to install a “side loaded” app, it will disconnect their call with you, of they’re calling you on that phone. Same for a waiting period that forces the scammer to either hang around on the phone with you for a long time or to call again some time in the future.

    But 24h?






  • To me sounds like either a neglected project

    If it’s a depdency nested deep in the dependency graph, that doesn’t necessarily mean I abandoned my project. I might be using this dependency of a dependency in my project and don’t notice anything, if there is a precompiled version for the (Python/Linux/…) distribution I’m running on my machine, so I might not notice that. It might even be, that I keep my dependencies up to date, but someone up the chain isn’t. And maybe there isn’t really a viable alternative to that one dependency that pulls that package in.






  • There are some projects, that do not offer latest or a general tag to pin a major version. So you might need to account for that.

    Also since a few years ago you can specify pull_policy: always in the docker-compose.yaml to always pull the images on start. That should at least auto update the containers on a server reboot after OS/Kernel updates.