malloc();

taking up more space on the interweb

  Home  |   Contact  |   Syndication    |   Login
  13 Posts | 0 Stories | 0 Comments | 7 Trackbacks

News



Tag Cloud


Archives

Post Categories

Image Galleries

code

comics

gadgets

tech

April 2007 Entries

Thanks everyone at GWB for the free hosting, and for dealing with a long 6 hour upgrade to the subtext blog engine! EOF
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

When you first use a new piece of software do you trust it right away, or does it need to earn your trust? The same goes for the code you write, are the kind of person who just re-reads some code and says "it will work" or do you doubt yourself until your unit tests are complete and all passing? I'm the untrusting type, and when it comes to my code I rarely trust my unit tests at first. If I can't write perfect code on the first attempt (like all people), how can I think that my first attempt at...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

My team has been working on and off all week trying to find out why one of our windows services was crashing at the same time every day with a very unhelpful eventlog message. Like all good errors, a search on the error message returns many results where people get the same message but for a bunch of different reasons and where many of the search result threads are left unanswered. This service was first developed in .NET 1.1 way before I joined the company (only 5 months ago). It had been running...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati