I’ve put together a massive gallery featuring 200 awesome visual demos created entirely with Claude. These pieces were all generated using scripts—no human assistance involved (except for some themes like city names). Just click anywhere to dive into the next one. Each demo showcases its own unique animations, patterns, and artistic flair. Some of my [ ] The post Letting Claude make art with code…
I m a big fan of exa. It turns your boring directory listings into this: Installation You can find the package in your favourite package manager. Here are the two most common: You also need special fonts for the icons. You can get one of the Nerd Fonts. I m using Meslo Nerd Font. Setting exa as [ ] The post Make ls pretty with exa appeared first on Teemu .
My Telegram calendar bot converts natural language inputs into calendar invites. It currently uses GPT-3.5 Turbo and I wanted to see how the recently launched GPT-4o mini compares. Not only is the new model 60% cheaper, but it should also be more intelligent. Here s a breakdown of the journey and the notable differences between these [ ] The post Comparing model performance: GPT-3.5 Turbo vs…
If you re like me, you ve got a folder full of side projects in various states of completion. Some you worked on last week, others haven t been touched in months. And every time you come back to one, there s always that moment of Wait, how do I run this again? That s where Justfiles come in. They re [ ] The post Why your project should have a Justfile appeared first on Teemu .
Invest in low-cost index funds. That s the financial equivalent of eat your vegetables boring, but undeniably good for you. But finding those truly-cost options can be tricky here in Finland where you don t have access to Vanguard index funds. Why Nordnet? Nordnet is not the cheapest option there. It s quite pricey. But it has [ ] The post How to Find and Invest in the Lowest-Cost Index Funds on…
Here s a quick guide on how to get nicely coloured logs when working with Python apps locally. The post Get colored logs for Python appeared first on Teemu .
An easy way to deploy your GitHub repository to Caprover every time your main branch is updated. The post Automatic deployments from Github to Caprover appeared first on Teemu .
Minio is an open-source Amazon S3 clone that you can install on your server. When you set a bucket access policy as public, you are also exposing the list of files to the public. This is often not what you want. Luckily, it s quite easy to fix. First, open Access policy and set it as [ ] The post How to disable the public list of files in Minio appeared first on Teemu .