Codehouse: my digital life
-
SQLite integration in WordPress IS BACK… !
Sqlite for Wordpress support is active again (there will be finally a ORM layer!?)
-
Selecting the best GUI programming toolkit – part 2 (Tkinter in PySimpleGUI)
As the first toolkit to try, I selected Tkinter, since I’m versed in Python and this already comes packaged with the Python standard distribution. But, truthly speaking, I didn’t used the Tkinter API literally, but through a higher level interface provided by the PySimpleGUI library.
-
Selecting the best GUI programming toolkit – First part (planning)
This post is a first one in a series in which I pretend to try six widget toolkits the select which is the most suited for your purposes. The way I intend to try each one is by developing a simple app launcher.
-
Selecting the best GUI programming toolkit – part 2 (Tkinter in PySimpleGUI)
As the first toolkit to try, I selected Tkinter, since I’m versed in Python and this already comes packaged with the Python standard distribution. But, truthly speaking, I didn’t used the Tkinter API literally, but through a higher level interface provided by the PySimpleGUI library.
-
Selecting the best GUI programming toolkit – First part (planning)
This post is a first one in a series in which I pretend to try six widget toolkits the select which is the most suited for your purposes. The way I intend to try each one is by developing a simple app launcher.
-
How to input brackets in a mac using a Portuguese PC Keyboard
When you buy a mac mini without and you don’t want to spend money with a mac magic Keyboard, reusing a PC keyboard instead, and you need to use characters outputted by the right alt key (like the brackets in portuguese), you are in a trouble!
-
Redirect to your mirror at archive.org
In case if your site goes down, and you don’t have a mirror host for your content, the wayback machine from archive.org provides you with such a thing you can make use of. Just provide your http server or web framework to detect an error (in PHP you can use the functions set_error_handler and set_exception_handler)……
-
Take your virtual server out of the cloud
Wouldn’t it be good that you could extract your virtual server out of your current cloud provider, and import it in another provider, or import in a virtual machine manager installed locally ? That it’s possible, but it depends on two conditions: have access to a repair environment in a recovery console in your cloud……
-
ReSpotGUI
The integration of Spotify, the great daddy of audio streamers with third-party apps has been difficult over the years. Years ago, in their beginning they liberated libspotify, coded in for integration with different clients. Integration with major audio players like Foobar, Clementine and MusicBee were working, but in 2015 the company decided to drop the……
-
Using PHP with Node.js in Windows
PHP and Node.js are two coding standards made for Web purposes. Node.js is not a language by itself and is a new implementation of Javascript and a different filosophy in programming. PHP adopted some features of Node like the package manager NPM on Composer and the assincronicity make the bulk of some frameworks like Laravel……
-
Don’t open random ports at your will
Last time I opened a port using netcat for receiving HTTP posts from a external. It’s possible, using a pipe, to redirect to forward all the received messages to a text file. Reached the time to choose a number for the port, I chose 5555. It never come to my knowledge what was going to……
-
Mute Spotify ads under Windows
Created a repository under Github from one that already allowed the automatic muting of Spotify when the music application is playing annoying ads. Sometimes I switch to Windows so I thought that it would be great to have the application, which is a bash shell script, to work under Windows. I had to rewrite from……