Are Typescript and Python the last languages?
I host this blog on AWS with S3 and cloudfront. It’s built using Hugo a fun open-source static site generator. I picked this setup originally after reading reddit threads recommending various static site generators, like this one. It was an excuse to learn some new tech, but I also wanted to pick something that was simple to learn and easy to deploy. For the past few months I’ve been using Cursor for my side projects. It completely changes the experience of writing code. Instead of the OODA loop of googling, reading docs, writing code, testing, reading reddit, checking stackoverflow, googling again, you ask an AI. You live in the IDE. And you notice that Cursor, using LLMs, is much better at writing code in popular languages and frameworks. I assume this is because the models are trained on open-source code and documentation, and the more that exists the better the LLMs are. ...