HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tooltower

no profile record

comments

tooltower
·há 3 meses·discuss
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
·há 3 meses·discuss
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
·há 6 meses·discuss
> 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
·há 7 meses·discuss
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
·há 5 anos·discuss
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?