What if we combine multiple models just reading code to find bugs and vulnerabilities in an agentic way?
Category: My personal tools
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 […]
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 […]
How to connect official Metabase MCP to OpenCode
The official documentation mention OAuth but this kind of stuff is not supported by OpenCode. Also mention an header that you can’t use really so the actual solution is: “metabase”: { “type”: “remote”, “url”: “https://metabase.tld/api/mcp”, “headers”: { “X-Metabase-Session”: “c0sc3d5-b346-445e-a06d-fcabsdf0” } }, To get the session ID just login on metabase and inspect in the data […]
Social Content Bot – Scrape your WordPress blog, tweets and Upvoted Reddit posts to generate tweets
I am always looking for new ways to promote better my interests and what I am doing but my social presence is crappy. So I decided to create a new Python script tool that is a bot for my own usage but is on https://github.com/Mte90/social-content-bot Basically scrape based on the `.env` papameters: My Reddit upvotes […]
Solopreneur the handbook with SKILL.md based on real content
There’s no shortage of discussions, articles, and tweets about vibe coding and solopreneurship. Everyone has an opinion and that’s exactly the problem. What if an AI could aggregate 85+ real resources (founder testimonials, case studies, community threads) and distill them into something actually useful? Not another hot take. An evidence-based handbook with a SKILL.md file […]
How I used Suno AI to generate 70 different covers of my wife song
The AI scene for music generation is amazing and let me wondering about the real artists around what they will do.
KanbanOmO – A Kanban for your task and plans for oh-my-opencode
Another week another tool. In this case for the oh-my-openagents (former oh-my-opencode). Basically with this plugin you get more Agents and you can configure to everyone a specific model (check my config) and one of the wwrkflow is that you generate a plan with various tasks. The problem is to visualize this tasks and add […]