I have a smallish Python codebase. There is a type that is used ubiquitously throughout: Count. The current definition of the Count type is quite simple: (more…)
Read more »
Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes. (more…)
Read more »
i3 is a tiling window manager on Linux. It supports tiling, stacking, and tabbing layouts, which it handles dynamically.The advantage is that you no longer waste time organizing your windows with the mouse.With i3 the layout is automatic. The windows open... (more…)
Read more »
It's a tough day when everyone you work with directly, including your manager, is laid off -- excuse me, "had their roles reduced", and you're asked to onboard their replacements, people told to take those very same roles just in a different country who a... (more…)
Read more »
--> Frustrated with Bourne shell syntax?--> Spent too much time staring at core dumps lately?Maybe you should try Python, the next generation object-orientedscripting and prototyping language, with a *readable* syntax. Pythonhas been used by hundre... (more…)
Read more »