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 […]
Category: My personal tools
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
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.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 […]
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 […]
Launch a executables inside the Proton environment of any game (on Steam Deck)
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.If you like me like playing games but sometimes you don’t have time to play as your best or you want to enjoy better you use trainers. Trainers usually are Windows executables because after all the games are for Windows but to be […]
How to import Fixture in Django with Sqlite with Foreign Key disabled
Questo articolo è stato scritto oltre 1 years, il contenuto potrebbe essere datato.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 […]
My free software and open source activities of December 2024
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. My projects Mte90/Share-Backported v2.1.8 – 2024/12/09 CodeAtCode/CodeatCS 1.0.35 – 2024/12/02 AmberLang A lot of new stuff, as usual! […]
Convert files to HTML using LibreOffice from shell
Just a command that change everything
Why you should try Amber-Lang for your Bash Scripts
A Bash transpiler joined the match!
How to generate a Linux static build of a binary
Did you ever wondered how to achieve a static binary without using Flatpak or AppImages?