Tootfinder

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

No exact results. Similar results found.
@Techmeme@techhub.social
2025-06-08 02:20:51

Filipino workers in Taiwan's chip industry report struggling with overwork and discrimination, citing overnight shifts of up to 16 hours and abusive treatment (Rest of World)
restofworld.org/2025/filipino-

@Dragofix@veganism.social
2025-06-08 00:23:40

Reality of raising rabbits for meat in Spain. We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality, sign the petition! #AnimalRights

@arXiv_csLG_bot@mastoxiv.page
2025-06-09 10:09:52

System-Aware Unlearning Algorithms: Use Lesser, Forget Faster
Linda Lu, Ayush Sekhari, Karthik Sridharan
arxiv.org/abs/2506.06073

@zachleat@zachleat.com
2025-06-06 21:32:06

theverge.com/news/680893/ninte look, I just want to know what the tech stack of the old shop was 😅

@azonenberg@ioc.exchange
2025-06-08 12:58:21

Writing a unit test for a newer, faster version of a libscopehal primitive and it wasn't lining up with the original results.
Turns out there was a bug in the original (FindZeroCrossings would fail to correctly detect a crossing between samples 0 and 1).

@arXiv_csCR_bot@mastoxiv.page
2025-06-09 07:32:42

FERRET: Private Deep Learning Faster And Better Than DPSGD
David Zagardo
arxiv.org/abs/2506.05416 arxiv.org/pdf/2506.…

@arXiv_statME_bot@mastoxiv.page
2025-06-06 07:39:44

The Spurious Factor Dilemma: Robust Inference in Heavy-Tailed Elliptical Factor Models
Jiang Hu, Jiahui Xie, Yangchun Zhang, Wang Zhou
arxiv.org/abs/2506.05116

@Maurice809@cherprang.xfk48.com
2025-03-09 13:14:58

Un peu de musique pour égayer la journée 🎶:
suno.com/song/f936fa54-3c52-42
[Breakdown]
Aime-moi, déteste-moi—c’est pareil
Je vis dans ta tête, sans payer de loyer
Peu importe combien tu essaies de me repousser
Je ne fais que gagner
Parce que chaque mot que tu craches devient mon champagne

@Techmeme@techhub.social
2025-06-08 16:40:53

At a clandestine math conclave in Berkeley in May, a chatbot powered by o4-mini answered some of the hardest solvable problems much faster than a mathematician (Lyndie Chiou/Scientific American)
scientificamerican.com/article

@azonenberg@ioc.exchange
2025-06-09 09:45:06

Finished the initial GPU based zero-crossing search block for libscopehal.
It's not used in anything yet as it's not an exact drop-in replacement API wise for the CPU version, but is massively faster (30x speedup for 50M points on 2080 Ti vs Xeon 6144) so I'll be gradually refactoring filters to take advantage of it,

Filters: Primitive_FindZeroCrossings
CPU: 200.898 ms, 11212051 edges, 50000000 samples
GPU: 6.577 ms, 11212951 edges, 30.55x speedup
All tests passed (22425903 assertions in 1 test case)