
Article URL: https://anemato.de/blog/kctf-vdf
Comments URL: https://news.ycombinator.com/item?id=44137715
Points: 71
# Comments: 10
Article URL: https://salmagundi.skidmore.edu/articles/1407-a-smiling-public-man
Comments URL: https://news.ycombinator.com/item?id=44138034
Points: 6
# Comments: 0
https://salmagundi.skidmore.edu/articles/1407-a-smiling-public-man

Article URL: https://sakana.ai/dgm/
Comments URL: https://news.ycombinator.com/item?id=44135369
Points: 33
# Comments: 12

Article URL: https://cacm.acm.org/practice/systems-correctness-practices-at-amazon-web-services/
Comments URL: https://news.ycombinator.com/item?id=44135638
Points: 110
# Comments: 31
https://cacm.acm.org/practice/systems-correctness-practices-at-amazon-web-services/
Article URL: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0324016
Comments URL: https://news.ycombinator.com/item?id=44135695
Points: 19
# Comments: 1
https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0324016

I created a replacement for the perl git-add--interactive that adds a few enhancements:
- S to automatically split all hunks
- G to set a global filter on hunks to show
- A to automatically accept all hunks (after auto-splitting and global filter are applied)
Comments URL: https://news.ycombinator.com/item?id=44135738
Points: 26
# Comments: 9

Article URL: https://github.com/microsandbox/microsandbox
Comments URL: https://news.ycombinator.com/item?id=44135977
Points: 22
# Comments: 5
Article URL: https://biggo.com/news/202505261334_MinIO_Removes_Web_UI_Features
Comments URL: https://news.ycombinator.com/item?id=44136108
Points: 85
# Comments: 27
https://biggo.com/news/202505261334_MinIO_Removes_Web_UI_Features
Article URL: https://www.cnn.com/2025/05/30/business/anthropic-amodei-ai-jobs-nightcap
Comments URL: https://news.ycombinator.com/item?id=44136117
Points: 72
# Comments: 66
https://www.cnn.com/2025/05/30/business/anthropic-amodei-ai-jobs-nightcap

Hey HN
I’ve been building *W++*, a scripting language that looks like Python but runs on the .NET runtime. It started as a fun side project, but it evolved into something surprisingly powerful — and potentially useful:
Key Features:
- Python-style syntax with semicolon-based simplicity
- Compiles to .NET IL with experimental JIT support
- Can run interpreted or compiled
- Built-in CLI for managing projects, running, and building
- Supports importing NuGet packages and convert