Hacker News
- C++ sequenced-before graphs http://josephmansfield.uk/articles/c++-sequenced-before-graphs.html 9 comments
- My Ludum Dare Experience (with progress GIFs included!) http://josephmansfield.uk/articles/my-ludum-dare-experience.html 8 comments gamedev
- Marking as deprecated in C++14 http://josephmansfield.uk/articles/marking-deprecated-c++14.html 9 comments cpp
- Exceptions, error codes, and assertions - the various error reporting mechanisms of C++ http://josephmansfield.uk/articles/exceptions-error-codes-assertions-c++.html 20 comments cpp
- Don't use auto unless you mean it - a unified, forward-thinking convention for using the auto keyword http://josephmansfield.uk/articles/dont-use-auto-unless-you-mean-it.html 90 comments cpp
- Ambiguous raw pointers - the properties of raw pointers that make them unsuitable for modern C++ http://josephmansfield.uk/articles/avoiding-ambiguity-raw-pointers.html 37 comments cpp