Live data from Hacker News

Viewing profile — petters

petters

HN member
Joined
Mon, Aug 01, 2016, 6:49 PM UTC
HN karma
2,769
Public activity
969 items

About petters

I work with computer vision and machine learning.

Recent public activity

  1. comment
    Comment #48956944

    Why does figure 1 use the same color and style for two different graphs?

  2. comment
    Comment #48821159

    > Since connection poolers reuse connections between clients, the connection state of one client “leaks” into the connection state of another. Wow this is very bad. This actually h…

  3. comment
    Comment #48814500

    5B revenue is not the same as 5B in the bank collecting interest.

  4. comment
    Comment #48514451

    > a hand tuned input loop written in C that takes Yes, I would certainly expect much less than 1ms. Perhaps 1µs should be the goal?

  5. comment
    Comment #48399114

    > If we give an LLM a prompt that reads “The following is a conversation between Julius Caesar and Genghis Khan,” it will generate a coherent dialogue between the two historical fi…

  6. comment
    Comment #48339737

    It also means you'll have to onboard a lot of new employees all the time. That sounds exhausting.

  7. comment
    Comment #48157703

    Wikipedia is amazing. The Swedish articles are even longer.

  8. comment
    Comment #48000982

    Karpathy replied to IS with ”agree” at the time

  9. comment
    Comment #47994459

    Many dismiss Dawkins here but Ilya Sutskever wrote in 2022: “it may be that today's large neural networks are slightly conscious.”

  10. comment
    Comment #47994438

    We have a very good idea of all math behind chemistry. But the equations are very difficult to solve.

  11. comment
    Comment #47866536

    He is much better at building hardware than he is writing software.

  12. comment
    Comment #47827607

    That's a good idea and it exists: https://www.johndcook.com/blog/2026/04/18/qlora/ It seems quite wastful to have two zeros when you only have 4 bits it total

  13. comment
    Comment #47813841

    You could add a feature where it will compute the global optimum of any function of a small number of variables. Branch and bound with interval arithmetic works well for a small nu…

  14. comment
    Comment #47774898

    Yes, that blog post could have been much shorter….

  15. comment
    Comment #47733509

    They have found a large number in OpenSSl

  16. comment
    Comment #47671487

    Dungeon Crawler Carl is not science fiction. At least I would not recommend it to someone looking for science fiction with “interesting ideas.” It’s a comedy about an RPG with magi…

  17. comment
    Comment #47647117

    > the GPU is limited by the Thunderbolt port Not everything is limited by the transfer speed to/from the GPU. LLM inference, for example.

  18. comment
    Comment #47637562

    > On a 34" ultrawide monitor, it was too easy to put YouTube running on the left side, and whatever else on the right. Yes, if you were doing that, almost any change to your enviro…

  19. comment
    Comment #47332565

    That challenge was pretty stupid. I could read the question and I’m not even a native speaker. We can of course easily come up with much better challenges

  20. comment
    Comment #47134048

    As a TA, I've seen adults try to pass initial college calculus many times (and failing - you were allowed to try several times) with enormous effort. It's not a small multiplier An…

  21. comment
    Comment #46996116

    I think that bias is not due to the proportion of books and more due to how they are fine-tuned after the pretraining.

  22. comment
    Comment #46967589

    We identify the real number 2 with the rational number 2 with the integer 2 with the natural number 2. It does not seem so strange to also identify the complex number 2 with those.…

  23. comment
    Comment #46933680

    Going from 220 to 450 ms would be a disaster in my project. It has many thousands of files. Recompilation of almost everything happens from time to time. If those made-up numbers w…

  24. comment
    Comment #46933666

    That's fair. I'm unable to provide more information though so we'll have to disagree.

  25. comment
    Comment #46928016

    > C++ doesn't take longer to compile if you don't abuse templates. Surprisingly, this is not true. I've written a C++ file only to realize at the end that I did not use any C++ fea…