Python’s popularity is decreasing, and my hypothesis is that with LLMs a general purpose language like Python is less attractive. Just have the LLM write code in whatever DSL makes the most sense for the problem!
The amount of astroturfing in the SQL/PostgreSQL and agents subreddits by the bricks company is insane. I was able to find the real identities of a few anon accounts out of around 10 that constantly ask questions and shove solutions on Reddit. They are engineers, and their job
It did not occur to me how bad image search has become on search engines that don't filter AI-generated images. On DuckDuckGo, up to 70% of images are generated by AI. It's way better on Google, since there is SynthID that filters a lot of them.
Wrote an article on how to implement arenas in Rust. They are tricky to implement due to the ownership model and the lack of an allocator API in stable Rust.