This https://arxiv.org/abs/2501.14380 has been replaced.
initial toot: https://mastoxiv.page/@arXiv_qu…
😡
#USpol
On Fault Tolerance of Data Storage Systems: A Holistic Perspective
Mai Zheng, Duo Zhang, Ahmed Dajani
https://arxiv.org/abs/2507.03849 https://
Near-Threshold Voltage Massive MIMO Computing
Mikael Rinkinen, Mehdi Safarpour, Shahriar Shahabuddin, Olli Silven, Lauri Koskinen
https://arxiv.org/abs/2509.06651 https://
Phase Noise Tolerance for Low-Pilot-Overhead OFDM Terahertz Links Beyond 64-QAM
Bowen Liu, Takasumi Tanabe
https://arxiv.org/abs/2508.05026 https://arxiv.o…
Modulation of structural short-range order due to chemical patterning in multi-component amorphous interfacial complexions
Esther C. Hessong, Zhengyu Zhang, Tianjiao Lei, Mingjie Xu, Toshihiro Aoki, Timothy J. Rupert
https://arxiv.org/abs/2509.06166
What, exactly, constitutes a “conservative idea?”
That dictatorship is preferable to democracy?
That white Christian nationalism is better than tolerance and openness?
That social Darwinism is superior to human decency?
The claim that higher education must be more open to such “conservative ideas” is dangerous drivel.
So what’s the real, underlying reason for the Trump regime’s attack on education?
Not incidentally, that attack extends to grade school.
This https://arxiv.org/abs/2505.12857 has been replaced.
initial toot: https://mastoxiv.page/@ar…
#Matplotlib has a lot of "image comparison tests" that are horrible fragile. Technically, most of them permit some deviation from the reference images, but quite often I've been getting higher RMS than that. So for a long time, we've been maintaining patches that increased the tolerance in tests, and regularly either had to be rebased and updated for new tests.
At some point upstream started adding conditions permitting higher tolerance on non-x86_64 platforms. Of course, these changes forced me to rebase our patches. Curious enough, my previous overrides often happened to be close to the tolerance given for non-x86_64 platforms.
Today, it finally occurred to me that instead of updating the patch once again, I can try dropping it entirely and just sed-ing all `platform.machine() == 'x86_64'` with `False`. And guess what — down to 3 failures (related to TeΧ). And I don't have to spend 15 minutes manually doing what effectively accounted to the same thing.
#Gentoo #Python