I’m also on Mastodon as https://hachyderm.io/@BoydStephenSmithJr .

  • 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: October 2nd, 2023

help-circle


  • Although, he admits in the video to “faking” his footage of it working, by using a off-camera heat source. (His batteries were quite dead.)

    But, as someone that lived through this time, they did work, as long as you pressed hard enough in the right places. It was hard to tell if the battery was dead or if you weren’t pressing hard enough








  • Might check out the Haskell layout rules.

    Basically, when you leave out the ‘{’ then Haskell uses your intendation to insert ‘;}’ on later lines between the leading whitespace and the first token.

    There some really old Haskell code out there that lines up the ‘{;}’ characters on the left under block-introduction keywords.