Adam Chalmers
@adamchalmers.com
2.2K followers 820 following 2.3K posts
Rust at Zoo (prev Cloudflare). Texan (prev Australian). Pynchon fan (prev illiterate). Building a new programming language for CAD at zoo.dev. Love reading sci-fi, pre-20th century history. Blogging at adamchalmers.com and living in Austin TX.
Posts Media Videos Starter Packs
adamchalmers.com
Why did this blow up? Roughly 2 of you know my wife.
adamchalmers.com
Damn, hopefully see ya in Nov!
adamchalmers.com
Do YOU or someone you know in Austin want to speak at the next Austin Systems meetup? We have room for 1 more speaker for next week's event (Wed Oct 15) to talk about some interesting tech for 20-25 minutes. More details at austinsystems.org
Austin Systems Programming
A meetup for curious low-level engineers in Austin, TX. We meet in-person monthly.
austinsystems.org
adamchalmers.com
Congratulations, I'm so happy for y'all too!
adamchalmers.com
My wife has officially graduated her PhD, and started clinical practice!
adamchalmers.com
drinking a modelo ordinario
Reposted by Adam Chalmers
Reposted by Adam Chalmers
ncameron.org
I have availability for Rust consulting or coaching. More details soon, and yep my website needs updating. But if you're considering adopting Rust, want your team to use Rust more effectively, or need a drop-in staff engineer, get in touch!
adamchalmers.com
TPOT discovers hypnosis: "you can just tell people to do things"
adamchalmers.com
my baggage was somehow not on my flight. Which would be fine, except that I'm flying to LA for a work week at 7am. Wish me luck, all my toiletries were in that suitcase.
adamchalmers.com
Stem cell editing gave her the genetic memory of a pilot
adamchalmers.com
Survived the 16hr Sydney -> Dallas flight with 1.5yr old baby.
adamchalmers.com
I didn't know it was having maintenance issues. I only started using it today.
adamchalmers.com
Yeah, it started off totally fine but eventually the script was too complex. Plotters is quite nice!
adamchalmers.com
OK, I'm happy with the new visualizer. It's easier to maintain than building gnuplot scripts in Rust. Lets me finally add features like visualizing circular arcs (see the middle image). Plus learning the lib.rs/plotters crate will help in future projects.

Source: github.com/KittyCAD/ezp...
adamchalmers.com
Thanks man, I really appreciate it. I mostly post them here because I get lonely working from home all day with nobody to show cool stuff, so I view it like showing my cool programmer internet friends what I've done :) But in the rare cases that someone reads it and has feedback, it's awesome!
adamchalmers.com
that's what happens when they can't share!
adamchalmers.com
I ripped out gnuplot from my 2D constraints solver, and built my own little tool using the 'plotters' crate. I've never used plotters before, so it's a good chance to learn. If you've got any feedback or suggestions to improve, please let me know.

github.com/KittyCAD/ezp...
Replace gnuplot with Rust library by adamchalmers · Pull Request #112 · KittyCAD/ezpz
I am sick of gnuplot's quirks, and I'm running into problems trying to visualize things properly. Easier to just move it into Rust, which is a language I'm already productive in, rather...
github.com
adamchalmers.com
Thanks for pointing that out, fixed it up.