From an idea to hours invested in generating skills and comparing the results with different LLMs
Category: Open Source
My free software and open source activities of August 2026
What has happened this month? In the meantime, to read the previous report, go here. Projects Mte90/opencode-auto-resume 1.1.11 – 2026/08/24 Mte90/linus-torvalds-skill Data – 200826 – 2026/08/20 […]
My free software and open source activities of July 2026
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2026/07/gbatopy-2nd-update-hello-world/ https://daniele.tech/2026/07/baco-scanner-find-bugs-and-security-issues-with-different-llms/ https://github.com/Mte90/espanso-typofixer/releases/tag/1.0.8 https://github.com/CodeAtCode/CodeatCS/releases/tag/1.0.36 https://github.com/CodeAtCode/baco-scanner/releases/tag/v1.0.0 […]
GBAtoPy – 2nd update, Hello World!
Ref: 1st update about this project Tiny recap: I am using AI to write a Rust transpiler for Gameboy Advance rom to Python. Everything changed when in Regolo.AI we got GLM 5.2 (last blogpost was 2 months ago) because before I used Minimax m2.5 and Qwen3.5-122b that doesn’t have a huge knowledge internally. In the […]
Baco Scanner – Find bugs and security issues with different LLMs
What if we combine multiple models just reading code to find bugs and vulnerabilities in an agentic way?
My free software and open source activities of June 2026
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2026/06/how-track-ai-chatbots-with-matomo-in-wordpress-without-plugins/ https://daniele.tech/2026/06/soundkonverter-how-i-migrated-this-old-kde-app-with-ai-to-qt6/ https://github.com/Mte90/espanso-typofixer/releases/tag/1.0.7 https://github.com/regolo-ai/opencode-regolo/releases/tag/1.0.3 https://github.com/Mte90/opencode-auto-resume/releases/ https://github.com/CodeAtCode/baco-scanner https://gitlab.com/ItalianLinuxSociety/planet-mautic […]
SoundKonverter – How I migrated this old KDE app with AI to Qt6
I am old school, without a Spotify account. I have my huge MP3 collection that I keep growing and I want to organize those files and soundKonverter it was always perfect. The problem is that it was closed in 2022 and it isn’t available anymore in any distro because doesn’t work with the latest KDE […]
How track AI Chatbots with Matomo in WordPress without plugins
Matomo will alerts about that stuff, also suggesting to use the official plugin but if you are using a self hosted version is not the right choice, because that plugin will install inside WordPress a real Matomo instance! The solution is to track server side the various requests using the various User Agent and redirecting […]
My free software and open source activities of May 2026
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2026/05/firefox-after-11-years-is-getting-webserial-officially/ https://daniele.tech/2026/05/gbatopy-gameboy-advance-rom-python-transpiler/ https://github.com/regolo-ai/regolo-rubberduck https://github.com/Mte90/GlotDict – new release https://github.com/Mte90/opencode-auto-resume/ – various releases https://github.com/Mte90/soundkonverter – working on update the dependencies […]
GBAtoPy – GameBoy Advance Rom Python transpiler
Months ago, I told myself: “I have the computing power of Regolo.AI, why not work on a special project where I can gain experience and do something uniquely useful?” There’s already the gb-recompiled project (Game Boy C transpiler), so why not do something similar for the Game Boy Advance (a topic I’m familiar with, as […]