OSS-AI-Skill(.md) – To extend open source projects or contribute to them

In this article I’m sharing how I’m increasingly relying on AI in my daily work—and even to contribute to OSS projects. AI models are trained on what’s publicly available. They handle React, Django, and Kubernetes just fine. But ask them about a niche open-source tool you actually use at work, and they struggle. Not because […]

Read More…

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

Read More…

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

Read More…

How to create a Tracking Click Rest endpoint in Django

I found django-clickify but had some issues for my needs and after doing a PR I said, well it’s the case to implement on my own for Django Rest Framework. Explanation A url example: http://localhost:8000/track/?slug=CheckoutClick&id=23&value=notmandatory The value field is not mandatory, the slug is checked against the list in the view. For any request, it […]

Read More…