I’m working on a system which allows people to get synchronized/coordinated reminders about anything on a daily basis.
It’s just a Rust library ATM, but I might make it into a website or an app eventually (or someone else can, since the algorithm is like 10 lines of code and in public domain).
https://github.com/TypicalHog/randevu
What does this thing solve?
Imagine a game (perhaps obscure/dead one) you and some other people really like, but there’s never enough people playing it at the same time for it to function (imagine it’s a multiplayer game). People could add the game to the list and the game would be featured to everyone who has it on their list of items on the same days. Let’s say once a month or once a year etc. This would allow people to all come play/appreciate/discuss the game on the same days instead of each person randomly remembering it and playing it alone on random days when no one else is. The system also works for movies, videos, books, websites, people, servers and literally ANYTHING else. It also works offline with no internet connection. The system assigns each item a “significance” value each day. Values range from 0 to infinity and each value happens 2 times less often than the previous. For example: 0 happens every single day, 1 about every 2 days (on average), 2 every 4 days, 3 -> 8, 4 -> 16, 5 -> 32 and so on. So imagine a system assigned value 5 to some game today. Every single person who has set their “reminder/significance” threshold to 5 or above for that game will get a reminder about it. And if enough people do so - one can expect that game to have surges of activity every now and then (when its significance number is high). The system essentially “scoops up” everyone who’s interested in something and directs them towards it on the same days. I’m sorry if this is confusing, but the system is actually super simple, I just might be bad at explaining it.
Here’s a visual analogy:
Imagine if each object had a board like one in the picture. The system throws a dart randomly somewhere on the board for each object every day.
The section where the dart lands determines the level of significance that’s assigned to that object. Note that the dart lands on completely different place for different objects like MINECRAFT, XONOTIC and THE_MATRIX_1999. But, for each person using the system, the dart will land on the exact same spot for the same item. So if a dart lands on the section with the number 6 for the object THE_SIMPSONS - every single user who has THE_SIMPSONS on their list will “see” the dart landed on 6 that day. And like I said - anyone who has their reminder threshold set to 6 or more will have THE_SIMPSONS featured that day.
Thank you! I got some mixed feelings from some people when I proposed the use of the system to revive a small Minecraft server I play on, but most commonly, anywhere else where I pitched and posted about the system - it just got completely ignored with no feedback (positive or negative) whatsoever. I can’t tell if people don’t like the randomness of the system or something or they are just not getting it because I’m (I assume) bad at explaining it.
I’ll be honest, I don’t know that I understand it in full, but I think I’m most of the way there. I think the main thing I’m not quite sure on is if some people would be getting Minecraft alerts, for example, every X days while other people’s settings might be every Y days. Is that the case? If so, there could be fewer people on the X cadence and they might not engage because there aren’t as many people joining.
But again, I might not be fully grasping that part.
I’m working on a system which allows people to get synchronized/coordinated reminders about anything on a daily basis. It’s just a Rust library ATM, but I might make it into a website or an app eventually (or someone else can, since the algorithm is like 10 lines of code and in public domain). https://github.com/TypicalHog/randevu
What does this thing solve? Imagine a game (perhaps obscure/dead one) you and some other people really like, but there’s never enough people playing it at the same time for it to function (imagine it’s a multiplayer game). People could add the game to the list and the game would be featured to everyone who has it on their list of items on the same days. Let’s say once a month or once a year etc. This would allow people to all come play/appreciate/discuss the game on the same days instead of each person randomly remembering it and playing it alone on random days when no one else is. The system also works for movies, videos, books, websites, people, servers and literally ANYTHING else. It also works offline with no internet connection. The system assigns each item a “significance” value each day. Values range from 0 to infinity and each value happens 2 times less often than the previous. For example: 0 happens every single day, 1 about every 2 days (on average), 2 every 4 days, 3 -> 8, 4 -> 16, 5 -> 32 and so on. So imagine a system assigned value 5 to some game today. Every single person who has set their “reminder/significance” threshold to 5 or above for that game will get a reminder about it. And if enough people do so - one can expect that game to have surges of activity every now and then (when its significance number is high). The system essentially “scoops up” everyone who’s interested in something and directs them towards it on the same days. I’m sorry if this is confusing, but the system is actually super simple, I just might be bad at explaining it.
Here’s a visual analogy:
Imagine if each object had a board like one in the picture. The system throws a dart randomly somewhere on the board for each object every day. The section where the dart lands determines the level of significance that’s assigned to that object. Note that the dart lands on completely different place for different objects like MINECRAFT, XONOTIC and THE_MATRIX_1999. But, for each person using the system, the dart will land on the exact same spot for the same item. So if a dart lands on the section with the number 6 for the object THE_SIMPSONS - every single user who has THE_SIMPSONS on their list will “see” the dart landed on 6 that day. And like I said - anyone who has their reminder threshold set to 6 or more will have THE_SIMPSONS featured that day.
This is really fucking cool.
Thank you! I got some mixed feelings from some people when I proposed the use of the system to revive a small Minecraft server I play on, but most commonly, anywhere else where I pitched and posted about the system - it just got completely ignored with no feedback (positive or negative) whatsoever. I can’t tell if people don’t like the randomness of the system or something or they are just not getting it because I’m (I assume) bad at explaining it.
I’ll be honest, I don’t know that I understand it in full, but I think I’m most of the way there. I think the main thing I’m not quite sure on is if some people would be getting Minecraft alerts, for example, every X days while other people’s settings might be every Y days. Is that the case? If so, there could be fewer people on the X cadence and they might not engage because there aren’t as many people joining.
But again, I might not be fully grasping that part.