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 […]
Category: Python
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 […]
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 […]
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 […]
My free software and open source activities of March 2026
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2026/03/musichouse-fix-your-mp3-leadboard-and-artists-suggestions-in-a-pyqt-ui/ https://daniele.tech/2026/03/transcribe-simple-pyqt-ui-to-transcribe-your-multimedia-files/ https://daniele.tech/2026/03/oss-ai-skill-md-to-extend-open-source-projects-or-contribute-to-them/ https://daniele.tech/2026/03/tonecraft-thunderbird-extension-to-write-more-professional-emails-with-ai/ https://github.com/kiwina/glm-tray/pull/1 Kernel Nuggets! We published a couple of issues for https://kernelnuggets.com/. […]
MusicHouse – Fix your Mp3, Leadboard and Artists suggestions in a pyQt UI
Another week, another tool—written by AI. The idea behind the project was to optimise my MP3 collection: I wanted to fix corrupted files, generate a leaderboard of the most‑represented artists, and provide an AI‑driven interface for finding similar artists. This was my first attempt at creating a fairly complex, desktop (non‑web) GUI application, and I […]
Transcribe – simple PyQt UI to transcribe your multimedia files
One of the things I love most about work these days is the ability to record meetings and get automatic transcripts. The possibilities are virtually endless—from drafting proposals to building full‑blown plans, this capability speeds up the workflow dramatically by letting you focus on what really matters. A few months ago I created a Telegram […]
My free software and open source activities of January 2026
What has happened this month? In the meantime, to read the previous report, go here. Projects goodhosts/vagrant 1.1.9 – 2026/01/26 Mte90/espanso-typofixer 1.0.6 – 2026/01/19 Mte90/plasmoid-kimai 0.0.1 – 2026/01/15 Mte90/Share-Backported v2.1.15 – 2026/01/08 https://github.com/regolo-ai/llamaindex-email-demo/ Kernel Nuggets! We published a issue for https://kernelnuggets.com/. […]
My free software and open source activities of November 2025
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2025/11/picocode-ai-self-hosted-local-codebase-assistant-rag/ Kernel Nuggets! We published a issue for https://kernelnuggets.com/. […]
PicoCode – AI self-hosted Local Codebase Assistant (RAG)
Before we start explaining, let’s share a couple of screenshots. https://github.com/CodeAtCode/PicoCode Behind the scene – Story I wanted to use Regolo.ai for a RAG system, but all the open‑source projects I find rely on a different SaaS and not on a free, service‑agnostic solution. Regolo is free until the end of December and, as […]