Have to admit that I did not know this. Itβs surprising and inconsistent.
@briandorsey
I love simple tech. Amateur nature recordist π€. Learning Rust. WAVE files are actually a dozen file formats in a trench coat. Glue code, Rust, Go, Python, SQL, ham radio, Japanese ζ₯ζ¬θͺ, lunch! Seattle, WA, USA
Have to admit that I did not know this. Itβs surprising and inconsistent.
Sorry, wrong Brian. I didnβt write this.
Meanwhile, Iβm over here moving everything possible to ZFS. CoW is amazing. I love that the pattern shows up in pretty much every abstraction level.
Why I'm (still) a Rustacean
merriman.industries/why-im-a-rus...
Yes!!! I love the phrase βMount To Be Readβ. Also, I want βtsundokuβ to become common in English. en.wikipedia.org/wiki/Tsundoku
I have teamed up with Andy & George this holiday season to support nature conservation initiatives. We are offering large collections of sounds libraries and nature albums as prizes to encourage donations. 100% of the funds raised go to environmental causes: thomasrexbeverly.com/products/the...
Light blue manual embossing label maker on a dark background with three alternate wheels next it.
Light blue manual embossing label maker on a dark background with three alternate wheels next it.
I wanted to get an embossing label maker⦠turns out Dymo still makes a model with swappable wheels⦠in Japan! So you get two sizes of Latin letters, Hiragana and Katakana!
Thanks for writing all the threads, I enjoyed them! But I love it when folks say no to some thing so they can put energy into other things! Enjoy the Rust project!
What I wish Iβd heard early: While learning and exploring, itβs fine to clone and unwrap a lot. More detailed advice in this great article: corrode.dev/blog/prototy...
Yesterday I ordered an old style embossing label maker out of combined nostalgia and exasperation.
Kitty for a few years. Low fiddle factor. Supports tabs and splits.
Me, always and forever: βI am begging you, dear landing page, please tell me. What. IS. It?!?β
Yes! I only started getting comfy on the third attempt at leaning Rust. Itβs worth it though!
Also, this article has concrete advice for keeping code simple while prototyping and how to incrementally evolve to get more precise later. Very useful advice for coding while learning as well.
Going back and forth between the Rust Book and Rustlings (curated set of broken code with tests) is a great intro. Main Rust book really is needed⦠especially for people who have been programming for a while, some new concepts (for most people) will add confusion for experienced people otherwise.
Update: Bluesky has saved posts now. Yea!
You know me for my public #rustlang work, but I'm also freelancing as a programmer and consultant.
I'm looking for a new customer and I'd welcome short or part-time missions. RT appreciated.
dystroy.org
Say hello to Ferris the Rust Crab! π¦ A trusty desk companion for bug-squashing & brain breaks.
Who needs a rubber duck?
let buddy = Ferris::new();
Adopt one on my Ko-Fiπ΅ ko-fi.com/c/c020c8c774
Since unwrap is greppable, it gives more confidence when deciding to take the time to improve things.
Wow. RIFF (and IFF) containers really are everywhere, eh?!? (Also, hi! π)
Apologies if you already know this: Another wrinkleβ¦ the WAV spec (based on RIFF) uses u32 for internal file offsets, so itβs not possible to have a WAV file bigger than 4GB (without moving to variants like RF64). Iβm guessing thatβs the source of the export error.
Another option if you have any projects which could use a microcontroller: async in embedded is fantastic. embassy.dev
Maybe both!
Itβs so frustrating that there is this illusion that we are all 49%/49% right now. Us versus them, good versus bad, and itβs all because of the BS that is the electoral system. Itβs very likely 70% versus 30% and weβre just not seeing representative government.Thereβs just no common sense right now
Youβve likely already seen it, but just in case notβ¦ M8 is an LSDJ inspired handheld tracker that is *amazing*: dirtywave.com
Go team βJust write SQLβ! π
Hahahaha, amazing. The same USB-C port connects to either MCU depending on cable orientation. ββ¦how to easily check whether the USB-C cable is connected to the RP2350 MCU or ESP32-C6 module, since it depends on the orientation of the cableβ¦β
Hi! Thanks for the work you put into these threads. They make the Rust timeline better! I often learn something new, even about things Iβm already familiar with.