A collection of short notes from my cross-disciplinary studies, shared as I learn in public.
The status indicator reflects the current state of the work: - Abandoned: Work that has been discontinued - Notes: Initial collections of thoughts and references - Draft: Early structured version with a central thesis - In Progress: Well-developed work actively being refined - Finished: Completed work with no planned major changes This helps readers understand the maturity and completeness of the content.
The confidence tag expresses how well-supported the content is, or how likely its overall ideas are right. This uses a scale from "impossible" to "certain", based on the Kesselman List of Estimative Words: 1. "certain" 2. "highly likely" 3. "likely" 4. "possible" 5. "unlikely" 6. "highly unlikely" 7. "remote" 8. "impossible" Even ideas that seem unlikely may be worth exploring if their potential impact is significant enough.
The importance rating distinguishes between trivial topics and those which might change your life. Using a scale from 0-10, content is ranked based on its potential impact on: - the reader - the intended audience - the world at large For example, topics about fundamental research or transformative technologies would rank 9-10, while personal reflections or minor experiments might rank 0-1.
IndieWeb Note vs Article Distinction
The IndieWeb specification formally distinguishes two written post types based on structure, not length:
name(title) property. Usually has multiple paragraphs, subheadings, blockquotes. What most people call a "blog post."nameproperty or an empty string name. Short, unstructured plain text. The equivalent of a tweet or toot.The distinction matters for Post Type Discovery, the algorithm IndieWeb clients use to determine how to render a post:
This means a titled, categorized, tagged post with multiple paragraphs is an article by IndieWeb definition, even if you call it a "note" on your site. The IndieWeb "note" is specifically the titleless micro-post.
Other recognized post types:
photo,video,audio,bookmark,reply,repost,like,checkin,rsvp,event. All defined by which microformat properties are present, not by an explicit "type" field.