hash_bucket()

Archive for May 2008

image…

Posted by: globbe on: May 29, 2008

Påminelse:
Google ar ett foretag.
Google agerar enligt samma kapitalistiska intressen som alla andra foretag.
Google verkar i samma marknadsekonomi som alla andra foretag.
Latt att glomma bort nar DN kippar efter andan med rubriker som
Google vill förbättra världen

Conditional Attribute / Debug

Posted by: globbe on: May 23, 2008

This article will introduce the Conditional Attribute and give an example of its usage. The technical level is kept low to make the text as accessible as possible. More info can be found in the official C# Programming guide, in particular the section called ‘Conditional’.
When it comes to debugging, the world (of IDEs) is full [...]

recap…

Posted by: globbe on: May 3, 2008

Since things have calmed down a bit I figured I’d take the opportunity to tell you what exactly happened right after the birth of our daughter 2 weeks ago. Some of you have emailed me and expressed worries as the why we got so quite, I appreciate your kind words. Also, I figured I’d share [...]


.

This blog has no clear focus. It has a focus though, it's just not very clear at the moment...

meanwhile, in the bat-cave:

  • @joltcan let's hope it stays 'til xmas!! 1 month ago
  • @sefr jo ti s? 1 month ago
  • looking for a good webhosting company in japan, with support for Ruby/MySQL/mail... any ideas? 国内でルビーの利用可のホスティングを探してます。お勧めはありますか? 1 month ago
  • should be sleeping, can't stop coding... 1 month ago
  • @kohji405mi16 True dat! But I have no LP player any more, and sadly most of the great new jazz that comes out is not released on wax.. 1 month ago

c

Dev Env.

Visual Studio 2008 Prof / NUnit / Gallio / csUnit / STools (ExactMagic) / doxygen / dxCore / TypeMock / TestDriven.net / SequenceViz / CLRProfiler / Snoop / Reflector / Mole / FxCop / Subversion / TortoiseSVN / SlikSVN / CruiseControl.net / msbuild / nant

Blog Stats

  • 26,968 hits

  • Paul Molyski: I ran into the problem of Premiere Pro 1.5 hanging on startup when I tried to run it from a cloned backup of my XP Pro system disk drive. Running the
  • LosManos: Instead of writing "DEBUG" everywhere one can do: private const string Debug = "DEBUG"; [System.Diagnostics.Conditional(Debug)]
  • LosManos: Running a client which talked to a web service I noticed: Only the client's System.Diagnostics.Debug.WriteLine calls were visible, not IIS's. But wh