DunnDunnDunn
Hard lessons in software
Wednesday, October 24, 2018
Changed name of blog
›
(Note: I've changed the name of this blog to avoid any association with the recent bombings. I disavow violence.) At Amazon, the Prin...
Thursday, June 18, 2015
Using C++11 in Travis CI
›
There are many strange solutions, but there is now a better way to do this . sudo: false language: cpp compiler: - gc...
Friday, May 8, 2015
Deceptively simple interview questions
›
Someone posted this blog to reddit: 5 problems every programmer should know Then, someone else posted this correction: Author post...
Wednesday, April 29, 2015
git-fat for large files
›
GitHub recently added support for largefiles. If you want to share repos globally, that's fine. But for work within a corporate network,...
Sunday, February 15, 2015
Google C++ Style Guide
›
https://www.youtube.com/watch?v=NOCElcMcFik (Titus Winters at CppCon) I am a big fan of this, mainly because I like to see side-effects c...
1 comment:
Wednesday, January 7, 2015
C++: STL Iterator confusion
›
Recently, folks at my last company got confused with STL iterators. They used boost::python to create an InputIterator, using stl_iterato...
Tuesday, September 16, 2014
Reactive Programming
›
This is hard for me to explain yet, but here are helpful links: http://www.reactivemanifesto. org/ http://jlongster.com/Removing-...
›
Home
View web version