Disclosure: On this site you won’t find specific advice on “how to call function xyz()”. Interpreting C++ ARM and #pragma dwim is also out of scope.

We’re treating our readers as intelligent beings who can use Google and/or StackOverflow, where all such specific questions were answered more than once.

What you will find is opinions, more opinions, and even more opinions on all the aspects of software development - and with a large chunk of them based on real-world experience too.

Your mileage may vary. Batteries not included.

Replace User, Strike Any Key?

September 1, 2012 by “No Bugs” Bunny

EU Cookie Directive

Abstract:

Rumors about user being the source of all the evil are greatly exaggerrated.

Quote:

“He that increaseth knowledge increaseth sorrow.” — Ecclesiastes

Filed under: On.DevelopmentDevelopment Philosophy

Tagged With: UserDeveloper
Read more

Programming Darwinism

July 1, 2012 by “No Bugs” Bunny

BB_part12_0002-e1418293245322.png

Abstract:

Agile programming species generally have more chances for survival.

Quote:

"Programming is like sex: one mistake and you’re providing support for a lifetime.” — Michael Sinz

Filed under: On.DevelopmentDevelopment Philosophy

Read more

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