April 2009 - Posts

Cool finalizer assert trick
Published Sun, Apr 12 2009 3:24 PM | Ramon Smits
I just saw a cool trick done in a finalizer of a class. When a class implements IDisposable then its creator needs to call Dispose when it is finishen. Lots of developers forget this and that usually results in system resources that are locked until the...
Filed under: ,
DAW: Multiple ASIO devices
Published Sat, Apr 11 2009 1:42 PM | Ramon Smits
I have bought the Samson C03U USB microphone and after plugging it into an available USB port it worked immediately. I then wanted to use it from any of my sequencers (Cubase AI and FLStudio) but only to find out that neither can use multiple ASIO devices...
No CNAME on a domain record only on subdomains
Published Tue, Apr 7 2009 5:46 PM | Ramon Smits
We were having some mail problems. This is not always the case but we now found the culprit. The problem was that our domain record *had* a CNAME record referring to the A record of the webserver. Some mail servers will use the CNAME record instead of...