Live data from Hacker News

Viewing profile — activepeanut

activepeanut

HN member
Joined
Sun, Jul 08, 2012, 5:37 PM UTC
HN karma
173
Public activity
78 items

About activepeanut

No profile information was provided.

Recent public activity

  1. comment
    Comment #8391084

    Reminds me of this: http://www.ign.com/articles/2000/12/20/iraq-scores-hordes-of...

  2. comment
    Comment #7808507

    Vancouver is more expensive than Seattle.

  3. comment
    Comment #7438494

    Would your bring your wife and kids into this environment? Or even just a date? You have to be part of a very very narrow demographic to be compatible with this type of work enviro…

  4. comment
    Comment #7434668

    Nice sweatshop. Is this the latest, legal, technique to discriminate against older workers?

  5. comment
    Comment #6311880

    Does Google-Madison stack-rank like the rest of Google?

  6. comment
    Comment #6311852

    Any opinion on Moai vs CoronaSDK? I know people who use Corona, but not Moai.

  7. comment
    Comment #5849611

    Isn't it better for their economy if the things they make is just a /little/ better than the stuff made in China? (Think "planned obsolescence".)

  8. comment
    Comment #5093710

    If you need IM, use Jabber protocol. Log in with your.name@chat.facebook.com Does this work? I've never been able to login to facebook chat using jabber.

  9. comment
    Comment #5065778

    You can't push your modifications to a submodule you don't own. Also, you can only remove a submodule manually. There's no option to have git do it for you.

  10. comment
    Comment #5065754

    Do you have a non-Apple-specific suggestion? We do cross platform development, so Cocoapods aren't an option.

  11. comment
    Comment #5065604

    Otherwise you can just use git submodules. I would recommend against it. They become a real pain down the road. I wish I had something to suggest as a replacement. We're still tryi…

  12. comment
    Comment #5046054

    Instead of: ls -al | sort -nk5 I suggest: ls -larS

  13. comment
    Comment #5027740

    Another problem, post-university, is keeping a clean Facebook profile when all your new connections are professionals. G+ solve this with circles, but I don't know anyone on G+, an…

  14. comment
    Comment #4898582

    Interesting question. Another one is, why the graph differs so much with the iOS one: http://reviewtimes.shinydevelopment.com/ios-annual-trend-gra...

  15. comment
  16. comment
    Comment #4898558

    I think it's the number of days it takes Apple to review your app before it can be sold in the Appstore.

  17. comment
    Comment #4880355

    Yeah, this is ripe for abuse by pornographers. :(

  18. comment
    Comment #4864454

    The most fitting way to describe these entrepreneurs would be modern day ronins.

  19. comment
    Comment #4856980

    Small variant: void main() { while (1) printf("%c", "/\\"[rand()%2] ); }

  20. comment
    Comment #4846091

    Good catch. You're correct. I wish I could delete my original comment.

  21. comment
    Comment #4844328

    template Array ::Array(int size) : _size(size), _data(new T(size)) // should have been new T[size] {} That's not the only thing wrong here. private: T* _data; int _size; }; The ord…

  22. comment
  23. comment
    Comment #4799900

    Apologizing, in general, makes you look weak.

  24. comment
    Comment #4795173

    The team had elite and, for tech, senior talent from Twitter, Google, Facebook, Craigslist, Quora, and some of Chicago's own software companies such as Orbitz and Threadless 21st c…

  25. comment
    Comment #4778680

    What do you think of disabling IAPs if IAPCracker or IAPFree is detected?