Accurate File Dates for Kiefer's Archives
Behold, actual data from this webserver:
{
...,
"Thought Lazarus.PDF": {
"148805": {
"secs": 1729565201.0,
"text": "Mon Oct 21 21:46:41 2024"
}
},
"Thought Lazarus.md": {
"13394": {
"secs": 1729707738.0,
"text": "Wed Oct 23 13:22:18 2024"
}
},
"Thoughtstorming.txt": {
"12008": {
"secs": 1528081107.0,
"text": "Sun Jun 3 21:58:27 2018"
}
},
...
}
I have a lot of files (what?) and I like to know how old things are.
It's personally important to me that I keep archives, as I've been making things since I was little and have moved and duplicated stuff from machine to machine over the years.
There's two ways I do this. One is to index earliest files ages found by file name, which is what I do for my notes and articles, as those rarely change file names (and a renamed version is generally renamed for a reason, ie. it's distinct enough to warrant renaming).
For non-text file types or for larger and older archives where there are more cases where the same file has been used in multiple places with different names, I have an open source notebook I use which you can try out for yourself!
–Kiefer