Tuesday, May 24, 2016

One more piece of shit discovered

Unfortunately I've discovered the one more shit "tool" that can ruin your code in 1 minute —F... JADE. And yes, I hate all tabulation dependent languages, so fuck all these Python, Ruby, Stylus, CoffeeScript etc. CoffeeScript btw is probably the most unreasonable shit invention. These days every fucking jerk invents his own "programming language" and hundreds of other nerds are applauding - "wow! cool! its great! because... its NEW" :)

Tuesday, May 17, 2016

Zeplin

 — the brilliant tool to collaborate between designers and coders within the distributed development team.

Sunday, May 8, 2016

fucking MASTERPIECE garbage collectors I ever seen :)

1.
while(1) free(rand());


2.
typedef unsigned long long ull;
for( ull i = 0; i < std::numeric_limits<ull>::max(); ++i )
{
    free( (void*)i );
}