2022-10-22
🔗I signed up for the Github Copilot trial today. Pretty impressed overall. The longer suggestions in Rust frequently need some tweaking to be completely correct (usually around specific type coercion), but it still is saving a lot of time.
Learning
Wrote a note on Atomic Memory Ordering Models since it was finally time to understand Acquire
and Release
.
Links
- Falcon is a library for visualizing millions of rows of data within the browser.