Live data from Hacker News

Viewing profile — supernewton

supernewton

HN member
Joined
Sat, Jan 01, 2022, 9:15 PM UTC
HN karma
118
Public activity
41 items

About supernewton

No profile information was provided.

Recent public activity

  1. comment
    Comment #43627011

    Dan and Lisa's answers agree on all but problems 6 and 9, and Dan got two more correct than Lisa. So Dan is correct on both 6 and 9. Therefore, Mary is incorrect on 6 and 9. So she…

  2. comment
    Comment #43336082

    Your body actually produces a small amount of cyanide endogenously, if it makes you feel any better. It has some role in cell signalling.

  3. comment
    Comment #43183613

    Note that being able to do this would imply P=NP.

  4. comment
    Comment #42702926

    I feel like https://xkcd.com/221/ might be heavily influencing what the typical "random" die roll looks like on the internet ;)

  5. comment
    Comment #42656851

    The thing you're missing is that at no point is it assumed that there are exactly two elements in a boolean algebra. In fact you can have a boolean algebra with four elements (see …

  6. comment
    Comment #42637627

    Wizards of the Coast's in-house card database (Gatherer) is basically not maintained at all. I think they're very happy there is a third party willing to do that for free, and for …

  7. comment
    Comment #42423675

    It is not. a and b are not symmetric in this equation, you can't just swap them.

  8. comment
    Comment #42390082

    You know he's been responding directly on Scott Aaronson's blog, right?

  9. comment
    Comment #42301246

    This is covered by the article. A board game might take 4 people and 2 hours to play. If your three friends didn't have fun with a board game the first time, they probably won't wa…

  10. comment
    Comment #42054292

    An American's life expectancy when they're born is around 76. But the life expectancy among Americans that have already lived to the age of 65 is more like 83.

  11. comment
    Comment #41725466

    The conjecture is true for all small graphs that they tried, so if it's "obviously" false to you then something went wrong with your intuition somewhere.

  12. comment
    Comment #41393703

    The third sentence is "If the kid searched specifically for the video and found it, TikTok would have been safe."

  13. comment
  14. comment
    Comment #40638736

    For air transport in the U.S., it's not just one certificate, it's many. You get your private license, instrument rating, multi-engine rating, commercial certificate, instructor ce…

  15. comment
    Comment #40223088

    Sure, but in practice there don't really seem to exist "natural" problems that are both in P and are worse than O(n^3) or so. By "natural" I mean a problem that one would actually …

  16. comment
    Comment #40214196

    You don't get to have "hidden information". The code used to respond "yes" or "no" to the guess would be part of the problem input. But, we currently can't prove there doesn't exis…

  17. comment
    Comment #39468083

    Ambiguous parses aren't even the worst of it -- the worst are the ones that require real world knowledge. "I couldn't fit the trophy in my suitcase because it was too big." "I coul…

  18. comment
    Comment #38917511

    Similarly, Vatican City has slightly less than 6 popes per square mile.

  19. comment
    Comment #38917409

    Anecdotally, with practice, some people can flip a coin to a desired outcome like 65% of the time. And .65^20 is only around 1 in 10,000.

  20. comment
    Comment #38436428

    They're the feeder contests in the U.S. that determine who gets to represent the U.S. in the IMO. AMC = multiple choice test, open to all grade school students. AIME = open respons…

  21. comment
    Comment #38352193

    Laypeople use "exponential" to mean "superlinear". It's fine, probably.

  22. comment
    Comment #37499828

    The U.S. has legislation limiting consumer liability of credit card fraud to $50, and many cards will further waive that to $0. It's just simply not the consumer's problem if someo…

  23. comment
    Comment #37082950

    There are obviously commonsense exceptions granted. Also, you can fulfill the swim requirement by taking 1 beginner swim class regardless of whether you actually learn to swim duri…

  24. comment
    Comment #36959174

    There's another problem, the original one that quantum computers were conceived to solve: Simulating a quantum system.

  25. comment
    Comment #36946785

    > If a and b are the golden ratio and its conjugate, then f_n = a^n + b^n. But since |b| Well, almost. You need to multiply by a factor of 1/sqrt(5) before rounding.