Skip to content

lossless-group/lossless-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

509 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Repository of The Lossless Group

4,614

Markdown Files

2.9M

Words

21

Collections

1,053

Commits

Mar 2025

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 -1

Introduction

This repository contains the content for the Lossless site. The site can be found as the 'site' directory in the monorepo, or the Github Repo

Requirements to Participate

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.

Context

Sharing Strategy and Information

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

  1. was to run scripts through local LLMs and AI powered Web Scrapers to generate the content.
  2. is to use our Content Farm universe of Obsidian plugins to generate the content using LLMs through various means.

Sharing a Universe of Technology Adoption Options and Inspiration

Another way is "consulting" on technology adoption. This has required hundreds of hours of research and link collection, analysis, and tech influencer mapping.

Acting as an R&D lab

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.

There is a Vision

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.

Obsidian as the Content Manager

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.

Focal Points:

Projects

Projects: projects Augment-It: projects/Augment-It

Vibe Coding & AI Use

Reminders: lost-in-public/reminders Prompts: lost-in-public/prompts Specifications: specs Issue Resolutions: lost-in-public/issue-resolution

Changelogs

Code Changelog: changelog--code Content Changelog: changelog--content

Toolkits, Organizations

The Lossless Toolkit: tooling Vertical Toolkits: vertical-toolkits Organizations: organizations

Sources

Sources: sources Books: sources/Books Events: sources/Events People: sources/People Reports: sources/Reports UGC Communities: sources/UGC Communities

Concepts and Vocabulary

Concepts: concepts Vocabulary: vocabulary

Directory Structure

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.

About

Content on technology acceleration, in cooperation with humans and AI

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors