Essays about data, building products and bootstrapping businesses.
Read more »
Part 1 is dev-oriented. I talk about general optimizations that helped create the fastest image resize algorithm for x86 out there... (more…)
Read more »
As a general-purpose programming language, Python is designed to be
used in many ways. You can build web sites or industrial robots or a
game for your friends to play, and much more, all using the same
core technology. (more…)
Read more »
I’ve often pondered this great and terrible beast – rsync. It’s spiny, nearly impenetrable command-line interface. Its majestic and wonderful efficiency. The depths of its man page, and the heights of its use-cases. (more…)
Read more »
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9. You feed it your Python app, it does a lot of clever things, ... (more…)
Read more »