Parsing “Weather Display” weather station output

As I am sure most of you are aware by now, I’m a keen pilot, and as I’m sure most of you can work out, knowing what the weather is doing is kinda critical. My club operates a weather station, and during the tower’s operating hours, the data is uploaded to the internet. I thought […]

Marcus Povey

As I am sure most of you are aware by now, I’m a keen pilot, and as I’m sure most of you can work out, knowing what the weather is doing is kinda critical. My club operates a weather station, and during the tower’s operating hours, the data is uploaded to the internet. I thought […]

LoveNote: Delayed abstract message queue

Helping out a friend and colleague, as well as stretching my programming muscles with a language I don’t often get to play with these days, I’d like to introduce LoveNote Server. LoveNote is a simple abstract message queue server which lets you pass an message payload to one of a pool of endpoints and receive […]

Marcus Povey

Helping out a friend and colleague, as well as stretching my programming muscles with a language I don’t often get to play with these days, I’d like to introduce LoveNote Server. LoveNote is a simple abstract message queue server which lets you pass an message payload to one of a pool of endpoints and receive […]

Latakoo Flight API bindings for Python, PHP, Ruby and .NET

I got bored one evening, so I hacked together the beginnings of an API library for latakoo Flight. Currently it’s available in three four tasty flavours – PHP, Python, Ruby and C# .NET / Mono. The libraries are minimal but functional; they let you perform both anonymous and authenticated queries against the latakoo API endpoint, […]

Marcus Povey

I got bored one evening, so I hacked together the beginnings of an API library for latakoo Flight. Currently it’s available in three four tasty flavours – PHP, Python, Ruby and C# .NET / Mono. The libraries are minimal but functional; they let you perform both anonymous and authenticated queries against the latakoo API endpoint, […]