Cutting Down Rust Compile Times With One Thousand Crates https://lobste.rs/s/b5ocbq #rust
https://www.feldera.com/blog/cutting-down-rust-compile-times-from-30-to-2-minutes-with-one-thousand-crates
Cutting Down Rust Compile Times With One Thousand Crates https://lobste.rs/s/b5ocbq #rust
https://www.feldera.com/blog/cutting-down-rust-compile-times-from-30-to-2-minutes-with-one-thousand-crates
Type Inference in Rust and C++
Author: Mond
Original: https://herecomesthemoon.net/2025/01/type-inference-in-rust-and-cpp/
Here's a project I'm working on just now - it's a big old mess and I'm refactoring the whole thing, but it's my first real #rust project, writing a tieout to RabbitMQ
I'm following the hash tag #rust because of programming stuff, and that's what I get:
TIL you can track Rust releases from this website!
Visit: https://releases.rs
There’s a new entry in our #Rust tool suite designed to assist with #reverseengineering and #vulnerabilityresearch against binary targets!
Oneiromancer by @raptor uses the locally running aidapal LLM by @atredis to analyze and improve #IDA pseudo-code.
https://security.humanativaspa.it/aiding-reverse-engineering-with-rust-and-a-local-llm
Im sonst so glänzenden Europapark ist zumindest für einige der Beschäftigten nicht alles so fein. Wie der SWR berichtet, klagen Beschäftigte über ausübende Zahlungen, zu viel Überstunden, Angst davor sich zu wehren.
Finanzchef Mack lässt sich gönnerhaft zitieren:
"Ich bin der festen Überzeugung, dass nur jemand, der intrinsisch glücklich und motiviert ist, für den Gast ein gutes Erlebnis bietet."
Glückliche Arbeiter:innen, vor allem glücklich, dass es seit 50 Jahren keinen Betriebsrat gibt?! Glücklich darüber, dass ausstehender Lohn erst gezahlt wurde, als die Medien berichteten?
Angeblich wolle das mittlere Management keinen Betriebsrat.
Dann kann Menschenfreund Mack ja nun seine Menschenfreundlichkeit beweisen und umgehend mitteilen, dass die Firmenspitze der Bildung eines Betriebsrats nichts entgegensetzt.
https://www.swr.de/swraktuell/baden-wuerttemberg/suedbaden/europapark-arbeitsbedingungen-100.html
#europapark #rust #mack #swr
#betriebsrat #arbeitsbedingungen
#miesearbeitgeber
#Gewerkschaft
I like the simplicity and power of the #rust namespace model, more than any other language I've worked in.
The pretty sad state of everything and everything in between
---
A 2025 Survey of Rust GUI Libraries | boringcactus - https://www.boringcactus.com/2025/04/13/2025-survey-of-rust-gui-libraries.html
One thing I will say about Rust, is that simply learning it has made me a better programmer. Similar to how a static-typed language teaches its users concepts about types, (which you may take for granted if you learned programming with Java and have never met a python developer,) Rust has taught me a lot of concepts related to memory safety and concurrency simply from using it to write software.