Evan Schwartz

@emschwartz.me

Inventor & software engineer building Scour (https://scour.ing), a personalized content feed that scours noisy sources for articles related to your interests. Blog and details at: https://emschwartz.me #rust #rustlang

Coding has changed so much since the start of this year. I've appreciated reading other software engineers' takes on their workflows with AI and genuinely mixed feelings. I read back through my favorite posts and pulled excerpts from them into one place. emschwartz.me/notes-from-t...

Notes from the AI Coding Transition

Like many other software engineers, my coding workflow has changed dramatically since the start of 2026. And like many others, I've felt some mix of awe, gri...

emschwartz.me

For everyone writing #rustlang, make your Clippy config stricter! I ran into a bug that the compiler didn't catch but a Clippy lint would have, and then went through the lints to figure out which to enable that would catch these types of errors in the future. emschwartz.me/your-clippy-...

Your Clippy Config Should Be Stricter

“If it compiles, it works.” This feeling is one of the main things Rust engineers love most about Rust, and a reason why using it with coding agents is espec...

emschwartz.me

I started using the MASH stack as the simplest way to experiment with web apps being a dev with no web background. Seeing @emschwartz use it for a production site validates that experiment—grateful he gave it a try! Now, I’m more confident in building future web apps with MASH. yree.io/mash

mash 🥔

yree.io

Evan Schwartz@emschwartz.me · last yr.

I wrote a blog post about building a website using the "MASH" Stack in #rustlang. Enjoy -- and let me know what you think! emschwartz.me/building-a-f...

I appreciate that @umami.is is _actually_ easy to self-host, and has guides for lots of common hosting providers. Feels like plenty of self-hostable software is pretty cumbersome to get up and running.