Posts
Search
Contact
Cookies
About
RSS


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 …

LWJGL and Javascript - taking it further
The idea of a powerful Java engine that can be used from Javascript, definitely has me intrigued especially as a …