Explore >> Select a destination


You are here

www.tjmaher.com
| | mitrapunk.com
11.3 parsecs away

Travel
| | In the software development industry, the career transition from being a skilled software developer to a high-impact manager is a huge opportunity for engineer.
| | blog.martinig.ch
10.6 parsecs away

Travel
| | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.
| | www.e4developer.com
11.4 parsecs away

Travel
| | In my career as a software developer, I have interviewed over 100 people. Most of these interviews were face to face interview involving coding on paper or a...
| | fluffyandflakey.blog
29.1 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...