Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thomblake
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
thomblake
11y ago
>6. Ad-exchange receives all the bids and picks the second highest bidder (no idea why it's the second highest) >7. Ad-exchange then sends this second highest bidder's ad URL back to the waiting javascript running in the use
2.
▲
by
thomblake
14y ago
If you know of some way to swap out servers with 100% uptime, I'd like to hear it. Even Stack Exchange, which had that sort of plan in place, had to go 'static' for about a half hour.
3.
▲
by
thomblake
15y ago
Parsing is syntax . Interpretation is semantics . Just parsing JS just gives you information about its syntax, and any decent editor (like vim or emacs) has a programmable interface such that you can write a JS parser.
4.
▲
by
thomblake
15y ago
No IDE needed - any decent editor will do syntax highlighting.
5.
▲
by
thomblake
15y ago
The funny thing about this comment is that you think he can use Internet Explorer to check his server-side code.
6.
▲
by
thomblake
15y ago
The fork of js2-mode at https://github.com/mooz/js2-mode will catch that, as will js3-mode.