Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ymmy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ymmy
10y ago
You can push up a series of commits, but each one is it's own code review so you want to do it less often. Another thing is if you have to add something to the HEAD^^ you have to rearrange your history and squash things together, but i
2.
▲
by
ymmy
13y ago
Fine, don't use it. But you probably will because after fighting it you will likely find it makes you life easier.
3.
▲
by
ymmy
13y ago
The console is working if you are already logged in. Although loggin requires going through www.amazon.com.
4.
▲
by
ymmy
14y ago
Asynchronous driver isn't always needed, but he was working with Tornado, an asynchronous framework. Using anything non asynchronous that has the possibility to block for any significant period of time (i.e. network call or database call)