660 reputation
8
bio website
location Illinois
age 43
visits member for 10 months
seen Apr 24 at 15:19
stats profile views 23

Jan
26
answered Is Ken Thompson's compiler hack still a threat?
Jan
24
answered I've been told that Exceptions should only be used in exceptional cases. How do I know if my case is exceptional?
Jan
8
answered Is every number in the code considered a “magic number”?
Nov
18
answered When is a 'core' library a bad idea?
Oct
27
answered Could it be more efficient for systems in general to do away with Stacks and just use Heap for memory management?
Oct
27
answered Why is there no generic implementation of OrderedDictionary in .net?
Oct
27
answered How do operating systems… run… without having an OS to run in?
Oct
22
answered Name for Osherove's modified singleton pattern?
Oct
22
answered How can I explain object-oriented programming to someone who's only coded in Fortran 77?
Oct
10
answered If I use locks, can my algorithm still be lock-free?
Oct
8
answered When does 'optimizing code' == 'structuring data'?
Oct
6
answered Avoid GPL violation by moving library out of process
Oct
6
answered Internal Mutation of Persistent Data Structures
Oct
6
answered What's the best/most efficent way to create a semi-intelligent AI for a tic tac toe game?
Oct
5
asked Handling bugs, quirks, or annoyances in vendor-supplied headers
Sep
18
answered Purpose of NOP instruction and align statement in x86 assembly
Aug
24
answered How does a garbage collector prevent the whole memory from being scanned on every collect?
Aug
24
answered If immutable objects are good, why do people keep creating mutable objects?
Aug
15
answered How to create a common interface for classes with different subsets of members
Aug
13
answered What do you call classes without methods?