
Article URL: https://plf.inf.ethz.ch/research/pldi25-tree-borrows.html
Comments URL: https://news.ycombinator.com/item?id=44510600
Points: 147
# Comments: 12
Article URL: https://www.nytimes.com/2025/07/09/technology/linda-yaccarino-x-steps-down.html
Comments URL: https://news.ycombinator.com/item?id=44510731
Points: 172
# Comments: 185
https://www.nytimes.com/2025/07/09/technology/linda-yaccarino-x-steps-down.html

Article URL: https://vishakh.blog/2025/07/08/using-mpc-for-anonymous-and-private-dna-analysis/
Comments URL: https://news.ycombinator.com/item?id=44508866
Points: 14
# Comments: 5
https://vishakh.blog/2025/07/08/using-mpc-for-anonymous-and-private-dna-analysis/

I discovered this collision detection algorithm during COVID and finally got around to writing about it.
github repo: https://github.com/cairnc/sat_blog
Comments URL: https://news.ycombinator.com/item?id=44510282
Points: 6
# Comments: 0
https://cairno.substack.com/p/improvements-to-the-separating-axis


Article URL: https://susam.net/million-times-million.html
Comments URL: https://news.ycombinator.com/item?id=44508837
Points: 12
# Comments: 7


Hey Hacker News,
I'm a long-time lurker and wanted to share a project I just finished building.
Like many React Native developers, I needed to add marker clustering to a map in my app. The most popular library for this, react-native-maps-clustering, was fantastic in its day but has become outdated and no longer works with modern versions of Expo, React Native, and their dependencies.
After hitting a wall of compatibility issues, I decided to take on the challenge of rewriting it from t