My name is Wojciech and this is my site about Python, Linux and FOSS software.
I plugged the last missing device into my home network (yes, it was router) and was finally able to move on to the network configuration of my DIY datacenter. Unfortunately, I don't have the head to remember all these subnets and configurations, and I have no interest in creating IaC at home. So I thought to myself that I would create a network, draw it and in this way I could remind myself anytime which ports, where, to what and how are connected. Since I am not an artist, I drew a network using the power of Python.
Recently I have been looking for a way to save states of my scripts in python and return to them freely later. I came up with an idea to use embedded database. An additional criterion was that it should be easily transferable between environments. Here is my benchmark of databases that can be installed directly from the pip program.
There are many benefits of using a procedural generation in games. And it's not about randomness for players, it's about predictability for developers.
Pelican is a static site generator written in python. It's well documented and maintained by a broad community. Let's see what is inside this bird and how far we can fly with it.