Ask HN: Has anybody built search on top of Anna's Archive?
287 points by neonate 4d ago 146 comments
Ask HN: Is synthetic data generation practical outside academia?
4 points by cpard 1d ago 9 comments
You need much less memory than time
66 jonbaer 9 6/7/2025, 9:38:48 PM blog.computationalcomplexity.org ↗
[1] https://www.youtube.com/watch?v=8JuWdXrCmWg
[2] https://scottaaronson.blog/?p=8680
For a Turing machine that already solves a problem in n time and √n space (in other words, a lot of them!), it doesn't say anything.
If we're being pedantic, it's trading time for the space guarantee.
For algorithms, a little memory outweighs a lot of time - https://news.ycombinator.com/item?id=44055347 - May 2025 (139 comments)
Obvious example: the flickering stack frame of tail call elimination.