Accurate File Dates for Kiefer's Archives
Behold, actual data from this webserver:
{
...,
"Humants.md": {
"17536": {
"secs": 1571880525.0,
"text": "Wed Oct 23 20:28:45 2019"
}
},
"I Love Drywall.md": {
"23135": {
"secs": 1776202603.6923587,
"text": "Tue Apr 14 16:36:43 2026"
}
},
"IMG_0633.JPG": {
"114605": {
"secs": 1468465517.0,
"text": "Wed Jul 13 22:05:17 2016"
}
},
...
}
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