Discover and explore top open-source AI tools and projects—updated daily.
the-hidden-fishA system for preserving the integrity of community-edited documents
New!
Top 34.5% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> This project provides an immutable, auditable mirror for anonymously editable online documents, such as community-maintained "Advisor Red Flags Notes," which are vulnerable to silent content deletion. By capturing every edit and deletion in Git history and rendering a live view that preserves removed content, it offers researchers and power users a robust defense against censorship and data loss in collaborative information repositories.
How It Works
<2-4 sentences on core approach / design (key algorithms, models, data flow, or architectural choices) and why this approach is advantageous or novel.>
An automated pipeline, triggered by a systemd timer every two minutes, fetches the source Google Doc. It normalizes content, generates deterministic snapshots and paragraph-level deltas based on content hashes, and runs a local LLM to flag PII, personal attacks, or suppressive edits. The system then renders a live index.html view via GitHub Pages, preserving deleted content as "ghost paragraphs" with timestamps, ensuring a complete, auditable history.
Quick Start & Requirements (only include this section if it contains useful information)
systemd timer to execute Python scripts in scripts/.git, flock, Google Drive API access, a local LLM, and a Python environment.Highlighted Details
Maintenance & Community
Licensing & Compatibility
scripts/) is Public Domain (CC0). Mirrored content (snapshots/, deltas/, docs/) retains original author rights.Limitations & Caveats
<1-3 sentences on caveats: unsupported platforms, missing features, alpha status, known bugs, breaking changes, bus factor, deprecation, etc. Avoid vague non-statements and judgments.> Functionality depends on the original Google Doc's availability and API access. LLM review effectiveness is model-dependent. As an observational mirror, it passively reflects changes without controlling the source document.
4 days ago
Inactive
romansky
stencila
allenai