/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lunareclipse.zone
| | mbuffett.com
3.1 parsecs away

Travel
| | In my last project I used Sled and Rocket. I had to piece together how to use the two from a few different places so I put together this quick guide in case it helps others. The full code for this walkthrough is availabe here, if you want to fast-forward to the finished product. A lot of this ends up being about error handling, so that using sled in endpoints is more ergonomic. If you don't care to dive into error handling, you may want to skip those sections.
| | ectobit.com
2.1 parsecs away

Travel
| | Parsing standard datetime format is no hassle, but what to do when you have custom datetime format?
| | dystroy.org
2.9 parsecs away

Travel
| |
| | til.simonwillison.net
18.5 parsecs away

Travel
| I wanted to stream the results from the ChatGPT API as they were generated, rather than waiting for the entire thing to complete before displaying anything.