Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stottc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
stottc
13y ago
You can do something like : ag -G ".txt$" hello
2.
▲
by
stottc
15y ago
ARC is nearly fully supported on 4.0
3.
▲
by
stottc
15y ago
Changelists are a feature I really miss in other source control. It's nice to be able to keep orthogonal changes separate
4.
▲
by
stottc
15y ago
Our team's been using node/mongo in production for nearly a year now - on large social games. The win on engineering productivity alone has made them a good choice for us.
5.
▲
by
stottc
15y ago
There's something incredibly natural about node & mongo together.
6.
▲
by
stottc
15y ago
It's remarkably easy to scatter a few process.nextTick() calls in long running functions to play nicely.
7.
▲
by
stottc
15y ago
There's an option to do server-side receipt validation. That should prevent a hack like that.
8.
▲
by
stottc
15y ago
Assembly = "as low as you can go". You can always build things on top of it, but you can never go any deeper. Javascript shares that much. Not too much else.
9.
▲
by
stottc
15y ago
You can absolutely extend unity apps with Cocoa (Unity basically ends up rendering to a UIView).