Tech and travel

Posts

York

2014-03-25

Photos from a trip to York.

York minster

York minster

Using signal.alarm() for a timeout

2014-01-16

The Python signal module let’s you setup Unix signals, including SIGALRM.

Baltic Holiday

2013-10-13

I went on a Baltic holiday recently, going from Helsinki to St-Petersburg and then on to Tallinn, Riga and Vilnius.

St-Petersburg: Church of the spilled blood

St-Petersburg: Church of the spilled blood

Reliable file updates in Python

2013-07-16

Machines can fail, so it’s important to make sure your files are saved. This article has some great ways of doing reliable file updates with python. Great stuff.

Redirect stdout to log from a bash script

2013-07-09

My colleague Day Barr found this very useful Stack Overflow article. It shows how to redirect stdout to a log file from with a bash script. This is very useful if you’re debugging an existing bash script and don’t want to add a redirect to every line in it.

Copyright (c) 2024 Michel Hollands