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…

Compiling a Static Web Site Using the C Preprocessor

May 1, 2012 by “No Bugs” Bunny

Desktop or Mobile?

Abstract:

Sometimes you can use existing tools in a very unusual way.

Quote:

"This is so crazy it might just work

Filed under: On.ProgrammingTips and TricksProgramming Languages

Read more

Memory Leaks and Memory Leaks

March 1, 2012 by “No Bugs” Bunny

Fighting Memory Leaks

Abstract:

What exactly is ‘memory leak’? Is it ‘useless memory’, ‘unreachable memory’, or ‘memory not released on program exit’?

Quote:

“I know it when I see it” – Justice Potter Stewart

Filed under: On.ProgrammingDebugging

Read more

Over-Generic Use of Abstractions as a Major Cause of Wasting Resources

September 1, 2011 by “No Bugs” Bunny

Elementary, my dear Watson

Abstract:

Trying to be too generic can easily cause many-fold inefficiencies.

Quote:

It was a quiet night and I was downloading a 2G ZIP file with Internet Explorer...

Filed under: On.System ArchitectureDesign decisionsOn.ProgrammingOptimizations

Read more

To DLL or Not To DLL

November 1, 2010 by “No Bugs” Bunny

DLL Hell

Abstract:

Are DLLs a ‘holy grail’ or a ‘necessary evil’?

Quote:

It might not be your fault, but it is your problem.

Filed under: On.System ArchitectureDesign decisionsOn.ProgrammingTips and Tricks

Tagged With: Overload
Read more