dteoh | 11 years ago | on: JSON Web Tokens
dteoh's comments
dteoh | 11 years ago | on: Ask HN: Open Courses vs. Master degrees value in the IT market
How? I'm aware of Knuth shuffle which is O(n) but I can't find anything about constant time shuffling.
dteoh | 12 years ago | on: Safe – EncFS-compatible encrypted filesystem for Windows and Mac
Boxcryptor is an option, but it is not open source.
dteoh | 12 years ago | on: Why Chinese Is So Damn Hard (1992)
> Which kami I was thinking about is for me to know and you to guess incorrectly.
Well, if you used the kanji then we wouldn't have to guess ;)
dteoh | 12 years ago | on: Datacoin
dteoh | 12 years ago | on: History of T
dteoh | 12 years ago | on: Wuala: Secure Cloud Storage
dteoh | 13 years ago | on: The Gmail app for iPhone and iPad: version 2.0
dteoh | 14 years ago | on: Oracle and the End of Programming as We Know It
dteoh | 14 years ago | on: Sparrow for iPhone
dteoh | 14 years ago | on: Google Singleton Detector
public enum Singleton {
INSTANCE;
}
Guaranteed against multiple instantiation.Edit: the class version of the singleton example should also be made final, or I could just extend your class and therefore bypass your singleton restriction.
dteoh | 15 years ago | on: Monster bundle by Appsumo - $99 for $5k+ services
dteoh | 15 years ago | on: I haven't used soap or shampoo in a year, and it's awesome
dteoh | 15 years ago | on: Breaking a WoW addiction
dteoh | 15 years ago | on: Lifetime Mixpanel.com Startup Plan - $17
I've just checked my Appsumo account and see that the startup plan has been downgraded to basic. Will customers after the 1000 mark get anything or are you guys planning to refund?
(I think also think it is wrong of you guys to modify invoices which is supposed to be a record and agreement of a transaction.)
dteoh | 15 years ago | on: Ask HN: Show me your Half Baked project
It's a stand-alone version of Swing appframework 1.03's ResourceMap implementation. I didn't want to use their entire framework and also needed a few extra resource loaders.