Live data from Hacker News

Viewing profile — artee_49

artee_49

HN member
Joined
Sun, Jan 12, 2025, 11:07 AM UTC
HN karma
11
Public activity
9 items

About artee_49

No profile information was provided.

Recent public activity

  1. comment
    Comment #47417879

    Unintended side-effects are the biggest problems with AI generated code. I can't think of a proper way to solve that.

  2. comment
    Comment #44683140

    TLDR: Google allows you set input long paragraphs and URLs into a field called "App name" and they then send you an email with the paragraph you entered in (malicious with phishing…

  3. comment
    Comment #44524341

    Even for senior levels the claim has been that AI will speed up their coding (take it over) so they can focus on higher level decisions and abstract level concepts. These contribut…

  4. comment
    Comment #43471724

    It does work that way, but IP reputation is a thing as well so you need to keep that in mind. IPs need to be "seasoned" and "trusted" as well as domains. This is how email-as-infra…

  5. comment
    Comment #43471691

    DKIM is not meant to block spam, it's meant to authenticate that the sender had access to the private key for the public key exposed on the domain that it was sent from, implying t…

  6. comment
    Comment #43108848

    I think shuffle sharding is beneficial for read-only replica cases, not for writing scenarios like this. You'll have to write to the primary and not to a "virtual node". Right? Or …

  7. comment
    Comment #43107512

    I think you'll have to pay a team millions to figure that out, it is unlikely to be a static rate but rather decided based on multiple traits like time of year, time of flight, dis…

  8. comment
    Comment #43107494

    I am a bit perplexed though as to why they have implemented fan-out in a way that each "page" is blocking fetching further pages, they would not have been affected by the high tail…

  9. comment