Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Donch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Donch
10y ago
Local legend says that Birkenhead Park was an influence to Olmsted: https://en.wikipedia.org/wiki/Birkenhead_Park#Influence
2.
▲
by
Donch
10y ago
Very sad. Here's some gold: https://www.youtube.com/watch?v=pfNHX_gVKJ0 Watch all seasons of The Larry Sanders Show!
3.
▲
by
Donch
11y ago
Here's another one :-) https://github.com/donovanhide/stockfighter Based on the docs and only tested against the unauthenticated endpoints so far...
4.
▲
Exploiting Ripple Transaction Ordering for Fun and Profit
(availableimagination.com)
24 points
by
Donch
11y ago
|
0 comments
5.
▲
by
Donch
11y ago
People subscribe to Go lists because they want to discuss technical aspects of a programming language. For other topics, there are other venues. Yes, and for highlighting off-topic subjects, there is the simple moderator acronym "OT&
6.
▲
by
Donch
11y ago
Much more authentic: https://twitter.com/bbc_micro_/status/572313372345016321 The plastic which held them in place was always broken on the school computers :-) In all seriousness though, I personally owe a great
7.
▲
by
Donch
11y ago
*sheet https://en.wikipedia.org/wiki/ViewSheet
8.
▲
by
Donch
11y ago
Read all three! Thanks for the reading list extension and gratuitous downvote :-)
9.
▲
by
Donch
11y ago
Read "Flash Boys" for a better insight into how much difference variable latency between exchanges and clients makes to the profitability of fast execution of trades. https://en.wikipedia.org/wiki/Flash_Boys
10.
▲
by
Donch
11y ago
Reminds me a little of Apple's buyout of the compositing software Shake from Nothing Real and their brutal "end of life" process. http://en.wikipedia.org/wiki/Shake_%28software%29 "Existing maintena
11.
▲
by
Donch
12y ago
I believe he went to Google.
12.
▲
by
Donch
12y ago
Has the fork author discussed with Mikio the implications of forking and the need for a commercial license for proprietary applications? It's a shame that development stopped on Kyoto Cabinet and Tycoon. I personally learned a lot abou
13.
▲
by
Donch
12y ago
Care to share any details on the hashing scheme? Is it based on linear hashing, a la Litwin and Larson?
14.
▲
by
Donch
12y ago
Thanks for the reply. Interesting that linear hashing had such a big effect, seeing as it is meant to be a slowly-occurring process that only happens when the average load factor of all buckets exceeds a threshold. I guess that was back in
15.
▲
by
Donch
12y ago
"We abandoned them in favor of B-trees in OpenLDAP 2.2 because extensive benchmarking showed that BDB's B-trees were faster than its hash implementation at very large data sizes." Didn't bdb's linear hashing scheme
16.
▲
by
Donch
12y ago
I was just about to make the very same suggestion. Ignore the list and just read this book! The threading of the 'jaunting' concept was way ahead of its time in 1956 and the inspiration can be seen in many modern films.
17.
▲
by
Donch
12y ago
Number one link on Hacker News is an article stuffed full of Amazon affiliate links for personal heating products. Something isn't right.
18.
▲
Ripple ledger browser
(ripplebot.com)
1 points
by
Donch
12y ago
|
0 comments
19.
▲
by
Donch
12y ago
Cross posted here: http://www.reddit.com/r/ripplers/comments/266m12/selling_my_...
20.
▲
Jed McCaleb dumps his Ripple holdings
(xrptalk.org)
1 points
by
Donch
12y ago
|
1 comments
21.
▲
by
Donch
12y ago
Frankly, that is true art. Inspired.
22.
▲
by
Donch
12y ago
It was an example of a language feature, that is short variable declarations in type switches, which avoid repetitive casting. The example below has the default clause which handles unknown types. I suppose the point is that you'd neve
23.
▲
by
Donch
12y ago
It's horrible method with a horrible signature, that I didn't test :-) But the short variable declaration in the type switch does indeed save the casts the OP was complaining about. Even more correct and horrible: http:/
24.
▲
by
Donch
12y ago
The example could have been simplified: func abs(x Top) Top { switch v := x.(type) { case int32: if v < 0 { return -v } case int64: if v < 0 { return -v } case float32: if v < 0 { return -v } case floa
25.
▲
by
Donch
12y ago
./bin/Heartbleed openssl.org:443 2014/04/08 12:15:44 ([]uint8) { 00000000 02 00 79 68 65 61 72 74 62 6c 65 65 64 2e 66 69 |..yheartbleed.fi| 00000010 6c 69 70 70 6f 2e 69 6f 59 45 4c 4c 4f 57 20 53 |li
26.
▲
Ask HN: NSA and GCHQ incompatible licenses
2 points
by
Donch
13y ago
|
2 comments
27.
▲
by
Donch
13y ago
Here's the raft algorithm we chatted about: https://ramcloud.stanford.edu/wiki/download/attachments/1137... And an implementation: https://github.com/goraft/raft Decentralised conve
28.
▲
by
Donch
13y ago
https://gist.github.com/donovanhide/6541191
29.
▲
by
Donch
13y ago
https://gist.github.com/donovanhide/6540272
30.
▲
by
Donch
13y ago
Answer 3: enigma2013
More ›