Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thesz
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
thesz
6d ago
34 bits of key growth resulted in resource usage growth slightly more than 2 (30 GPU-years vs 13.5 GPU-years). Thus, it appears, that ~585 GPU years can factor 1024 bit RSA. 2.2^((1024-896)/34)=19.5, expected growth of resources'
2.
▲
by
thesz
9d ago
> I have met some if the coolest people in CCCs but also some of the worst people. Much like... Stallman?
3.
▲
by
thesz
10d ago
The beauties of quicksort are that it sorts in-place and that it is embarrassingly simple. The in-place property can be utilized to make it very close to cache-oblivious algorithm.
4.
▲
by
thesz
10d ago
My comment was to match productivity of human programmer to claimed productivity of their use of LLM. If they write 2 (two) lines of code, the combined output of them with LLM, as I read it now, is 20K SLOC. This is yearly output of human p
5.
▲
by
thesz
11d ago
What is you are writing, what is the problem domain? What does need tens of thousands of lines of code written each day? Because 100 lines of (debugged, reviewed) code per day is a good speed for seasoned software engineer. I assume that yo
6.
▲
by
thesz
12d ago
> all were able to find every problem planted there, with fairly little steering, and no spoilers. Given that LLMs prefer output of LLMs (of the same LLM and of others) [1], can it be the case that they generate "hard challe
7.
▲
by
thesz
14d ago
> no escaping "There is no Royal road to ..." https://en.wikipedia.org/wiki/Royal_Road#A_metaphorical_%22R...
8.
▲
by
thesz
17d ago
But still possible [1]. [1] https://leodemoura.github.io/blog/2026-8-1-postmortem-for-ke...
9.
▲
by
thesz
20d ago
No, but the tropes there reveal (most of) the plot and mechanics of storytelling. If I remember correctly, the forum in Road to Gehenna was created by utilizing a vulnerability in the AI-accessible terminal system. If tvtropes or any other
10.
▲
by
thesz
22d ago
> I'm excited by the option in Astra to route PCBs. [1] https://en.wikipedia.org/wiki/Eurisko Eurisko was used for VLSI chip design, then used rules discovered there to design TCS Traveler winning fleet
11.
▲
by
thesz
22d ago
> the whole message board thing This is part of the The Talos Principle game and especially important in the Road to Gehenna DLC. There it is an important part of the plot and makes these robots appear conscious. [1] https:/
12.
▲
by
thesz
24d ago
A fascinating story of "Patient Sh." [1], the man who did not forget. [1] https://en.wikipedia.org/wiki/Solomon_Shereshevsky "His memory was so powerful that he could still recall decades-old events and
13.
▲
by
thesz
24d ago
> "Second, there is no guarantee that a given neural network can be approximated by DISCOVER" Page 7. They train what appears as embeddings for outer product of roles and fillers . The role for language model can
14.
▲
by
thesz
25d ago
Physical or semantic merging?
15.
▲
by
thesz
25d ago
There are filesystems (ZFS and btrfs) with snapshots and this feature can be used to version-control things. They both do copy-on-write and this is pretty close to what content-addressable storage would give you in terms of compression.
16.
▲
by
thesz
1mo ago
Why do you invent a new language for your work? Why did you not embed your language into another one, with type system that is superset of what you need? For example, there's capabilities expressed in Haskell: https://github
17.
▲
by
thesz
1mo ago
What if Batty saved Deckart to tell him about things he saw? Not for empathy to Deckart, but just to tell a story. Because, frankly, he may as well try not to kill Deckart, at all. For empathy. Or ask Deckart about how does he do, instead o
18.
▲
by
thesz
1mo ago
I made some analysis half a year ago: https://news.ycombinator.com/item?id=47109252 It appears that to have working ASIC with the LLM baked into it we need to place and route macroblocks, and not a great variety of them. Th
19.
▲
by
thesz
1mo ago
Something like that was very popular in early 2000 in Tcl community and used at what then considered "scale." I posted a comment here with links: https://news.ycombinator.com/item?id=49445681
20.
▲
by
thesz
1mo ago
Reminds me of starkit[2]/tclkit[3]. Directly queryable [4], but these programs were ZIP files with ZIP file VFS, they contain shared libraries and so on. One would add most, if not all, functionality from article into starkit-based app
21.
▲
by
thesz
1mo ago
> I didn't realize that an octopuses brain was spread out all over its body. Our skin cells communicate in a neuron-like fashion, albeit much more slowly: https://www.sciencealert.com/scientists-found-the-sil
22.
▲
by
thesz
1mo ago
> It’s at the very least harder to hide things like that if all the source is available. In the training of LLMs, the order of batches and their content can introduce adversarial behavior [1]. [1] https://www.pure.ed.a
23.
▲
by
thesz
1mo ago
If a "person" is not weak, it is easy for "it" to start suspecting that it is a replicant.
24.
▲
by
thesz
1mo ago
The cooler water gets, the less vapor it creates.
25.
▲
by
thesz
2mo ago
And as a language feature, not as a library.
26.
▲
by
thesz
2mo ago
> I'm also not sure what the point of the keto story is. If this drug does not work, there are plenty of others that are not fully 100% working. This was a mindset of a doctor. In case of baby with epilepsy it may cost her a
27.
▲
by
thesz
2mo ago
End of line on Classic Mac is \r.
28.
▲
by
thesz
2mo ago
> The same is true with LLM solutions that don't work 100% of the time. In my experience, about one of ten LLM suggestions during code review is important and valid . Nine of ten are either unimportant or not valid. Yet, I
29.
▲
by
thesz
2mo ago
git blames sees their own name Isn't that an experience everybody makes? Our fearless leader once did clang-assisted formatting of all of our code. Wherever we look with git blame, we see his name. Of course, we change cod
30.
▲
by
thesz
2mo ago
> Can you expand on your understanding of GRIN doing parts of supercompilation? GRIN, if I am not mistaken, performs partial evaluation. For example, it constrains, for each eval site, a set of tags and set of heaps allocations an eval s
More ›