Welp, I finally took my time to look into HUGO - a static website generator. This thing is amazing!...
Idk how often that happens to you, but for me at work I have some folders with many thousands files i...
Welp, I discovered descriptors in python. I was trying to implement something similar to @property, w...
Well, I am sure the idea is not new and on the internet there are better articles about this, yet I'd...
Welp, today instead of the usual value = a if condition else b Enter fullscreen mode...
It is just a minute of googling, but I just learned it and I think it is worth sharing. Say you have...
Mortal Kombat 11 was on sale on Steam, so I bought it and after downloading 100G of whatever is insid...
Now, as I used Godot game engine to make my game, the bugs lists would be related to Godot quite a lo...
I recently participated in a light-core game jam made by Miziziziz. It was 48 hours throughout a week...
I just want to share this glorious website I found on the internet: devroom.io. It looks like all pag...
I am watching More Instantly Better Vim by Damian Conway and he has a nice piece of code to put into...
Today I found a way to segfault Python, and after some investigation made a minimal working example:...
If you have an abstract base class with a static method, then the order of decorators should be like...
I realized python has worse generators syntax than javascript/rust/haskell: instead of something like...