Monday, 2023-04-17 to Sunday, 2023-04-23
Holidaying in Cancun, Mexico. Visited Mayan ruins at Chichin Itza.
Flew back through BWI.
Programming
{ width=400px }
Lume, the static site generator for Deno appears to be a nice alternative to writing my own small static generator script (again!) using the sitebuild script. This way I get to learn typescript, while using it for something meaningful.
coroutines fn
have to be wrapped with asyncio.run(fn())
to be executed, otherwise a RuntimeWarning
will be thrown:
RuntimeWarning: coroutine 'main' was never awaited
main()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Social networks
Nostr, a simple protocol for decentralizing social media that has a chance of working found it via unclebob/more-speech: A Nostr browser in Clojure. which is using xtdb