sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#rust

65 Beiträge60 Beteiligte3 Beiträge heute

For some reason the x-mixed-replace MIME type popped into my head. In the early 2000s an acquaintance had a webcam at their desk. Rather than refreshing every 15-30 seconds, which is what just about every other camera page did, the server they wrote used a clever bit of HTTP to take a stream of JPEGs and constantly update the page with the latest one. This was well before browsers had anything like streaming video support without plugins. It blew my mind. Looks like it's still supported, presumably because there's still zillions of IP cameras out there using the same technique.

Fortgeführter Thread

OK, one last one because I just got nerdsniped.

Cargo does not have a simple rule about where it will put binaries (`cargo build --profile dev` puts them into `target/debug/`, `cargo build --profile debug` is an error).

It does have a simple rule about where it will install them, which is into a `bin` directory. That `bin` directory can be anywhere, but it must be named `bin`.

These two facts combine to make it difficult to put a binary into a directory of your choice.

Whenever someone (usually neurospicy, plural, trans+ fem, and therian) writes about Rust, we find ourselves unclear whether they mean:

:AutismInfinitySymbol: :ADHD_Butterfly: :PluralPrideRingsSymbol: :TransFemHeart: :TherianThetaDeltaSymbol:

Not just that, but considering some of y'all live somewhere auf Deutschland, it's technically possible that you're posting about Rust whilst playing Rust from Rust in Baden-Württemberg!!!

en.wikipedia.orgRust (programming language) - Wikipedia

It's amazing how far const eval has come in #Rust. It wasn't too long ago that even a simple if/else wasn't permitted. Now we're not that far off from having const trait impls and const closures, which will make damn near everything const capable.

I know there's plenty of others involved, but kudos to @oli and Ralf Jung for their endless dedication.

3.3.0 release of the #rust wastebin #pastebin is a small one. Mostly small changes around the wastebin-ctl companion program but also changes to the way light/dark/system mode can be selected without JS. In addition all dependencies are updated including slab which had a security vulnerability.

github.com/matze/wastebin/rele

Added

Possibility to switch back to system settings for the dark/light mode selection.
delete command to wastebin-ctl to delete specific entries.
Filters to the wastebin-ctl's list command.

Chang...
GitHubRelease 3.3.0 · matze/wastebinAdded Possibility to switch back to system settings for the dark/light mode selection. delete command to wastebin-ctl to delete specific entries. Filters to the wastebin-ctl's list command. Chang...