New Stoft.com website launched with WordPress on July 2, 2014. This will focus much less on electricity and much more on climate policy and behavioral economics.
(For non-programmers: “Hello world!” is the output of the world’s most famous computer program. Used as example 1, in Kernighan and Ritchie’s book on C — still my favorite programming book. Here’s the program.)
main ()
{
printf("hello world\n");
}