56 Followers
98 Following
2.7K Posts

At least two more detained immigrants have died in ICE custody: Luis Gustavo Núñez Cáceres (42) and Luis Beltrán Yáñez-Cruz (68), both from Honduras.

Núñez died on Jan. 5 of congestive heart failure in intensive care in a hospital in Conroe, TX.

Beltrán died the following morning at a hospital in Indio, CA, also due to heart-related complications. He had repeatedly applied for temporary protected status (TPS) between 1999 and 2012, but was denied each time.

ICE hasn't offered much more info than that. Their public reporting mostly emphasizes their "illegal" status while talking up how much the agency does for the health of the people in its custody. So there's not really any info about whether or not their detention contributed to their deaths: stress, lack of access to medications, and/or other factors may well have played a role, but who's to say when there's no accountability?

It's worth noting that both were awaiting deportation to Honduras, where just in the past few months the Trump administration has interfered with presidential elections and helped install another compliant, far-right authoritarian leader. So these detainees were scheduled to be sent back to a place that has again been destabilized through US intervention, thus making both decent work and free expression harder to find, thus creating more incentive for people to seek refuge elsewhere.

Not unrelated: when Telemundo asked ICE for figures on how many people have died in their custody in the past year, ICE responded in part by saying that "For a lot of illegal immigrants, this is the best health care they've had in their entire lives" (that's a back translation from the Spanish posted by Telemundo, so the exact wording might be slightly off). Cool story.

https://mundonow.com/migrantes-custodia-ice-muertes/

https://www.telemundo.com/noticias/edicion-noticias-telemundo/inmigracion/video/mueren-dos-inmigrantes-hondurenos-en-custodia-de-ice-y-sus-familias-tienen-muchas-tmvo13100655

#ICE #FuckICE #fascism

ICE reporta fallecimiento de dos migrantes hondureños detenidos

Migrantes bajo custodia de ICE murieron en los primeros días de 2026 mientras permanecían detenidos, confirmaron autoridades migratorias.

MundoNOW

All AI features will also be opt-in. I think there are some grey areas in what 'opt-in' means to different people (e.g. is a new toolbar button opt-in?), but the kill switch will absolutely remove all that stuff, and never show it in future. That's unambiguous.

Mozilla has a new CEO who:

- Has been at Mozilla for less than a year
- Has no prior open source experience (but well in "fintech" and "real estate")
- Has a MBA (aka "brainworm diploma")
- Is all-in on AI

That’s exactly the kind of bingo profile the whole community has been waiting for.

USA Department of Defense Law of War Manual, page 1088:
@MoritzFirsching
Curious if there are any updates regarding jxl-rs implementation?
Are you still on track with this schedule mentioned in December?
https://github.com/web-platform-tests/interop/issues/700#issuecomment-2551623493
Do you have any inkling of whether or not Chrome would adopt this?
JPEG XL image format · Issue #700 · web-platform-tests/interop

Description Same as last year, see #430 and the year before #176. Specification https://jpeg.org/jpegxl/documentation.html; ISO/IEC 18181 Additional Signals https://caniuse.com/jpegxl Supported by ...

GitHub

BREAKING: Elon Musk is reportedly furious people keep calling Tesla vehicles “swasticars.”

So don't do that.

#swasticars

This person gets it. #PushToProdFriday
The fact the richest man in the world is successfully meddling with elections all across Europe and America, should have you worry about all the other rich people that aren't publicly announcing it.
Synchronous Text | blarg

I regretfully completely understand Wedson's frustrations.

https://lore.kernel.org/lkml/202408282[email protected]/

A subset of C kernel developers just seem determined to make the lives of the Rust maintainers as difficult as possible. They don't see Rust as having value and would rather it just goes away.

When I tried to upstream the DRM abstractions last year, that all was blocked on basic support for the concept of a "Device" in Rust. Even just a stub wrapper for struct device would be enough.

That simple concept only recently finally got merged, over one year later.

When I wrote the DRM scheduler abstractions, I ran into many memory safety issues caused by bad design of the underlying C code. The lifetime requirements were undocumented and boiled down to "design your driver like amdgpu to make it work, or else".

My driver is not like amdgpu, it fundamentally can't work the same way. When I tried to upstream minor fixes to the C code to make the behavior more robust and the lifetime requirements sensible, the maintainer blocked it and said I should just do "what other drivers do".

Even when I pointed out that other C drivers also triggered the same bugs because the API is just bad and unintuitive and there are many secret hidden lifetime requirements, he wouldn't budge.

One C driver works, so Rust drivers must work the same way.

[PATCH 0/1] Retiring from the Rust for Linux project - Wedson Almeida Filho