Live data from Hacker News

Viewing profile — jdfr

jdfr

HN member
Joined
Mon, Apr 04, 2016, 6:57 AM UTC
HN karma
47
Public activity
5 items

About jdfr

No profile information was provided.

Recent public activity

  1. comment
    Comment #44854069

    OP seems to have run a programming language detector on the generated texts, and made a graph of programming language frecuencies: https://pbs.twimg.com/media/Gx2kvNxXEAAkBO0.jpg?n…

  2. comment
    Comment #24301429

    The beginning of the text feels really odd, almost GPT-3-like at some points. At least, that's the way it seems when you do not know the jargon. It just rambles on and on. Thankful…

  3. comment
    Comment #12592444

    This video (wanderers) does not give a reason, but it sums up quite nicely the way I feel it: https://youtu.be/YH3c1QZzRK4

  4. comment
    Comment #11577972

    Whoa! Quite similar to the "magic" behind compressed sensing (as noted by the authors of the paper linked by the OP): https://en.wikipedia.org/wiki/Compressed_sensing Nice to see t…

  5. comment
    Comment #11419918

    Vitter's algorithm is for when you need to generate a random list of unique items with sequential reads. If you drop that requirement, you can just use a substitution-permutation n…