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

      This is the problem, making the fork known to the userbase of the original software. When the Atom text editor was killed by Microsoft we decided to fork it as Pulsar but it was an uphill struggle to really get the word out. We got a massive boost when the youtuber Distrotube featured us in an episode and again with an itsfoss article but we still routinely find people who have been using Atom without knowing we even exist.

      • lad@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        You found some more by commenting about it now.

        But if the fork is on GitHub there are some ways to search for the most maintained forks, albeit not with the GitHub tools which is unfortunate

        • Hexarei@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          There’s always the fork network graph, but it’s not exactly easy to spot which forks are good, just the ones with the most recent commits

  • dan@upvote.au
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    8 months ago

    Keep in mind that software doesn’t have an expiry date. If a piece of software is unmaintained and doesn’t have an active fork but it still fulfills your use case and doesn’t have any major issues, there’s no need to replace it. Some of the software I use hasn’t seen any updates in five years but I still use it because it still works.

    Edit: As an example, a lot of people still use WinDirStat even though the latest release 1.1.2 is now 17 years old.

    • lad@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      I’d say that problems mostly come from the need to update dependencies in case of vulnerabilities being discovered. But not every software needs elevated privileges or can become a vector of attack, I guess

      • jcg@halubilo.social
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        8 months ago

        I use windirstat almost monthly and have never heard of WizTree. Keeping this in mind for next time I use it.

        Though at this point, maybe I should just commit honestly

  • umbrella@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    8 months ago

    yo but tbh this gets old.

    i just want my stuff to update without me having to find out a year later its unmantained and had a fork all along.

    or having to watch the repositories of stuff i use for signs it might be unmantained. i didnt know half the (popular!) stuff mentioned here was abandoned then forked.

    libforknotifier when (or even how)?

        • greencactus@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          Sorry, that’s now how I meant my original post - I just thought that I really like SPD already and was interested in what PD makes better/ what features SPD missed. I in no way wanted to say that PD was bad, just was excited to know what PD made better :)

          • beetus@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            8 months ago

            I think you are misinterpreting the arrows. Pixel dungeon is the original game with SPD being the preferred fork

            The arrows aren’t PD > (greater than) SPD

            But rather PD -> (turned into) SPD

        • pingveno@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          Sun Microsystems bought Star Division, the original creators of StarOffice, which was proprietary. Sun open sourced OpenOffice, with StarOffice still available with proprietary add-ons. When Oracle bought up Sun, they first reduced resources to OpenOffice and then shut it down altogether when LibreOffice came along, with trademarks and such assigned to the Apache project.

      • deus@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        8 months ago

        The original OpenOffice is no longer in development. LibreOffice is an active fork of that.

        • Gestrid@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          And I believe it’s being developed by some of the same people, too.

      • Deckweiss@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        afaik it got bought by some company and people fear that there will be anti-user changes like with all the other open source projects that were bought by a company in recent years.

        • lastweakness@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          No company has bought gitea. They just made a commercial entity which can accept contracts for enterprise installations and make some hyper specific customisations not needed for normal users (like some specific mode of internal authentication) in those installations. So far Gitea has been great still.

          • Neshura@bookwormstory.social
            link
            fedilink
            English
            arrow-up
            0
            ·
            8 months ago

            They did start a cloud service for hosting Gitea which introduces a direct incentive for them to make Gitea less hosting friendly by, for example, making newly added configuration options less comfortable to set up. And more recently some changes to code contributions that are not exactly community friendly (as a result forgejo will be unable to upstream some of their changes)

            What lead to Forgejo, as far as I am aware, was less a problem that is already there and more the set of problems that have a very high chance of eventually manifesting, at which point forking the project would be too late.