Blog of Vladimir Garvardt

on Programming, Life, the Universe and Everything


Vladimir Garvardt

Hello, I am Vladimir Garvardt

Feel free to email me to provide some feedback on the project, give suggestions, or to just say hello!

Posts on general thoughts

Optimisation vs Complexity

Optimised one of the processes for x10 performance boost and I really do not like it: instead of simple straightforward logic now I have async operation with channels, buffers, timeouts, etc. I wish I could simply throw some money/hardware into it inst... [Read more]


Deprecated stuff cleanup

It is very important not to just mark things as deprecated but also clean them up. Not necessary to do this right away as a high priority job, but at least create tasks for the pieces to clean up and work on them every sprint or at least periodically t... [Read more]


Some thoughts on language-specific ways of implementing things

There are lots of programming languages - some of them more popular, some less. But as I can see it - all languages were initially created to solve one problem (or set of problems) that existing languages solve it the wrong/complicated/any-other-word w... [Read more]



built on top of rKlotz by Vladimir Garvardt