• 2 Posts
  • 91 Comments
Joined 3 months ago
cake
Cake day: March 24th, 2026

help-circle












  • esc@piefed.socialtoProgrammer Humor@programming.devthe GOAT
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    16 days ago

    Turing machine isn’t a ‘conventional computer’ in any way it’s a model not asomething that can be implemented as described. Philosophical weight has little value anywhere. Author tried to reframe increasingly cultish bullshit that ‘ai’ crowd loves to push.




  • I’ve always had either problems with schedules or problems with environment because it has it’s own. Cron is fine as long as you are lucky. That isn’t to say there never were problems with timers, on debian 9, I think, shipped version of systemd had a bug where systemd-analyze parsed schedule correctly and timer just shit itself. But only for some specific case I can’t remeber which, but it was extremely frustrating to debug.



  • You can explain timers the same way.

    And then with your explanation it goes: cron job doesn’t execute for reason, crontab -l lists not all jobs, someone else put cron job in whatever directory like cron.daily, you’ve added or removed empty line at the end and now nothing works, debian crond and redhat cronie ahave different quirks, etc., etc.

    I’ve dealt with insane cron problems for so long that switching to timers was like *whoa i don’t need to suffer?*