You are here |
critter.blog | ||
| | | |
notesfromcamelidcountry.net
|
|
| | | | Do I belong here? Brussels, Belgium | |
| | | |
ameeracademy.school.blog
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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... |