jb55 on Nostr: Another fun one i just thought of immediately after regaining consciousness: 1. Find ...
Another fun one i just thought of immediately after regaining consciousness:
1. Find first note on your account
2. Pick a random timestamp between that note and now:
3. Create a filter modifier like so:
{until: <random-timestamp>, limit: 1}
This would give you a “random” note from everything you’ve ever posted, ignoring the fact that your posts may not be uniformly distributed through time.
Might be a fun algo timeline modifier: “show me a random post from this feed”
1. Find first note on your account
2. Pick a random timestamp between that note and now:
3. Create a filter modifier like so:
{until: <random-timestamp>, limit: 1}
This would give you a “random” note from everything you’ve ever posted, ignoring the fact that your posts may not be uniformly distributed through time.
Might be a fun algo timeline modifier: “show me a random post from this feed”
quoting note1qny…z0a8This just inspired damus' first nostrscript, implemented as a timeline constraint:
https://github.com/damus-io/nostrdb/issues/62
you will be able to apply this "on this day" algo to any timeline (profile pages, contact list, notifications, other lists, etc)
note1mys…wuh9