Kurt Guntheroth's Old Hands Blog
Thursday, May 28, 2020
Re-Intermediation -- Controlling the Internet as a Channel of Distribution
›
I saw an article on Slate about how Google wants to build the famous talking computer from Star Trek. Google doesn't want to return lin...
2 comments:
Wednesday, June 7, 2017
Circular Buffer Container Class
›
C++ comes with a set of templatized container classes so developers don't have to re-implement a doubly linked list or balanced binary t...
Friday, September 23, 2016
C++ Optimization Bibliography
›
I wrote a wonderful book on performance tuning in C++. Plug, plug, plug. Buy it now! The web is full of free optimization advice. The best...
1 comment:
Friday, December 4, 2015
Mastery Takes Time
›
I have talked about achieving mastery previously . Here's another , perhaps better researched article on how long it takes to achieve m...
1 comment:
Don't Teach Yourself to Code by Writing a Library
›
It is a terrible idea to teach yourself how to use some unfamiliar feature of C++ by designing a library that heavily uses this feature. I...
Thursday, June 25, 2015
The Mysterious Hidden Languages of C++
›
C++ is old enough to have teenaged children (like Java, conceived when C++ was itself a wild teenager). Some lucky developers have spent vir...
Monday, March 30, 2015
Aphorisms for Work
›
Here are some aphorisms that I think upon, usually during meetings with grumpy managers. It takes the same time to do a project right as t...
›
Home
View web version