X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=JuneBlog;h=89e003c0c0e6f606cabfea36dd28f29ce2136e16;hp=de5a420afce9b5cbec8e4093c84c0a7cbd88260a;hb=10b61153379047cc86abc43cb52f60594ff90a91;hpb=62663420e14d59969afeb6a62ab548e49e3c704a diff --git a/JuneBlog b/JuneBlog index de5a420..89e003c 100644 --- a/JuneBlog +++ b/JuneBlog @@ -1,5 +1,27 @@ == June 2007 == +=== Sat, 20th === + +==== Random Birthday Paradox ==== + +I'm writing you this from ChrisBalls's house. cjb for IRC freins. +Yesterday was his wife's birthday. And also the birthday of somebody +else too. That's where the title came from: http://en.wikipedia.org/wiki/Birthday_paradox . + +We're having a lot of fun and getting drunk very quickly. Someone +came with a box of Avocados with a picture of Avogardo saying: +"let's Party. arriba." It's the things like these that will make it +very sad for me to leave this nation. + +Food is vegan, and incredibly tasty if you ask me. There are people +from the office as well as other nerds from other places. One guy +showed up with a tee saying: "shut the fuck up and write some +code!". We're listening to TheSoundOfSilence from Xyzzy's (*) mp3 player. +That's one of my favourite songs, but I thought it was from the Beatles :-) + +(*) We'll call her Xyzzy 'cause she doesn't want her name to end up on +Internet. + === Tue, 26th === ==== Long time, no C++ ==== @@ -36,6 +58,16 @@ anyway, like many higher level applications in regular Linux distros. There's a few exceptions: Mozilla is written in C++ and eToys is written in SmallTalk. I don't know about TamTam. +'''rasky:''' in fact, with the raise of scripting languages and fully-featured +platforms (like Java's), using C++ for doing almost *anything* is the wrong +choice. As you said, system programming wants C for several good reasons, and +almost anything else can be done in scripting language. I think one last thing +that C++ is still good today at is high-performance libraries (eg: math +libraries), where you don't want to use C and you need a lot of performance. +But C++ is feeling more and more like a dead horse... + +'''marco:''' About writing kernels in C++: +http://okmij.org/ftp/cpp-digest/toy_OS.txt === Wed, 13th ===