Viewing profile — dteoh
dteoh
HN member- Joined
- Wed, Sep 15, 2010, 9:18 AM UTC
- HN karma
- 32
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About dteoh
No profile information was provided.
Recent public activity
- story
-
comment
Comment #8283753
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…
-
comment
Comment #7827620
> shuffling a deck of cards in O(1) How? I'm aware of Knuth shuffle which is O(n) but I can't find anything about constant time shuffling.
-
comment
Comment #7632810
> On top of that, what other per-file cross platform encryption options are there? Boxcryptor is an option, but it is not open source.
-
comment
Comment #7626985
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?). > …
-
comment
Comment #6961537
Less computation power required to store new data.
-
comment
Comment #6780295
PG didn't write this article, Olin Shivers did.
-
comment
Comment #5853509
I use Dropbox with Boxcryptor ( https://www.boxcryptor.com/ ). It creates an encrypted drive/folder using a key of your own choosing.
-
comment
Comment #4874326
I set up Gmail on iOS as an Exchange account and server side searching works for me.
-
comment
Comment #3918308
The Apache Harmony project has been discontinued.
-
comment
Comment #3707451
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 prod…
-
comment
Comment #2744499
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 …
-
comment
Comment #2304540
The links from the newsletters also prompts for an email address, which is quite annoying.
- story
-
comment
Comment #2073024
Discussion from yesterday: http://news.ycombinator.com/item?id=2069419
-
comment
Comment #2056746
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?
-
comment
Comment #1933314
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 downgrad…
-
comment
Comment #1822862
http://hg.dteoh.com/treasuremap 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 fe…