Standard Reader
Heath Stewart's Blog
git

Heath Stewart's Blog

The blog of Heath Stewart, Principal Software Engineer at Microsoft

@heaths.dev1readers35posts3d ago
LatestRecent writing
Cargo scripts are also manifests
Jun 8, 2026
Cargo scripts are single-file packages written in Rust. They are also valid Cargo manifests for built-in and popular commands like clippy.
rustcargo
Introducing the sequoia-recommend button
May 31, 2026
The sequoia-recommend button lets readers recommend your Sequoia posts directly from your site using their Bluesky account.
1
atprotojavascript
Support for enhanced links in Sequoia
May 24, 2026
Support for enhanced links is coming to Sequoia.
1
1
atprotosequoia
Initial stable release of Azure SDK for Rust
May 16, 2026
I'm excited to announce our initial stable release of the Azure SDK for Rust including Storage blobs and queues, and Key Vault secrets, keys, and certificates.
1
rustrustlang
Cooler theme palette
May 3, 2026
I updated the blob light and dark themes to use a cooler color palette.
blogcss
Improving the Azure SDK developer experience with MCP
May 1, 2026
Providing version-specfic context to an LLM using an MCP can greatly improve productivity and reduce cost.
azure-sdkmcp
Light and dark themes for my blog
Apr 20, 2026
I added light and dark themes to my blog along with some responsive fixes on smaller screens with a little help.
1
blogcopilot
We all make mistakes
Apr 18, 2026
We all make mistakes - at any level - but how we deal with them is how we grow.
1
aboutazure
Making the key version required for Key Vault cryptography APIs
Apr 8, 2026
Why we changed the key version to be a required parameters for Key Vault cryptography APIs in Azure SDK for Rust.
1
azurecryptography
Cleaning up Rust made easier
Mar 21, 2026
Changes in WSL appear to have made shrinking a VHDX containing a WSL distro easier. These are new, simpler instructions for cleaning up rust and shrinking a distro.
1
rustlangtips
Publishing to the ATmosphere
Feb 21, 2026
Using standard.site and sequoia.pub, my blob should now start publishing documents to ATProto.
4
atprotojekyll
Cross-compiling x64 on Aarch64
May 11, 2025
How to support cross-compiling -sys crates for x64 (x86_64) on Ubuntu 24.04 aarch64 (arm64) in WSL2.
gccrustlang