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.

On the Other Side of the Barricade: Job Interviewer Do’s and Don’ts

January 1, 2014 by “No Bugs” Bunny

Job Interview

Abstract:

How to conduct job interview - for newbie and not-so-newbie team leads

Quote:

Trying asserting that you’re better than the candidate you’re interviewing, is a Very Bad Thing™ for several reasons

Filed under: On.DevelopmentIT Careers & IT Hiring

Tagged With: ManagerOverload
Read more

YAGNI-C as a Practical Application of YAGNI

November 1, 2013 by “No Bugs” Bunny

You Aren't Gonna Need It!

Abstract:

YAGNI-C is a clarified version of YAGNI, which has been successfully applied in practice.

Quote:

Thinking ahead is good, implementing ahead is bad

Filed under: On.DevelopmentDevelopment Processes

Tagged With: AgileOverload
Read more

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