Live data from Hacker News

Viewing profile — credulousperson

credulousperson

HN member
Joined
Sat, May 08, 2021, 7:56 PM UTC
HN karma
3
Public activity
5 items

About credulousperson

No profile information was provided.

Recent public activity

  1. comment
    Comment #39881019

    Opening bad-3-corrupt_lzma2.xz in an editor reveals it indeed has the string ####Hello####. I don't know enough about lzma compression streams to explain how this appears in the "c…

  2. comment
    Comment #33027448

    Indeed the Nash equilibrium is not always what we would like to call "optimal", especially in games with more than two players. As you notice, it is possible the Nash equilibrium s…

  3. comment
    Comment #30711631

    For those interested, Ronald Bultje (who co-devloped VP9) wrote some information here on VP9 which has some more concrete details about video coding than this article: https://blog…

  4. comment
    Comment #30066591

    A small note: If you allow randomized algorithms, this problem is actually known to be in P^PP^PP^PP which is well within PSPACE in some sense, but still a ridiculously bad bound. …

  5. comment
    Comment #27090182

    Unfortunately, it's impossible to do true uniform random over set of rows without doing something like count() over the things you are sampling over. You are looking to select some…