Live data from Hacker News

Viewing profile — gmm1990

gmm1990

HN member
Joined
Mon, Mar 25, 2019, 3:57 PM UTC
HN karma
195
Public activity
159 items

About gmm1990

No profile information was provided.

Recent public activity

  1. comment
    Comment #48872117

    I hope the test data is the same when comparing the different runs. So the big o notation should be the same across different runs.

  2. comment
    Comment #48795134

    It’s probably got phone home a few times to to make sure they’re measuring user engagement

  3. comment
    Comment #48776501

    This seems to be a very generic/common response to any ai critique. It kind of reinforces my point there’s a lot of situations where the appropriate harness isn’t some agent that’s…

  4. comment
  5. comment
    Comment #48775942

    I find that thinking/agent mode sometimes makes it worse/comes up with the same thing and just takes a long time. But I’m sure it’ll be different with fable for a few months until …

  6. comment
    Comment #48701373

    I guess I’m coming at it from an optimizing market data provider perspective once you preallocate memory the next thing to optimize is the string decimal conversion if the feed isn…

  7. comment
    Comment #48698963

    That’s quite a bit slower to process. At least if you’re converting to integers to do the calculations and the calculations would be quite a bit slower if you kept the big decimal …

  8. comment
    Comment #48568380

    There’s quite a few historical cases of mergers acquisitions being poorly valued aol time warner for example. So maybe v the calculus is different from the execs perspective but it…

  9. comment
    Comment #48553427

    I wouldn’t call comparing yourself to Fabrice Ballard and not just saying he’s a better programmer modest.

  10. comment
    Comment #48165621

    I don’t know like chess engines didn’t kill chess. You could just play with people that don’t use the “engine”

  11. comment
    Comment #47709687

    Not if it drives up energy prices and makes other businesses that employ more people less competitive. Not saying that is the case but it’s certainly not a given

  12. comment
    Comment #46136536

    Some of the utilization comparisons are interesting, but the article says 2 trillion was spent on laying fiber but that seems suspicious.

  13. comment
    Comment #46020010

    The whole point is that the outages happened not that the ai code caused them. If ai is so useful/amazing then these outages should be less common not more. It’s obviously not rock…

  14. comment
    Comment #46017490

    If there is really amazing stuff happening with this technology how did we have two recent major outages that were cause by embarrassing problems? I would guess that at least in th…

  15. comment
    Comment #45774147

    I think he could have been instrumental to the iphone (not saying he was or wasn't) and whatever he tries next is a complete flop. The ability to be successful is contextual, and g…

  16. comment
    Comment #45721223

    Qualcomm press release: https://www.qualcomm.com/news/releases/2025/10/qualcomm-unve...

  17. comment
    Comment #45693480

    Is there a public generic measure of IT outages with historical data. Severe outages seem to be more common lately, but I don't have any data to back it up.

  18. comment
    Comment #45680817

    value doesn't have to be monetary

  19. comment
    Comment #45592489

    Interesting that there's only the m5 on the macbook pro. I thought the m4 and m4 pro/max were at the same time on the macbook pro

  20. comment
    Comment #45419365

    Thanks for the write up. Seems like a cool pattern I hadn’t heard of before

  21. comment
    Comment #45387114

    that is an interesting use case, I hadn't thought about a setup like this with a local redis cache before. Is it the typical advantages of using a db over a filesystem the reason t…

  22. comment
  23. comment
    Comment #45335885

    Strange unit of measurement. Who would find that more useful than expected compute or even just the number of chips.

  24. comment
    Comment #44926951

    Ah interesting, I was just curious. I’ve wasted some time setting up ci runners stuff on bare metal servers just because I’ve heard runners from gitlab/github can be expensive

  25. comment
    Comment #44926876

    That makes sense. Maybe it’s easier in an organization/ some people’s mental model to put guards around changing database because it’s separate from the code, standard across many …