OxidizeConf 2024 Recap
1:48
5 ай бұрын
Пікірлер
@fionawashere1086
@fionawashere1086 16 күн бұрын
This is awesome. Optimizing builds with PGO and BOLT (via cargo-pgo) is such a low hanging fruit!
@meowsqueak
@meowsqueak Ай бұрын
Please keep the editing to just showing the slides - nobody cares what the projector screen or stage looks like or who is walking around. There’s at least one slide that never appears in “full view”, sadly.
@bouchechhamdi816
@bouchechhamdi816 Ай бұрын
Thank you for the nice overview
@artxiom
@artxiom Ай бұрын
A: Godot4 Rust integration with gdext is pretty good! When I started with Godot4 I tried to create first a plugin in C++ because I needed the performance and this is the language I have most experience in. I got nowhere though, it was really just painful to work with. At that time I had absolutely zero experience with Rust but tried it because on paper it checked a lot of boxes - well, I read a few docs and managed to finish the plugin in a few days without issues.
@thomascorbin5371
@thomascorbin5371 2 ай бұрын
really well done, I wish he had more time, it was all fascinating.
@vikaspoddar001
@vikaspoddar001 2 ай бұрын
in future, oxide computing must start building its RISC-V CPU and other processing unit
@patmelsen
@patmelsen 2 ай бұрын
At first, I was confused... was this recorded during COVID? Seeing someone wear a mask brings back dark memories!
@patmelsen
@patmelsen 2 ай бұрын
I'm so sad I missed this conference!
@user-wo5dm8ci1g
@user-wo5dm8ci1g 2 ай бұрын
ripgrep for unsafe only finds the lines that literally say unsafe, right? So if each block is like an average of, say 20 total lines, then 5% lines with unsafe means 100% unsafe code?
@alphabitserial
@alphabitserial 2 ай бұрын
Much more likely to be single-line from what I've seen in large Rust projects, e.g. `let foo = unsafe { some_unsafe_function(bar) }`
2 ай бұрын
Tim asks question Steve "I reject your premise"
@AnnatarTheMaia
@AnnatarTheMaia 2 ай бұрын
I only care about Helios.
@Delease
@Delease 3 ай бұрын
What a fantastic talk!
@CyReVolt
@CyReVolt 3 ай бұрын
SCSI in JavaScript is one of the weirdest things I've heard. I found "wireless SD card readers" that expose data via WiFi over UDP multiplexing and the counterpart phone app mounts FAT on top of that. Such a crazy world!
@kamalkumarmukiri4267
@kamalkumarmukiri4267 4 ай бұрын
Thank you Vignesh for informative talk. Continuous compliance is a must these days.
@I3enhamin
@I3enhamin 4 ай бұрын
Thanks so much for making this publicly available!