Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mprny
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mprny
12y ago
"Benefit to society" whats that all about? Landman and Patent Agent get A's for benefiting society. From what I can see anything software related gets B or less.
2.
▲
by
mprny
12y ago
Smoking? :)
3.
▲
by
mprny
13y ago
> “Even introverts are happier when they are around people they like,” Agreed. I don't mind spending time alone, but I love being around people I like. Usually others with a common interest. (And no, it doesn't have to be tech
4.
▲
by
mprny
13y ago
I'd rather be lucky than good. One million dollars please.
5.
▲
by
mprny
15y ago
You describe yourself as the "product owner". And the dev has no equity. Maybe he feels he's doing all the work and you gain all the benefits. You should offer him some equity, ownership is a great motivator.
6.
▲
by
mprny
16y ago
Tinychat - New York City. Looking for website lead engineer: nginx,apache,php,mysql,perl,memcache. jobs@tinychat.com
7.
▲
by
mprny
16y ago
Nice. I've only read one article for far: http://pragprog.com/magazines/2009-08/writing-an-iphone-app and it was excellent.
8.
▲
by
mprny
16y ago
The lower you go the more you will know. But seriously, there is a lot of upside knowing exactly whats going on in hardware when you are pushing bits around at a high level. A downside is you waste time writing at a level where a compiler
9.
▲
by
mprny
16y ago
If you are working for someone, yes there will be always someone on your back. Just get it done. Quick and dirty. A good place for a programmer is founding or co-founding a startup. The deadlines will be self imposed. Self imposed deadlin
10.
▲
by
mprny
16y ago
The memory model. Explain why given: int a[100] and char* p = a, a and p point to the same place but a + 1 and p + 1 do not. C's memory model is easy in concept, one huge array of memory cells. But in practice it can be a rats nest of po