Releases: lossless-group/lossless-content
Releases · lossless-group/lossless-content
Introducing Projects and Map of Content
Projects: projects were previously organized by client. Now they will be fully featured unless requested to remain private by the client.
Map of Content: curating content in various places on the Lossless Site was done through JSON files in the site/src. They are now managed through the Map of Content methodology, allowing us to use markdown files with Obsidian features (backlinks) to quickly and accurately curate content.
Directory Structure
As of August 2025, the directory structure is as follows:
├── changelog--code
├── changelog--content
├── changelog--<client1>
├── Citations
├── client-content
│ ├── <client4>
│ │ └── Portfolio
│ ├── Colearn
│ ├── Commando
│ │ └── Portfolio
│ ├── <client6>
│ │ └── Reader
│ ├── <client2>
│ │ └── Portfolio
│ ├── <client1>
│ │ ├── essays
│ │ ├── Findings
│ │ ├── Projects
│ │ ├── Recommendations
│ │ └── Sources
│ ├── Obsidian-Plugin-Community
│ ├── <client5>
│ │ └── Recommendations
│ └── <client7>
│ └── Projects
├── concepts
│ ├── CARBS
│ ├── Explainers for AI
│ │ └── LLM Parameters
│ └── Explainers for Tooling
├── essays
├── lost-in-public
│ ├── blueprints
│ ├── explorations
│ ├── inspiration-cases
│ ├── issue-resolution
│ ├── keeping-up
│ ├── market-maps
│ ├── notes
│ │ └── notes-from-the-rabbit-hole
│ ├── practices
│ ├── prompts
│ │ ├── code-style
│ │ ├── data-integrity
│ │ ├── render-logic
│ │ ├── user-interface
│ │ └── workflow
│ ├── refactors
│ ├── reminders
│ ├── talks
│ ├── to-hero
│ └── up-and-running
├── moc
├── node_modules
│ └── uuid -> .pnpm/uuid@11.1.0/node_modules/uuid
├── organizations
├── projects
│ └── Augment-It
│ ├── Previous-Implementations
│ ├── Prompts
│ └── Specs
├── sessions
├── slides
├── sources
│ ├── Books
│ ├── Brand Content
│ ├── Events
│ ├── Laerdal Entities
│ ├── Lectures
│ ├── Media
│ ├── Meetings
│ ├── People
│ │ ├── Influencers
│ │ └── Laerdal-Team
│ ├── Reports
│ ├── Source Extracts
│ │ └── GitHub Repos
│ └── UGC Communities
├── specs
├── test-files
├── tooling
│ ├── AI-Toolkit
│ │ ├── Agentic AI
│ │ ├── AI Infrastructure
│ │ ├── AI Interfaces
│ │ ├── AI Programming Frameworks
│ │ ├── Data Augmenters
│ │ ├── Generative AI
│ │ ├── Knowledge AI
│ │ ├── Model Producers
│ │ └── Models
│ ├── Creative
│ ├── Data Utilities
│ ├── Enterprise Jobs-to-be-Done
│ │ ├── Content Management Systems
│ │ ├── Integration Platforms
│ │ └── Learning Experience Platforms
│ ├── Hardware
│ ├── Portfolio
│ ├── Productivity
│ │ └── Personal Cloud
│ ├── Products
│ ├── Scouting
│ ├── Software Development
│ │ ├── Cloud Infrastructure
│ │ ├── Databases
│ │ ├── Developer Experience
│ │ ├── Frameworks
│ │ ├── Lego-Kit Engineering Tools
│ │ ├── Product Analytics
│ │ └── Programming Languages
│ ├── Training
│ └── Web Browsers
├── vertical-toolkits
│ └── FinTech
├── visuals
│ ├── ContentDisplays
│ ├── For
│ │ └── Recraft-Generated
│ ├── GIFs
│ ├── Heroes
│ ├── imageOf
│ ├── Screenshots
│ └── Trademarks
└── vocabulary