Explore >> Select a destination


You are here

peculiarseamstress.blog
| | notesfromcamelidcountry.net
32.3 parsecs away

Travel
| | Palma, Mallorca, Balearic Islands, Spain
| | notesfromcamelidcountry.net
32.3 parsecs away

Travel
| | Palma, Mallorca, Balearic Islands, Spain
| | notesfromcamelidcountry.net
32.3 parsecs away

Travel
| | Palma, Mallorca, Balearic Islands, Spain
| | fluffyandflakey.blog
62.2 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...