Thierry Berger (@vrixyz) 's Twitter Profile
Thierry Berger

@vrixyz

Developer 🏡 🦀 Rust & Unity

ID: 129919614

calendar_today05-04-2010 20:16:25

1,1K Tweet

105 Followers

366 Following

Thierry Berger (@vrixyz) 's Twitter Profile Photo

Who’s going at FOSDEM @[email protected], and would be interested in a « BoF » (~1h) meetup themed around #rustlang and Bevy Engine, and an optional rust-themed card game for ice-breaking ?

Stephan (@extrawurst) 's Twitter Profile Photo

Want to learn about Rust in Game Development? Join the live stream in 1hr for the next virtual #Bevy Meetup: youtube.com/live/K3_cD_Oiu… #rustlang #gamedev 🦀🎮 Bevy Engine

Want to learn about Rust in Game Development? Join the live stream in 1hr for the next virtual #Bevy Meetup: youtube.com/live/K3_cD_Oiu… #rustlang #gamedev 🦀🎮 <a href="/BevyEngine/">Bevy Engine</a>
Stephan (@extrawurst) 's Twitter Profile Photo

I will be at Bussels this weekend for FOSDEM, if you want to talk #Bevy or #rustlang hit me up or join us for an BoF Bevy hour on Sunday morning room H.3244: fosdem.org/2025/schedule/… thanks to Thierry for organizing this one! 🦀🎮 Bevy Engine

I will be at Bussels this weekend for FOSDEM, if you want to talk #Bevy or #rustlang hit me up or join us for an BoF Bevy hour on Sunday morning room H.3244: fosdem.org/2025/schedule/… thanks to Thierry for organizing this one! 🦀🎮 <a href="/BevyEngine/">Bevy Engine</a>
Erin Catto (@erin_catto) 's Twitter Profile Photo

I’ll be speaking about Box2D optimizations at the #GDC2025. I’ll be diving into the details of implementing fast continuous physics. This presentation has a new format I’ve developed recently. I’m really excited to share it! schedule.gdconf.com/session/optimi…

千影 (@aqours_tokyo) 's Twitter Profile Photo

移動する足場を作ったけど、プレイヤーが一緒に動かない 動くようにしないと #ゲーム開発 #IndieGameDev #bevy

Orhun Parmaksız 👾 (@orhundev) 's Twitter Profile Photo

Breaking news for the crab people 🚨 🦀 Ring, a widely used Rust cryptography library, is now unmaintained. 🔐 Security advisory: rustsec.org/advisories/RUS… ➡️ Details: github.com/briansmith/rin… #rustlang #opensource #library #security #cryptography

Thierry Berger (@vrixyz) 's Twitter Profile Photo

Does changing rustflags invalidate cargo cache (as rebuilds crates already built before) ? (context: `-C target-feature=+simd128`) #rustlang

Dekirisu 🦀 (@dekirisu) 's Twitter Profile Photo

Yo! I'm searching for #job opportunities (Remote in Europe), here's a skill-set tl;dr: 🦀 Best-Case 1: #rustlang ⭐ Best-Case 2: 2D #animations / Vector Design 🐿️ Fine-Case: #Python, #TypeScript/#JavaScript, C#, #Flutter/Dart, HTML/CSS ❤️ Any hint or repost helps! #jobsearch

Predrag Gruevski (@predraggruevski) 's Twitter Profile Photo

I found something weird & scary with `#[target_feature]` in #rustlang. Is this expected? How am I supposed to know if trait impls added extra safety preconditions — especially when using `dyn/impl Trait` and/or an unsealed trait? Should lint *at minimum* IMHO.

I found something weird &amp; scary with `#[target_feature]` in #rustlang. Is this expected?

How am I supposed to know if trait impls added extra safety preconditions — especially when using `dyn/impl Trait` and/or an unsealed trait? Should lint *at minimum* IMHO.
Thibaud Zamora (@thibaudz) 's Twitter Profile Photo

🎉 Après un an de travail acharné, je suis ravi de vous annoncer la sortie de Oh Mon Dieu, mon tout premier jeu de société ! 🎲 C'est l'aboutissement d'un rêve de longue date : créer un jeu de société. En temps que joueur, voir ce projet se concrétiser est une immense fierté.

🎉 Après un an de travail acharné, je suis ravi de vous annoncer la sortie de Oh Mon Dieu, mon tout premier jeu de société ! 🎲

C'est l'aboutissement d'un rêve de longue date : créer un jeu de société. En temps que joueur, voir ce projet se concrétiser est une immense fierté.
Thierry Berger (@vrixyz) 's Twitter Profile Photo

An interesting #rustlang talk would be debugging through logs, I (and other experienced rust devs) would benefit from mastering those: discovering the relevant log levels and filters is a nightmare in my experience, so I 99% of the time end up in adding my own logs.

Thierry Berger (@vrixyz) 's Twitter Profile Photo

Tell me if you're interesting in hanging out on Monday 12th May in Utrecht, so I get a feeling on what's needed to make it a success! discord.gg/9ezhugbhAM in the "activities" channel is the best place but use whatever works for you. #rustlang #rustweek #bevyengine

Tell me if you're interesting in hanging out on Monday 12th May in Utrecht, so I get a feeling on what's needed to make it a success! discord.gg/9ezhugbhAM in the "activities" channel is the best place but use whatever works for you. #rustlang #rustweek #bevyengine
Dioxus 🧬 (@dioxuslabs) 's Twitter Profile Photo

We used to wait 30 seconds for rustc and wasm-bindgen to recompile our docsite. 141k lines of Rust in-workspace, 11.3M(!) across deps. Dioxus 0.7 brings a new incremental linker. Now, we can hotpatch in 1.3 seconds. A 23x speedup. 🤯