#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
    ·
    5 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.

  • originalucifer@moist.catsweat.com
    link
    fedilink
    arrow-up
    4
    ·
    5 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?

  • modulus@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    5 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
      5 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.

  • sab@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    5 months ago

    Looks promising.

    I’m setting it up now, was close to give up when it continuously refused to work after setting up an account. Turns out the passwords randomly generated by Firefox is a bit too hardcore for it, I changed to something with fewer special characters and now all is good. :)

    Edit: It worked for setting up the interface and my profile, but I still cannot sign in from within it. Seems like a promising project though.

    Edit edit: Moved it from a subdomain to a normal folder, now I can sign in, but it still acts a little broken, and doesn’t federate. Oh well, I’ll see if I’ll tinker more later.

  • Blaze@discuss.online
    link
    fedilink
    arrow-up
    1
    ·
    5 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!