Reverse Engineering Call of Duty Anti-Cheat
ssno.cc
It sure looks like Meta stole a lot of books to build its AI
lithub.com
417-Megapixel Andromeda Galaxy Panorama Took over a Decade to Make
petapixel.com
I'm Peter Roberts, immigration attorney, who does work for YC and startups. AMA
ROCm Device Support Wishlist
github.com
Optical Fresnel zone plate flat lens: colored photoresist through I-line stepper
nature.com
I am (not) a failure: Lessons learned from six failed startup attempts
blog.rongarret.info
An Astronomical View of Ancient Egyptian Star Clocks (2021)
storymaps.arcgis.com
Using eSIMs with devices that only have a physical SIM slot via a 9eSIM SIM car
neilzone.co.uk
Ruff: Python linter and code formatter written in Rust
github.com
SRCL: Open-source React project to build web apps with terminal aesthetics
sacred.computer
Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
dylanbeattie.net
Bioinspired weather-responsive adaptive shading
uni-stuttgart.de
Celestial Navigation for Drones
mdpi.com
Where do those undergraduate divisibility problems come from?
grossack.site
The Making of Community Notes (2024)
asteriskmag.com
YC X25, the spring 2025 batch
ycombinator.com
Zork: The Great Inner Workings (2020)
medium.com
Show HN: Personalized Duolingo (Kind of) for Vocabulary Building
github.com
Show HN: Race Timing with Integrated Replay
storytiming.racing
I'll think twice before using GitHub Actions again
ninkovic.dev
Not a big fan of this. The suggested effects have some ambiguities. For example, does sprintf imply the errno effect that's only required under POSIX? Does printf imply file or just system depending on implementation?
I'm also not sure what you really gain from this effort beyond mut annotations. It doesn't give you a way to detect or eliminate UB. It doesn't allow the compiler to optimize pure functions better like the reproducible directive does. A better effects system could do these things, but this is an unhappy middle ground between something simple enough to actually get standardized and something powerful enough to provide useful guarantees.