Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ryeguy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ryeguy
13d ago
What does this question have to do with the linked article?
2.
▲
by
ryeguy
2mo ago
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?
3.
▲
by
ryeguy
3mo ago
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 no, cache rates are not different if you're g
4.
▲
by
ryeguy
3mo ago
Sure, but they at least quantified it with data. It's not like they just dropped a sentence saying the above, they showed numbers.
5.
▲
by
ryeguy
3mo ago
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 language variance.
6.
▲
by
ryeguy
5mo ago
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 generally aren't going to have specialized k
7.
▲
by
ryeguy
6mo ago
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 guy from ruining it for the 9 others he's playing with
8.
▲
by
ryeguy
9mo ago
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 well, but presumably was not part o
9.
▲
by
ryeguy
1y ago
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 does the pulling within the mcp call. Neither is right or
10.
▲
by
ryeguy
1y ago
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 primitives such ss symbols.
11.
▲
by
ryeguy
1y ago
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, and more complexity. It would introduce new problems like th
12.
▲
by
ryeguy
1y ago
How does this reduce operational overhead? You still need a queue and a worker to dispatch the tasks to your api.
13.
▲
by
ryeguy
1y ago
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.
14.
▲
by
ryeguy
2y ago
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 buggy update the email wouldn't come before the upda
15.
▲
by
ryeguy
2y ago
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 haven't said why they did this, like if it was a batte
16.
▲
by
ryeguy
2y ago
This wasn't a buggy update. It was announced ahead of time via email, including compensation options.
17.
▲
by
ryeguy
3y ago
The economy has been "about to take a nosedive" for quite some time now.
18.
▲
by
ryeguy
3y ago
Good news, red reader was granted an accessibility exemption so it's sticking around.
19.
▲
by
ryeguy
4y ago
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.
20.
▲
by
ryeguy
4y ago
This seems like a decision passed down from the card networks through stripe. Multiple gateways wouldn't necessarily help here.
21.
▲
by
ryeguy
4y ago
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?
22.
▲
by
ryeguy
4y ago
This also means an attacker can be running around with a compromised token for up to a half hour before they're stopped.
23.
▲
by
ryeguy
4y ago
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 to, or not telling users if an account actuall
24.
▲
by
ryeguy
4y ago
This is a technical post, stay on topic and stop posting flamewar bait.
25.
▲
by
ryeguy
4y ago
This comparison misses the point. Go requires you to bubble up errors manually, that's the difference.
26.
▲
by
ryeguy
5y ago
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 performant, statically typed, and garbage collected. C
27.
▲
by
ryeguy
5y ago
The context here is whether or not they're still happy with it.
28.
▲
by
ryeguy
5y ago
Could you use EFS to host a horizontally scalable relational database by using finely sharded SQLite dbs? Like if you had 1 db per user, for example.
29.
▲
by
ryeguy
5y ago
Because the ruby community generally revolves around rails. Stack overflow often has generic ruby questions where answers assume you're using rails (by referencing activesupport, for example). Just to give you an idea, on stackoverflow
30.
▲
by
ryeguy
5y ago
This doesn't answer the question being asked.
More ›