Screencasts of random things I code.
New features: bookmarks, and multi-tabbed browsing. Still a bit buggy, but almost feature-complete. You can now get the code at http://devicenzo.googlecode.com
Here I am demoing a project trying to create a nice web browser, or at least as nice as I can make it in less than 128 lines of code, starting with PyQt. So far, it only takes 50 or so, and it's pretty featureful!
Una charla que dí en FM la tribu acerca de como usar virtualenv y muchas otras herramientas para lograr un ambiente de desarrollo repetible.
This shows some of the features that are starting to work in Aranduka, a new ebook manager currently in development at http://aranduka.googlecode.comThe "Import" you see takes a folder with PDF/FB2/Mobi files in it, and uses google books to guess what books they are, and other services to get the covers. It's not perfect, but it often works.
Here you can see my latest creature, a simple desktop RSS reader, showing off its partial google reader integration.It can work just fine without it, of course. It also has the beginnings of a cool offline mode.
Here you can see the difference between slow mode, where Webkit displays thepage, and fast mode, where the technique explained here http://is.gd/dvcNS is used.