On.Programming
For most of us, programming (or more generally – software development) is all the life is about.
IT Hares are not different. And they have more than just quite a few bits to share about programming…
Hard Upper Limit on Memory Latency
September 1, 2013 by • “No Bugs” Bunny
Abstract:
Speed of light imposes hard limits on possible latencies of high-volume RAM
Quote:
Even if each bit is implemented by single atom of silicon, 2^90-byte RAM is the largest RAM which can possibly have latencies comparable to modern DDR3 SDRAM.
Filed under: On.System ArchitectureRequirement analysisOn.ProgrammingOptimizations
Read moreTCP/IP Explained. A Bit
July 1, 2013 by • “No Bugs” Bunny
Abstract:
A crash course on TCP/IP for developers.
Quote:
For TCP, a delay of the order of minutes is not a fault, it is a feature.
Filed under: On.ProgrammingNetwork Programming
Read moreA Model for Debug Complexity
May 1, 2013 by • “No Bugs” Bunny
Abstract:
A humble attempt to make some approximation of debug complexity.
Quote:
Our model shows that coupling is a bad thing for debugging complexity, so we can consider this sanity check to be passed
Filed under: On.ProgrammingDebugging
Read more‘No Bugs’ Top Five C++ Cooking Recipes
March 1, 2013 by • “No Bugs” Bunny
Abstract:
When cooking a C++ program, there are a few spices to consider.
Quote:
"If strict weak ordering is violated, all kinds of weird things can happen: from identical multiple entries in a supposedly-unique collection, to memory corruption
Filed under: On.ProgrammingTips and Tricks
Read more



