Live data from Hacker News

Viewing profile — ryeguy

ryeguy

HN member
Joined
Fri, Jan 21, 2011, 6:37 PM UTC
HN karma
784
Public activity
186 items

About ryeguy

No profile information was provided.

Recent public activity

  1. comment
    Comment #48987872

    I keep seeing mention of the cache, what's special about it? All frontier llms have prefix caching, what is special about deepseek's approach?

  2. comment
    Comment #48522418

    Openrouter's pricing via the deepseek provider is the same as the official deepseek api for both flash and pro and for cached and uncached tokens. It's literally the same api. And …

  3. comment
    Comment #48485272

    Sure, but they at least quantified it with data. It's not like they just dropped a sentence saying the above, they showed numbers.

  4. comment
    Comment #48469568

    Did you read the blog post? They compare to deepswe and call it out as the worst one for false positives (failed, but the benchmark assessed it as correct). It also has less langua…

  5. comment
    Comment #47884172

    This isn't how LLMs work. They aren't self aware like this, they're trained on the general internet. They might have some pointers to documentation for certain cases, but they gene…

  6. comment
    Comment #47384253

    This take sucks. The anticheat software in this context is for competitive games. No one cares about people cheating in isolation in single player games. The anticheat is to stop 1…

  7. comment
    Comment #46349698

    Honeycomb is inspired by Facebook's Scuba ( https://research.facebook.com/publications/scuba-diving-into... ). The paper is from 2013, predating honeycomb. Charity worked there as …

  8. comment
    Comment #44076029

    MCP is just function calls with parameters. Whether or not it's push or pull can be decided by the author. A push model takes the scan as an input to the mcp call. A pull model doe…

  9. comment
    Comment #44012601

    To me, dabbled means learned the fundamentals of the language but hasn't written real software in it. I would expect a dabbler to have been exposed to class inheritance and primiti…

  10. comment
    Comment #43958388

    That makes sense as a general pattern, but probably less so in the context of rails which is typically a self contained monolith. It would be adding another hop, more indirection, …

  11. comment
    Comment #43954639

    How does this reduce operational overhead? You still need a queue and a worker to dispatch the tasks to your api.

  12. comment
    Comment #43740988

    Your gemini pricing is for flash, not pro. Also, claude uses prompt caching and gemini currently does not. The pricing isn't super straightforward because of that.

  13. comment
    Comment #42894543

    They emailed us in advance of the update being pushed out saying it would lower battery life, and offered compensation options ahead of time. It wasn't reactionary. If it were a bu…

  14. comment
    Comment #42894533

    Like I said, they emailed us ahead of time and THEN pushed the update. Before the update was pushed, they said the battery life would deplete and offered compensation options. They…

  15. comment
    Comment #42885206

    This wasn't a buggy update. It was announced ahead of time via email, including compensation options.

  16. comment
    Comment #37693183

    The economy has been "about to take a nosedive" for quite some time now.

  17. comment
    Comment #36351669

    Good news, red reader was granted an accessibility exemption so it's sticking around.

  18. comment
    Comment #34769730

    This is such weird commentary that pops up on every algotrading post. Why does it have to be socially productive? No one makes the claim it is.

  19. comment
    Comment #34747692

    This seems like a decision passed down from the card networks through stripe. Multiple gateways wouldn't necessarily help here.

  20. comment
    Comment #34747619

    It's in stripe's best interest to fight the fine. Why would you think they would prefer to pay the networks and collect the fine from a merchant?

  21. comment
    Comment #33022064

    This also means an attacker can be running around with a compromised token for up to a half hour before they're stopped.

  22. comment
    Comment #32719059

    I'd imagine they do this to not tip off spammers when a message goes through. It's the same idea behind returning a 404 when trying to access a resource you don't have permission t…

  23. comment
    Comment #30907840

    This is a technical post, stay on topic and stop posting flamewar bait.

  24. comment
    Comment #30870177

    This comparison misses the point. Go requires you to bubble up errors manually, that's the difference.

  25. comment
    Comment #30657527

    Native static binaries are such a small part of what defines Go. Go is absolutely a competitor in the jvm/.net space. C# and Java are its closest competitors since they're all perf…