HN user

Xavi

53 karma

xavi.co

xavi.rmz@gmail.com

Posts0
Comments26
View on HN
No posts found.
[dead] 15 years ago

I understand in principle this is true, but in reality what kind of performance hit are you looking at?

I've never seen any real stats.

Simply Lift 15 years ago

Presumably the code snippets are meant for beginners who need/appreciate more verbose comments.

Many interviewees, when presented with `say("hello")("world")`, understood that `say` was a function that returned a function, but few were able to actually implement `say`.

DSLs in JavaScript 16 years ago

"I know many of you think JavaScript is a toy language..."

hmm, I thought the dev community got over the javascript-is-a-toy-language mentality 3 or 4 years ago?

I agree, this does help fix the "fastest gun in the west" issue, but I don't think it eliminates the problem.

A mediocre answer that was posted one minute after the question was submitted often has more votes than a well thought answer posted several hours later.

A better solution might be to randomly order answers, regardless of votes, for the first couple of hours (maybe even day). This will further help remove any ordering bias.

I also feel that authors of answers should be hidden for the first couple of hours (or day). Just because John Resig answered a question, doesn't necessarily mean it's the best response.

Sarcastic Font 16 years ago

I know it's fun bashing IE, but if anyone cares, this css rule achieves the same effect in IE:

  filter:progid:DXImageTransform.Microsoft.Matrix(M11=1,M12=.2679,M21=0,M22=1,sizingMethod='auto expand');