Welcome to Atalasoft Community
Sign in
|
Join
|
Help
Steve's Tech Talk
Ruminations on technology, software and philosophy.
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Go
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Tags
API architecture development
bug bugfixing coding
C C++ style
C# generics collection programming
code C++ managed unmanaged
code C++ optimizer bug
code C++ performance
code nunit gui testing
coding learning
functionalprogramming immutable C#
functionalprogramming threading imageprocessing multithreaded
geek math lunch quantifying appliedmath
IPCV IPCV08 worldcomp
OCR architecture programming
silly image
sourcecontrol stupidity engineering engineeringmalpractice
teaching teacher obituary
technicaltalk presentations technical
UI
VS VisualStudio IWizard projecttemplate programming debugging
Recent Posts
Generic Fiddling
Multilingual OCR
Managed C++ and IDisposable
Giving a Technical Presentation
A Tribute To Robert Carroll
Archives
August 2008 (3)
July 2008 (10)
June 2008 (4)
May 2008 (3)
April 2008 (3)
March 2008 (5)
February 2008 (1)
January 2008 (2)
December 2007 (1)
October 2007 (2)
September 2007 (2)
August 2007 (1)
July 2007 (3)
June 2007 (2)
May 2007 (2)
April 2007 (1)
March 2007 (3)
February 2007 (2)
January 2007 (1)
December 2006 (2)
November 2006 (5)
October 2006 (3)
September 2006 (4)
August 2006 (3)
July 2006 (6)
June 2006 (7)
May 2006 (3)
April 2006 (6)
March 2006 (9)
February 2006 (2)
September 2006 - Posts
Thursday, September 21, 2006 1:34 PM
IDisposable Made E-Z
Joe Duffy wrote this extensive entry about IDisposable and how it should be implemented under many different circumstances. It's great, it's complete, it's probably more than what most people need to look at. Here is a pattern you can use for your code
Posted by
Steve Hawley
|
1 Comments
Friday, September 15, 2006 5:12 PM
C# NullStream
I've always been a big fan of the UNIX concept of /dev/null. It's a file/device that can accept an infinite amount of data without growing and when read always returns end-of-file. It is conceptually a data sink. I was surprised that .NET (at least 1.1)
Posted by
Steve Hawley
|
0 Comments
Friday, September 15, 2006 11:57 AM
NUnit WTF
In my version of The Daily WTF , here is some output I got from NUnit: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.Remoting.RemotingException: Requested Service not found
Posted by
Steve Hawley
|
0 Comments
Monday, September 11, 2006 10:32 AM
Stating the Obvious
Consider this packet containing a moist towlette that I picked up while getting some barbeque: The directions are brief and fairly clear (although, they really could've taken out the word 'just'), but I get stuck on the word 'use'. I immediately ask "use
Posted by
Steve Hawley
|
0 Comments