Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ayende
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Contextual embedding in RavenDB (or how to save 220M USD)
(ayende.com)
1 points
by
ayende
1mo ago
|
0 comments
2.
▲
by
ayende
2mo ago
> Defaults are bad. Agents can be expected to read the documentation, register what good starting values are, and fill them all in, in place. That is pretty bad, when you now need to look at this code, and you have 95% of the output bein
3.
▲
"Optimizing" Concurrent Regexes
(ayende.com)
2 points
by
ayende
3mo ago
|
0 comments
4.
▲
by
ayende
4mo ago
Nevertheless, you are still talking about 15B / year - when the initial investment was < 30B. That investment also probably covers things like power, salaries, etc. So you are still covering all of that.
5.
▲
The 'Million AI Monkeys' Hypothesis and Real-World Projects
(ayende.com)
1 points
by
ayende
7mo ago
|
0 comments
6.
▲
by
ayende
9mo ago
All financial systems don't care about time. Prety much all financial transactions are settled with a given date, not instantly. Go sell some stocks, it takes 2 days to actually settle. (May be hidden by your provider, but that how i
7.
▲
by
ayende
9mo ago
Committing to NVMe drive properly is really costly. I'm talking using O_DIRECT | OSYNC or fsync here. Can be in the order of whole milliseconds, easily. And it is much worse if you are using cloud systems.
8.
▲
by
ayende
9mo ago
Isn't that very much intentional on the part of GCC?
9.
▲
by
ayende
9mo ago
That suffer from a serious issue You must have the data upfront, you cannot build this in an incremental fashion There is also bo mention on how this would handle updates, and from the description, even if updates are possible, this will de
10.
▲
by
ayende
10mo ago
Not this is explicitly marked as Not Planned
11.
▲
by
ayende
11mo ago
> maintenance_work_mem That kills the indexing process, you cannot let it run with limited amount of memory. > How do you think a B+tree gets updated? In a B+Tree, you need to touch log H of the pages. In HNSW graph - you need to to
12.
▲
by
ayende
11mo ago
Probably avoid zero write optimizations. This force actual allocation of disk space for the data, instead of pretending to do so.
13.
▲
by
ayende
11mo ago
Amazon Glacier on the list is a pretty big surprise to me.
14.
▲
by
ayende
11mo ago
That isn't spying. That is called doing code review on a shared depenendcy
15.
▲
by
ayende
1y ago
OpenAI, Ollama, DeepSeek all do that. And wanting to programmatically work with the result + allow tool calls is super common.
16.
▲
by
ayende
1y ago
Even with very small number of requests - what happens when you have two concurrent ones?
17.
▲
AI Agents Security: The on-behalf-of concept
(ayende.com)
2 points
by
ayende
1y ago
|
0 comments
18.
▲
by
ayende
1y ago
This is wrong, because your mmap code is being stalled for page faults (including soft page faults that you have when the data is in memory, but not mapped to your process). The io_uring code looks like it is doing all the fetch work in the
19.
▲
by
ayende
1y ago
Another way to do that is to look at the tech empower benchmarks. It tests on big machines, but you can get > 1 M req/sec across a wide variety of environments.
20.
▲
by
ayende
1y ago
That is the wrong abstraction to think at. The problem is not _which_ tools you give the LLM, the problem is what action it can do. For example, in the book-a-ticket scenario - I want it to be able to check a few websites to compare price
21.
▲
by
ayende
1y ago
FWIW, I once got a cease and desist letter because "company-xyz" found that we were using a subdomain "company-xyz.customers.our-service.com". They discovered that because they were monitoring the CT logs. And they were
22.
▲
by
ayende
1y ago
If you are checking the cert logs, it is a very tiny bit to validate the key as well. If you aren't checking... well, that isn't a concern anyway, now is it? And the whole _point_ of the cert transparency log is that it only take
23.
▲
by
ayende
1y ago
Sure you can, you know what your public key _should_ look like
24.
▲
by
ayende
1y ago
One thing that is ignored here is that for crypto, there are additional concerns For example, are the instructions cost depend on the data? If so, you have a timing leak and a hole in your system One of the reasons to use assembly is specif
25.
▲
by
ayende
1y ago
Human accountants also have a very important property: liability. If a certified accountant told me to do X, I'm covered (at least to the point they would assist in recovering, or I can get compensation through their insurance). If LLM
26.
▲
by
ayende
1y ago
French was the lingua franca for a very long time (pun intended)
27.
▲
by
ayende
1y ago
The interesting question - if the AI is provided via my lawyer's office - is there privilege in this case?
28.
▲
by
ayende
1y ago
Too likely that this would not work because silent conversion to number along the way
29.
▲
AI Impact – Normalizing Good Enough
(ayende.com)
1 points
by
ayende
1y ago
|
0 comments
30.
▲
The Race Condition in Interlock
(ravendb.net)
2 points
by
ayende
1y ago
|
0 comments
More ›