lucasnoetzold / script

Script shall be a frankenstein made of external brain, task management, calendar, project management and note taking features.
GNU General Public License v3.0
0 stars 0 forks source link

spike: how to ID thoughts #7

Closed lucasnoetzold closed 4 months ago

lucasnoetzold commented 4 months ago

options:


After (not so) careful consideration, I decided to use a custom computable ID structure for this project: a 8 characters string ID where the first 6 characters stand for the timestamp, counting from 0 at 2024-01-01T00:00:00Z with seconds precision (you shall not have more than 1 thought per second, that's decided), and the last 2 are entropy (just to be safe).

Example: 07981T9G where the first 6 characters 07981T stand for the timestamp 2024-05-21T01:27:29.000Z and the last two 9G are random.

Caveats: