Android KitKat
Google decided to the name the next release of android KitKat. For months we've been hearing about Key Lime as the name of the next release of android: version 5.
Filtering with AngularJS
In the past couple of days, I've been trying to build custom list filters using AngularJS. Little did I know how surprisingly difficult it is to find an example close enough to what I wanted, and how simple it is to solve the problem.
Adding Config to your AngularJS app
For the past few weeks, I've been building a Web App based on AngularJS. I wanted it to act differently for different configurations, and I wanted to store the configuration in a simple Config file (sounds like standard procedure), but for some odd reason, I couldn't find any …
Facebook App pushing unwanted notifications
I've been using the Facebook App for 3 years now, and recently I've been getting some odd notifications (at very odd hours too).
Dynamic Import with Python
Rewriting my application on Django, I needed to import classes without knowing their names first (just reading them out of a directory). Obviously something like this: 1 2 module_name = 'module_foo' import module_name will just try to import "module_name", and doesn't …

