HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tooltower

no profile record

コメント

tooltower
·3 か月前·議論
https://en.wikipedia.org/wiki/Dynamic_random-access_memory#P...

It turns out they intentionally drain a bit of the storage capacitor, and amplify that weak signal. Some of that amplified charge is then fed back to storage.
tooltower
·3 か月前·議論
In my personal projects, I've used it to insert/delete transactions in a ledger. I wanted to be able to update/query the account balance fast. Like the article says, "fold operations".
tooltower
·6 か月前·議論
> Rather than downloading our dataset in one complete download, they insist on loading all of MusicBrainz one page at a time.

Is there a standard mechanism for batch-downloading a public site? I'm not too familiar with crawlers these days.
tooltower
·7 か月前·議論
Are we sure that the base reveals nothing about the factors if n is composite? I have never seen a proof of that.

Usually, zero knowledge proofs also require a prover who knows the answer (the factors in this case). This is just a primality test that can be performed locally.
tooltower
·5 年前·議論
Today, when I build a custom Linux kernel, and am playing with config vars to decide what is our isn't included in the build, I very much tend to think of it as assembling a kernel from various library pieces.

How was OSkit different?