#Loqi[preview] [DeWitt Clinton] Interesting. @techmeme.com is linking to Bluesky posts now, but has to link to the skeeet.xyz scraper because closed beta.
Makes you think, if it's within ToS for skeeet.xyz to re-publish the content (is it?), why shouldn't Bluesky start serving a p...
#vladimyrUm, regarding node and exceptions. Yes, single uncaught exception on the main thread will bring it down and as of lately the same will happen with uncaught async thrown exceptions
#vladimyrBut the reason it constantly happens with bsky.link is beacuse express does NOT support async express handlers natievly
#vladimyrYou need to be either very careful to wrap all your request handlers, catch errors and send them back to express /engine/ via next(err) callback
#vladimyrOr you simply setup add 1 LOC! that sets up ghub.io/express-async-errors and pretend like someone fast forwarded express to v6 that actually does support async request handlers
#vladimyrHow I know it? I helped to build the damn thing and it directly influenced supposedly upcoming Express v6