
Article URL: https://www.independent.co.uk/news/health/arizona-plague-death-cases-b2787325.html
Comments URL: https://news.ycombinator.com/item?id=44543368
Points: 105
# Comments: 26
https://www.independent.co.uk/news/health/arizona-plague-death-cases-b2787325.html

Article URL: https://atomic14.substack.com/p/vibe-coding-a-pcb-surprisingly-good
Comments URL: https://news.ycombinator.com/item?id=44542880
Points: 51
# Comments: 17
https://atomic14.substack.com/p/vibe-coding-a-pcb-surprisingly-good

Article URL: https://github.com/MoonshotAI/Kimi-K2
Comments URL: https://news.ycombinator.com/item?id=44543508
Points: 52
# Comments: 12

Article URL: https://ellsberg.substack.com/p/free-speech
Comments URL: https://news.ycombinator.com/item?id=44543865
Points: 91
# Comments: 49

Article URL: https://github.com/jtang613/GhidrAssistMCP
Comments URL: https://news.ycombinator.com/item?id=44543913
Points: 5
# Comments: 0

Article URL: https://jollygoodsw.wordpress.com/2025/03/13/working-through-writing-a-c-compiler/
Comments URL: https://news.ycombinator.com/item?id=44541565
Points: 26
# Comments: 4
https://jollygoodsw.wordpress.com/2025/03/13/working-through-writing-a-c-compiler/

Article URL: https://johncarlosbaez.wordpress.com/2025/07/12/stone-wales-transformation/
Comments URL: https://news.ycombinator.com/item?id=44542170
Points: 22
# Comments: 3
https://johncarlosbaez.wordpress.com/2025/07/12/stone-wales-transformation/
Article URL: https://www.ft.com/content/25aab987-c2a1-4fca-8883-38a617269b68
Comments URL: https://news.ycombinator.com/item?id=44543113
Points: 17
# Comments: 11
https://www.ft.com/content/25aab987-c2a1-4fca-8883-38a617269b68

Hi HN,
I’m a recent CS graduate. During the past few months I wrote BinaryRPC, an open-source RPC framework in modern C++20 focused on low-latency, binary WebSocket messaging.
Why I built it * Wanted first-class session support, pluggable QoS levels and a simple middleware chain (global, specific, multi handler) without extra JSON/XML parsing. * Easy developer experience
A quick feature list * Binary WebSocket frames – minimal overhead * Built-in session layer (login / reconnect / hear