It has been ages since I last posted, and for that I am sorry, but I have kept up with my twitter and identica accounts. Things have been moving really fast for me of late and as a result my blogging has slipped. So whats new in the world of earobinson? I am now working [...]
DeadlineExceededError on Google App Engine
A while back I wrote a post about using Google docs as an expense tracker. The post received a lot of great feedback and so when I wanted to learn about Google App Engine I decided the best way was to create a Google app that connects to my Google docs to let the user [...]
Mapping Wikipedia
I was reading reddit the other day and stumbled upon the fact that wikipedia has an API. Neat I thought, and having some free time since my exams are now over I figured I would play around a bit with it. When I browse wikipedia I often click from link to link, and have come [...]
Map of The Internet
The other day I stumbled upon Chris Harrison’s internet map, the only problem I found with his map is that I wanted to know exactly which country each network connection was in. So using the DIMES public data repository, and 1site1moment’s country boarders I have mapped the internet for myself. From Public Feel free to [...]
Propensity v0.1.2.1906 — Now With an Icon! (shameless repost)
Due to an issue with wordpress I have been forced to repost this. It has been about a week since I released Propensity into the wild for your feedback, I have gotten a fair bit of feedback and received a lot of help. You will also notice that I jumped from version 0.1.0.1772 to 0.1.2.1906 [...]
Propensity v0.1.2.1906 — Now With an Icon!
It has been about a week since I released Propensity into the wild for your feedback, I have gotten a fair bit of feedback and received a lot of help. You will also notice that I jumped from version 0.1.0.1772 to 0.1.2.1906 well version 0.1.1.xxxx was released as a limited demo but I have pushed [...]
Python vte.Terminal example
About a week ago while working on propensity, I was trying to add an impeded terminal into the program instead of just sending commands to an xterm. I quickly found out about the VTE Terminal Widget, this is the same widget used by the gnome-terminal. Now while I was able to find a great API, [...]