
Hi HN!
I built NaturalCron because I was tired of writing and debugging CRON syntax like:
/5 * * 5
Now you can write something human-readable in .NET:
var expression = new NaturalCronExpression("every 5 minutes on friday");
Or use a Fluent Builder for strong typing and IDE support:
var expression = NaturalCronExpressionBuilder .Every().Minutes(5) .On(DayOfWeek.Friday) .Build();
Great for: - Code-based scheduling in .NET apps - Overriding schedules from confi

Article URL: https://arxiv.org/abs/2507.12547
Comments URL: https://news.ycombinator.com/item?id=44771060
Points: 12
# Comments: 0

Article URL: https://github.com/WICG/html-in-canvas
Comments URL: https://news.ycombinator.com/item?id=44772177
Points: 8
# Comments: 1
Article URL: https://www.nytimes.com/2025/07/31/technology/ai-researchers-nba-stars.html
Comments URL: https://news.ycombinator.com/item?id=44766758
Points: 107
# Comments: 196
https://www.nytimes.com/2025/07/31/technology/ai-researchers-nba-stars.html
Article URL: https://forums.anandtech.com/
Comments URL: https://news.ycombinator.com/item?id=44767433
Points: 49
# Comments: 11
Article URL: https://twey.io/for-programmers/linear-types/
Comments URL: https://news.ycombinator.com/item?id=44769145
Points: 28
# Comments: 4

Article URL: https://www.masswerk.at/nowgobang/2025/character-bitmaps-on-the-pet2001
Comments URL: https://news.ycombinator.com/item?id=44767488
Points: 14
# Comments: 5
https://www.masswerk.at/nowgobang/2025/character-bitmaps-on-the-pet2001
Article URL: https://www.database-doctor.com/posts/iceberg-is-wrong-2.html
Comments URL: https://news.ycombinator.com/item?id=44767888
Points: 9
# Comments: 1
https://www.database-doctor.com/posts/iceberg-is-wrong-2.html

Article URL: https://github.com/harrydowning/vscode-yaml-embedded-languages
Comments URL: https://news.ycombinator.com/item?id=44768048
Points: 16
# Comments: 1
https://github.com/harrydowning/vscode-yaml-embedded-languages