Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dteoh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Hayao Miyazaki-Inspired Glider Takes Flight in Japan
(mentalfloss.com)
1 points
by
dteoh
10y ago
|
0 comments
2.
▲
by
dteoh
12y ago
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.
3.
▲
by
dteoh
12y ago
> 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.
4.
▲
by
dteoh
12y ago
> On top of that, what other per-file cross platform encryption options are there? Boxcryptor is an option, but it is not open source.
5.
▲
by
dteoh
12y ago
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 fo
6.
▲
by
dteoh
13y ago
Less computation power required to store new data.
7.
▲
by
dteoh
13y ago
PG didn't write this article, Olin Shivers did.
8.
▲
by
dteoh
13y ago
I use Dropbox with Boxcryptor ( https://www.boxcryptor.com/ ). It creates an encrypted drive/folder using a key of your own choosing.
9.
▲
by
dteoh
14y ago
I set up Gmail on iOS as an Exchange account and server side searching works for me.
10.
▲
by
dteoh
14y ago
The Apache Harmony project has been discontinued.
11.
▲
by
dteoh
15y ago
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).
12.
▲
by
dteoh
15y ago
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 by
13.
▲
by
dteoh
16y ago
The links from the newsletters also prompts for an email address, which is quite annoying.
14.
▲
Amazon password truncation flaw for old accounts
(reddit.com)
11 points
by
dteoh
16y ago
|
3 comments
15.
▲
by
dteoh
16y ago
Discussion from yesterday: http://news.ycombinator.com/item?id=2069419
16.
▲
by
dteoh
16y ago
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?
17.
▲
by
dteoh
16y ago
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
18.
▲
by
dteoh
16y ago
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 few extra resource loaders.