Accurate File Dates for Kiefer's Archives
Behold, actual data from this webserver:
{
...,
"Global War Distinct Factions.md": {
"14038": {
"secs": 1749535914.0,
"text": "Tue Jun 10 01:11:54 2025"
}
},
"Godot Unit Architecture.md": {
"6203": {
"secs": 1634011938.1197774,
"text": "Mon Oct 11 23:12:18 2021"
}
},
"Goldsalt.md": {
"6755": {
"secs": 1754194488.0,
"text": "Sat Aug 2 23:14:48 2025"
}
},
...
}
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