| Markdown Files | Words | Collections | Commits | Active Since |
Snapshot as of 2026-07-09 · directory shape lives in FILEMAP.md
Regenerate these numbers
# Markdown files
find . -name "*.md" -not -path "./node_modules/*" | wc -l
# Word count across markdown
find . -name "*.md" -not -path "./node_modules/*" -print0 | xargs -0 cat | wc -w
# Top-level collections
find . -maxdepth 1 -type d -not -name "." -not -name "node_modules" -not -name ".git" -not -name ".claude" | wc -l
# Commits across all branches
git log --all --oneline | wc -l
# First commit date
git log --reverse --format=%ad --date=short | head -1This repository contains the content for the Lossless site. The site can be found as the 'site' directory in the monorepo, or the Github Repo
You must use Obsidian.
Clone the repository, and then create a symlink from the directories you want to edit to the Obsidian vault.
Turn On full paths of backlinks in Obsidian.
We have been trying to serve clients in multiple ways, which created the need to author, generate, organize, publish, curate, and display content.
One way is "thought leadership" in the form of essays, articles, explainers, etc. Most of the threads in the content repo look "undeveloped" because the plan
- was to run scripts through local LLMs and AI powered Web Scrapers to generate the content.
- is to use our Content Farm universe of Obsidian plugins to generate the content using LLMs through various means.
Another way is "consulting" on technology adoption. This has required hundreds of hours of research and link collection, analysis, and tech influencer mapping.
Another way is acting as an R&D lab for new approaches or technology stacks, that can operate outside of their internal engineering teams. In some ways, I've been focused on making "Vibe Coding" dance.
We must reduce content and data to Markdown and JSON. Once you know how to reduce and expand content and data into its most basal forms, that it is an unlock for AI to generate, augment, or clean and format content and data.
Part of the infinite loop I have been in is that Astro and Obsidian treat markdown just differently enough to create a lot of pain.
Projects: projects
Augment-It: projects/Augment-It
Reminders: lost-in-public/reminders
Prompts: lost-in-public/prompts
Specifications: specs
Issue Resolutions: lost-in-public/issue-resolution
Code Changelog: changelog--code
Content Changelog: changelog--content
The Lossless Toolkit: tooling
Vertical Toolkits: vertical-toolkits
Organizations: organizations
Sources: sources
Books: sources/Books
Events: sources/Events
People: sources/People
Reports: sources/Reports
UGC Communities: sources/UGC Communities
Concepts: concepts
Vocabulary: vocabulary
The directory shape (top-level collections + a curator preface explaining what each one is) lives in FILEMAP.md, kept current by re-running its regen recipe rather than hand-pasted here where it goes stale.
