ikriv

I am kinda tired of this MVVM/bindings crap. I feel like my hands are tied, for variety of reasons: 1. Bindings don’t work with properties of properties, because they rely […]

Following some discussion in LJ, I came up with this. http://www.ikriv.com/en/prog/info/irr/. Someday I may translate that into Russian 🙂

Time and time again I am burnt by the same bug. There are two kinds of enumerables in .NET: enumerators and generators. Enumerators go over some collection and return its […]

The scenario is: someone opens an SSL connection to the Apache server, authenticates himself, and requests access to another host/port via CONNECT command. This is good for secure connection via […]