LLM Software
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 […]
Read more »
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 […]