Live data from Hacker News

Viewing profile — contravariant

contravariant

HN member
Joined
Thu, Mar 19, 2015, 3:58 PM UTC
HN karma
9,175
Public activity
3,808 items

About contravariant

Identity: X -> X

Recent public activity

  1. comment
    Comment #49115865

    I mean I get why my cups need frequent java updates, but still.

  2. comment
    Comment #48823093

    There are a couple of references, most on some obscure detail. The ones that might be worth a try for an introduction are: - Walters, P., An Introduction to Ergodic Theory, Graduat…

  3. comment
    Comment #48816302

    Not sure, I'm basing most of this on lecture notes I got at university.

  4. comment
    Comment #48803928

    I think looking into ergodic theory would help fill in the gap between completely random and completely rule based. In ergodic theory you have some kind of 'state' and a function w…

  5. comment
    Comment #48799237

    I think the explanation of entropy's blind spot is a bit off. It's not actually a problem for entropy if something is generated by a rule, you can calculate entropy for things like…

  6. comment
    Comment #48675105

    If compliance was the main issue we wouldn't have had to invent ways for computers to do something other than exactly what they were asked.

  7. comment
    Comment #48578261

    You'll recognise the good engineers as the ones that remove code.

  8. comment
    Comment #48555081

    Even that is overselling the effort. Last time I checked you could find IDs with a simple image search.

  9. comment
    Comment #48293534

    I just want them to tell me if they don't know. It's the one question that AIs seem unable to answer correctly.

  10. comment
    Comment #48293514

    If you feel the need to hide how you got the answer then you know something is wrong.

  11. comment
    Comment #48280771

    To minimise the KL you just calculate the surprisal. The integral can be approximated by sampling over your training data. It's a direct expression of the information loss between …

  12. comment
    Comment #48278967

    I wonder if using a hilbert curve (or perhaps the simpler z-curve) access order would help things. If ought to work well regardless of cache size. Actually I think I recall some GP…

  13. comment
    Comment #48267329

    I was expecting more like a minimal usage that makes sense for a butchery or something, not get rid of the people using email .

  14. comment
    Comment #48242629

    What's the LLM equivalent to email and a basic webpage?

  15. comment
    Comment #48236660

    That's just a baseless assumption. To use AI well you should do the things that allow you to use stuff well . You shouldn't just use it any way you can because you assume that 'not…

  16. comment
    Comment #48235150

    You've somehow confused using AI well with using it extensively. Sometimes using something well involves not using it at all.

  17. comment
    Comment #47763703

    I'm also pretty sure 14 points font is a bit outdated at this point, 16 should probably be a minimum with current screens. It's not as if screens aren't wide enough to fit bigger t…

  18. comment
    Comment #47759506

    Oh that's annoying, seems to me there wouldn't have been an issue if you just merged B into A after merging A into main, or the other way around but that already works fine as you …

  19. comment
    Comment #47759478

    Huh interesting, my mental model is unable to see any difference between them. I mean a branch is just jamming a flag into a commit with a polite note to move the flag along if you…

  20. comment
    Comment #47627011

    I think being connected is easy enough, being non-cyclic is trickier I suppose. If you do it badly the shape of the maze is going to depend on the order it's generated in. I imagin…

  21. comment
    Comment #47624415

    I'd probably go with something like the wave function collapse algorithm. It should be possible to make it generate trees with somewhat uniform probability.

  22. comment
    Comment #47588184

    Since it's AI and Microsoft I can believe that someone who doesn't know what they're doing would be given a mandate to promote AI under any means necessary at the cost of some othe…

  23. comment
    Comment #47585593

    The fact that they chose to publish the ad _under someone else's name_ is so tone deaf that I just can't understand what they were thinking.

  24. comment
    Comment #47564582

    Oh that's neat, though I might split this into two functions in most cases, no need to entangle opening the file and counting the words in a filelike object. That's two neat tricks…

  25. comment
    Comment #47564491

    I dislike loading files into memory entirely, in fact I consider avoiding that one of the few interesting problems here (the other problem being the issue of counting words in a st…