
Article URL: https://www.mooncake.dev/blog/htap-is-dead
Comments URL: https://news.ycombinator.com/item?id=44121177
Points: 11
# Comments: 0

Article URL: https://www.oldsaltblog.com/2025/05/how-ice-cream-replaced-booze-in-the-us-navy-2/
Comments URL: https://news.ycombinator.com/item?id=44119173
Points: 47
# Comments: 52
https://www.oldsaltblog.com/2025/05/how-ice-cream-replaced-booze-in-the-us-navy-2/

Article URL: https://buttondown.com/hillelwayne/archive/what-does-undecidable-mean-anyway/
Comments URL: https://news.ycombinator.com/item?id=44119890
Points: 32
# Comments: 20
https://buttondown.com/hillelwayne/archive/what-does-undecidable-mean-anyway/

This started as a throwaway metaphor in a blog post, but is now fully runnable: a toy RTOS with preemptive multitasking inside of Super Mario Bros. on the NES.
Essentially, this is:
- A rudimentary preemptive RTOS
- Using an unmodified NES emulator (FCEUX) as the CPU
- "Unmodified" depending on how you define terms
- With emulator save states as the thread contexts- With support for (very basic) mutexes, interrupt masking, and condition variables
- D

Article URL: https://www.skeptrune.com/posts/git-worktrees-agents-and-tmux/
Comments URL: https://news.ycombinator.com/item?id=44116872
Points: 31
# Comments: 15
https://www.skeptrune.com/posts/git-worktrees-agents-and-tmux/

Article URL: https://www.japantimes.co.jp/business/2025/05/27/companies/japan-post-digital-address/
Comments URL: https://news.ycombinator.com/item?id=44117779
Points: 53
# Comments: 32
https://www.japantimes.co.jp/business/2025/05/27/companies/japan-post-digital-address/

A year ago, my co-founder launched Desktop Docs here on HN. It's a Mac app we built with Electron that uses CLIP embeddings to search photos and videos locally with natural language. We got positive feedback from HN and our first paying customers, but the app was almost 1GB and clunky to use.
TLDR; rebuilding in Rust was the right move.
So we rewrote the app with Rust and Tauri and here are the results:
- App size is 83% smaller: 1GB → 172MB - DMG Installer is 70% smaller: 232MB → 69.5
Article URL: https://slightknack.dev/blog/difflogic/
Comments URL: https://news.ycombinator.com/item?id=44118373
Points: 63
# Comments: 6

Article URL: https://huggingface.co/deepseek-ai/DeepSeek-R1-0528
Comments URL: https://news.ycombinator.com/item?id=44118818
Points: 68
# Comments: 13