matze 

@matze
52 Followers
108 Following
325 Posts
Plays software and develops bass
webhttps://bloerg.net
githubhttps://github.com/matze
Die Sponsoren des CDU-Parteitages. Sie singen das hohe Lied des Mittelstands, und nehmen Pinke von Amazon, Google und anderen Konzernen, in denen BlackRock Aktien hat. Dazu kommen Lobbyclubs wie der Verband der Automobilindustrie und der der Rauchwaren. 64 sind es ingesamt.
Und das Irre: Die Partei muss noch nicht mal angeben, wie viel dabei zusammenkommt. Denn das sind keine Spenden, sondern Sponsoring. Muss man nicht verstehen.
#cdu #parteitag

Starting tomorrow, you will be able (on linux without cross-compilation) to install and use the Rust GCC backend directly from rustup! To do so:

rustup component add rustc-codegen-gcc

Thanks a lot to Kobzol for all their work to making it a reality!

https://github.com/rust-lang/rust/pull/151156

#rust #gcc

Add GCC and the GCC codegen backend to build-manifest and rustup by Kobzol · Pull Request #151156 · rust-lang/rust

This PR adds the GCC codegen backend, and the GCC (libgccjit) component upon which it depends, to build-manifest, and thus also to (nightly) Rustup. I added both components in a single PR, because ...

GitHub
My main gripe with AI for coding? Either use "free" models like Gemini and shit is either too slow to keep up with Rust ecosystem churn or shell out moneys for Claude which will iterate towards some fixpoint eventually.
Got rid of Instagram on my phone. It turned into a creepy ad fest lately and I'm probably just too old to feel engaged by reels and stories. With that said, it was a good source of knowing when artists go on tour or play close by. Anyone has a viable alternative? Bandsintown?

These festive days, I've been experimenting with a "pure" async-driven UI progress bar and spinner library for #rust called strides. There is the widespread indicatif crate but IMHO it does not mesh that well with async programs. Of course there are issues to resolve (I/O within poll() 😱), APIs to clean and features to complete but I call it good enough to base my binary installer on it.

https://github.com/matze/strides
https://github.com/matze/binge/commit/2c88a68ae166737c2ac60d4fe10da46681845210

@BecherMax du als Stadt-Insider und @lagedernation Hörer: warum ist Karlsruhe nicht auf Mastodon?

Here's a small Christmas present 🎅

wastebin 3.4.0 – a small and fast #rust pastebin – is out! Mostly small UX and performance improvements but also a rewrite of the Dockerfile for easier (for me) builds of both x86_64 and aarch64 Docker images and re-architecture of the highlighting component to extract the new theme showcase tool. Check it out:

https://github.com/matze/wastebin/releases/tag/3.4.0

Release 3.4.0 · matze/wastebin

Added wastebin-theme-showcase binary to generate a static HTML page with theme examples for both light and dark variants. See here for example output. w key to toggle line wrapping. Changed Re-w...

GitHub
You made #Typst the 2nd fastest growing language on GitHub: The amount of Typst code on there more than doubled this year!
One Open-source Project Daily

wastebin is a pastebin
📝

https://github.com/matze/wastebin

#1ospd #opensource #pastebin #rust #selfhosted #sqlite
GitHub - matze/wastebin: wastebin is a pastebin 📝

wastebin is a pastebin 📝. Contribute to matze/wastebin development by creating an account on GitHub.

GitHub

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.

https://github.com/matze/wastebin/releases/tag/3.3.0

Release 3.3.0 · matze/wastebin

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...

GitHub