https://fedihood.social/about

FediHood is a social network built around the place where you live. You choose a city and the topics you care about, then read what neighbours are saying and join in.

It stays a normal fediverse app. Your posts can reach Mastodon, PixelFed, Misskey and the rest, and posts from those servers reach you too.

Source code: https://git.holos.social/tom79/FediHood

There’s only one instance so far: https://fedihood.social/

If new instances are created, they should show up here: https://fedihood.fediverse.observer/list

  • anon_8675309@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    12 hours ago

    Cool. We need something other than NextDoor. I’m like, I know you people! You don’t act this way in person!

      • VitoRobles@lemmy.today
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        I had a few neighborhoods where we had email groups or Facebook groups.

        It’s a good way to interact with people asynchronously.

      • anon_8675309@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        11 hours ago

        I do. I have cool neighbors. But it’s a good way to hear from other neighborhoods what people are sharing regarding local issues.

        The problem is it gets toxic due to politics.

  • Rijunox@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 hours ago

    Tried signing up with a proton email but still haven’t received a confirmation. Are there currently problems with sign ups?

  • veggay@kbin.earth
    link
    fedilink
    arrow-up
    3
    ·
    13 hours ago

    I made an account yesterday and it all seemed fine but after some hours it went empty. Can’t see any posts or anything and my profile is empty as well with a “?” as an icon 🤔

  • Hamartiogonic@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    22
    ·
    1 day ago

    Pretty neat. There’s one post in the same city. Another one about 150 km away, and third one about 350 km away. I really expected everyone to be like at least 3 Mm away from me.

  • Cris_Citrus (he/him <3)@piefed.zip
    link
    fedilink
    English
    arrow-up
    56
    ·
    2 days ago

    Seems like it would be really hard for it to hit critical mass of users but I really like the premise of the platform, I’ll have to make an account

    Thanks for posting it! ☺️

    • Die4Ever@retrolemmy.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      22 hours ago

      Yes, but there’s no ability to search for users yet. So I guess you have to tag them or message them before you can follow them, or maybe if they follow you first

  • poVoq@slrpnk.net
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    2 days ago

    Hmm, I was hoping the source-code would give some disclosure on LLM use, but it is just a single commit and doesn’t mention LLM use. Call me jaded, but that feels a bit like covering your tracks to avoid that topic being raised.

    • WhyJiffie@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 hours ago

      is there somewhere a list of ActivityPub server software that supports events? a very useful thing, but I think only mobilizon and friendica supports it, both of which are buggy, and otherwise not as easy to recommend as lemmy or mastodon.

      • Die4Ever@retrolemmy.comOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 hours ago

        PieFed supports events, but only if you’re posting to a PieFed community not a Lemmy community

  • discoplasm@quokk.au
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 days ago

    sounds very interesting! i am moving to a new city next month so i would love finding some localised stuff more easily :D

  • davidgro@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    This seems unreasonable to me:

    Only one browser at a time holds the keys decrypting new messages, moving needs a fresh backup from the active browser.

    Messages sent after the backup was taken stay unreadable on this browser.

    • Sibbo@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 day ago

      I don’t think an encrypted message feature is necessary for this kind of a web app. If people want to send encrypted messages, they can just switch to a different service for that. Like you get them to know on fedihood, exchange matrix handles or phone numbers or whatever, and then you can use a different service for private communication.

      • brucethemoose@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        10 hours ago

        Less friction is better though. And not everyone knows where else to go for E2E.

        The problem to me would be development burden, but its alreast implemented so…

        • WhyJiffie@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          9 hours ago

          E2EE is very hard to implement safely. serious cryptography is not a hobbyist project. just look at all the problems matrix has had with it.

      • davidgro@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        I feel like it should still work if making a backup didn’t clear a browser, and restoring to a second browser should let both work.

        • WhyJiffie@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          9 hours ago

          key management is lot harder. signal does not support multi-clients for a reason, you can look at the history of matrix with encryption to find out what are the problem is. I’m not sure they even fixed or just know of all the failure modes of it.

          • davidgro@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 hours ago

            Matrix is a good example I think: It allows a client to authorize another client so both work. It’s not the same ‘backup’ scenario, but proves the concept can work.

            Is there an easy reference for the history there? I’ve used it over the years but not regularly enough to see it changing.