Published inRustaceans3 Pieces of Code I Can Write in Rust (but not Go)I recently started learning Rust. I was drawn to the language for two reasons.Feb 26, 202422Feb 26, 202422
How to Set GOARMNew GOARM options have landed in Go 1.22. To set GOARM to maximize performance on 32-bit ARM CPUs (GOARCH=arm), refer to this table.Jan 16, 2024Jan 16, 2024
Why Chrome Crashes the Rust Book’s Web ServerChapter 20 of the Rust book gives a step-by-step guide to building a simple web server. As the final project, it exercises many Rust…Oct 22, 20234Oct 22, 20234
print(“lol”) doubled the speed of my Go functionHere is a Go function, if_max(). It finds the max value of an array of integers. Simple enough:Aug 24, 20236Aug 24, 20236
ChatGPT for Text Style Transfer: Part 2Text style transfer (TST) is a NLP task that involves altering the style of text, while retaining its original meaning.Feb 26, 2023Feb 26, 2023
What I learned about the 1600s from Google’s Books Ngram ViewerHow n-grams have trended over the centuriesSep 6, 20221Sep 6, 20221