#stabilized — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #stabilized, aggregated by home.social.
-
creates semantic nodes and clusters #ARMOUR #PIERCING #FIN #STABILIZED #DISCARDING #SABOT allgraph.ro/advanced-sea... AÉPIOT: INDEPENDENT SEMANTIC WEB 4.0 INFRASTRUCTURE (EST. 2009): headlines-world.com
MultiSearch Tag Explorer -
creates semantic nodes and clusters #ARMOUR #PIERCING #FIN #STABILIZED #DISCARDING #SABOT allgraph.ro/advanced-sea... AÉPIOT: INDEPENDENT SEMANTIC WEB 4.0 INFRASTRUCTURE (EST. 2009): headlines-world.com
MultiSearch Tag Explorer -
Tuesday, July 1, 2025
Ukraine rebukes Slovak FM’s call to ‘perhaps forgive’ Moscow — UN analysis finds Russia responsible for 2022 Olenivka prison explosion killing Ukrainian POWs — Smashing previous monthly record, Russia launches 5,337 kamikaze drones against Ukraine during June — Russia-Iran alliance wavers as Tehran suffers major blows — China unveils its new graphite bomb; here’s how they work … and more
https://activitypub.writeworks.uk/2025/07/tuesday-july-1-2025/
-
Tuesday, July 1, 2025
Ukraine rebukes Slovak FM’s call to ‘perhaps forgive’ Moscow — UN analysis finds Russia responsible for 2022 Olenivka prison explosion killing Ukrainian POWs — Smashing previous monthly record, Russia launches 5,337 kamikaze drones against Ukraine during June — Russia-Iran alliance wavers as Tehran suffers major blows — China unveils its new graphite bomb; here’s how they work … and more
https://activitypub.writeworks.uk/2025/07/tuesday-july-1-2025/
-
Tuesday, July 1, 2025
Ukraine rebukes Slovak FM’s call to ‘perhaps forgive’ Moscow — UN analysis finds Russia responsible for 2022 Olenivka prison explosion killing Ukrainian POWs — Smashing previous monthly record, Russia launches 5,337 kamikaze drones against Ukraine during June — Russia-Iran alliance wavers as Tehran suffers major blows — China unveils its new graphite bomb; here’s how they work … and more
https://activitypub.writeworks.uk/2025/07/tuesday-july-1-2025/
-
Tuesday, July 1, 2025
Ukraine rebukes Slovak FM’s call to ‘perhaps forgive’ Moscow — UN analysis finds Russia responsible for 2022 Olenivka prison explosion killing Ukrainian POWs — Smashing previous monthly record, Russia launches 5,337 kamikaze drones against Ukraine during June — Russia-Iran alliance wavers as Tehran suffers major blows — China unveils its new graphite bomb; here’s how they work … and more
https://activitypub.writeworks.uk/2025/07/tuesday-july-1-2025/
-
Tuesday, July 1, 2025
Ukraine rebukes Slovak FM’s call to ‘perhaps forgive’ Moscow — UN analysis finds Russia responsible for 2022 Olenivka prison explosion killing Ukrainian POWs — Smashing previous monthly record, Russia launches 5,337 kamikaze drones against Ukraine during June — Russia-Iran alliance wavers as Tehran suffers major blows — China unveils its new graphite bomb; here’s how they work … and more
https://activitypub.writeworks.uk/2025/07/tuesday-july-1-2025/
-
Okay, so it's a couple days later. I finally have some time to actually investigate and solve the issue.
My toolchain was out of date. That is, the one that worked fine. I assumed, since nix did not use
rustupand genuinely gets its own rustc forrustPlatformthat it might be latest stable. I was rocking 1.72.0 and it worked fine, and the latest is 1.74.0, of course it'll work! Nope.rustPlatform.rust.cargo.versionis actually1.70.0and if i try to build niri likecargo +1.70.0 buildit actually fails with the same error messages! I tried every release version after after this one by one, and installed like 4 new toolchains on my computer for that. There's probably a better way to do it. I narrowed the two errors down to these changes:Cargo 1.71.0 patchnote: "Allowed named debuginfo options in Cargo.toml"
Stabilized APIs in 1.72.0:
impl<T: Send> Sync for mpsc::Sender<T>