Tag: technology
All the articles with the tag "technology".
The AI Prisoner's Dilemma
Published: at 09:44 PMAI coding tools are everywhere, and each step feels reasonable. But what if we're all caught in an AI prisoner's dilemma, where individual choices lead to an uncertain future for our craft?
I made a game with AI and I don't know how to feel about it
Published: at 11:00 PMI tried building a game with AI, and it was an interesting journey. This post covers the ups and downs, what I learned about AI collaboration, and my thoughts on how it's changing game development.
In Python, Rose == 'Red', Violet is not 'Blue'
Published: at 09:57 AMI came across Python code that used `is` to check if a string was "red" or "blue," which felt wrong. After digging into string interning behavior, I discovered why this sometimes works and why it matters for performance and correctness.