Blog Stream

Running GNOME and KDE on windows

Its been almost a year since I switched from Linux to Mac as my development environment and the only time I get to use Linux is when deploying something on our server at work; which is pretty much boring because I'm just tunneling and interacting with the shell.

Pullite gets some attention

I've been playing around with git and github tonight for I really felt that I need to organize my projects a bit. A few minutes ago, I have two separate repository for pullite and the pullite prototype. I know It was not the right thing to do but I was in a hurry that time that I just needed a place for the project.

WTF's happening?

A while a go I just posted something about Pylons interactive web-based debugger and for some reason my post is gone! Although the cache of th teaser version on blognetworks from facebook is still there.

Err, I'm really really pissed off! I might re-create it but some other time, sheez!

Ruby's DataMapper 101

It's been a while and lately I've been playing again with Merb so I figured I'll post about DataMapper. DataMapper is an ORM for Ruby which most Merb users prefer because of its simplicity and neat features.

Before we can start playing with it, you can install it using the following command:

sudo gem install dm-core

Also, for the purpose of this tutorial we're going to install the sqlite database driver:

Hands are full

 Its been more than a week since my last post and honestly I don't have something planned to post. I'm so much occupied by work plus some deployment this coming weekend so I can't put-up something useful as of the moment.

I've also been working on another doodle called Pullite. It's a multi-threaded download manager built on Python. The prototype is already working and I already started building up the GUI, Its using PyQt  and SqlAlchemy for database stuff. I'm looking forward to finish this and probably post the link on my Doodling section before summer.