Viewing profile — jhummel
jhummel
HN member- Joined
- Thu, Feb 16, 2012, 4:17 PM UTC
- HN karma
- 59
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jhummel
No profile information was provided.
Recent public activity
-
comment
Comment #39860827
Did you read the article?!
-
comment
Comment #15554318
You are thinking about this in terms of one applicant. When you get 200 applications it's very useful to be able to quickly weed out people who are obviously not a fit.
-
comment
Comment #13153646
Has anyone seen any clauses within an independent contractor agreement, which would allow the retention of certain pieces of the finished work? For instance, I write a class/compon…
-
comment
Comment #12422525
So, I have no idea what's going on, but just because this guy could only find these two examples, doesn't mean those are the actual reasons for him being dismissed. In fact, I'd be…
-
comment
Comment #12320899
I guess I have never had a job that counts lunch as an hour, or heard of such a job! My wife, friends, etc. all seem to do a 8-5 with breaks and a lunch hour. I guess I've technica…
-
comment
Comment #12320576
I started a consulting/services company a few years ago, and this year was finally in a position to start hiring. I'm a big proponent of this type of thinking, so while I couldn't …
-
comment
Comment #12131638
I don't think OP was saying that dart sucks. He was saying it was a pain to have to write his ts code in a certain way to accomodate the Dart side of things. By splitting the repo …
-
comment
Comment #10161811
Didn't Neal Stephenson write about this in Cryptonomicon? I never thought it was actually possible.
-
comment
Comment #9746389
In JavaScript you have to contend with a dozen different run environments. Maybe you realized your fix actually broke the feature in IE8 because you left a comma at the end of an a…
-
comment
Comment #9640534
We've found this out at one of my contracts. We've moved off of the typical $watch/$apply model for our directives and replaced it with a simple observable solution like Scheming (…
-
comment
Comment #3599332
As I pointed out on twitter http://twitter.com/#!/jhummel/status/169561232045649921 it seems that the * selector doesn't apply to pseudo elements. If you're going to take this rout…