Explore >> Select a destination


You are here

www.dcrainmaker.com
| | www.chrisritchie.org
23.2 parsecs away

Travel
| | Brussels to Bacharach by train.
| | jeffbridgforth.com
23.3 parsecs away

Travel
| | Jeff Bridgforth is a senior front-end developer looking for a new opportunity.
| | jeffbridgforth.com
34.3 parsecs away

Travel
| | Jeff Bridgforth is a senior front-end developer looking for a new opportunity.
| | fluffyandflakey.blog
61.8 parsecs away

Travel
| My favorite tool for using LLMs is Simon Willison's llm, but the output is unformatted visually even though most LLMs return Markdown-formatted outputs. Typically I pipe the output into batcat (which I also love) with llm 'say hi' | bat -l md -P --plain. This makes the output considerably easier for me to read. Unfortunately...