“Apple is now treating federal agents—who are public employees exercising government power—as if they’re a vulnerable minority group in need of protection from ‘discrimination.’ This isn’t just a misapplication of content policies; it’s a fundamental inversion of what those policies were designed to do.”
techdirt.com/2025/10/10/apple-…
#USpol #apple #censorship
Apple Decides ICE Agents Are A Protected Class, Because Apparently Government Accountability Is Now “Hate Speech”
Just when you think corporate content moderation can’t get any more absurd, Apple has managed to redefine “protected class” in a way that would make Orwell proud. According to int…Techdirt
reshared this
Matt Campbell
in reply to Ariadne Conill 🐰 • • •Ariadne Conill 🐰
in reply to Ariadne Conill 🐰 • • •my thoughts as they stand today:
- use mimalloc as default allocator in scenarios where we know memory safety domain violations are unlikely (Rust, managed languages, ...). this probably solves most of our multi-thread SG performance issues actually, since the pattern is mostly prevalent in Rust and interpreted languages like Node
- let browsers use their bundled mallocs, since they are tuned for the browser
- figure out how to improve the global lock in musl's malloc-ng, probably by using atomics more heavily (but this may actually hurt performance worse since it's multiple atomic ops)
Matt Campbell
in reply to Ariadne Conill 🐰 • • •Ariadne Conill 🐰
in reply to Matt Campbell • • •Matt Campbell
in reply to Ariadne Conill 🐰 • • •Lord Grompulus Kevin Ribbiton of Croaksworth
in reply to Matt Campbell • • •Matt Campbell
in reply to Lord Grompulus Kevin Ribbiton of Croaksworth • • •