• TypicalHog@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    3 months ago

    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 below 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 4 for the object THE_SIMPSONS - every single user who has THE_SIMPSONS on their list will “see” that the dart landed on 4 that day. And like I said - anyone who has their reminder threshold set to 0, 1, 2, 3 or 4 will have THE_SIMPSONS featured that day. Once again, the system isn’t actually throwing virtual darts on a colorful board and is actually just spitting a single number for each item each day, but this visualization is IMO a good abstraction that explains the system.

      • TypicalHog@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        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.

        • smallflag4168@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          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.

          • TypicalHog@lemm.ee
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 months ago

            I see. Well, let’s say some people have their alert set at “level” 4 (2^4 = 16 days) and some have it at 6 AKA 64 days. While the group 4 might be smaller than the group 6 and they might not have much luck finding others online when it’s RDV4 - about every 4th time they will meet the group 6 because 64/16 = 4 and as I mentioned above, every higher level alert always includes any lower ones AKA every time it’s RDV6 - it’s also RDV5, RDV4, RDV3, RDV2, RDV1 and RDV0. So, if you have your reminder threshold at 4 not finding enough people online - you could either bump it up to 5 or 6 (which are guaranteed to be larger (tho rarer)) or you could leave it at 4 and just ignore the alerts unless they are 6+ for example. Let me know if you have any other questions or if you need me to clarify or re-explain something as I would be more than delighted to do so. :D