April 2, 2019

 

Brilliant talks on technology and leadership

I highly recommend these two healthy and spicy talks by Brian Cantrill (Joyent CTO, former Oracle, Sun; DTrace creator):
on tech leadership without management
on great principles of tech leadership

Labels: , , , , , , ,

March 11, 2012

 

this funny stackoverflow



From this question

Labels: , ,

August 25, 2010

 

java: float fun

This cycle never ends!

for (float x = 16777213f; x < 16777218f; x += 1.0f)
{
System.out.println(x);
}

Read more: Java's new math, Part 2: Floating-point numbers
or russian translation: Новые математические возможности Java: Часть 2. Числа с плавающей точкой

Labels: , , , ,

This page is powered by Blogger. Isn't yours?