Signal message keys seem to include an IV. [1] Message keys are generated by passing a chain key through a key derivation function. [2] So you can also expand a shared secret established through Diffie-Hellman. Someone…
Sounds right. [1] The mission patch is hilarious. [1] https://en.wikipedia.org/wiki/Wild_Weasel
Of course. https://groups.google.com/g/randomness-generation/c/eNnepJ_6...
You can search `known_hosts` for a fingerprint using `ssh-keygen -l -f ~/.ssh/known_hosts` and `grep`. If you disable `HashKnownHosts` in your ssh config, the command will also tell you the name of the host(s) for that…
> That is the most stupid thing I've read in a while. Arrogance. It takes 10 lines of Python to compute a multiplicative inverse mod p, using arbitrary precision integers. [1] Try doing the same thing with nothing but…
You will be happy to learn that under Chair Khan, the FTC is going to prioritize enforcement actions against this specific practice. Only 1 Commissioner issued a dissenting statement. [1] Comcast has probably already…
> This is one of the many ways endless years of emergency low interest rates are destroying the economy and the livelihood of many people. Japan has held rates near the zero lower bound since the late 1990s. If rates…
> My desktop text editor, KeenWrite, provides such basic TeX rendering in real-time. Lyx [1] is also great. [1] https://en.wikipedia.org/wiki/LyX
> Crypto continues to help nobody and achieve nothing in the real world It's kind of surprising how little progress has been made. It is absolutely possible to use privacy-respecting low-fee tokens to purchase ebooks,…
The "inflation targeting era" began around 1995 [1]. The official story explaing how 2% became an (informal) international standard is kind of interesting [2]. [1]…
> He was rude then, and he’s not happy generally Not too long ago, people could encounter a grumpy store clerk and forget about it by the time they got home. Sometimes they'd even turn it into a joke [1]. It was a…
You're probably correct in this case, but not in general. The authors of [1] could have quietly run a money printer but elected to seek reforms instead. [1] https://online.wsj.com/public/resources/documents/1029sechft...
Hamming is great in general. Some years ago, I picked up a copy of "Numerical Methods for Scientists and Engineers" for like $2 at a used book store. I had no idea who Hamming was, but it was cheap so I bought it. After…
I think "honest market" is libertarian-speak for "no government". He's being serious.
I believe the United States slow walked its own Prompt Global Strike [1] program because it was perceived to be needlessly escalatory [2]. That sounds like sensible policy making. [1]…
The formula for error bars under the traditional Binomial assumption is: +/- sqrt(p * (1-p) / N) So the errors are around +/- 1% for most values of p in this article. The article (rightly) points out that the binomial…
> last month that I was made aware that the project has been discontinued (Why??) It looks like the main contributor is (or was very recently) a Signal developer [1], but they have not committed to Streisand since 2018…
Same here, mostly doing math stuff on x86. There was a recent thread [1] optimizing some very primitive trig functions. I recently watched a djb interview where he talked about the importance of fully utilizing…
Wow, is it really this [1] easy to run a C routine? Where does the rpi4 store the firmware necessary to read from the sd card where this software is (presumably) stored? [1]…
In nvidia land, `nvidia-smi` is like `top` for your gpus. If you're running compiled CUDA, `nvprof` is very useful. But I'm not sure how much work it would take to profile something like a pytorch model.…
Signal message keys seem to include an IV. [1] Message keys are generated by passing a chain key through a key derivation function. [2] So you can also expand a shared secret established through Diffie-Hellman. Someone…
Sounds right. [1] The mission patch is hilarious. [1] https://en.wikipedia.org/wiki/Wild_Weasel
Of course. https://groups.google.com/g/randomness-generation/c/eNnepJ_6...
You can search `known_hosts` for a fingerprint using `ssh-keygen -l -f ~/.ssh/known_hosts` and `grep`. If you disable `HashKnownHosts` in your ssh config, the command will also tell you the name of the host(s) for that…
> That is the most stupid thing I've read in a while. Arrogance. It takes 10 lines of Python to compute a multiplicative inverse mod p, using arbitrary precision integers. [1] Try doing the same thing with nothing but…
You will be happy to learn that under Chair Khan, the FTC is going to prioritize enforcement actions against this specific practice. Only 1 Commissioner issued a dissenting statement. [1] Comcast has probably already…
> This is one of the many ways endless years of emergency low interest rates are destroying the economy and the livelihood of many people. Japan has held rates near the zero lower bound since the late 1990s. If rates…
> My desktop text editor, KeenWrite, provides such basic TeX rendering in real-time. Lyx [1] is also great. [1] https://en.wikipedia.org/wiki/LyX
> Crypto continues to help nobody and achieve nothing in the real world It's kind of surprising how little progress has been made. It is absolutely possible to use privacy-respecting low-fee tokens to purchase ebooks,…
The "inflation targeting era" began around 1995 [1]. The official story explaing how 2% became an (informal) international standard is kind of interesting [2]. [1]…
> He was rude then, and he’s not happy generally Not too long ago, people could encounter a grumpy store clerk and forget about it by the time they got home. Sometimes they'd even turn it into a joke [1]. It was a…
You're probably correct in this case, but not in general. The authors of [1] could have quietly run a money printer but elected to seek reforms instead. [1] https://online.wsj.com/public/resources/documents/1029sechft...
Hamming is great in general. Some years ago, I picked up a copy of "Numerical Methods for Scientists and Engineers" for like $2 at a used book store. I had no idea who Hamming was, but it was cheap so I bought it. After…
I think "honest market" is libertarian-speak for "no government". He's being serious.
I believe the United States slow walked its own Prompt Global Strike [1] program because it was perceived to be needlessly escalatory [2]. That sounds like sensible policy making. [1]…
The formula for error bars under the traditional Binomial assumption is: +/- sqrt(p * (1-p) / N) So the errors are around +/- 1% for most values of p in this article. The article (rightly) points out that the binomial…
> last month that I was made aware that the project has been discontinued (Why??) It looks like the main contributor is (or was very recently) a Signal developer [1], but they have not committed to Streisand since 2018…
Same here, mostly doing math stuff on x86. There was a recent thread [1] optimizing some very primitive trig functions. I recently watched a djb interview where he talked about the importance of fully utilizing…
Wow, is it really this [1] easy to run a C routine? Where does the rpi4 store the firmware necessary to read from the sd card where this software is (presumably) stored? [1]…
In nvidia land, `nvidia-smi` is like `top` for your gpus. If you're running compiled CUDA, `nvprof` is very useful. But I'm not sure how much work it would take to profile something like a pytorch model.…