Viewing profile — pabloPXL
pabloPXL
HN member- Joined
- Mon, Oct 03, 2011, 10:24 PM UTC
- HN karma
- 14
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About pabloPXL
No profile information was provided.
Recent public activity
-
comment
Comment #8086035
I wrote another async replacement for browsers, 4.1k minified. https://github.com/aynik/be
-
comment
Comment #5005795
Right column, top.
-
comment
Comment #4994152
FTFY: a) http://www.google.com/trends/explore#q=express%20js%2C%20rub... b) http://www.google.com/trends/explore#q=javascript%2C%20ruby%...
-
comment
Comment #4831031
Try the standard library: http://golang.org/pkg/
- story
-
comment
Comment #4263270
This is really cool! Cannot wait for a release with private spaces!
- story
-
comment
Comment #3902970
Apple suing in 3, 2, 1...
-
comment
Comment #3742563
I think both behaviors provide continuation to the problem. On one side, the people who is actually sexist, or racist, or just believe in stereotypes. In the another, the people wh…
-
comment
Comment #3717649
That's because there is no OOP in javascript as in other languages like java or python, javascript only implements natively prototypal inheritance and lexical scope. This very impo…
-
comment
Comment #3717385
Well, although simpler and less error prone, the 'self' method is quite less optimal than the prototype way. A quick test reveals that the first technique consumes much more memory…
-
comment
Comment #3567803
Never heard of anonymous image boards :?
-
comment
Comment #3548980
Thanks! but I can only see it as a bad hack, as it's just grep doing almost all the dirty work :) btw I got the idea from http://zachholman.com and his boom-db...
-
comment
Comment #3547209
hey I did something similar but in pure bash (plus grep and cat) :) https://github.com/pabloPXL/kissdb
-
comment
Comment #3519970
Thanks! I didn't know this project and looks pretty awesome :)
-
comment
Comment #3519491
Well, given that javascript was designed in somehow less time and with less resources than superior languages it has obviously some inconsistences and everybody agrees on that. On …
-
comment
Comment #3519421
Well I think that was 'designed' basically to cast any type to it's string representation. Also wanted to point that I used type coercion when is supposed to be used, and never got…
-
comment
Comment #3519380
Because in strongly typed languages the compiler is able to hunt down the most of the bugs for you in milliseconds. That's why haskell programmers suggest that if a haskell program…
-
comment
Comment #3512276
It looks really interesting!
-
comment
Comment #3512250
Nice, but wasn't chicken scheme the flagship of scheme-to-c compilers? http://www.call-cc.org/
-
comment
Comment #3512218
I translated it to js -> https://gist.github.com/1679611 Earned 1 line, and packed it with a cheap implementation of zip :3
-
comment
Comment #3461608
I think you didn't make a fair translation from ruby to javascript there, here goes my attempt: function map_unless_nested(arr){ return arr.filter(function(it){ if (it instanceof A…
-
comment
Comment #3391263
No, mainly because there is no such a place.
- story
-
comment
Comment #3323460
to install it (globally): > npm install -g jils