Viewing profile — ssadler
ssadler
HN member- Joined
- Tue, Jun 01, 2010, 8:24 PM UTC
- HN karma
- 17
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About ssadler
No profile information was provided.
Recent public activity
- comment
-
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…
-
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…
-
comment
Comment #18436401
Comparison is not accurate, not picking up junk on craigslist takes 0 time, tech event takes >0 time.
-
comment
Comment #18108210
See also: https://www.scottaaronson.com/blog/?p=3294
-
comment
Comment #17904904
Polynomial long division in Haskell: https://github.com/libscott/math/blob/master/src/Math/Polyno...
-
comment
Comment #8375775
Would that apply to any craft?
-
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…
-
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…
-
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…
-
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.
-
comment
Comment #1479606
No, but Python can.
-
comment
Comment #1478896
Why hack around this when you can use JSON?
-
comment
Comment #1396054
Would it work to store all the state in a python C module?