Posts
Search
Contact
Cookies
About
RSS


Remotely controlling a windows machine from Linux
Windows has its own home baked VNC like protocol called RDP (Remote Desktop Protocol) - I love standards there are …

LuaJIT glue logic for software
In electronics glue logic is the informal name for the (often) off the cuff implementation of logic that "glues" different …

Android stopping crashing apps/services
Sometimes you can get yourself into a situation when updating android (usually missing permissions on google apps) where an application …

Lua and Foreign Function Interface (FFI) fun!
I've always had a soft spot for Lua and although I'm not actively using it in any projects at the …

Creating a simple Firefox add-in to check a Web application
For a while now I'd promised myself I'd take a look at the newer methods of implementing a Firefox extension …

LWJGL streaming sound with OpenAL
Streaming might not necessarily mean playing sound from an internet source, you could for example be creating it with an …