Explore >> Select a destination


You are here

critter.blog
| | notesfromcamelidcountry.net
6.6 parsecs away

Travel
| | Do I belong here? Brussels, Belgium
| | ameeracademy.school.blog
4.6 parsecs away

Travel
| | Hi, I just published a blog post about documenting software architecture: https://herbertograca.com/2019/08/12/documenting-software-architecture/ Would be nice to get some feedback on it. Tkx. submitted by /u/hgraca [link] [comments] from Software Development - methodologies, techniques, and tools. Covering Agile, RUP, Waterfall + more! https://ift.tt/2YZcO08
| | amateurexegete.com
6.6 parsecs away

Travel
| | This past Friday I had the privilege of talking with Ruben of Placebo Effect. Ruben is a former atheist who became a Christian and he invited me on to talk about my journey from Christianity to atheism. We also got onto a fun tangent regarding the authorship of the Gospel of John. The conversation is...
| | fluffyandflakey.blog
44.7 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...