Explore >> Select a destination


You are here

immutablecollective.art
| | tylerxhobbs.com
24.4 parsecs away

Travel
| |
| | xavd.id
12.8 parsecs away

Travel
| | As you may or may not be aware, Code.org is a non-profit that aims to bring computer science education to people of all ages. They put out some great videos...
| | lucas.art
9.2 parsecs away

Travel
| | This video from Conceptual Ink Academy shows a simple approach to deal with perspective. Instead of starting with a vanishing point and all the guidelines, Kingston and Nia recommend to first start with the subject matter itself, meaning the design, and then adding the perspective guidelines. This approach gives us
| | fluffyandflakey.blog
51.5 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...