Idea: A spectrogram for videos • 27 Sep 2025
I was driving home after work and I had a vague idea: what if I could represent a video with an image where the X axis was ‘time’ and the Y-axis was something that represented the images (it was this...
Transcode from C to Golang: Claude vs Codex vs Gemini • 20 Sep 2025
TL;DR: I compared three AI coding agents (Claude Code, Codex CLI, Gemini CLI) for transcoding an existing audio-processing C program to Golang.
The clear winner in this case was OpenAI’s Codex. See the results on github.com/pforret/leqm-nrt.
Creating my first Jetbrains plugin with Junie and Kotlin • 19 Sep 2025
TL;DR: I created a Jetbrains plugin in Kotlin, a language I don’t master, with Jetbrains’ own Junie AI Agent.
It went quite easy, and now I have my first published plugin in the Jetbrains marketplace.
Source code: toolstud-io/LlmBrains