Viewing profile — activepeanut
activepeanut
HN member- Joined
- Sun, Jul 08, 2012, 5:37 PM UTC
- HN karma
- 173
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About activepeanut
No profile information was provided.
Recent public activity
-
comment
Comment #8391084
Reminds me of this: http://www.ign.com/articles/2000/12/20/iraq-scores-hordes-of...
-
comment
Comment #7808507
Vancouver is more expensive than Seattle.
-
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…
-
comment
Comment #7434668
Nice sweatshop. Is this the latest, legal, technique to discriminate against older workers?
-
comment
Comment #6311880
Does Google-Madison stack-rank like the rest of Google?
-
comment
Comment #6311852
Any opinion on Moai vs CoronaSDK? I know people who use Corona, but not Moai.
-
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".)
-
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.
-
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.
-
comment
Comment #5065754
Do you have a non-Apple-specific suggestion? We do cross platform development, so Cocoapods aren't an option.
-
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…
-
comment
Comment #5046054
Instead of: ls -al | sort -nk5 I suggest: ls -larS
-
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…
-
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...
- comment
-
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.
-
comment
Comment #4880355
Yeah, this is ripe for abuse by pornographers. :(
-
comment
Comment #4864454
The most fitting way to describe these entrepreneurs would be modern day ronins.
-
comment
Comment #4856980
Small variant: void main() { while (1) printf("%c", "/\\"[rand()%2] ); }
-
comment
Comment #4846091
Good catch. You're correct. I wish I could delete my original comment.
-
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…
- comment
-
comment
Comment #4799900
Apologizing, in general, makes you look weak.
-
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…
-
comment
Comment #4778680
What do you think of disabling IAPs if IAPCracker or IAPFree is detected?