Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
25 ms
·
1.
▲
by
ot
6d ago
O(1) doesn't mean constant, it means bounded by a constant . An algorithm can be faster with small n and converge to a horizontal asymptote as n goes to infinity, and it would still be O(1). In a real machine there is no infinity, but
2.
▲
Muse, your personal AI agent from Meta
(twitter.com)
1 points
by
ot
8d ago
|
1 comments
3.
▲
by
ot
9d ago
> 512GB is a huge block size for bzip3 Sorry! That was a typo, it should have been 512MB (now fixed). Still huge.
4.
▲
by
ot
9d ago
The benchmarks are disingenuous, to the point of looking cherry-picked. The block size for bzip3 is set to 512MB, but the window size for zstd is left to its default (8MB I believe for high levels). So in this corpus, which is made up of al
5.
▲
We just publicly released Muse Spark 1.3 max
(twitter.com)
3 points
by
ot
12d ago
|
0 comments
6.
▲
by
ot
20d ago
Reference to Aesop's fable? https://en.wikipedia.org/wiki/The_Belly_and_the_Members
7.
▲
by
ot
21d ago
Indeed https://www.youtube.com/watch?v=dy-wFixuRVU
8.
▲
I made a sweater from scratch (it made me insane) [video]
(youtube.com)
3 points
by
ot
25d ago
|
0 comments
9.
▲
We made electricity from water – and it's easy [video]
(youtube.com)
4 points
by
ot
1mo ago
|
0 comments
10.
▲
Agent Substrate: The Core System
(github.com)
2 points
by
ot
1mo ago
|
0 comments
11.
▲
by
ot
1mo ago
Subscription plans share data by default (it is possible to opt out though)
12.
▲
Demis Hassabis is moving from CEO to Chairman at Google DeepMind
(axios.com)
371 points
by
ot
1mo ago
|
1 comments
13.
▲
Muse Spark 1.1 is now available on OpenRouter
(twitter.com)
3 points
by
ot
2mo ago
|
0 comments
14.
▲
Core dump epidemiology: fixing an 18-year-old bug
(openai.com)
3 points
by
ot
2mo ago
|
0 comments
15.
▲
The Future Worth Building Is Human
(thinkingmachines.ai)
2 points
by
ot
2mo ago
|
0 comments
16.
▲
Muse Spark 1.1
(ai.meta.com)
413 points
by
ot
2mo ago
|
213 comments
17.
▲
by
ot
2mo ago
In Linux everything is XOrCrash, since allocations never fail but the OOM killer can get you later.
18.
▲
by
ot
2mo ago
This is a great article but it goes into a lot of detail that can be intimidating at first. For me, the reading that made asymmetric fences "click" is this: https://pvk.ca/Blog/2019/01/09/preemp
19.
▲
by
ot
3mo ago
> GNU deadline I think you mean readline?
20.
▲
Exposing the Solid State Donut Battery. It's over [video]
(youtube.com)
2 points
by
ot
3mo ago
|
0 comments
21.
▲
by
ot
4mo ago
Yeah the number sounds a lot less impressive if you say that you only get 2^61.44 integers out of 2^64. In other words, a 4% entropy loss. Information quantities are more meaningfully expressed in number of bits.
22.
▲
The Tax of Living in a Low-Trust Society: How Collapsed Trust Costs You
(yourbrainonmoney.substack.com)
61 points
by
ot
4mo ago
|
42 comments
23.
▲
The Story of VaccinateCA
(worksinprogress.co)
1 points
by
ot
4mo ago
|
0 comments
24.
▲
Max/MSP external for running neural amplifier captures
(github.com)
9 points
by
ot
5mo ago
|
0 comments
25.
▲
Elon Musk's court battle with Sam Altman exposes Silicon Valley secrets
(washingtonpost.com)
5 points
by
ot
5mo ago
|
0 comments
26.
▲
by
ot
6mo ago
That's a false dichotomy: you optimize both the application and the allocator. A 0.5% improvement may not be a lot to you, but at hyperscaler scale it's well worth staffing a team to work on it, with the added benefit of having
27.
▲
by
ot
6mo ago
It's not just that zeroing got cheaper, but also we're doing a lot less of it, because jemalloc got much better. If the allocator returns a page to the kernel and then immediately asks back for one, it's not doing its job wel
28.
▲
by
ot
6mo ago
RSA was also not given that name by its authors, the name came later, which is usually the case. In the original paper they do not give it any name: https://people.csail.mit.edu/rivest/Rsapaper.pdf
29.
▲
by
ot
6mo ago
Here RE2 does not fall back to the NFA, it just resets the Lazy DFA cache and starts growing it again. The latency spikes I was mentioning are due to the cost of destroying the cache (involving deallocations, pointer chasing, ...)
30.
▲
by
ot
6mo ago
> are there eviction techniques to guard against this? RE2 resets the cache when it reaches a (configurable) size limit. Which I found out the hard way when I had to debug almost-periodic latency spikes in a service I managed, where a ve
More ›