Personally i’m looking forward to seeing twobestfriendsplay, arkhamasylum, whowouldwin, and respectthreads, on here.

  • abraxas
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Actually did that and got zero results in lemmy.ml. Which was baffling to me.

    The other way that works is clicking your name and then clicking the community in your “Moderates” box. Which proved to me that this instance can see your instance. If seeing your username wasn’t enough for that.

    • Jordan Jenkins@lemmy.wizjenkins.com
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Hmm that is odd. I wonder is that is some slowness in lemmy.ml since they are overloaded causing the federation to slow down. The server can be set to have a limit of federation workers, so if all of those are busy getting updates from servers it might not show up.

      That’s a guess though since I haven’t dug into the codebase and there aren’t really any architecture diagrams of how Lemmy is constructed.

      • abraxas
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Looks like I have to explicitly look for “All” and not “Communities” for some reason. “All/All” instead of “Communities/All”

      • abraxas
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        …no. That does work. But why? When you search on the “Communities” page it automatically sets the category to “Communities”.

        • Barbarian@lemmy.reckless.dev
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Yeah, definitely a papercut I expect we’ll see a lot of users hit. Early days yet, and more dev manpower needed. I’m learning TypeScript and Rust as fast as I can to help out xD

          • abraxas
            link
            fedilink
            arrow-up
            2
            ·
            1 year ago

            Is it a bug, or defined behavior for a reason I just don’t quite grok yet?

            I’m a typescript vet, and if I really stick to lemmy I can see myself trying to help out a bit… but I also get about 4 hours of sleep a night, so it won’t be soon ;)

            • jmp242@sopuli.xyz
              link
              fedilink
              arrow-up
              1
              ·
              1 year ago

              I think it’s defined behavior because the idea (sort of from mastodon I guess???) is that there’s the local instance and it’s communities, and then the federated world. Presumably some people want to ?maybe? stay close to home? It’s def a techie way of thinking, like having your own internal wiki, and then knowing about wikipedia say.

              It made sense to me because I already worked it out for mastodon, but otherwise I can see how that’s confusing.

              • abraxas
                link
                fedilink
                arrow-up
                1
                ·
                1 year ago

                Hmm… Weird. I kinda figured the “Local/Subscriptions/All” toggle would be what defined if I’m checking Federated, and not the “Community/Comments/Posts/All” toggle. I understand the “URL” option if I want to search for a URL. I guess maybe it treats a federated community as a URL even if it’s typed as a community?

                I’m on Mastadon as well, and for some reason never tripped up on this. But I’m not sure I’ve sought out any remote communities in Mastadon like that.

            • Barbarian@lemmy.reckless.dev
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              1 year ago

              I have no idea. I’m currently trying to learn typescript to turn a link like this into this dynamically based on the base URL you’re seeing the page from. I’m lost and don’t know where to start.

              EDIT: WHAT?!?!? THAT WORKS ALREADY?

              test

              EDIT 2: MUST PUT PSA IN LEMMY NOW

              • abraxas
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                1 year ago

                lol! What format are you using? The reddit-like link format? That’s standard markdown I think.