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

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

      • Pons_Aelius@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        Sort of, although Pom is at least a century older as Seppo was coined during world war 2. It comes from the rhyming slang Yank to Septic Tank to Seppo.

        It came from the swagger of the US service men in Aus during the war and the implication that many of them are full of shit.

      • Ada@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        Not quite. Yank would be a closer comparison to Pom.

        Seppo is closer to “Pommy bastard” in terms of severity. It can be used in a good natured way, but it’s slightly derogatory.

      • Spuddlesv2@lemmy.ca
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        It’s a bit harsher than “Pom” and is rarely used in a positive way, unlike Pom which can be an insult or a term of endearment. I don’t think I’ve ever heard Seppo used in a positive way, now that I think of it.

    • macniel@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      Whelp, researching a product name ahead of a release really helps to prevent those connotations :D

    • Daeraxa@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      5 months ago

      UK too, particularly common in the forces.(For those unaware it is rhyming slang - seppo = septic tank = yank). Somtimes just “septics” too.

  • sab@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    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.

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

  • canpolat@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    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.