Viewing profile — jcoffey
jcoffey
HN member- Joined
- Fri, Feb 03, 2012, 12:56 AM UTC
- HN karma
- 12
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About jcoffey
No profile information was provided.
Recent public activity
- story
-
comment
Comment #3846579
The feature in question is intended as an error correction for those cases where the programmer accidentally left out newline. A misguided feature maybe, but it's clearly being abu…
-
comment
Comment #3843699
What is insanely stupid is abusing the logical bitwise && operator rather than signifying their intent using a plain old if statement like the language intended.
-
comment
Comment #3840479
Geoff, a bit off topic here but do you have any comment on the GPL licensing/linking conversation people have been getting their nickers in a twist about every time meteor comes up…
- comment
- comment
-
comment
Comment #3833080
Since this is clearly making news and some people are using it as an excuse for some axe-grinding it seems like the OP really needs to clarify the context behind the post. What exa…
-
comment
Comment #3787993
The title smacks a bit of link bait
-
comment
Comment #3749746
I know there's a lot of Java jobs out there, but there's also a whole lot of Java programmers. Would it not be a smarter move to learn something like Scala over Java? I'm trying to…
-
story
Ask HN: What Statically Typed Language Will Add Most To My Resume?
I have a background in PHP/Ruby/Javascript but also have some experience with Java, Haskell, C and a few others. I've come to the conclusion that I need to specialize in at least o…
-
comment
Comment #3749438
I'd be interested to see the results of: Poll: What programming language will provide the most career benefit over the next 5 years? Maybe someone with enough karma (20) could crea…
-
comment
Comment #3746371
I would think the fear of current or potential employers using your data against you is just one more thing to add to any unease people may already have about sharing more and more…
-
comment
Comment #3609379
Well the point is that by doing rendering on the client side you get most of the latency issues out of the way on first load and actually have a lot more control over its effects o…
-
comment
Comment #3609365
I'd be curious as to how much benefit could be derived by moving the business logic in the server side MVC to the database in the form of triggers, stored procedures etc. Seems lik…