Random Rants of Roy Falk
Wednesday, June 25, 2014
The Problem With Dynamically Type Programming Languages
›
Consider the following code in Java: byte[] key = generateAES(); byte[] encrypted = encryptAES(key, "Hello World"); String b64...
Monday, April 15, 2013
Replacing the headlight on a Renault Clio Mk3
›
This post is brought to you by www.renaultforums.co.uk There are two ways to replace a light bulb in a Renault Clio Mk3 - the easy way a...
6 comments:
Thursday, November 15, 2012
How to Debug Android Devices
›
If you get the following: android@Hythloth:~/android-sdk-linux/platform-tools$ ./adb devices List of devices attached ???????????? n...
Monday, October 29, 2012
Scrollbars are a good thing
›
Usability in smart phones has taken a huge step back - in the name of efficiency, elegance and stupidity, we got rid of the scroll bar. Unfo...
Home
View web version