Graphical editor for ASCII art: https://monodraw.helftone.com/
It actually makes sense to me as a concept! It's not an intuitive product need, but it totally makes sense. I like the 'palette' of symbols available.
miniblog.
Related Posts
Distributing binaries built against musl is counter-intuitive to me. When I run them on my machine, they're dynamically linked to glibc!
The main advantage AIUI is that you don't depend on new glibc features, so you get a more portable executable.
I've realised the big advantage of teaching OO with physical analogies. It's well accepted that OO isn't just about modelling the eworld.
Physical items are great for explaining subtyping.
You can view types as subsets, and Ferrari <: Car <: Vehicle is intuitive.
LL and LR Parsing Demystified https://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html (really accessible blog post that gives an intuitive understanding of LL/LR parsing)