Live data from Hacker News

Viewing profile — ssadler

ssadler

HN member
Joined
Tue, Jun 01, 2010, 8:24 PM UTC
HN karma
17
Public activity
14 items

About ssadler

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #19824666

    Presumably because how would it differentiate between a legit "already installed" extension with a signature that cannot be verified, and an extension installed by malware that als…

  3. comment
    Comment #18512523

    We have a technical method to do so, but the site has not been created, that I know of. For example: * A domain name like ipfs://nytimesmirror.com that mirrors nytimes articles (at…

  4. comment
    Comment #18436401

    Comparison is not accurate, not picking up junk on craigslist takes 0 time, tech event takes >0 time.

  5. comment
    Comment #18108210

    See also: https://www.scottaaronson.com/blog/?p=3294

  6. comment
    Comment #17904904

    Polynomial long division in Haskell: https://github.com/libscott/math/blob/master/src/Math/Polyno...

  7. comment
    Comment #8375775

    Would that apply to any craft?

  8. comment
    Comment #6791815

    They couldn't, because Javascript etc are turing complete, so you can't predict if they're going to end (halting problem). With bitcoin you know that the script will end and that t…

  9. comment
    Comment #6464564

    I find it suspicious that Java or Scala didn't make the list. Java may not be sexy but it checks many boxes... And I suspect that Scala would have been a serious contender in brevi…

  10. comment
    Comment #6162611

    Author here. You're right, "Awk in Haskell" is perhaps a bit misleading. The intention is not to replace Awk for the masses, but mainly to provide an Awk-like tool for programers w…

  11. comment
    Comment #1482323

    Because it's a standard and not a hack, because you wont have to do workarounds like utf8 encoding unicode objects, and because it's also easy.

  12. comment
    Comment #1479606

    No, but Python can.

  13. comment
    Comment #1478896

    Why hack around this when you can use JSON?

  14. comment
    Comment #1396054

    Would it work to store all the state in a python C module?