Articles on current page (81-90 of 99)

⇐ Page 1   |   ← Page 8   |   Page 9 of 10   |   Page 10 →

July 2013

child map

☑ C++11: Move Semantics

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this one covers move semantics.

This is the 1st of the 8 articles that currently make up the “C++11 Features” series.

Read article ( 4 minutes )

9 Jul 2013 at 11:04AM in Software
 |  | 
cake slice

☑ Chunky requests

Why have webservers been so slow to accept chunked requests?

Read article ( 6 minutes )

3 Jul 2013 at 2:20PM in Software
 |  | 

June 2013

large rock

☑ Tuning in the static

In C++ the static keyword has quite a few wrinkles that may not be immediately apparently. One of them is related to constructor order, and I briefly describe it here.

Read article ( 4 minutes )

14 Jun 2013 at 4:18PM in Software
 |  | 
c++ c
two penguins

☑ Just like old

If you have the luxury of migrating your Linux installation to a new hard disk before the old one packs up entirely, it’s quite easily done with standard tools.

Read article ( 9 minutes )

5 Jun 2013 at 6:02PM in Software
 | 
Photo by Cara Fuller
 | 
beach karate

☑ Jinja Ninja

I recently had to do a few not-quite-trivial things with the Jinja2 templating engine, and the more I use it the more I like it.

Read article ( 4 minutes )

1 Jun 2013 at 6:25PM in Software
 |  | 

May 2013

github usb

☑ Hooked on Github

Github’s web hooks make it surprisingly easy to write commit triggers.

Read article ( 4 minutes )

16 May 2013 at 11:52AM in Software
 | 
Photo by Brina Blum on Unsplash
 | 
hard drive

☑ May Day! May Day!

Backups are a hassle, off-site ones doubly so. However, there are a few tools which make life easier — this post discusses some of them.

Read article ( 10 minutes )

1 May 2013 at 1:09PM in Software
 |  | 

April 2013

green python

☑ Python destructor drawbacks

Python’s behaviour with regards to destructors can be a little surprising in some cases.

Read article ( 6 minutes )

23 Apr 2013 at 10:48AM in Software
 |  | 
closed sign

☑ When is a closure not a closure?

Python’s simple scoping rules occasionally hide some surprising behaviour.

Read article ( 4 minutes )

10 Apr 2013 at 3:41PM in Software
 |  | 
pagan ritual

☑ The Dark Arts of C++ Streams

I’ve always avoided C++ streams as they never seemed as convenient as printf() and friends for formatted output, but I’ve decided I should finally take the plunge.

Read article ( 7 minutes )

8 Apr 2013 at 12:28PM in Software
 |  | 

⇐ Page 1   |   ← Page 8   |   Page 9 of 10   |   Page 10 →