Post new update

2020-03-30T21:05:41 by jozef

The 4 Horsemen of the Apocalypse → S.L.O.W. (Starvation, Latencies, Overheads, Waiting)

Great video about parallel programming, not only for C++ developers.  

2020-03-25T15:50:23 by jozef

if you've got the moxie, you might have the moves

Here are my notes from book Why We Buy by Paco Underhill that I've read a long time ago, but never found time to write notes f… 

2020-03-19T22:38:43 by Jozef

Not speed but latency is what you need.

A little how-to configure Raspberry-Pi as NAT gateway/router for the real speed.  

2020-03-17T18:39:13 by Jozef

Record and report memory usage over long time

Created a Perl script to record and report memory usage of processes to discover heavy memory greedy processes.