IMO, ICPC, Xoogler, Rust, road-cycling, hiking, wild camping, photography
But if I say one little ol’ `Err` will be unwrapped? Well then everyone LOSES THEIR MINDS
But if I say one little ol’ `Err` will be unwrapped? Well then everyone LOSES THEIR MINDS
Turns out C enums are `u32` on linux and `i32` on windows, so now I have to add a platform dependent cast.
Or rather: goodbye windows build.
Turns out C enums are `u32` on linux and `i32` on windows, so now I have to add a platform dependent cast.
Or rather: goodbye windows build.
Does anyone do ARM64 Linux?
(Does anybody even do windows, in bioinformatics?)
I kinda want to only release for x64 linux and apple silicon... just to reduce bloat.
Does anyone do ARM64 Linux?
(Does anybody even do windows, in bioinformatics?)
I kinda want to only release for x64 linux and apple silicon... just to reduce bloat.
(if you have the disk)
(if you have the disk)
See you there! 💛
See you there! 💛
SIMD!
Arbitrary self types and pointers!
Coroutines!
Box patterns!
Gen blocks!
Negative bounds and negative impls!
Allocator API!
Me: YES
www.surveyhero.com/c/state-of-r...
SIMD!
Arbitrary self types and pointers!
Coroutines!
Box patterns!
Gen blocks!
Negative bounds and negative impls!
Allocator API!
Me: YES
www.surveyhero.com/c/state-of-r...
Me: YES
www.surveyhero.com/c/state-of-r...
tell me you don't feel a little bit like a character in a detective drama when you get to say "I gotta get this to the lab"
tell me you don't feel a little bit like a character in a detective drama when you get to say "I gotta get this to the lab"
Whether you've just begun using Rust, are an experienced Rust user, stopped using Rust, or might use Rust in the future, we'd like to hear from you! 🦀
Available in ten languages and open until December 17th: blog.rust-lang.org/2025/11/17/l...
Whether you've just begun using Rust, are an experienced Rust user, stopped using Rust, or might use Rust in the future, we'd like to hear from you! 🦀
Available in ten languages and open until December 17th: blog.rust-lang.org/2025/11/17/l...
# ~/.config/fish/completions/cargo.fish
rustup completions fish cargo | source
# ~/.config/fish/completions/cargo.fish
rustup completions fish cargo | source
To read, you must first ask the memory for the data, and then wait for it to come back.
To write, you just send it and then forget about it.
This is probably why radix sort works so well: scattering data is super parallel :)
To read, you must first ask the memory for the data, and then wait for it to come back.
To write, you just send it and then forget about it.
This is probably why radix sort works so well: scattering data is super parallel :)