#Seppo empowers you to publish short texts (and images yet to come) and to network in the Social Web. By renting commodity web space and dropping a single file. Without being subject to terms and conditions. Without having to fret about small print or tech lore. And without the need for an IT-consultant. But rather having a life.

  • canpolat@programming.dev
    link
    fedilink
    English
    arrow-up
    9
    ·
    10 months ago

    I think single account ActivityPub implementations are addressing a weakness of the Fediverse: one’s identity (handle, username) is tied to an instance they have no control over. If that instance shuts down users lose everything. With a single account instance, you take that control back. And since it doesn’t need to scale the architecture can be much simpler and can be deployed to much cheaper infrastructure.

    The demo was not straightforward, though. And I didn’t quite get how a user can follow Mastodon users, for example.

  • modulus@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    So, not super sure what this is or how this works. Is the idea that you run the cgi, it sets up static files, and it responds to AP requests like follows, mentions, boosts and such? I realise lots of people don’t like long docs but I didn’t really understand the use case very well.

    • nmtake@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      10 months ago

      I think you’re right. In CGI, web server spawns a process for each incoming request to the CGI app, so the author provide static files for visitors to reduce the overhead.

      Edit: here is the repository: https://codeberg.org/seppo/seppo and written in OCaml, so the single file CGI app is a compiled binary.

  • originalucifer@moist.catsweat.com
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    this is supposed to be simple? i spent a bit digging around this ‘platform’. very odd, seemed very ambiguous to… everything.

    “rent” internet space?

  • Blaze@discuss.online
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    Looks interesting, I find it quite clear.

    Just couldn’t find the creds for the demo instance, but could still see what it would look like. Thanks for sharing!