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

Read More…

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

Read More…

My free software and open source activities of April 2026

What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2026/04/kanbanomo-a-kanban-for-your-task-and-plans-for-oh-my-opencode/ https://daniele.tech/2026/04/opencode-auto-resume-avoid-timeout-or-blocking-issues-on-agentic-loop/ https://daniele.tech/2026/04/solopreneur-the-handbook-with-skill-md-based-on-real-content/ https://daniele.tech/2026/04/social-content-bot-scrape-your-wordpress-blog-tweets-and-upvoted-reddit-posts-to-generate-tweets/ https://github.com/Mte90/kate-agents […]

Read More…

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

Read More…

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

Read More…