Loading...

Category: Blog

Scaling with C++ 11

My “Scaling with C++ 11” talk is online. It’s really great to see yourself in video because everything bad about your presentation becomes obvious. I already have a lot of ideas to improve this one and I hope I can deliver something much better at Meeting C++. I hope to see you there!

Lockheed SR-71 Blackbird

In my C++ Now 2013 presentation, I talked about the Lockheed SR-71 Blackbird as an example of how you sometimes go around problems by “leaking”:

The Ax Thief

As I flew back to France, I was reading Lie Yukou:

String to int and vice versa

> Hope you guys are enjoying C++ Now! We use Boost.Spirit for all our parsing and generation. What I mean by that is that when you have to parse input or generate output, we don’t use std::stringstream, we don’t use the C libraries and we definitely don’t write custom parsers or generators.

The Bureau 14 coding rules

We don’t actually have “coding rules” at Bureau 14, at least, not in the sense you would expect them. One one hand, we think it’s best to give as much freedom as possible to the developers and prevent rules to get in the way of evolution.

Seasons greetings

“Am I indeed possessed of knowledge? I am not knowing. But if a mean person, who appears quite empty-like, ask anything of me, I set it forth from one end to the other, and exhaust it.” –Confucius We wish you all happy hollidays!

Top