dteoh's comments

dteoh | 11 years ago | on: JSON Web Tokens

You can store the expiry time in the token itself. Then it is up to your server to validate that the token is still live. If you need to mass invalidate every token, you change the signing key.

dteoh | 12 years ago | on: Why Chinese Is So Damn Hard (1992)

I think the more grammatically correct question sentences would be "kami wa doko desu ka" (as for kami, where is it?) or "doko ga kami ga (ar)imasu ka" (where does kami exist?).

> 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

Less computation power required to store new data.

dteoh | 12 years ago | on: History of T

PG didn't write this article, Olin Shivers did.

dteoh | 14 years ago | on: Sparrow for iPhone

I wonder if they have plans to turn this into a universal app or if we will have to purchase another version for the iPad (not that I'm complaining about paying for a valuable product).

dteoh | 14 years ago | on: Google Singleton Detector

Enum version:

    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: Breaking a WoW addiction

Didn't Blizzard at one point say no one can charge for addons or put in-game directions to donate or pay for the addon? How did Curse manage to get past this?

dteoh | 15 years ago | on: Lifetime Mixpanel.com Startup Plan - $17

I bought the startup plan some 10 hours ago, sent in an email but never received any follow up.

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.)

page 1