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 […]
Category: Open Source
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/. […]
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 […]
Bulk move posts with tag to categories with WP-CLI
There is always something new when you have to manage old WordPress website, especially if they have thousands of tags. The problem in this case is that tags are very dispersive and not helpful as a lot of people think for SEO compared to categories. A solution is to migrate them as pure category, or […]
My free software and open source activities of June 2025
What has happened this month? In the meantime, to read the previous report, go here. Projects https://github.com/CodeAtCode/deadsimple/ Mte90/yad-static-build nightly-23062025 – 2025/06/23 Kernel Nuggets! We published various issues for https://kernelnuggets.com/. Wedding Yes, I am married with Fiamma since… yesterday! […]
My free software and open source activities of May 2025
What has happened this month? In the meantime, to read the previous report, go here. Projects Mte90/GlotDict v2.1.4 – 2025/05/23 Mte90/espanso-typofixer 1.0.5 – 2025/05/08 Mte90/Share-Backported v2.1.14 – 2025/05/08 Kernel Nuggets! After my experience with my Italian podcast about open source in 4 years and closing it few months ago I noticed a thing. I still […]
How to center the mouse between monitors in Wayland
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.In the https://pagedout.institute/ Issue #6 there is a new article by me about an old project https://github.com/mte90/pydal. Basically Pydal is a way to script a button press in a footswitch keyboard that I have since various years. I use it with a script […]
My free software and open source activities of March 2025
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.What has happened this month? In the meantime, to read the previous report, go here. Projects Mte90/Share-Backported v2.1.12 – 2025/03/25 CodeAtCode/paypal-subscription-lib 0.1.0 – 2025/03/11 – https://daniele.tech/2025/03/a-tiny-library-in-python-for-paypal-subscriptions/ https://daniele.tech/2025/03/launch-a-executables-inside-the-proton-environment-of-any-game-on-steam-deck/ https://github.com/Mte90/kate-ollama PagedOut #6 The latest issue is available for free and includes an article by me […]
A tiny library in Python for Paypal Subscriptions
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.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 […]