X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=JuneBlog;h=eb05d1e590e7dcaa27a77e8ce092db14ab94498e;hp=de5a420afce9b5cbec8e4093c84c0a7cbd88260a;hb=15c3bd4b9f6289266de934816eb7157fa4e61588;hpb=62663420e14d59969afeb6a62ab548e49e3c704a;ds=sidebyside diff --git a/JuneBlog b/JuneBlog index de5a420..eb05d1e 100644 --- a/JuneBlog +++ b/JuneBlog @@ -1,5 +1,33 @@ == June 2007 == +=== Sat, 20th === + +==== Random Birthday Paradox ==== + +I'm writing you this from ChrisBalls's house. cjb for IRC freinds. +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. + +RandomBirthdayParty.jpg +RandomBirthdayPartyHouse.jpg +RandomBirthdayPartyTv.jpg +RandomBirthdayPartyHall.jpg + + === Tue, 26th === ==== Long time, no C++ ==== @@ -36,6 +64,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 ===