Skip to content
Teemu Logo Teemu Logo
Menu
  • Home
  • All projects

Category: Software

LLM Software

Letting Claude make art with code

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 »

LLM Software

Comparing model performance: GPT-3.5 Turbo vs GPT-4o mini

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 »

two tall building during daytime

Software

Why your project should have a Justfile

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 […]

Read more »

Software

Get colored logs for Python

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.

Read more »

black and white penguin toy

Software

Automatic deployments from Github to Caprover

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.

Read more »

a golden padlock sitting on top of a keyboard

Software

How to disable the public list of files in Minio

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 […]

Read more »

  • Privacy Policy
© 2025 Teemu