Geany 2.x - IDE with LSP...

Geany 2.x - IDE with LSP...

Posted on 8th Oct 2025

Geany is my favorite text editor! I am using it for years and 95% of my scripts/projects are made with it. I like it's simplicity on the outside, but still powerful on the inside. For sure it's not VIM and it doesn't need to be. For me it's exactly what i want, with the only exception, that until...

MarkLn - MarkDown editor for the Terminal

MarkLn - MarkDown editor for the Terminal

Posted on 5th Oct 2025

Recently i found the Textual library for Python, which awesome! In a few hours i was able to create this markdown editor, very easy and very aesthetic! With the given Markdown widgets of the library, making this program was a breeze and very pleasant, as the result satisfies me, in so many ways. I w...

Python script for analysis of PM2.5 pollution

Python script for analysis of PM2.5 pollution

Posted on 9th Aug 2025

In my area, there is a permanently installed meter for measuring the PM25 pollution, as other pollutants also. The state, gives free access to these measurements, but doesn't say anything on how to analyze them. So, i figured to ask ChatGPT about it :) and i think it did a good job. I only post this...

Connect to Raspberry Pi, via USB ethernet/gadget mode

Connect to Raspberry Pi, via USB ethernet/gadget mode

Posted on 9th Aug 2025

Below is a complete guide on how to connect to a Raspberry Pi via USB cable, with a SSH connection. It converts the RPi to a USB dongle/gadget, that you can plug to any device (even smartphone) and login to that. The thing is, that in the Internet, there are too many outdated guides or not well wr...

Backup a list of all your GIT repositories you use...

Backup a list of all your GIT repositories you use...

Posted on 3rd Jul 2025

Github, hosts many valuable and important projects/programs. As time passes, you are adding more and more, GitHub, projects on your PC and you reach a point, that either you have forgot them or when you reinstall your OS, you don't remember what you had installed. So, an easy way to store a backup l...