Oddbean new post about | logout

Notes by a6dfd6db | export

 Oh my, macOS Sonoma is utterly unstable and full of bugs. I run it on a MBP M1 and it crashes mul... 
 @488cf7e2 I hope you can rollback, right? 
 Any remarks on #remarkable2 or alternatives? I still enjoy hand-writing notes a lot, but they get... 
 @488cf7e2 Hmm. So it's essentially an e-ink tablet with a proprietary OS? Not sure what's the selling point of that against an Android e-ink tablet. Just the display? 
 nostr:npub1dtw0ve3yrtslcda2l46lmm7t5z7m7sc6xf9r7cd98e37pd92utdsd885ra If it's just about exiting ... 
 @488cf7e2 @6adcf666 I usually use cl-loop. It uses maphash inside, but it also allows early return with cl-block ... cl-return-from, and a few other nice things.

And cl-block ... cl-return-from is essentially catch ... throw with an autogenerated exception name and lexical scoping.