What's new?
Plex, SSL and Nginx
How to set up a SSL-encrypted gateway in front of the Plex media server using Nginx as a reverse proxy
Read more - 24 Mar 2013
Resampling for fun and profit
I'm a co-author on a paper which was presented at RTNS this year. Sadly I didn't have time to attend the conference, but it's nice to have been able to contribute!
Re-Sampling for Statistical Timing Analysis of Real-Time Systems
Read more - 06 Dec 2012
ExtJS 4.1.1a Repository Update
Another update to the repository today. ExtJS is bumped to version 4.1.1a, and the latest version of GXT - 3.0.1, also gains a new root in the repository.
Read more - 06 Dec 2012
Dynamic Disqus Instantiation
I needed to use Disqus from a GWT app, so I needed to solve the problem of loading threads on demand as virtual pages in the app were changed.
A small amount of reverse engineering and experimentation led me to construct a utility class.
I also posted this answer on Stack Overflow.
Read more - 28 Aug 2012
Followrz
http://followrz.com
A quick and easy way to sort your Twitter followers
Get a better understanding of who’s following you
Prioritise who you want to build relationships with
Download the data and keep records
Read more - 02 May 2012
Spotify for Linux media keys
Spotify can be controlled on Linux using DBUS commands. These can be mapped to keyboard shortcuts.
Read more - 11 May 2011
Lock-Free IPC
I was doing some reading a while back into lock-free algorithms for multi-threaded communication using buffers. The general idea is to use a circular buffer in shared memory to allow one process (or thread) to write data into a buffer so that another process can read it.
Read more - 16 Mar 2011
ExtJS 3.3.1
Another update, ExtJS is now at version 3.3.1 in the public repository.
Read more - 01 Dec 2010
GXT 2.2.1 in extjs-public repository
I've updated GXT to version 2.2.1 in the public repository on Google Code.
Read more - 11 Nov 2010