Python Sessions with Bottle and Beaker
In Python, creating a session is easy, but you need to use the right instruments. In this post I'll use bottle (a WSGI server) and Beaker (a session manager).
Dec, 23
Matrix Effect in JS: explained
The most famous effect in the 2000s era is in my opinion the Matrix™ effect. You can easily obtain this effect from a simple javascript.
Dec, 20
Proxmox: make go a VM on Internet
Proxmox™ is an enterprise-level virtualization system. It supports CephFS and live migration. Its own configuration is rather simple, but there are some difficult steps for a newbie.
Dec, 19
Apache2: local web site with a domain, on linux
On linux™ you can obtain a local web site with its own domain name, without the need to publish it.
Dec, 18
Background animated GIF
I tried to put an animated GIF on this article's background.
Dec, 17
Javascript: localStorage and the string format
While I was programming the lunar phase article, I ran into a problem with localStorage.
Dec, 16
Lunar Phase
The planets and the Moon have always fascinated me. I found a script called “lunarphase-js” and I decided to implement it in this post.
Dec, 15
Now I'm on neocities.org
Yesterday I created a copy of my website on neocities.org. On paper it seems a great hosting. The creators of neocities.org wanted to provide a place where the users can create their own web site with HTML.
Dec, 14
PostgreSQL Replication on Debian - The easy way
I managed to replicate the PostgreSQL 16 database on two hosts: the primary and the standby. This is a note I made for future use.
Dec, 13
Redis on Docker Swarm - A bad idea
I made many tests with Docker Swarm to see how the Redis horizontal scale works. I ended up to the conclusion that scaling in real-time with Docker Swarm is a bad idea.
Dec, 08