My Digital Life
🌐 Visit Codehouse.digfish.org
🌐 Codehouse.digfish.org besuchen
✍️Write rieview ✍️Rezension schreiben 🏷️Get Badge! 🏷️Abzeichen holen! ⚙️Edit entry ⚙️Eintrag bearbeiten 📰News 📰Neuigkeiten
Tags:
Changedetection.io detects changes in the pages that you frequently visit. It is opensource and you can host in a server of your own. It has its own API in which I based these small prototype Android app.
15.7.2024 17:55ChangeDetection Android AppHow to obtain the most recent version of Python on your Synology NAS.
10.7.2024 20:40How to install the most recent Python in your Synology diskstationI\'ve decided to write my own DHCP server, for a variety of reasons: every time the DHCP of my router have to be resetted, I have to fill again, bit by bit, the manual static entries of every network component. In other words, having a server of my own making, I can more easily move… Read More
12.3.2024 12:01You trust in AI blindly ? Think again…This article explains how to get a minimal running Python environment under Windows. After exploring several alternatives, like using micromamba script which is based in anaconda, I went on researching to obtain a stripped version of Python to use as a stub for running non compiled code under Windows. Python.org has the embedded Python distribution… Read More
9.3.2024 17:46Creating a minimal python development environment under WindowsThis is the reciprocal of the latter post, in this case the remote changes are cloned locally.
28.10.2023 01:34Synchronize a remote Dropbox directory with a local one in PythonThis small program allows to propagate the changes in the local system in real time to a remote cloud storage in Dropbox. It's using Python.
22.10.2023 23:39Creating a real-time local to cloud synchronizer in PythonAllows you to manage your meeting participation spent time through a simple web application.
15.10.2023 18:50Meeting TimeCounterAfter trying seven frameworks, I finally came across the most useful of them all.
27.8.2023 23:21Select Select the best GUI toolkit – And we have a winner !Usually I rely for scrobbling my musical listenings on my Android Phone that the Player Apps have its own scrobbling capabality built-in. And for the songs you don't have on it, you can use music recognizers like Shazam. But how can you send your shazamed songs to Last.FM ?
9.8.2023 18:08Scrobbling from Shazam on Android via Tasker (…and PHP)And finally we reach the end... that is the last of the GUI framework I decided to experiment... pyQt. PyQt was developed by the Qt Company and is the base for the KDE, one of the desktop environments used by Linux
26.7.2023 22:22Select the best GUI toolkit – part 7: pyQt[…] This is the third article of a series titled Selecting the best GUI programming toolkit . The latter article was about Tkinter embedded in PySimpleGUI. […]
3.4.2023 23:22Comment on Selecting the best GUI programming toolkit – part 2 (Tkinter in PySimpleGUI) by Selecting the best GUI programming toolkit – part 3: AutoHo...