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

Low Latencies between Planets??

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 more

TCP/IP Explained. A Bit

July 1, 2013 by “No Bugs” Bunny

BB_part19_2-e1418376853991.png

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

Tagged With: UDPTCPIPOverload
Read more

A Model for Debug Complexity

May 1, 2013 by “No Bugs” Bunny

Yes, it is indeed obvious...

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

Tagged With: Kinda MathOverload
Read more

‘No Bugs’ Top Five C++ Cooking Recipes

March 1, 2013 by “No Bugs” Bunny

Bit cooking

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