Explore >> Select a destination


You are here

shermanonsoftware.com
| | andyatkinson.com
16.6 parsecs away

Travel
| | In this post you will be presented with 2 truths and a lie related to PostgreSQL and Ruby on Rails.
| | www.kencochrane.com
8.6 parsecs away

Travel
| |
| | dougseven.com
7.3 parsecs away

Travel
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...
| | fluffyandflakey.blog
40.9 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...