The Design Evolution of elm-css and elm-test

https://www.youtube.com/watch?v=n5faeSW71ko Oslo Elm Day: I've been fortunate to participate in the design of two popular projects, elm-css and elm-test. In the course of iterating on their designs with collaborators and community members, I've learned a lot about what worked well and what didn't. This talk will dive into the design decisions that shaped the past, … Continue reading The Design Evolution of elm-css and elm-test

Why you’d be better off using QuickCheck when porting to Rust

https://www.youtube.com/watch?v=P4iyEX-4kYI RustFest 2016: For about half a year I’ve been doing a Rust port of a CPU emulator library written in C. This talk will tell you why on earth someone would want to do that, and why the effort likely would have failed without the use of QuickCheck, which has enabled me to thoroughly … Continue reading Why you’d be better off using QuickCheck when porting to Rust