Roberto Alsina

About this original series

Screencasts of random things I code.

  • Category

    How To
  • # Episodes

    7 episodes
  • Rating

    TV-G

Episodes of Roberto Alsina

    • More browser, still under 128 lines of 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

      • Release date
        Mar 5, 2011
      • Runtime
        02:55
    • How much browser in 128 lines of code?

      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!

      • Release date
        Mar 4, 2011
      • Runtime
        02:59
    • Foobar: virtualenv y sus amigos

      Una charla que dí en FM la tribu acerca de como usar virtualenv y muchas otras herramientas para lograr un ambiente de desarrollo repetible.

      • Release date
        Sep 26, 2010
      • Runtime
        01:23:04
    • First Aranduka demo

      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.

      • Release date
        Sep 17, 2010
      • Runtime
        03:00
    • Barcode

      A quick hack showing how you can use a webcam to do something useful.

      • Release date
        Sep 1, 2010
      • Runtime
        01:05
    • Google integration and some other features

      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.

      • Release date
        Jul 22, 2010
      • Runtime
        04:20
    • Fast-Fast and Slow-Slow

      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.

      • Release date
        Jul 18, 2010
      • Runtime
        00:54