I’m trying to get a markdown plugin for WordPress working. While it works well for some things it doesn’t for others. For example code, while highlighted in the editor preview pane, is not highlighted in the preview page: #include <iostream> int main() { std::cout << “Hello world\n”; } Looks good in the preview pane in …
Author Archives: arrow
Unpacking Blasphemous Cocktails
Today I got a package that I didn't know who it was from. The slip just said "Stewartstown, PA" with no other reference. Curiously I went to fetch the package…
Benchmarking C++ container iteration
In this stackoverflow question I made a point that iterating over a std::vector and a std::list would not be of any noticeable difference. After someone said that it is indeed noticeable, I decided to make a small benchmark to try it out. [Note: This post has been edited with a new conclusion.]
Joachim Jr?
Since Arlene posted to Facebook, I guess it's official now. I'm about to be a dad! Yes that's right, in a couple of weeks my wonderful wife will give birth to a new member of the Pileborg clan! I'm happy, excited, and of course incredibly nervous! So now you know why I have so little …