All Stories
yum-plugin-timemirrorbandwidth
Something I came up in during the small FAD we had in .MY last week.Yum's fastestmirror plugin is kindof broken by design, because the plugin's definition of 'fastest' means shortest ...
In old blog, Dec 09, 2010Fedora 14 Released!!!!!
Read the release announcementGrab your release using direct download here: http://fedoraproject.org/en/get-fedoraOr torrents here : http://torrents.fedoraproject.org/ To Malaysian Fe...
In old blog, Nov 03, 2010Hooking zope.component to any python project
Zope Component Architecture is a set of libraries used for aiding in writing component based applications using python. It provides some useful libraries to handle common patterns suc...
In old blog, Nov 02, 2010New blog design
Ok i got bored with the old theme.Changed to a new one. This time, its relatively mobile-friendly, mainly utilizes CSS classes from JQuery UI Theming APIDo notify me if found any CSS ...
In old blog, Oct 31, 2010Fedora 14 Release Party KL
Date: 6th November 2010 (Saturday)Location: Inigo Consulting Sdn Bhd, B-06-08, Subang Empire SOHOTime: 14:00-18:00What we'll be having there (tentative):Some noms :P (obviously)A Fedo...
In old blog, Oct 30, 2010Integrating hurry.resource into BFG
Back in PyCon APAC last week I was introduced to hurry.resource by its author, which is also one of the founder behind Grok, Martijn Faassen.So, what does it do?.Read HereLets go to t...
In old blog, Jun 19, 2010"They'll realize that they're different."
Quote from JDrama CHANGE. Episode 5Keita Asakura I'm sorry for being arrogant. I used to be a grade school teacher. Last year, I was in charge of the fifth graders. An...
In old blog, Jun 03, 2010list as default value in class __init__() - watchout for surprise
Note to self: don't use list as a default value in class methods if its going to be modified later, as it might cause some trouble.Just realized something:In [1]: class MyClass(object...
In old blog, May 12, 2010