Live data from Hacker News

Viewing profile — pabloPXL

pabloPXL

HN member
Joined
Mon, Oct 03, 2011, 10:24 PM UTC
HN karma
14
Public activity
38 items

About pabloPXL

No profile information was provided.

Recent public activity

  1. comment
    Comment #8086035

    I wrote another async replacement for browsers, 4.1k minified. https://github.com/aynik/be

  2. comment
    Comment #5005795

    Right column, top.

  3. 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%...

  4. comment
    Comment #4831031

    Try the standard library: http://golang.org/pkg/

  5. story
  6. comment
    Comment #4263270

    This is really cool! Cannot wait for a release with private spaces!

  7. story
  8. comment
    Comment #3902970

    Apple suing in 3, 2, 1...

  9. 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…

  10. 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…

  11. 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…

  12. comment
    Comment #3567803

    Never heard of anonymous image boards :?

  13. 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...

  14. comment
    Comment #3547209

    hey I did something similar but in pure bash (plus grep and cat) :) https://github.com/pabloPXL/kissdb

  15. comment
    Comment #3519970

    Thanks! I didn't know this project and looks pretty awesome :)

  16. 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 …

  17. 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…

  18. 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…

  19. comment
    Comment #3512276

    It looks really interesting!

  20. comment
    Comment #3512250

    Nice, but wasn't chicken scheme the flagship of scheme-to-c compilers? http://www.call-cc.org/

  21. 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

  22. 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…

  23. comment
    Comment #3391263

    No, mainly because there is no such a place.

  24. story
  25. comment
    Comment #3323460

    to install it (globally): > npm install -g jils