Live data from Hacker News

Viewing profile — slexaxton

slexaxton

HN member
Joined
Mon, Jul 06, 2009, 8:03 PM UTC
HN karma
255
Public activity
34 items

About slexaxton

[ my public key: https://keybase.io/slexaxton; my proof: https://keybase.io/slexaxton/sigs/cQbdgQZN2mjYDLb60uj5vWZgSM8HWvBE-vz6q_jQ_pY ]

Recent public activity

  1. comment
    Comment #8354107

    no ur absolutely horrible

  2. comment
    Comment #7222495

    I don't believe they had much say in the change. They are still using the money to do what they said they'd do in their campaign, and many people are setting up their registry as t…

  3. comment
    Comment #7219481

    This is a common confusion. The scalenpm crowdfunding was done by the good folks who ran the npm servers for free (mostly nodejitsu) up until the recent switchover to the new infra…

  4. comment
    Comment #7107057

    [Stripe Developer] [edited for clarification] I appreciate your interest in the security of Stripe, I think we definitely share the same goals here (making everything as secure as …

  5. comment
    Comment #7106727

    (Stripe Developer) - tl;dr -- This claims that Stripe.js runs on the merchant's server environment, causing the server to be subject to PCI DSS. In reality, Stripe.js is served fro…

  6. comment
    Comment #7070642

    Agreed, this is what I did say several times in the article, as well as calling much of it non-scientific. Though I did cite 2 scientific studies, and some non-trivial biology, I m…

  7. comment
    Comment #7066638

    I don't know if I can properly distinguish the difference between programmers being overpaid and the rest of humanity being underpaid. > Even if it were true, it would be against o…

  8. story
  9. comment
    Comment #6342524

    Many important parts of checkout are open-sourced via our jQuery.payment plugin [1]. It allows you to build your own checkout flow from component parts. As for open sourcing (capit…

  10. comment
    Comment #6337953

    This varies from project to project based on needs. The checkout stuff uses sprockets-commonjs, browserify and require.js are used in other projects though. The decision is often m…

  11. comment
    Comment #6337447

    Hi, Stripe Developer here. We have a mostly per-project set of code style and tooling guidelines. Most (if not all) of our larger projects are coffeescript and commonjs based. That…

  12. comment
    Comment #4815012

    Thomas and Amy speak a lot on never accepting outside investment. So this was probably their own money. ("Bootstrapped," if you want)

  13. comment
    Comment #4377517

    bentlegen _is_ an expert in third party javascript, and is correct that both domains need to opt in to a `document.domain` even if they would match with only one changing. This is …

  14. comment
    Comment #4174856

    You don't have to go from IE8 to IE9. You can go from IE8 to _any other browser_, and things will look up.

  15. comment
    Comment #3921475

    Most people also apply this to object literals. There are no var statements in this situation.

  16. comment
    Comment #3887010

    I don't believe that this is just an oversight because "people say you shouldn't use `with`". It simply cannot be optimized in the way that normal property accessors are. If you lo…

  17. comment
    Comment #3886919

    Brendan's other words included: > My two cents: be careful not to use ASI as if it gave JS significant newlines. http://brendaneich.com/2012/04/the-infernal-semicolon/

  18. comment
    Comment #3886755

    Doesn't `with` have significant runtime costs? I didn't think people didn't like that one because it was a 'bad pattern' - I thought it was because it was really slow. EDIT: I went…

  19. comment
    Comment #3818477

    I agree consistency is key, but it _was_ consistent before (in it's use of semicolons), and is still (in it's non-use of semicolons).

  20. comment
    Comment #3818464

    Fair enough, I'm not claiming that other, much more difficult work didn't go into the feature updates. What was the reasoning for switching to semicolon-less? Why wasn't that a con…

  21. comment
    Comment #3818444

    Naturally, the semicolons have always been stripped by the minifier. This makes the code no more 'minimalist.'

  22. comment
    Comment #3818389

    Not using semicolons seems fine enough. Going through and removing the semicolons that you already used seems like you're just trying to start drama. Why not use that time to do so…

  23. story
  24. comment
    Comment #3105660

    27 minute FTFY

  25. comment
    Comment #2817263

    What about shoes proxy support?