Live data from Hacker News

Viewing profile — diegocg

diegocg

HN member
Joined
Thu, Dec 13, 2012, 8:10 PM UTC
HN karma
2,112
Public activity
300 items

About diegocg

No profile information was provided.

Recent public activity

  1. comment
    Comment #48872271

    If things were that simple... I have to use more than one Python type checker because there is not a single one that works. Not only different tools catch different issues. They al…

  2. comment
    Comment #48532354

    LWN merge window part 1 https://lwn.net/Articles/1067250/ Part 2 https://lwn.net/Articles/1067785/

  3. comment
    Comment #48375572

    The worst part for me are the false positives. I frequently need to get into the spam folder to discover emails that Gmail thinks they are spam, even though there is absolutely no …

  4. comment
    Comment #48344009

    Anything running on a battery will need hardware acceleration

  5. comment
    Comment #48104431

    This is way vague to not be AI slop

  6. comment
    Comment #47940745

    > The total addressable market — every emerging-market saver who would prefer dollars to their local currency, every cross-border worker sending remittances home, every small-busin…

  7. comment
    Comment #47768456

    All this Mythos talk reminds me of fuzzing. The number of vulnerabilities discovered greatly increased. But bugs were patched (often, without even assigning CVEs), systems were upg…

  8. comment
    Comment #47391360

    Well, that's exactly what the article is about. Wayland put all together into one process I order to avoid unnecessary context switch. This protocol aims to keep the performance ad…

  9. comment
    Comment #46675665

    Foreign operators are mandated by the EU, they can't be banned. Spain has been one of the first countries to allow foreign high speed operators (unlike other European countries tha…

  10. comment
    Comment #46547677

    Have you read the article? He didn't just ignore her. He combined periods where he ignored her with periods of caring only to hurt her in dark ways. > Once, she says, as Jobs grope…

  11. comment
    Comment #46533111

    I'm surprised that governments didn't take this problem more seriously. Obesity is a huge problem, people have been ignoring it only because improvements in medicine have been offs…

  12. comment
    Comment #45792778

    There are certainly other use cases. git bisect was enormously useful when it was introduced in order to find Linux kernel regressions. In these cases you might not even be able to…

  13. comment
    Comment #45649054

    At this point it would seem that the cause for the current outages goes beyond the original DNS issue.

  14. comment
  15. comment
    Comment #44845553

    As someone who uses D and has been doing things like what you see in the post for a long time, I wonder why other languages would put attention to these tricks and steal them when …

  16. comment
    Comment #44835165

    This makes me sad. AI is a product, these days being mentally healthy should imply having the emotional ability to be aware of that. If you become emotionally attached to a commerc…

  17. comment
    Comment #44828476

    I wonder if it would even be helpful because they avoid the increasing AI content

  18. comment
    Comment #44826657

    I would say that the lesson here is that cross-vendor replication is more important than intra-vendor replication. It is clear that technology can (largely) avoid data losses, but …

  19. comment
    Comment #44810651

    Yep, for me it confirms all the reasons why I think python is slow and not a good language for anything that goes beyond a script. I work with it everyday, and I have learned that …

  20. comment
    Comment #44810540

    Reminds me of all the optic fiber infrastructure that was built during the dot com bubble

  21. comment
    Comment #44805333

    The problem is that even when you give them context, they just hallucinate at another level. I have tried that example of asking about events in my area, they are absolutely awful …

  22. comment
    Comment #44779602

    Don't worry Mark we will also get AI based ad blockers

  23. comment
    Comment #44710242

    You can laugh but Google stats show nearly 50% of their global traffic being ipv6 (US is higher, about 56%), Facebook is above 40%.

  24. comment
    Comment #43780446

    Replacing non memory safe code is good. Rewrites are unstable at first, then time passes and bugs are fixed and is no longer that

  25. comment
    Comment #43779834

    The world is slowly but steadily going to replace non memory safe code by memory safe code (no matter how people feel about it). This is just part of that.