home.social

brandewinder

Figuring things out, one model at a time

Posts
996
Followers
455
Following
915
Joined 2022-11-26 · View on hachyderm.io →
  1. Blogged: brandewinder.com/2026/05/20/fi

    Where I look into using Bolero to render SVG using F# and WebAssembly, and I am pleasantly surprised by the experience.

  2. Bitten yet again by operator precedence, I am sure it's not the last time I forget that 100 / 2 * 5 is not the same as 100 / (2 * 5). I suspect it's because I keep mentally picturing / as a big wide fraction bar.