In an interview with Evrone Armin talks about his work at Sentry, shares his thoughts on handling errors in the backend, speaks about the differences between Rust and Python, the “gradual typing” approach, and, of course, the secrets of his work-life bala... (more…)
Read more »
Image segmentation with region growing is simple and can be used as an initialization step for more sophisticated segmentation methods. In this note, I’ll describe how to implement a region growing method for 3D image volume segmentation (note: the code h... (more…)
Read more »
The story about a cool project I’ve worked on recently — a full Python interpreter running inside the Linux kernel. (more…)
Read more »
A dynamic, object-oriented, multipurpose programming language, designed to be quick, mainly used for web development, for data analysis, computer graphics, scripting, etc. (more…)
Read more »
I’ve always been fascinated by CPython and C language companionship.
On the one hand, we’ve got a comprehensive and straightforward tool, and on the other —
performant and low-level one. I’d even say that this synergy is one of the main
pillars that hav... (more…)
Read more »