Blurry rendering of games on Mac (colincornaby.me)
332 points by bangonkeyboard 12h ago 224 comments
Snapshots of Kids Bike Jumping in the 1970s (flashbak.com)
49 points by bookofjoe 3d ago 35 comments
Type-Safe Python Tests in the Age of AI
2 sesigl89 1 8/15/2025, 7:51:52 AM sebastiansigl.com ↗
Hi HN, I wrote this after seeing the latest data on AI-assisted coding. While the productivity gains are real, so is the technical debt from things like code duplication (up 8x according to a 2025 GitClear study).
I wanted to create a practical playbook for Python developers and teams on how to build a "safety net" using a modern testing stack (Pytest, Ruff, Mypy) and a few key principles like type-safe fakes and behavior-driven tests.
The goal is to embrace the speed of AI without sacrificing the long-term quality of the codebase. Happy to answer any questions.