LLM Software
2025-01-08 / 2025-01-08 by Teemu | Leave a Comment
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 […]
Read more »
2024-07-19 / 2024-07-21 by Teemu | Leave a Comment
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 […]
Software
2024-07-15 / 2024-07-15 by Teemu | Leave a Comment
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 […]
2022-11-20 / 2024-07-14 by Teemu | Leave a Comment
Here’s a quick guide on how to get nicely coloured logs when working with Python apps locally.
2022-11-10 / 2024-07-14 by Teemu | Leave a Comment
An easy way to deploy your GitHub repository to Caprover every time your main branch is updated.
2022-11-06 / 2024-07-14 by Teemu | Leave a Comment
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 […]