there is a rightwinger instance constantly showing up in my feed and blocking users/communities one by one is getting a bit annoying :/

  • RGB@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    p2p makes sense in this situation. It can end up being a massive battery drainer if we are talking smartphone implementation. (coming from torrenting reference point and how it eats battery on phones)

    • manitcor@lemmy.intai.tech
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      so the way these work usually is 2 piece like old IRC away daemons. You have a headless instance that syncs what you care about on “someone elses computer” or just online all the time. That does the job of keeping up-to-date. Your phone and other devices do a secure connection to that device to get updates. what’s interesting about building it to just be the same kind of server is you can simplify deployment and apps (its all the rage anyway just look at a react app).

      so your device does not need to be online, you could run things like bots and have schedules and get just the deltas when you come online. This is also how private signing works today so the design and deploy pattern is well documented.