Live data from Hacker News

Viewing profile — mprny

mprny

HN member
Joined
Fri, Nov 05, 2010, 6:18 PM UTC
HN karma
17
Public activity
10 items

About mprny

No profile information was provided.

Recent public activity

  1. comment
    Comment #8980227

    "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. comment
    Comment #8280055

    Smoking? :)

  3. comment
    Comment #7278352

    > “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…

  4. comment
    Comment #6972132

    I'd rather be lucky than good. One million dollars please.

  5. comment
    Comment #3023620

    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, own…

  6. comment
    Comment #2162449

    Tinychat - New York City. Looking for website lead engineer: nginx,apache,php,mysql,perl,memcache. jobs@tinychat.com

  7. comment
    Comment #1908248

    Nice. I've only read one article for far: http://pragprog.com/magazines/2009-08/writing-an-iphone-app and it was excellent.

  8. comment
    Comment #1906940

    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 down…

  9. comment
    Comment #1877800

    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…

  10. comment
    Comment #1874340

    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 …