Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atomic_cheese
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
atomic_cheese
10y ago
I was more impressed that it lasted an entire 24 hours. They're exposing it to the festering cesspool of Twitter, and it holds out for an entire day? That speaks to the quality of their anti-abuse measures more than anything else.
2.
▲
by
atomic_cheese
11y ago
Based on the rest of the post, I think that hope might be unrealistic.
3.
▲
by
atomic_cheese
11y ago
C++ to JS is a pretty huge jump. C++ -> Java -> JS might work better.
4.
▲
by
atomic_cheese
11y ago
Absolutely. I can't speak for anyone else, but I'd happily switch to a GiTS-style full-body prosthetic if they were available.
5.
▲
by
atomic_cheese
11y ago
If you can't blind them with brilliance, baffle them with bullshit.
6.
▲
by
atomic_cheese
11y ago
RealCalc is my favorite. It supports RPN and doesn't require any permissions other than storage.
7.
▲
by
atomic_cheese
11y ago
If you use Livestreamer and an IRC client, you can run Twitch streams outside your browser. That's what I've been doing - I haven't had flash installed since that cross-platform RCE bug late last year.
8.
▲
by
atomic_cheese
11y ago
I managed to find a PDF copy a while back, and if I can ever find a physical copy that's not incredibly expensive I'd certainly buy it.
9.
▲
by
atomic_cheese
11y ago
I'm pretty sure that example is actually fine - if there's a concurrent writer, the modified value will be loaded into oldValue. Repeating shared.load is unnecessary since that operation occurs as part of compare_exchange_weak.