Viewing profile — Xavi
Xavi
HN member- Joined
- Tue, Mar 10, 2009, 1:03 AM UTC
- HN karma
- 53
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About Xavi
xavi.rmz@gmail.com
Recent public activity
-
comment
Comment #15995592
Not everyone "decides" to have kids. Sometimes it just happens.
-
comment
Comment #9560811
Well a package manager does much more than verify downloads, but sure you can think of it as a single featured package manager.
-
comment
Comment #9557632
Just brain storming... could another possible solution be to create a public list of hashes of well known scripts, and then write a small `sh` wrapper that verifies that hash of th…
-
comment
Comment #7896836
Why is having node as a dependency such a bad thing? No snark. Genuinely curious.
-
comment
Comment #5851327
Neither did I, though I still enjoyed it. Really opened my eyes to aspects of web development I never considered.
-
comment
Comment #4974794
Are you paying any money to the original author?
-
comment
Comment #4481370
When I used to work on windows I created a little AutoHotKey script that remapped my keyboard when ever the capslock key was on: https://github.com/xavi-/Keyboard-Remapper It mappe…
-
comment
Comment #4461064
There's an option to turn on/off the auto responder. Checkout the second image in the slide show: https://chrome.google.com/webstore/detail/illgajkjilbddcllil...
-
comment
Comment #3378597
BTW, Google seems to be pretty open with what they know about you. Here are two links where they display an explicit list: https://www.google.com/dashboard/ and http://www.google.c…
-
comment
Comment #3353326
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.
-
comment
Comment #3172874
Quickly switching of themes is one reason why you would want to make it easy to change css: http://xavi.co/articles/jquery-ui-css-themes-hosted-on-cdn I can also be quite useful du…
-
comment
Comment #2621877
Out of curiosity, how do you make sure only real people are playing?
-
comment
Comment #2588056
Presumably the code snippets are meant for beginners who need/appreciate more verbose comments.
-
comment
Comment #2125127
Oops, that's a type-o. The capitalize doesn't need to change. Thanks for the heads up.
-
comment
Comment #2125121
Yep, that is exactly the solution I would be looking for. I would be blown a way if someone came up with solution that could handle arbitrary function returns. My friend actually w…
-
comment
Comment #2124847
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`.
-
comment
Comment #2124383
A while back a couple of colleagues sat down and came up with our own set of JS interview questions. Here's what we came up with: Can the interviewee code: https://gist.github.com/…
-
comment
Comment #2107131
The performance is quite good. Is the source (the unminified version) available anywhere?
- comment
-
comment
Comment #1757075
The async and defer attributes are great. Don't forget to added them to your disqus script as well.
-
comment
Comment #1501948
I'd argue that "cute obfuscation" techniques aren't needed anymore... gmail's spam filter is pretty good...
-
comment
Comment #1499020
I agree, TypeState seems especially interesting. This paper from one of the comments does a good job describing it: http://www.cs.cmu.edu/~aldrich/papers/classic/tse12-typestat...
-
comment
Comment #1223191
"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?
-
comment
Comment #1127805
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 su…
-
comment
Comment #1124794
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,sizingMet…