Live data from Hacker News

Viewing profile — psquid

psquid

HN member
Joined
Tue, Jan 31, 2012, 11:33 AM UTC
HN karma
59
Public activity
47 items

About psquid

[ my public key: https://keybase.io/homomculus; my proof: https://keybase.io/homomculus/sigs/tbB8zdm_NWs4V61keQ9j67k0qjpiJAbyhIc4147kzLE ]

Recent public activity

  1. comment
    Comment #48245202

    The evidence that they didn't review it, is that a million line rewrite was merged 8 days after it began being written. It's simply not possible for a team that size to review that…

  2. comment
    Comment #16009151

    Same reasons that IE versions only support certain versions of Windows: - they want to be able to switch to newer APIs when the underlying OS adds them (though in Edge's case it's …

  3. comment
    Comment #15488764

    The lack of subscription and signup, combined with the pricing, suggest that this is aiming at people who almost never send a fax, and would spend significantly more buying and mai…

  4. comment
  5. comment
    Comment #13955934

    it works. doesn't feel very native, but then neither do a lot of the big names in chat right now

  6. comment
    Comment #13789294

    it's US english, they're referring to Lego the product as a whole, rather than individual Lego pieces (the meaning ends up basically the same, but the distinction does change the g…

  7. comment
    Comment #13652015

    Exactly so. It's not strictly correct modern English as far as I know, but it's quite a common slip amongst French speakers (from their names I would strongly suspect at least one …

  8. comment
    Comment #13621869

    I've never really gotten into absolute line numbers, but relative ones are a godsend for me since I use j, d, et al a lot but can't really eyeball how many lines away something is …

  9. comment
    Comment #12553399

    The crucial distinction as far as the OP is using the term seems to be that such a datastore does not require the user's hosting provider to give them an instance of any of the com…

  10. comment
    Comment #11852287

    or V for Vendetta

  11. comment
    Comment #10343078

    That link seems to be about Windows Server (no version stated, but given it's upcoming, presumably 2016), did you mean to post a different one?

  12. comment
    Comment #10108466

    Assuming I'm reading the parent post correctly, neither of those links actually do what they would've been hoping for when moving browsers, even if they certainly get closer than n…

  13. comment
    Comment #9423850

    There's various ways: Some rely on the device itself to enforce it, but that's obviously fragile if you can bring your own device. Some check the TTL of your packets when they ente…

  14. comment
    Comment #9319385

    However, that still makes it a conscious choice to engage with the service that way - the default way is still checking back, and that shapes the general usage patterns of the site…

  15. comment
    Comment #9175652

    Unfortunately, I suspect you overestimate the obfuscating power of dynamic content when the number of users is sufficiently large. A certain MMO I play recently had a limited-time …

  16. comment
    Comment #9134451

    #2, "The program must include source code, and must allow distribution in source code as well as compiled form." Unreal's license for obtaining the source does not permit you to re…

  17. comment
    Comment #8941904

    There's no one source which any Scotsman claims defines a Scotsman, though, whereas pretty much the core part of the definition of Christianity is following the teachings of Christ…

  18. comment
    Comment #8922233

    That's present in uBlock too, despite some fairly unintuitive UI - the big green power icon isn't a full disable for the extension, it disables it for the current site only.

  19. comment
    Comment #8742918

    I think the intent was more along the lines of "Matz is nice and therefore we should be nice", but in making it shorter and snappier it now uses a more ambiguous piece of the Engli…

  20. comment
    Comment #8327363

    He's not so much a great programmer as a productive one (not that those are concepts that can't coexist, he just isn't both). He's very good at taking an idea and making it work, t…

  21. comment
    Comment #8327231

    Most don't combine the two things that together give Java its big advantage, though: 1) Easily-distributable "mostly-compiled" bytecode form (JAR files). 2) Wide install base for t…

  22. comment
    Comment #7561917

    Someone who wanted to be sure that bug stuck in people's minds enough that they wouldn't just ignore it? Seems at least feasible.

  23. comment
    Comment #7549189

    Yes, but intentionally so - 0.y.z versions are meant to allow you to more-or-less try stuff out without inflating version numbers, with the 0. reminding users that they shouldn't c…

  24. comment
    Comment #7433417

    In about 34 years, yes.

  25. comment
    Comment #7380265

    Another situation where regexes are possibly abused - syntax highlighting. Yes, there are a lot of languages where you can sanely highlight /most/ code with regexes, but there's a …