-
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!
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?