[go: up one dir, main page]

  • key@lemmy.keychat.org
    link
    fedilink
    English
    arrow-up
    17
    2 years ago

    Harder than implementing RSS. Less hard than writing Linux from scratch. Where it lays in the middle depends a shitload on your requirements. How much you want to federate (a blog post VS conversations for instance), do you try for exact compatibility with existing services VS using a different activity type, is it one way or bidirectional, how does it need to scale, etc. I don鈥檛 know of a generic library you can use so you鈥檇 need to read and understand the spec.

    • abhibeckert@lemmy.world
      link
      fedilink
      arrow-up
      4
      2 years ago

      Harder than implementing RSS.

      I wouldn鈥檛 be so sure about that. RSS is a ridiculously complex standard and almost nobody gets it right. Good chance you鈥檒l be back over and over to fix bugs and then, when you have more data in your database, you鈥檒l be doing it all over again after refactoring things to improve performance and causing more bugs.

    • asudox@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      edit-2
      2 years ago

      Bidirectional.

      It probably will only federate:

      • Communities that are created
      • Posts that are created
      • Comments that are created
      • Deletion of posts, users and comments
      • Modlog for the action mentioned above