The type system and error handling ergonomics make it easier to write defect-free code than, say, Go or Java.
Simple servers are request scoped and mostly feature linear request handling, so you're writing simple vanilla Rust without the complex pointer semantics that you would use for systems programming. The async pieces aren't difficult either.
Serde-annotated structs are the best serialization/deserialization story anywhere. It integrates super ergonomically into Axum and Actix to make writing request handlers a breeze. They're super easy to read, too.
Compared to what? I see ASP.NET Core and Quarkus very competitive. The virtual threads in Java are great, paired with structured concurrency IMHO.
If I have to go microservice or API, I would choose FastAPI for fastest delivery and if I have to rewrite, Go, unless it is massive scale and scaling horizontally becomes a headache I would not consider Rust/C++ for this.
All the backend, etc. for the company I have been working for is C++ for the fast parts but all tools around are Python (with NiceGUI and Flask mostly).
At work we're moving almost everything to Rust on our backend. Massively reduced memory usage and significant latency improvements relative to our Typescript codebase. Even for code that you'd expect to work well in TS, a near 1 to 1 port to Rust has considerably improved our best case and, in particular, our worst case latencies. And the memory we get back is huge, we may even drop our instance size down with the 800MB of RAM we're likely going to save.
IIRC it's thousands per day on these systems, mainly due to high power density and low mass, even small lapses in computation (100-500ms) rapidly change the temperatures of stacked die.
So even a GPU averaging 98% utilization may have thousands of cycles per day.
Compared to a regular server blade it may be dozens or barely any at all.
It looks close to the kind of documentation artifacts GPT 5.6 Sol would generate for me.
That style is still rare enough that I prefer it over OP's "we installed shadcn + Tailwind and look like every seed-stage startup SaaS from 2024" style.
You can’t submit the same link twice. I’d already shared the firmware repository before, so this time I posted the website, mainly for the new web tools
A casual look around the office. Not a good representative selection for the entire population but counting to 10 and asking, everyone used ai in some fashion, extrapolate the data and you get 100%. (Not a ai first office even)
Are you challenging the op to run a massive poll just to satisfy the demands of a stranger in the comments?
Their claim doesn’t warrant proof. It’s pretty damn obvious that almost every one is tinkering with this at some level. Even simply using Google at this point is using AI.
reply