#rustinparis — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rustinparis, aggregated by home.social.
-
Next Paris Rust meetup will be organized with Devoxx on the 23rd of April. Organization is therefore different than usual so I strongly advise to take a look at the meetup page if you're interested: https://www.meetup.com/rust-paris/events/314283634
Enjoy!
-
Next Paris Rust meetup will be organized with Devoxx on the 23rd of April. Organization is therefore different than usual so I strongly advise to take a look at the meetup page if you're interested: https://www.meetup.com/rust-paris/events/314283634
Enjoy!
-
That's it for me for #RustInParis! There were great talks, great people and nice discussions; it ends a bit early, but let's meet again next year!
-
That's it for me for #RustInParis! There were great talks, great people and nice discussions; it ends a bit early, but let's meet again next year!
-
"Maintenance is not just code. We are a community of contributors, not a code repository." Oli says.
-
"Maintenance is not just code. We are a community of contributors, not a code repository." Oli says.
-
Oli @oli closes the day with "Maintaining Rust".
-
Oli @oli closes the day with "Maintaining Rust".
-
During the EII implementation, it needed a big attribute refactor in rustc. And the community stepped up and helped Jana and Mara on this project. Many were first time Compiler contributors, and some even became team members.
Which is a big reason Jana resents LLM PRs on the Rust project: it robs the opportunity for community-building, and learning in general, she says.
#RustInParis #RustLang -
During the EII implementation, it needed a big attribute refactor in rustc. And the community stepped up and helped Jana and Mara on this project. Many were first time Compiler contributors, and some even became team members.
Which is a big reason Jana resents LLM PRs on the Rust project: it robs the opportunity for community-building, and learning in general, she says.
#RustInParis #RustLang -
Nadri is showing the #RustInParis goodie: the Rust in Paris cap.
-
Nadri is showing the #RustInParis goodie: the Rust in Paris cap.
-
Jana @jana Dönszelmann is now presenting "It's the people that matter"
#RustLang #RustInParis -
Jana @jana Dönszelmann is now presenting "It's the people that matter"
#RustLang #RustInParis -
Bertrand Darbon is now presenting "One bus to message them all: async rust for modular monoliths"
-
Bertrand Darbon is now presenting "One bus to message them all: async rust for modular monoliths"
-
Arthur @krtab Carcano's "Rust, Unicode gotchas, and the eight different string types" is on stage. He learned to stop worriying and trust UTF-8.
#RustLang #RustInParis -
Arthur @krtab Carcano's "Rust, Unicode gotchas, and the eight different string types" is on stage. He learned to stop worriying and trust UTF-8.
#RustLang #RustInParis -
Christoph Lürig is presenting "AAA Multiplayer Patterns Meet Rust, Tokio and WebAssembly". #RustLang #RustInParis
-
Christoph Lürig is presenting "AAA Multiplayer Patterns Meet Rust, Tokio and WebAssembly". #RustLang #RustInParis
-
The final step, is of course to run code on top of the RISC-V CPU running in the Simulator in Rust. Thanks to Embedded Rust, it's easy to generate freestanding RISC-V code, Simon says. He showed a demo of a binary compiled and then run into qemu. Then he used his own nand-level simulator, which was much slower. At a few kHz, it is as fast as an ENIAC from 1945, Simon says.
-
The final step, is of course to run code on top of the RISC-V CPU running in the Simulator in Rust. Thanks to Embedded Rust, it's easy to generate freestanding RISC-V code, Simon says. He showed a demo of a binary compiled and then run into qemu. Then he used his own nand-level simulator, which was much slower. At a few kHz, it is as fast as an ENIAC from 1945, Simon says.
-
Simon @simon Sapin is talking about "Building CPU from scratch with NAND gates"
#RustLang #RustInParis -
Simon @simon Sapin is talking about "Building CPU from scratch with NAND gates"
#RustLang #RustInParis -
Performance is also a money problem. Any time saved in CI/CD, can save a lot of money just in CI cost, because it is run so often. But answering a question from the audience, Alejandra did not get any money from the many of thousands of euros saved by big projects after her clippy optimizations.
#RustLang #RustInParis -
Performance is also a money problem. Any time saved in CI/CD, can save a lot of money just in CI cost, because it is run so often. But answering a question from the audience, Alejandra did not get any money from the many of thousands of euros saved by big projects after her clippy optimizations.
#RustLang #RustInParis -
Next was Alejandra @blyxyas Gonzales presenting "How I sliced the Clippy runtime in half"
#RustLang #RustInParis -
Next was Alejandra @blyxyas Gonzales presenting "How I sliced the Clippy runtime in half"
#RustLang #RustInParis -
Backend and front-end are simple words right? Is this about Web development? No, in compilers, the backend is the part which does the code generation.
#RustLang #RustInParis -
Backend and front-end are simple words right? Is this about Web development? No, in compilers, the backend is the part which does the code generation.
#RustLang #RustInParis -
The second talk was by Guillaume @imperio Gomez on the Rust GCC backend.
#RustLang #RustInParis -
The second talk was by Guillaume @imperio Gomez on the Rust GCC backend.
#RustLang #RustInParis -
Rust allows let without assignment, so a variable can be assigned only once later (mutation is still disallowed). This can be used to escape blocks, or to make multiple assignements in blocks more readable. Waffle also showed a much cooler trick to prevent using Trait objects, but for that you'll have to watch the video!
-
Rust allows let without assignment, so a variable can be assigned only once later (mutation is still disallowed). This can be used to escape blocks, or to make multiple assignements in blocks more readable. Waffle also showed a much cooler trick to prevent using Trait objects, but for that you'll have to watch the video!
-
In Rust, a loop is infinite, so its type is ! aka the never type. If the loop {...} has a break, the type changes to the unit type (). And break can even take a value, and its type becomes the type of the loop
#RustLang #RustInParis -
In Rust, a loop is infinite, so its type is ! aka the never type. If the loop {...} has a break, the type changes to the unit type (). And break can even take a value, and its type becomes the type of the loop
#RustLang #RustInParis -
Rust In Paris started with Waffle @wffl presenting the Little Rust Delights. #RustLang #RustInParis
-
Rust In Paris started with Waffle @wffl presenting the Little Rust Delights. #RustLang #RustInParis
-
Et c'est parti pour #RustInParis 2026 🚀
Hâte de voir ce que les conférences vont nous réserver 🤩
-
Rust In Paris starts soon !
-
Rust In Paris starts soon !
-
See you at https://www.rustinparis.com today! My friends are giving talks :D
-
See you at https://www.rustinparis.com today! My friends are giving talks :D
-
Now on my way to @rustinparis!
Looking forward to good talks and meeting new people :)
Hit me up if you want to talk/connect or just have a chat!
#rust #rustinparis #paris #cryptography #privacy #privacyenhancingtechnology
-
Now on my way to @rustinparis!
Looking forward to good talks and meeting new people :)
Hit me up if you want to talk/connect or just have a chat!
#rust #rustinparis #paris #cryptography #privacy #privacyenhancingtechnology
-
New Rust in Paris speaker is Arthur Carcano! His talk is named "Rust, Unicode gotchas, and the eight different string types". If you ever wanted to know what's the difference between
StringandOsString, you should definitely watch this talk!See you on friday!
-
New Rust in Paris speaker is Arthur Carcano! His talk is named "Rust, Unicode gotchas, and the eight different string types". If you ever wanted to know what's the difference between
StringandOsString, you should definitely watch this talk!See you on friday!
-
Last minute speaker change for the Rust in Paris 2026 conference: @brendan will not be able to attend (we wish him the best!). I'll announce new speaker shortly. Stay tuned!
See you on friday!
-
Last minute speaker change for the Rust in Paris 2026 conference: @brendan will not be able to attend (we wish him the best!). I'll announce new speaker shortly. Stay tuned!
See you on friday!
-
Please welcome our Rust in Paris 2026 conference new sponsor: @rustnl, a non-profit that organizes RustWeek, funds Rust maintainers, and supports diversity and inclusivity in Rust.
More information on their website: https://rustnl.org/
See you there!
-
Please welcome our Rust in Paris 2026 conference new sponsor: @rustnl, a non-profit that organizes RustWeek, funds Rust maintainers, and supports diversity and inclusivity in Rust.
More information on their website: https://rustnl.org/
See you there!
-
Rust in Paris 2026 conference is in two weeks!
We have an amazing lineup: https://www.rustinparis.com/schedule, would be a shame to miss it. :3
You can buy your ticket here: https://ti.to/xperhub/rust-in-paris-2026
See you there!
-
Rust in Paris 2026 conference is in two weeks!
We have an amazing lineup: https://www.rustinparis.com/schedule, would be a shame to miss it. :3
You can buy your ticket here: https://ti.to/xperhub/rust-in-paris-2026
See you there!
-
We (Amin Faez and @d_niehues) will be at @rustinparis on the 27th of March.
Looking forward to meeting new people. If you are interested in rust, cryptography or just wanna chat, hit us up!
-
We (Amin Faez and @d_niehues) will be at @rustinparis on the 27th of March.
Looking forward to meeting new people. If you are interested in rust, cryptography or just wanna chat, hit us up!
-
@imperio Would love to be there for the Meetup on the 26th, but my train only arrives rather late.
Would be happy to have a chat and a drink after the conference on the 27th however.
Feel free to hit me up!
-
@imperio Would love to be there for the Meetup on the 26th, but my train only arrives rather late.
Would be happy to have a chat and a drink after the conference on the 27th however.
Feel free to hit me up!
-
Next Paris rust meetup will on the 26th of March in collaboration with the Rust in Paris conference (https://rustinparis.com) and will be hosted by amo!
You can register here: https://www.meetup.com/rust-paris/events/313646981/
See you there!