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/. […]
Category: Python
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 […]
My free software and open source activities of October 2025
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2025/10/find-all-your-steam-games-that-offer-local-multiplayer-and-play-on-the-couch/ https://github.com/CodeAtCode/PicoCode Italian Linux Society I organized another Linux Day in Rieti 2025 Kernel Nuggets! We published various issues for https://kernelnuggets.com/. […]
Find all your Steam games that offer Local Multiplayer (and play on the couch)
A tiny Python script that pulls your entire Steam library and tells you instantly which titles support local multiplayer (so you can grab a second joypad and start playing right away). Why This Matters You’ve got a shelf full of controllers, but you’re not sure which of your Steam games can be enjoyed with a […]
My free software and open source activities of September 2025
What has happened this month? In the meantime, to read the previous report, go here. Projects https://daniele.tech/2025/09/how-to-create-a-tracking-click-rest-endpoint-in-django/ https://github.com/Mte90/double-turbo – Django boilerplate for SaaS Kernel Nuggets! We published various issues for https://kernelnuggets.com/. […]
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 […]
My free software and open source activities of April 2025
What has happened this month? In the meantime, to read the previous report, go here. Projects CodeAtCode/paypal-subscription-lib 0.1.2 – 2025/04/15 https://daniele.tech/2025/04/how-to-center-the-mouse-between-monitors-in-wayland/ Wedding Yes I am getting married in June so it is a busy period. […]
A tiny library in Python for Paypal Subscriptions
As the blog post tile says yes now there is a library for that! https://github.com/CodeAtCode/paypal-subscription-lib/ For a customer I developed it as there wasn’t anything for that and we decide to open source it, as we are using and improving as we are using it. It is avalaible on PyPi too 😀 […]
How to import Fixture in Django with Sqlite with Foreign Key disabled
You have various fixtures but maybe they are referenced between each other so they in the import don’t exists. This is a pain but with a custom django command to put in `your-app/management/commands` you can disable that check in Sqlite and proceed! This is the code: from django.core.management.base import BaseCommand from django.core.management import call_command from […]
My free software and open source activities of January 2024
New year usual opensource stuff