Interpolation animation in Julia

I love small projects for helping me learn, especially programming. I’m still learning Julia, and have found myself wanting more “little silly things” I can digest and learn from. A lot of the projects I see in Julia are big mathematical models, and I’m just not ready to dive …

ByRow optimizations in Julia

I’m still fairly new to Julia, even though I’ve been trying to learn it for a few years. It’s extremely powerful (fast, expressive, … whatever metric you want to use) but with that comes some complexity. I saw this post in my feed and it seemed like a great bite-sized chunk …