January 2011
12 posts
Kiwi PyCon 2011 →
Keep up to date with Kiwi PyCon announcements via LinkedIn.
5 tags
/usr/share/dict/web2
– A file with 234,936 English words, from Webster’s Second International dictionary (1934).
3 tags
Even when the bank loses, it wins
I was initially surprised to see an increase in bank accounts that have zero fees. An example includes the National Bank’s Freedom Account. The account will waive all fees, so long as $2,500/m is deposited into it.
You could put this down to competition or the reduced cost of business in an Internet-era. However, I don’t think it’s either of those. Perfect competition produce...
Wow - data can be stunning! Thanks @gephi #gephi
3 tags
4 tags
Extracting names with 6 lines of Python code
One of the tasks in natural language processing is identifying things like organisations, people and locations from text. In computational linguistics, this is known as “Named Entity Recognition”. Like most natural language processing, it’s a task that seems easy at first but quickly becomes really difficult.
Here is a recipe that provides pretty good results in six lines of...
3 tags
Hot tip for YouTube
You can provide a link to specific seconds. Add a #t=[num]s suffix to the url:
Here’s a demo:
http://www.youtube.com/watch?v=keXW_5-llD0#t=2586s
http://www.youtube.com/watch?v=keXW_5-llD0
4 tags
Newsflash: You’ll be vegetarian in 20 years- meat will be too expensive
9 tags
Why JavaScript will rule the world
This article discusses a few reasons why JavaScript will become the programming language for everything. The main driver discussed is the move towards cloud computing. Depending on one’s perspective, users are either first or second class citizens as a result of this movement towards JavaScript. I’ll try to cover a few arguments and then come to some conclusions near the end.
Reason...