Advanced Search
Search Results
92 total results found
Project Archive
The Digital Preservation Imperative
The "Averaging" Effect and the Loss of Entropy Information theory suggests that the value of a message is found in its unpredictability (entropy). Human thought is high-entropy; it is full of non-sequiturs, unique metaphors, and "incorrect" but brilliant leaps...
Solution to the Shrinking and Flattened Web
The Silo Strategy The fundamental countermeasure to the pincer movement is the transition from a consumer of live data to a curator of static snapshots. This strategy rests on the assumption that any information not physically possessed and geographically isol...
Introduction
The problem with AI and Proposed Solution
The Sea of Fate Storage proposal
The Physical Foundation: Pear and the Archival Array The practical execution of the Silo Strategy is anchored by the physical hardware of the host Pear. While the broader project is conceptualized as a "Digital Silo," its survival depends on the specific stora...
Data Acquisition
The Mechanics of Acquisition: Targeted Ingestion and Tool Selection Establishing a 30TB "Silo" requires a disciplined approach to how data enters the network. In an environment where the open web is being progressively walled off, the "where" and "how" of data...
Executive Summary
Project Codex and the Silo Strategy The digital landscape of 2026 has reached a terminal inflection point, where the fundamental integrity of the internet as a repository of human thought is under systemic assault. The emergence of the "Pincer Movement"—a dual...
Bridging the Cognitive Gap
The AI Paradox: Bridging the Cognitive Gap A profound irony defines the current archival crisis: while artificial intelligence is the primary driver of the "flattening" and "washing" of the global internet, it is also the only tool capable of helping a single ...
Host Preparation
Details how Pear will be used and constraints
Constraints
Resource Contention and the Memory Bottleneck on Pear While the archival mission of Project Codex is a primary objective, it does not exist in a vacuum. The host Pear is a multi-role server, functioning as the central nervous system for a variety of critical s...
Infrastructure Inventory
The Sea Of Fate Hardware Stack Before establishing the specific constraints of the project, it is essential to document the physical foundation of our network. As of early 2026, the Sea Of Fate infrastructure is a multi-node ecosystem designed to balance high-...
Network Architecture and Traffic Flow
The Sea Of Fate network is designed with a "layered security" model that balances the convenience of a standard home network with the hardened isolation required for a secure data silo. By utilizing a multi-NIC Proxmox setup and a dedicated virtualized firewal...
The Storage Hierarchy – Speed, Scale, and the L2ARC Lesson
The storage architecture of Project Codex is a study in balancing the conflicting requirements of extreme capacity, data integrity, and throughput. In a home lab environment where budgets are finite, we cannot rely on all-flash arrays for multi-terabyte datase...
The AI Ingestion Pipeline – Intelligence vs. Automation
In the architectural evolution of Project Codex, the role of the AI is often misunderstood as the "engine" of ingestion. In reality, the 5060 Ti GPU is a precision instrument, and we have made a strategic distinction between Data Ingestion (moving and extracti...
Projects
Sea of Fate Projects
Https settings & setup guide for Apache Nginx
Introduction
The purpose of this guide is to delineate the strategic integration of the Apache HTTP Server and Nginx within a modern web infrastructure, specifically focusing on the deployment of a robust, tiered hosting environment. In the contemporary landscape of system...
The Anatomy of the Apache Virtual Host: Port 443 and SSL Integration
To start off we have a basic Apache config that will look something like the below <VirtualHost *:443> ServerName notes.seaoffate.net DocumentRoot /var/www/bookstack/public_html <Directory /var/www/bookstack/public_html> Options FollowSymLinks...