Forwarded from f4mi
i am ashamed to only have discovered recently that STM32 is an italo-french product because i always assumed it was some generic american design built in china or something like that
๐1
documentation is the code
this is the first time i've seen it phrased well โ Left to Right Programming
and of course people still want to write python in rust
๐4
This media is not supported in your browser
VIEW IN TELEGRAM
https://github.com/marimo-team/marimo
there's an interactive-reactive python notebook??
there's an interactive-reactive python notebook??
marimo feels like a notebook but is stored as pure Python program that's Git-friendly, testable, reusable as a module, executable as a script, deployable as an endpoint, shareable as an app, reproducible in execution and packaging, and designed for data (with SQL and LLM support built-in).
๐ฅ2
Forwarded from Pup & Bun (Tan)
This media is not supported in your browser
VIEW IN TELEGRAM
๐ฅ1๐1
Introducing Messages, A New Way To Share What You Love on Spotify with Friends and Family
1. stfu
2. this should be at least illegal
1. stfu
2. this should be at least illegal
Spotify
Introducing Messages, A New Way To Share What You Love on Spotify with Friends and Family
Recommendations have always been at the heart of the Spotify experience. Friends and family share their favorite music, podcasts, audiobooks, and more from Spotify millions of times each month. Thatโs because word of mouth is one of the most powerful waysโฆ
โค1
rv, a new kind of Ruby management tool
"is it like uv but for ruby?"
*opens link*
*ctrl+f for "rust"*
"yep."
is it even possible to write a package manager these days not in rust?
i don't think so. ๐
"is it like uv but for ruby?"
*opens link*
*ctrl+f for "rust"*
"yep."
is it even possible to write a package manager these days not in rust?
i don't think so. ๐
๐ณ3
documentation is the code
#[deny(unsafe_op_in_unsafe_fn)]]
GitHub
Tracking Issue for "unsafe blocks in unsafe fn" (RFC #2585) ยท Issue #71668 ยท rust-lang/rust
This is a tracking issue for the RFC "unsafe blocks in unsafe fn" (rust-lang/rfcs#2585). The lint unsafe_block_in_unsafe_fn is stable, but the RFC proposes some further things we might wa...
documentation is the code
https://github.com/rust-lang/rust/issues/71668
i haven't written a single line of unsafe code that is (or has ever been) used in production btw