• tiita@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 days ago

    Need to save them within porn jpg.

    That way, when mandatory face recognition for age verification comes into play, I will know who you all are! Har har har!

  • m3t00@piefed.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    used RCS on a VM for years. learning curve not too bad. self hosted for small groups. 3-4 devs

  • occultist8128@infosec.pub
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Interesting post, but maybe better suited for a dev-focused community? Would love to keep this space more for random stuff.

      • occultist8128@infosec.pub
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        5 days ago

        True, but this kind of trend is why Fediverse platforms often stay programmer-heavy. Regular users join, see mostly dev talk even in general spaces, and bounce. I’m not really against posts like this, but I do wish Lemmy could grow its user base by keeping general spaces genuinely random.

        Also, just being honest, it kind of sucks that my earlier comment got downvoted. I wasn’t trying to gatekeep, just sharing a harmless opinion about keeping the vibe more random and less tech-centered. Felt like I got shut down for it.

        Reddit was like that too. Certain communities gradually became echo chambers just because one group dominated the tone. I’d hate to see Lemmy fall into the same pattern.

        And just to follow the same logic—if dev memes count as “random” in lemmyshitpost, I guess I could post “what programming language should I use to build X?” in asklemmy, right? Feels inconsistent to label one as valid and the other as off-topic, depending on who posts it.

        • HatchetHaro@pawb.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 days ago

          “What programming language should I use to build X” does not belong in AskLemmy, because that’s not the format of question that AskLemmy is for.

          On the other hand, “What programming languages do you guys use” does belong in AskLemmy.

          • occultist8128@infosec.pub
            link
            fedilink
            arrow-up
            0
            ·
            5 days ago

            So basically, it’s not about the topic, but about how it’s framed? That kinda proves my point—tech stuff is allowed as long as it’s phrased vaguely or conversationally enough. Which is fine, but still makes the space biased toward people who are familiar with those contexts. I’m not saying don’t allow them, I’m just pointing out that this flexibility doesn’t feel equally intuitive to non-tech people, which can unintentionally gatekeep.

            If niche stuff is going to live in general communities anyway, then what’s the point of having dedicated communities at all? Should we just post everything in the same place and hope the phrasing makes it acceptable?

  • Treczoks@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    No need for that. Have a local server. I don’t use git, it’s useless for what I’m doing, and Subversion is fine.

  • aesthelete@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Git is so easy to host yourself and everyone went and handed over all their code to evil corp to farm on anyway.

    (Though I do understand that they were bought, but that was a while ago and it was only a matter of time before the evil seeped in.)

  • jimjam5@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    It’s a small thing but I appreciate how you didn’t use the image of the rapper of the original meme who seems like an overall terrible person.

      • jimjam5@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        5 days ago

        Yeah I don’t get how he was taken so seriously for so long by so many. I get that not every rapper needs to come from a broken and messed up background, but his verses don’t hit that hard due to all the inauthenticity, as if he did grow up on hard streets lol.

  • SkyNTP@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    Neither. Version control and remote sync to your self hosted gitlab or gitea, or whatever (or no remote at all if you wanna go gambling with your hard drive).

    • InnerScientist@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      5 days ago

      And for those who don’t know: git was there first, then github offered it for code management (they are two different things, don’t confuse git with github!)

    • 6nk06@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      6 days ago

      I would love a subscription to Codeberg to be able to store private projects though. Codeberg is nice but you need an alternative for those special projects and it’s annoying.

        • 6nk06@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          5 days ago

          You can but it’s for specific stuff, not real projects. Everything should be open source and public by default.

          I would gladly pay them to host private projects.

      • justme@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        0
        ·
        6 days ago

        If you work alone you can just use git local without a remote repo. Otherwise there is always self hosting forgejo (the software behind Codeberg). But I also expect there to be other hosting services for that purpose.