Articles
- I have a private site I built using Zola for sharing recipes with my family. We currently add them to a shared iCloud drive and I have a script which runs on occasion to trigger a ...
- YouTube's algorithm recommended a fascinating lecture from MIT by Lupe Fiasco Lupe Fiasco presents “Rap Theory & Practice: an Introduction” Of which the most compelling aspects...
- The YouTube algorithm recommended The 1975: ‘Being Funny In a Foreign Language’ Interview | Apple Music of which I've developed a great deal of respect for Matt Healy, his outlook ...
- Was watching Decrusted: Serde and found out when you derive #[serde(Deserialize, Serialize)] it can be to an array as opposed to a mapping of some key:value. This is especially hel...
- Been playing around with reimplementing this site using axum and maud, using incremental static generation. Took my eyes awhile to see the axum example of how to convert anyhow err...
- Whilst getting interested in Library.JSON and building my own library, one of the issues I continually run into is slight variations between slugifying in javascript and rust (whic...
- Today's debate was about the difference between sympathy and empathy. The best explanation we reached was the following: You're sad because you lost your chocolate. Sympathy is th...
- Trying out Simon Willison's suggestion about what to blog about. This Reddit Comment TIL, chaining iterators in rust doesn't mean that each operation happens on the entire list in ...
- 👋 I'm Dustin, a fullstack developer originally from Connecticut and currently based in London, UK working for Yelp. I'm obsessed with making people more efficient. It brings me joy...
- I recently watched, this video by Colin Dean which for the first time made plaintext accounting click. This is a brief overview of what hledger is used for and the key takeaways to...