Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aa0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aa0
13y ago
This isn't SurfaceReviews.com
2.
▲
by
aa0
13y ago
Seriously?
3.
▲
by
aa0
13y ago
And it's not cheap, $35..
4.
▲
by
aa0
13y ago
Java is slow. It's going nowhere fast. LLVM on the other hand...
5.
▲
by
aa0
13y ago
You need a bookmarklet.
6.
▲
by
aa0
13y ago
Amazon has always seemed to me to offer the best support of any industry. They truly are honorary when it comes to customer treatment
7.
▲
by
aa0
13y ago
You're such a brave white knight aren't you.
8.
▲
by
aa0
13y ago
You forget you're on HN where slow ass designer languages are all the hail. Sigh..
9.
▲
by
aa0
13y ago
Ruby on Rails and your single-origin latte is calling. C is the most performant for years now, a large part of the kernel is in assembly. Remember to download your gems tonight, rude boy.
10.
▲
by
aa0
13y ago
I see, makes sense - it is easy to multiply big nums together but insane to factor the bignums out of them. You explained it more succinctly than I've ever understood it, thanks a ton!
11.
▲
by
aa0
13y ago
No shit, you don't have time to do what you want when you're strapped for cash. What's new aristocat?
12.
▲
by
aa0
13y ago
Couldn't a cross-comparison be used, encrypting different known blocks and observing certain key properties? I would imagine that any kind of reversible operation would be able to be deduced if it can be applied to specific data that r
13.
▲
A question on public/private key encryption
1 points
by
aa0
13y ago
|
4 comments
14.
▲
by
aa0
13y ago
This pattern is egregious and shows a lack of knowledge of the architecture and language. All these private methods are going to be duplicated for every object created. The whole point of the 'this' magic in javascript is to allow
15.
▲
The October 2013 MAD Magazine Cover
(i.imgur.com)
2 points
by
aa0
13y ago
|
0 comments
16.
▲
Why the rampant fanboyism around CoffeeScript worries me
(andrewluetgers.com)
1 points
by
aa0
13y ago
|
0 comments
17.
▲
by
aa0
13y ago
Emscripten is far more worthy of the phrase 'saved JS dev.'
18.
▲
by
aa0
13y ago
Yes, render,reflow,timeouts,event handling, etc happens.. You might need to set a CSS property and then animate it. In this case you'll need to wait for a render in between the two steps Also useful if you need to wait until after all
19.
▲
by
aa0
13y ago
CoffeeScript is a debauchery of JS. With ECMAScript 6 you won't need CoffeeScript for anything except maybe it's inline printf-like string substitution.
20.
▲
by
aa0
13y ago
Timeouts are not checked on every event loop, hence the 4ms delay. And no, setTimeout is asynchronous and processed during the event loop. Basic event loop is; timeouts, js execution, repaint, reflow, etc
21.
▲
by
aa0
13y ago
You wouldn't if the whole house is metallic would you?
22.
▲
by
aa0
13y ago
This article is great because it doesn't argue for piracy or against it. I do feel that it is missing a discussion about the colour of bits being amalgated by other bits. IE, if I buy a movie and then I torrent that same movie, is the
23.
▲
by
aa0
13y ago
Ah I see, thanks it's working now.
24.
▲
by
aa0
13y ago
While it may be cool that Kal compiles itself, unless there is a source tree for the Kal binaries themselves, there is a indubitably huge issue of trust with distributing binaries. Relevant: http://cm.bell-labs.com/who/
25.
▲
by
aa0
13y ago
Nothing is interactive for me except for the email input and subscribe button
26.
▲
by
aa0
13y ago
This just brings me to some spam about subscribing for a scala tutorial, c'mon HN.
27.
▲
by
aa0
13y ago
That was a great video, thank you! Knowing basic gear mechanics helps a lot in understanding how cars function. This 1937 video about differentials is also enlightening: http://www.youtube.com/watch?v=yYAw79386WI Why is it
28.
▲
by
aa0
13y ago
You're wrong. The relationship is different, the graph of the speed limit vs velocity would also be different, for the same masses/cars.
29.
▲
by
aa0
13y ago
An operation queue where dependencies can be set is also very relevant. For example, if you have to do 2 different json requests, followed by a render - but they are mutually exclusive, you can do a 2->1 dependency. If they do depend on
30.
▲
by
aa0
13y ago
Microsoft pretty much let their c compiler rot. It doesn't support dynamic allocation, ie, int arr[numElts];, it doesn't even support var declaration anywhere but at the beginning of a function. Making code I've been writing
More ›