
Article URL: https://mitchhorowitz.substack.com/p/the-crisis-of-professional-skepticism
Comments URL: https://news.ycombinator.com/item?id=44772249
Points: 15
# Comments: 0
https://mitchhorowitz.substack.com/p/the-crisis-of-professional-skepticism
Article URL: https://www.reachablecode.com/2025/07/31/c26-reflections-adventures-compile-time-uml/
Comments URL: https://news.ycombinator.com/item?id=44772917
Points: 53
# Comments: 5
https://www.reachablecode.com/2025/07/31/c26-reflections-adventures-compile-time-uml/

This is software for my headless, PC based oscilloscope, which is controlled entirely via commands similar to the Vim text editor. I built this because I liked the idea of headless oscilloscopes; I always have my laptop around when I’m working on electronics anyway, and it’s very convenient to save images of captured waveforms. However, I found the software for off the shelf models to be annoying and cumbersome to work with. In my experience, this holds true both when opening the software an
Article URL: https://eugene-andrienko.com/it/2025/07/28/speed-up-suspend-resume-freebsd.html
Comments URL: https://news.ycombinator.com/item?id=44746270
Points: 11
# Comments: 1
https://eugene-andrienko.com/it/2025/07/28/speed-up-suspend-resume-freebsd.html


Article URL: https://pixieditor.net/blog/2025/07/30/20-release/
Comments URL: https://news.ycombinator.com/item?id=44746583
Points: 113
# Comments: 11

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