




Linux 3.8 was released !
SourceTree is a free client for Mercurial and Git. The windows release has been announced.
Vim is a great text and code editor for command line interface. OpenVim presents an interactive tutorial which seems nice for new beginners.
For those using jedi-vim are indirectly using rope refactoring library.
If you are also using a home-level virtualenv ie. in ~/env/
then your vim instance might take crazy long time.
First things first, rope creates a .ropeproject
directory where it thinks the project root is. And it will scan every file in every sub directory. A quick and dirty solution is to create empty .ropeproject
folders lower in the $HOME
filesystem. Rope will automatically use this folder if it finds no other .ropeproject
folder at a lower level.
Playlistnow.fm is a social network based on music made in Python/Django. The catalog is powered by last.fm and the videos come from youtube.
Before its final death, we decided to release the source code under Apache 2.0 license.
I’m posting this because it took me quite a few hours to get to this point:
Ghost.py seem to have a nicer API and to be faster than selenium so far.
django-smarter looks way cool, check it out !
PhoneGap sounds like an amazing open source framework !
This (quite ugly) script will play some music at a certain time. It will also wake up the computer if it is hibernating.
I intend to make a proper app from this, but for now feel free to try out the “proof of concept”.
Nick Morgan released easy 6502, an interactive guide to assembly !