Been reading about "Virtual Visual Servoing" http://rainbow-doc.irisa.fr/pdf/2002_eurographics_marchand.pdf -- maybe the most convoluted way to explain a smoothing/filtering algorithm (?) that I've seen lol
About
"The program should, in some way, expand the concept of what computer paint programs are, as well as what mark making can be."
What is a car mouse
(I'm sure people who've actually used CAD software know this:)
my current understanding is that both clang and gcc basically support nested functions / closures but with different and incompatible syntax and implementation… wonder if people ever just ifdef between them
Have ppl ever used `git notes`...
tiny usability nicety that I like (the green)
initialization is often a place where you want to break the 'normal rules' (of concurrency, process management, error handling), just write everything imperative style and not have a bunch of callbacks/indentation/try-catch/synchronization
"how do you represent phenomena that cannot be measured by the human eye?" (https://www.frieze.com/article/claire-lehmann-lucy-ives-interview-2021) https://social.omar.website/@omar/statuses/01GSSDXRFXWKTSDD359MYQW7AG
my aesthetic problem with TypeScript was always that it doesn't actually let you do anything new, almost by definition -- it lets you do increasingly specific correctness checks (if you can figure out how to encode them), but your program will never get any shorter or more expressive