Viewing profile — eogas
eogas
HN member- Joined
- Wed, Feb 17, 2010, 3:33 PM UTC
- HN karma
- 577
- Public activity
- 161 items
- HN profile
- View on Hacker News ↗
About eogas
No profile information was provided.
Recent public activity
-
comment
Comment #13600506
>You're free not to buy books through their affiliate links. You're only free to do this if you know that it's an issue. Unless you know about the affiliate program, you may be sup…
-
comment
Comment #13238946
I just finished The Phoenix Project recently, and I thought it was great. It is effectively a novel about a large software project which is being mismanaged and on the brink of fai…
- story
- story
-
comment
Comment #8845381
Nearly every submission you've ever made to reddit is either directly to your book, or to a post on your blog, most of which include a massive ad at the bottom for your book. That'…
-
comment
Comment #8845090
You used to (still do?) spam this heavily on the programming subreddit. It annoys me to see that it's selling rather well, yet you apparently can't be bothered to buy an ad. Please…
-
comment
Comment #8611835
That defeats half the purpose though, because if the string is null, you won't be able to call the method without throwing an exception. Or is that not the case for extension metho…
-
comment
Comment #7798254
You may want to leave it in. As another user mentioned, the official stable release is still 1.9. It does warn you that the default will change in 2.0, and prompts you to decide wh…
-
comment
Comment #7798241
Ah yeah, my phrasing was poor on that. 2.0 has yet to see a stable release, but they started warning about the default setting changing a while back.
-
comment
Comment #7797136
#3 is no longer the default behavior since 2.0 was released. http://blog.nicoschuele.com/posts/git-2-0-changes-push-defau...
-
comment
Comment #7707893
Are you a robot?
-
comment
Comment #7634508
Not to mention HDCP. The first time I tried out Prime streaming, I turned off my second monitor after starting up the video, and Amazon took that to mean that I was a criminal, and…
-
comment
Comment #7576063
Just to clarify, what you're saying is that Nathan Myhrvold is a complete piece of shit ? EDIT: Oh wait I forgot, HN isn't crawled.
-
comment
Comment #7574243
That was the FIRST commit to that repo. Not that it's great reasoning, but really how much info does 'Initial commit.' convey as opposed to 'asdf'?
-
comment
Comment #7446622
HN really loathes humour, doesn't it?
-
comment
Comment #7446063
This seems like a rather hostile change to an already hostile community. HN has never felt like a welcoming place to me, and I don't think this will help. Maybe PG prefers the comm…
- story
-
comment
Comment #6215729
nyar should have specified "unpaid interns": http://www.dol.gov/whd/regs/compliance/whdfs71.htm
-
comment
Comment #5536372
How is it pronounced? Is it Zah-pee-err, as in, more zappy? Or is it Zah-pee-eh, like it's a fancy french service? Or is it Zah-peer, like a fancy Frenchman pronouncing "the peer"?…
-
comment
Comment #5387608
This is pretty damn cool, but I can't help but notice that the UI seems to be severely limited by Sublime's API.
-
comment
Comment #5369433
/r/programming thread http://www.reddit.com/r/programming/comments/197dn1/introduc...
-
comment
Comment #5369361
>How do they ensure that teachers know what they're talking about? AFAIK, they don't. There was a big fiasco recently when some guy who was teaching a C++ course was featured as "c…
-
comment
Comment #4993023
WPF is definitely the way to go. I started a modest sized project a few years ago at an internship, and this past summer I was allowed the task to move it from Forms to WPF. Let me…
-
comment
Comment #4653859
This hasn't solved the problem though, it's just passing the buck. If the app facilitates what people perceive as spamming, shouldn't that be something you want to look into? If yo…
-
comment
Comment #4247028
You can also search and do multiple selection with a regular expression, which is awesome. I've used this heavily in the past few weeks. The only problem I've had is that all searc…