amos
@fasterthanli.me
11K followers 380 following 1.9K posts
hi, I'm amos! 🍃 they/them 🫐 open-source witch & maker of snappy videos and articles at @bearcove.eu ✨ be kind, be curious articles: https://fasterthanli.me videos: https://youtube.com/@fasterthanlime podcast: https://sdr-podcast.com
Posts Media Videos Starter Packs
fasterthanli.me
ohhh, zendesk.. that sucks :( bsky.app/profile/dami...
damien.zone
discord itself didn’t, but Zendesk did (in ticket messages apparently)
Reposted by amos
jamesmunns.com
Getting pretty excited for the @sdr-podcast.com recording with @fasterthanli.me at @eurorust.eu tomorrow :) :) :)

eurorust.eu/talks/sdr-po...
a slide that says "type erasure in rust in ergot" a slide that says "rust is a strongly typed language" a slide that says "but through unsafe anything is possible :)"
fasterthanli.me
I have a cat sleeping on my lap, AMA
fasterthanli.me
mhh I wonder what they'll say
Should I choose Ada from adacore.com
fasterthanli.me
dioxus really went "oh you won't let me implement Fn? alright, I'll Deref to dyn Fn() then"

docs.rs/dioxus-signa...
signal.rs - source
Source of the Rust file `src/signal.rs`.
docs.rs
fasterthanli.me
If your childhood somehow didn't include Wacky Wheels, I strongly recommend watching LGR's review: www.youtube.com/watch?v=9fOt...
LGR - Wacky Wheels - DOS PC Game Review
YouTube video by LGR
www.youtube.com
fasterthanli.me
Also fun to learn that Wacky Wheels shipped with its own music format, KLM: moddingwiki.shikadi.net/wiki/KLM_For...
KLM Format - ModdingWiki
moddingwiki.shikadi.net
fasterthanli.me
In 2014, 3D Realms published the "3D Realms Soundtrack Re-Rockestrated" album for $10 which includes the Wacky Wheels theme, uhhh with more rock: www.youtube.com/watch?v=I7KP...
08. Dream (Wacky Wheels)
YouTube video by signatux soundtracks
www.youtube.com
fasterthanli.me
Okay so this Wacky Wheels fan site has music downloads, some of which come directly from the composer (Mark Klem): ctrl-alt-rees.com/archive/yell...

The "most lawful" way to listen to the Wacky Wheels theme seems to be.. myspace???
Phil’s Wacky Wheels Site: Game music
Downloads of Wacky Wheels music, including alternate versions, remixes, and recordings of live performances.
ctrl-alt-rees.com
fasterthanli.me
I wonder if GeoWizard has licensed the Wacky Wheels soundtrack or if he's buddies with the person who composed is or something? I've been thinking about this for years
fasterthanli.me
it's a fun failure though!
fasterthanli.me
the fact that you can impl Trait for Box but not for Rc etc. is still messing with me: doc.rust-lang.org/reference/sp...
Special types and traits - The Rust Reference
doc.rust-lang.org
fasterthanli.me
"just" proc macros :(
fasterthanli.me
I love when a Rust framework breaks if you use a type alias

mhhhhhhhHHh
fasterthanli.me
ah also if you spawn a future from an event handler you get a magical "RuntimeError" that refuses to elaborate? that's.. cool, that's okay.
fasterthanli.me
rust on the frontend is so cool because you can have a closure be invoked "after it's been dropped" which is a new exciting kind of failure I haven't seen in my browser before
fasterthanli.me
lmao, code generated by dioxus's #[component] macro is doing a denial of service on zed's autocomplete: it prefers acronyms than verbatim matches:
symbol search in zed, the input is `handle_` and it's showing a generated symbol called `HostPasswordInputPropsBuilder_Error_Repeated_field_server_conn`
fasterthanli.me
it's all fun and full-stack rust until someone includes stdio.h under wasm32-unknown-unknown