Live data from Hacker News

Viewing profile — wasdfan

wasdfan

HN member
Joined
Mon, Mar 21, 2016, 5:57 PM UTC
HN karma
22
Public activity
9 items

About wasdfan

No profile information was provided.

Recent public activity

  1. comment
    Comment #11469706

    You're engaging in base rate neglect: the pool of PHP programmers was vastly larger than the pool of LISP programmers when Facebook was founded.

  2. comment
    Comment #11469657

    Consider Assembly as a counter-example.

  3. comment
    Comment #11469653

    This is base rate neglect: the percentage of people who are using elite tier languages (LISP, etc) are tiny in comparison to the number of people slinging Ruby/Python/etc. All that…

  4. comment
    Comment #11469534

    This is base rate neglect. The percentage of people who are competent enough (or crazy enough) to know a LISP well enough to build a product out of it AND be interested in a startu…

  5. comment
    Comment #11469452

    I can only speak from anecdotal memory, but I'm pretty sure Wit.AI primarily used clojure (arguably one of the most expressive lisps of all time) to go from 0 to acquisition in 18(…

  6. comment
    Comment #11418610

    Does anybody know of any good articles that discuss the actual performance merits of using npm addons? Aside from raw computation heavy functions (whereby dropping down to C++ woul…

  7. comment
    Comment #11418599

    Swig is amazing at quickly converting simple functions (i.e., functions that return an int and other simple types). But if you want to make a C++ function that returns an array or …

  8. comment
    Comment #11418588

    This is eerily timely (recently have been dealing with npm addons). Glad to see a good article about this, and am looking forward to the author's ebook. Question on the book (if au…

  9. comment
    Comment #11330353

    Is there anything comparable to this in the node.js or clojure world?