Core Concepts §
Archaeobytology The study and practice of excavating, preserving, interpreting, and building with digital artifacts—particularly those murdered by platform shutdowns or rendered obsolete by technological change. Combines retrospective preservation (the Archive) with prospective creation (the Anvil).
Archaeobyte A digital artifact that was once alive (accessible, functional), died through platform shutdown or obsolescence, and has been preserved in some form. Exists in liminal state between death and potential resurrection. Example: GeoCities pages saved by Archive Team.
Vivibyte A digital artifact that is currently alive (accessible, functional) but exists on vulnerable infrastructure facing existential threats. The “living endangered species” of digital culture. Example: Content on Twitter/X during ownership instability.
Umbrabyte A digital artifact that is technically dead (inaccessible, non-functional) but has not been properly preserved. Exists in fragmentary or corrupted form, haunting the present through memory and partial remnants. Includes several subtypes of liminal artifacts:
- Zombyte (formerly Necrobyte): An artifact that was dead but has been “resurrected” through external emulation or reconstruction, giving it an “undead” functionality not native to the current ecosystem. Example: Flash games running via Ruffle.
- Xenobyte: An artifact so old or alien (orphaned code, lost encryption keys) that it is unintelligible without extensive interpretation or translation. It is the artifact on the verge of becoming permanently opaque.
Nullibyte A digital artifact known or believed to have existed but which currently resides beyond the horizon of recoverability. It is not a file; it is a “missing persons report.” Example: The 50 million songs lost in the MySpace server migration.
Cryptobyte A “digital cryptid”—an artifact rumored to exist but never verified by forensic evidence. It exists in folklore rather than the file system. Example: The “Polybius” arcade game, legendary “lost” cuts of films.
Petribyte A digital artifact so old that its original context is historical, has been durably preserved by institutions, and is treated as cultural heritage. Has achieved monumental stability. Example: ARPANET documentation preserved by Computer History Museum.
The Three Pillars of Digital Sovereignty §
Declaration (I Am) The principle that you should be able to declare your identity and existence without permission from platforms or intermediaries. Includes self-owned identity ([email protected]), persistent presence, and uncensorable voice.
Connection (Instant Message) The principle that you should be able to communicate directly with others without platform mediation, monitoring, or monetization. Includes peer-to-peer communication, portable relationships, and intentional discovery.
Ground (Digital Real Estate) The principle that you should own the infrastructure your digital life is built on, not rent it from landlords who can evict you. Includes data ownership, infrastructure control, and persistence independent of platform survival.
Digital Sovereignty The ability to exist, communicate, and build in digital space without corporate gatekeeping. Achieved through embodying all Three Pillars. Not absolute freedom (legal and social accountability remain), but freedom from arbitrary platform power.
The Archive and the Anvil §
The Archive The retrospective practice of Archaeobytology: excavating endangered artifacts, preserving them with technical and cultural fidelity, curating collections, interpreting for future generations, and providing access. Looks backward to save what’s endangered.
The Anvil The prospective practice of Archaeobytology: forging tools, protocols, and institutions that embody digital sovereignty and resist the forces that murdered previous platforms. Looks forward to build alternatives. Named for the blacksmith’s anvil where new things are forged.
Dual Soul The integration of Archive and Anvil as complementary practices. Neither is sufficient alone: Archives without alternatives accept defeat; building without remembering repeats mistakes. The complete Archaeobytologist embodies both.
The Architecture of the Archive The internal structural metaphors for organizing preserved artifacts:
- The Seed Bank: The repository for Vivibytes. Its function is replanting; storing resilient, living artifacts (like HTML or MP3s) to prove that durable technology is possible.
- The Haunted Forest: The repository for Umbrabytes. Its function is warning; storing the “ghosts” of murdered platforms to document what is lost when ecosystems die.
- The Blueprint Vault: The repository for Petribytes. Its function is instruction; storing “fossils of function” (like the Away Message) as design patterns for future builders.
Preservation and Triage §
Triage The methodology for deciding what to preserve when you cannot save everything. Borrowed from emergency medicine. Requires making difficult choices about cultural significance, technical fragility, rescue feasibility, redundancy, and ethics.
The Custodial Filter Five-question ethical framework for triage decisions: (1) Cultural Significance—does this represent something that would otherwise be lost? (2) Technical Fragility—how close to disappearance? (3) Rescue Difficulty—how hard to preserve? (4) Existing Redundancy—is someone else saving this? (5) Consent and Ethics—should we preserve this?
Custodial Responsibility The ethical burden of preservation: by choosing what to save, you decide what future generations can know about the past. Every preservation decision is also a decision to let something else die. Carries weight of gatekeeping historical memory.
Triage Matrix A decision-making tool used during triage to score potential targets based on value vs. risk/effort. Helps objectify the difficult choices of what to save and what to leave.
Go/No-Go Decision The binary decision point in a preservation workflow where a team commits to a rescue operation or abandons the target. Often made under time pressure during a “War Room” scenario.
War Room The coordinated digital or physical space where a preservation team gathers during an emergency rescue (e.g., the 30 days before a site shutdown) to manage tasks, scripts, and storage in real-time.
Breadth-First Archiving A capture strategy prioritizing the top-level pages of many sites to create a “skeleton” of the web, versus Depth-First, which captures every asset of a single site. Useful when time is limited.
Platform Murder Deliberate erasure of digital artifacts by platforms through shutdown, terms of service purges, or acquisition-and-closure. Distinguished from passive obsolescence (technological decay) or neglect (link rot). Active corporate choice to kill content.
Forensic Methodology §
Forensic Materiality The concept that digital objects have a physical reality (inscriptions on a disk, voltage in memory) that can be studied as trace evidence, distinct from their symbolic meaning.
Formal Materiality The symbolic structure of digital objects (file formats, headers, code) that dictates how they behave and interact with software.
Frictional Data The “glitch” or resistance in a digital file that reveals its material history and the constraints of the medium (e.g., compression artifacts in a JPEG, corrupted headers).
Chain of Custody The documentation of the chronological history of the evidence (digital artifact). Essential in forensics to prove that the data analyzed is the same data originally collected.
Magic Numbers Unique sequences of bytes at the beginning of a file that identify its format. Used in forensics to identify file types even if extensions are missing or renamed.
Forensic Image A bit-for-bit copy of a storage media (hard drive, floppy disk). Unlike a standard file copy, it captures deleted files, slack space, and system data essential for recovery.
Technical Concepts §
Web Scraping Automated extraction of data from websites using tools like wget, HTTrack, or custom scripts. Can range from simple HTML downloads to complex JavaScript rendering. Often operates in legal gray area when done without platform permission.
API Harvesting Using a platform’s Application Programming Interface to bulk-download content. More reliable than scraping when available, but platforms control API access and can revoke it.
Emulation Running old software or systems in a simulated environment. Allows obsolete programs (Flash games, DOS applications) to function on modern hardware. Preserves not just files but user experience. Example: Ruffle emulator.
Emulation-as-Service The delivery of emulation via a web browser, allowing users to interact with obsolete software without installing local emulators. The Internet Archive’s DOSBox implementation is a prime example.
Fidelity Ladder The spectrum of preservation quality: Level 1 (Documentation/Screenshots) → Level 2 (Static Archive) → Level 3 (Emulation) → Level 4 (Resurrection/Rebuilt Backend).
Format Migration Converting files from obsolete formats to current standards to ensure long-term accessibility. Risk: May lose fidelity or functionality in translation.
Bit Rot Gradual degradation of digital storage media over time. Hard drives fail, CDs deteriorate, flash memory loses charge. Requires active preservation through redundant copies and periodic data migration.
Link Rot The phenomenon of hyperlinks breaking over time as the pages they point to are moved or deleted. A primary driver of the “vanishing web.”
Dark Archive A collection of preserved material that is not accessible to the public, often due to copyright, privacy, or donor restrictions. Preserved for the future “when the copyright expires” or for authorized researchers.
The 3-2-1 Rule The standard for data redundancy: 3 copies of data, on 2 different media types, with 1 copy off-site. The baseline for avoiding data loss.
WARC (Web ARChive format) ISO standard format for archiving web content. Stores HTTP headers, request/response data, and metadata. Used by Internet Archive’s Wayback Machine. Preserves not just content but context.
LOCKSS (Lots of Copies Keep Stuff Safe) Distributed digital preservation system and philosophy. Multiple institutions maintain copies of collections; if one fails, others survive. Embodies redundancy principle.
Metadata “Data about data”—information describing an artifact’s context, provenance, technical characteristics, and relationships. Essential for making preserved artifacts discoverable and interpretable.
Institutional and Economic Terms §
The Archive Business Model Organizational design for sustainable preservation. Includes funding sources (grants, donations, subscriptions, services), governance structure (non-profit, cooperative, hybrid), and technical infrastructure. Must survive 50+ years to succeed.
The Anvil Business Model (The Foundry) Organizational design for profitable sovereignty tools that don’t become extractive platforms. Includes revenue models that avoid surveillance capitalism. Must embody Three Pillars in business design itself.
Heroic Founder Problem The organizational vulnerability where a project relies entirely on the energy, resources, or knowledge of a single individual. If the founder burns out or leaves, the project dies.
Federated Architecture System design where multiple independent servers (instances) interoperate using open protocols. No central authority controls the network. Example: Mastodon.
Platform Capitalism Economic system where digital platforms extract value by controlling access to networks, users, and data. Creates walled gardens, lock-in effects, and surveillance business models.
Surveillance Capitalism Business model based on extracting behavioral data as raw material for prediction products sold to advertisers. Platforms surveil users to monetize attention. Incompatible with digital sovereignty.
Enshittification The lifecycle of platform decay where services first offer value to users to lock them in, then abuse users to capture business customers, and finally abuse both to capture value for shareholders.
Platform Feudalism An economic arrangement where users act as “tenant farmers” on digital land owned by platforms, creating content and value without owning the “ground” or having rights to the infrastructure.
Adversarial Interoperability The ability to create a new tool that plugs into an existing one without the permission of the original tool’s maker. A key strategy for reclaiming digital sovereignty (coined by Cory Doctorow).
Commons Governance Elinor Ostrom’s framework for collectively managing shared resources. Applied to digital preservation through principles like Graduated Sanctions (rule violations met with increasing penalties rather than immediate expulsion).
Open Core A business model where the core software is open source and free, but advanced features or hosting are paid. A common model for sovereign tech businesses (“Foundries”).
Exit to Community (E2C) A strategy for transferring ownership of a platform or company from investors/founders to its user community, often through a cooperative model or trust.
The Third Way A digital ecosystem that rejects both corporate centralization (Big Tech/Feudalism) and unmanaged chaos, prioritizing sovereignty, federation, and commons governance. Not a utopia, but a necessary alternative.
Exit Rights The technical and legal ability to leave a platform without losing your data, social connections, or identity. A prerequisite for sovereignty.
Pluralism The coexistence of multiple ownership models (state, corporate, cooperative, personal) to ensure systemic resilience.
Ethical and Legal Terms §
Right to Be Forgotten Legal concept that individuals can request deletion of personal data. Creates tension with preservation: historians want to save everything, but privacy advocates prioritize consent and erasure.
Fair Use / Fair Dealing Legal doctrine allowing limited use of copyrighted material without permission for purposes like criticism, education, research, and preservation.
Context Collapse When content created for one audience becomes visible to a different audience. Common in archives when private/semi-private content is preserved and made accessible.
Informed Consent Ethical principle that people should understand and agree to how their data/content is used. Complicated in preservation where users often didn’t expect permanent archiving.
Custodial Ethics Framework for responsible stewardship of preserved artifacts, prioritizing harm reduction and transparency.
Movement and Discipline Terms §
Discipline Formation Process by which scattered practices become recognized academic/professional field. Requires intellectual coherence, institutional infrastructure, and external recognition.
Boundary Work Defining a discipline by exclusion—stating what it is NOT. Clarifies distinct identity.
Knowledge Infrastructure Journals, conferences, textbooks, handbooks, etc., that standardize and disseminate a field’s knowledge.
Institutional Anchors Universities, centers, institutes, labs, and programs that provide stable homes for a discipline.
Professional Pathways Clear career routes for people trained in a discipline. Essential for field sustainability.
Movement Building Strategic work to grow discipline from scattered practice to recognized field.
Trading Zone A space where different disciplines (e.g., Computer Science and History) can collaborate using a shared “pidgin language” without merging completely. Essential for the coalition model of Archaeobytology.
The “Gladwell Moment” The point where a complex academic field gains mainstream visibility through a popular book or media event. A milestone in public visibility.
The Tenure Trap The academic risk where public scholarship (op-eds, advocacy) is undervalued by promotion committees, disincentivizing engagement.
Historical Platforms and Projects §
GeoCities Web hosting service (1994-2009) that gave millions of people free homepages. Canonical example of platform murder.
Vine Short-form video platform (2012-2017) known for 6-second loops. Example of cultural significance vs. preservation difficulty.
Flash Player Multimedia platform by Adobe (1996-2020). Example of a tech ecosystem death that created millions of Umbrabytes.
Internet Archive Non-profit digital library (1996-present). Gold standard for institutional preservation.
Archive Team Guerrilla digital archiving collective (2009-present). Fast, agile, preserves dying platforms.
Mastodon Federated social network (2016-present). Example of sovereign, federated architecture in practice.
Related Fields and Influences §
Digital Humanities Field using computational methods for humanities research. Related to but distinct from Archaeobytology.
Media Archaeology Theoretical field excavating dead media. Provides theoretical foundation.
Library and Information Science (LIS) Professional field managing information collections. Provides standards and ethics.
Science and Technology Studies (STS) Field studying science/technology and society. Provides frameworks for power and politics.
Platform Studies Examining how platforms shape cultural production.
Key Thinkers and Works §
Brewster Kahle Founder of Internet Archive. Builder-Evangelist.
Cory Doctorow Activist, author. Advocate for adversarial interoperability.
Elinor Ostrom Nobel laureate. Theorist of commons governance.
Shoshana Zuboff Theorist of surveillance capitalism.
Lawrence Lessig Legal scholar. “Code is Law.”
Wendy Hui Kyong Chun Media theorist. “The Enduring Ephemeral.”
Matthew Kirschenbaum Digital humanities scholar. “Forensic Materiality.”
Acronyms and Abbreviations §
API — Application Programming Interface CAPTCHA — Completely Automated Public Turing test to tell Computers and Humans Apart CSS — Cascading Style Sheets DH — Digital Humanities DMCA — Digital Millennium Copyright Act DNS — Domain Name System DRM — Digital Rights Management E2E / E2EE — End-to-End Encryption EFF — Electronic Frontier Foundation ENS — Ethereum Name Service GDPR — General Data Protection Regulation HTML — HyperText Markup Language HTTP/HTTPS — HyperText Transfer Protocol (Secure) ICANN — Internet Corporation for Assigned Names and Numbers IPFS — InterPlanetary File System IRB — Institutional Review Board ISP — Internet Service Provider LIS — Library and Information Science LOC — Library of Congress NARA — National Archives and Records Administration NEH — National Endowment for the Humanities NSF — National Science Foundation P2P — Peer-to-Peer POSSE — Publish On your Own Site, Syndicate Elsewhere RSS — Really Simple Syndication SMTP — Simple Mail Transfer Protocol STS — Science and Technology Studies TOS — Terms of Service URI/URL — Uniform Resource Identifier/Locator WARC — Web ARChive format W3C — World Wide Web Consortium
Concepts from the Textbook Chapters §
Archive Sustainability Matrix Three-dimensional framework from Chapter 11 for designing preservation organizations: Funding, Governance, Technical Infrastructure.
Foundry Business Matrix Framework from Chapter 12 for building sovereign businesses: What to Sell × Revenue Model × Business Structure.
Sovereignty Stack Six-layer infrastructure analysis from Chapter 15: (1) Physical, (2) Network, (3) Identity, (4) Storage, (5) Application, (6) Economic. Used to audit ownership and control.
Movement-Building Matrix Five-dimensional framework from Chapter 16 for discipline formation: Knowledge Infrastructure, Institutional Anchors, Professional Pathways, Public Visibility, Policy Advocacy.
Public Intellectual Toolkit Five skills from Chapter 17 for translating research into impact: Writing for Audiences, Media Engagement, Public Speaking, Platform Building, Policy Influence.
End of Appendix A: Glossary of Terms
Next: Appendix B — Essential Tools & Resources