Hey everyone! Thanks for participating in Canvas. I wanted to make a thread to collect together suggestions people have that can be worked on before the next Canvas.

Feel free to also throw in suggestions for future Events we can build and run for the fediverse.

Ill be collecting suggestions together and making issues for them in the repository for myself or some other contributors to work on (the projects open source so anyones free to contribute! https://git.sc07.company/sc07/canvas Feel free to reach out to me and I can help get you set up with the codebase)

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    If you undo the changes done by a bot it could cause chaos. It is better to let users know it needs to be fixed.

    Also you could do some sort of proof of work to make it unfeasible to have a bunch of alts.

    • Lvxferre
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      If you undo the changes dome by a bot it could cause chaos. It is better to let users know it needs to be fixed.

      It could cause chaos if done poorly, indeed. But I think that there are ways to minimise this chaos.

      One of them would be that reverted pixels are marked as “reverted by the admins”, and that appears in an overlay similar to the heatmap.

      Also you could do some sort of proof of work to make it unfeasible to have a bunch of alts.

      Like in cryptography? I like this idea. Perhaps it could be used when there’s a reasonable possibility that two accounts are from the same user; for example same IP, or same username but different instance, etc.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        The only problem with proof of work (pow) is that it won’t perform the same across devices and will kill battery life. The difficulty of the proof would need to be calculated on page load which could open it up to spoofing a different device.