Hacker News new | ask | show | jobs
by eternityforest 1015 days ago
I've spent way too many hours this week looking for a better model for configurable timers than cron.

Cron is kind of awful, not just the syntax but the logic. You can't say "Every three days but not on Monday, if it would land on a Monday, defer that run till the next selected day".

There is also too many ways to say the same thing, so GUI editors are hard.

1 comments

Yeah, basically it needs to be Turing complete but it falls short. Then why not just give us Lua or some real programming language. There is no real need for a cryptic single line syntax.