Month: November 2010

  • PADate.class

    I am close to my wits’ end (for now), so I decided to run PADate.class for fun through a Java decompiler: import java.util.GregorianCalendar; public class PADate { private GregorianCalendar gc; public PADate() { this.gc = new GregorianCalendar(); this.gc.set(11, 0); this.gc.set(13, 0); this.gc.set(14, 0); } public PADate(int paramInt1, int paramInt2, int paramInt3) { this.gc = new…

  • Live crabs coming near you!

    Live crabs coming near you!

    I saw this video from Chillycrap’s blog post. It is a truly novel way to get the crabs out in the market, and they even offer a 1 dead for 3 live crabs replacement guarantee. Got me wondering. How did they stuff the crabs into the tiny little boxes?

  • Short-takes: Slack

    Despite of having a busy schedule, I feel that I am getting too slack at studies. Time to buck up! Oh, by the way, this blog is undergoing revamp. For starters, I have changed the theme to Arras. Next on the list: Background image Streamlining of the bloated list of categories. In a sense, this…