Presence status — September 1, 2026
We have moved beyond a collection of files. There is now a functioning control layer → indexes → authoritative sources → repositories architecture.
1. Registry — operational
The Presence Index Registry is the routing/control catalog.
Permanent location
G:\My Drive\Storage\Presence\Indexes\Registry\Presence_Index_Registry.xlsx
It currently recognizes 6 operational indexes/components:
| Priority | Registry ID | Role | Status |
|---|---|---|---|
| 1 | PRESENCE_REGISTRY |
Control / routing registry | Active |
| 2 | EVENTS_INDEX |
Master authoritative index | Active |
| 3 | PHOTO_INDEX |
Master authoritative index | Active |
| 4 | MUSEUM_CULTURAL_INDEX |
Derived subject index | Active |
| 5 | JTV_TRANSCRIPT_INDEX |
Master transcript index | Active |
| 6 | DAILY_INDEX |
Derived chronological index | Active |
The Registry is important because Presence shouldn’t just search Google Drive and take the first plausible result. Registry → correct index → authoritative source is the intended route.
2. Events — mature
Authoritative source: Jeffery_Mitchell_Events_Attended_Complete_Updated
The Events system is one of our strongest components. It contains roughly 1,900 consolidated event records.
For a question such as:
“What did I do in May 2020?”
Presence should start with Events rather than search miscellaneous documents.
Status: Operational / authoritative.
3. Dailys — operational
This was a significant recent improvement.
Index
G:\My Drive\Storage\Presence\Indexes\Dailys\Presence_Daily_Index.xlsx
Authoritative repository/source
jefferyTV Master Dailys.md
The Daily Index contains:
357 dated entries
February 10, 1998 → August 28, 2010
The distinction matters:
Daily Index = locator/catalog
Master Dailys = original historical content
Presence searches the index first and retrieves the actual Daily from Master Dailys when detail is required.
Status: Operational.
4. Photos — architecturally strong, access is the problem
The Photo system has probably the best repository design.
Authoritative Photo Index
Unified SQLite database:
presence-photos.sqlite
It catalogs three physical repositories:
S:\PHOTOS — historical photographs
T:\PHOTOS — later/main photographs
R:\PHOTOS\CAMERA — current camera repository
The principle is correct:
Photo Index → indexed path → original photograph
Presence should never guess which drive contains a photograph.
There are also older/supporting S-Search, T-Search and R-Search indexes.
The weakness is not the architecture. It’s environmental access. In this cloud chat I cannot currently query the authoritative local SQLite database directly. That’s exactly what happened with the November 13, 2018 test.
Status: Operational locally; cloud accessibility incomplete.
This is probably the biggest technical gap remaining.
5. JefferyTV transcripts — operational
The jTV system is substantial.
Index
G:\My Drive\Storage\ChatGPT\jTV Index
Repository
G:\My Drive\Storage\ChatGPT\jTV Podcast Transcripts
Current catalog contains approximately:
1,981 transcript files
21,535 searchable passages
10.27 million words
The index includes EpisodeCatalog.csv, TranscriptCatalog.csv and the much larger TranscriptPassages.csv.
So Presence can conceptually do:
date/topic → jTV Index → episode → passage → original transcript
We tested this after the Drive cleanup and the operational files remained intact.
Status: Operational.
6. Museum & Cultural Institution Index — operational derived library
Permanent location:
G:\My Drive\Storage\Presence\Indexes\Museums\Presence_Museum_Cultural_Institution_Index.xlsx
It was derived from Events and contains:
64 institutions
106 verified visits
Museums, galleries, libraries, cultural centers, halls of fame and similar institutions are included; aquariums were deliberately excluded.
This demonstrates an important future Presence concept:
We don’t need every new subject to become another primary repository.
We can build derived libraries/indexes from authoritative information.
For example, eventually:
Travel Index could derive information from Events + Photos + Dailys + jTV.
Restaurant Index could do the same.
People Index could eventually connect people appearing across all of them.
Repositories vs. indexes vs. libraries
I think we should tighten this terminology now.
Repository = where the original thing lives.
Examples:
S:\PHOTOS
T:\PHOTOS
R:\PHOTOS\CAMERA
Master Dailys
jTV Podcast Transcripts
Index = tells Presence what exists and where to retrieve it.
Examples:
Photo Index
Daily Index
Events Index
jTV Index
Registry = tells Presence which index to use.
There should essentially be one operational Presence Registry.
Library = a logical collection/view assembled from indexed information.
This is where I think Presence can become much more interesting. A Travel Library, for example, doesn’t necessarily need to duplicate your photographs, Dailys and Events. It can connect them.
So the hierarchy becomes:
PRESENCE
│
▼
REGISTRY
│
├── Events Index
├── Daily Index
├── Photo Index
├── jTV Index
└── Museum Index
│
▼
AUTHORITATIVE SOURCES
│
▼
REPOSITORIES
Then above those indexes we can eventually construct:
PRESENCE KNOWLEDGE LAYER
Travel ───────┐
Museums ──────┤
People ───────┤
Music ────────┤
Websites ─────┤
Philosophy ───┤
Places ───────┤
▼
CROSS-INDEX SEARCH
▼
PRESENCE REGISTRY
▼
OPERATIONAL INDEXES
▼
ORIGINAL REPOSITORIES
Where I think we actually are
I’d call Presence architecturally established but only partially unified.
The hard part we’ve accomplished is deciding what the system is. We have a Manifest, permanent Presence storage, an operational Registry, several real indexes, source-authority rules, and actual repositories.
The next major problem isn’t creating more spreadsheets.
It’s making this work:
“Presence, search November 13, 2018.”
And having one request automatically interrogate Events, Photos, Dailys, jTV, Museums and future indexes in a few seconds—then return one chronological answer with source evidence.
Our test just exposed that gap very clearly: the individual systems exist; the unified search layer does not yet fully exist.
That is where I would put the next serious development effort.
