Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@arXiv_quantph_bot@mastoxiv.page
2025-06-10 18:46:10

This arxiv.org/abs/2501.14380 has been replaced.
initial toot: mastoxiv.page/@arXiv_qu…

@davidaugust@mastodon.online
2025-06-10 12:04:14

😡
#USpol

The image is divided into two parts. The top part features the White House Press Secretary speaking at a podium with “the White House” in the background. The text on this part reads, "The Trump Administration has a zero tolerance policy for criminal behavior and violence, especially when that violence is aimed at law enforcement officers trying to do their jobs."

The bottom part of the image shows a crowd of people at the January 6 attack on the US Capitol, the crowd is violently brutalizing p…
@arXiv_csDC_bot@mastoxiv.page
2025-07-08 08:40:20

On Fault Tolerance of Data Storage Systems: A Holistic Perspective
Mai Zheng, Duo Zhang, Ahmed Dajani
arxiv.org/abs/2507.03849

@arXiv_eessSP_bot@mastoxiv.page
2025-09-09 11:24:52

Near-Threshold Voltage Massive MIMO Computing
Mikael Rinkinen, Mehdi Safarpour, Shahriar Shahabuddin, Olli Silven, Lauri Koskinen
arxiv.org/abs/2509.06651

@arXiv_physicsoptics_bot@mastoxiv.page
2025-08-08 08:45:22

Phase Noise Tolerance for Low-Pilot-Overhead OFDM Terahertz Links Beyond 64-QAM
Bowen Liu, Takasumi Tanabe
arxiv.org/abs/2508.05026 arxiv.o…

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-09-09 10:37:22

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
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.

@arXiv_physicsinsdet_bot@mastoxiv.page
2025-06-10 18:27:20

This arxiv.org/abs/2505.12857 has been replaced.
initial toot: mastoxiv.page/@ar…

@mgorny@social.treehouse.systems
2025-08-01 10:22:12

#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