Barry
@chiroptical
PhD Theoretical Chemistry. Haskell/Typescript full stack engineer at Mercury. Aspiring Gleam and Erlang programmer. Occasional content creator linktr.ee/chiroptical. Drumming and fencing enjoyer.
Got it. Some cleaning up to do. Also being able to count this in 4/4 and 6/8. Practice with the metronome etc.
I was annoyed with all the metronome apps on the App Store so I just… made one. This is a M5Stack CoreS3.
Haven’t shared a drum video in a bit. This one is cool because you can see where I find the exercise and then really feel it.
The initial setup is complete! Sonor AQX Jazz, Zildjian L80 cymbals, Yamaha hardware, RTOm black holes set. I’ll be able to play this with the kiddo asleep no issues!
Inspired by @whitep4nth3r.com here is part of my practice today. I’m about 3 weeks in, don’t judge me.
Finished Section 2.2 of Mathematics in Lean. I'm skeptical that anything beyond this will make sense... This was labeled a hard exercise, but my brain has no idea why I would introduce `h` as a goal to solve this. I feel like I need more raw math skills which probably isn't surprising to some.
#gleamlang do we prefer builder style here or just `encrypt(BitArray, Option(BitArray))`? For some reason, I don't like `encrypt(x, option.None)` but also `new(x) |> encrypt()` feels tedious. `encrypt_with_associated_data(x, y)` feels long.
The one I got (probably RedBubble?) adds a slight white border around the logo.
Someone suggested this book to me. The preface speaks to me. Hopefully I learn something.
Finally had time to get my index.html into #unisonlang and serve it locally. I haven't been super motivated to work on this project but making some progress!
This is less text than the `switch` example but it is **so** boring. I want to see the supercharged Qi example.
I was supposed to read structs/modules first but I couldn't help but peak at contracts. This fails at run-time because 0 is not positive.
Set up #racketlang with #helixeditor. Requires `raco pkg install racket-langserver` and `raco pkg install fmt`.