Not my blog, but the author’s experience reminded me of my own frustrations with Microsoft GitHub.

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    47
    arrow-down
    3
    ·
    2 months ago

    There are quite a few things I don’t like about GitHub, but calling it legacy makes no sense.

      • tyler@programming.dev
        link
        fedilink
        arrow-up
        9
        arrow-down
        1
        ·
        2 months ago

        both of those aren’t websites. I use fork though and had no clue you could do that. I’ve needed that like 10 times in the last week alone haha

      • Kissaki@programming.dev
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        2 months ago

        I was thinking “oh, network view, this is gonna be a good example”, but that comparison isn’t.

        What specifically do you think is legacy in that comparison? The coloring? The horizontal layout? The whitespace?

        The network view lays out forks and their branches, not only [local]/[local+1-remote] branches.

        I don’t know what IDE that miro screenshot is from. But I see it as wasteful and confusing. The author initials are useless and wasteful, picking away focus. The branch labels are far off from the branch heads. The coloring seems confusing.

        bg looks like the same

        • spartanatreyu@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          What specifically do you think is legacy in that comparison? The coloring? The horizontal layout? The whitespace?

          Note: I’ve changed the first link from https://github.com/cxli233/FriendsDontLetFriends/network to https://github.com/zed-industries/zed/network. Still the same view, but just a different repo to highlight the problems

          1. It’s in a small non-responsive box
          2. Ridiculous spacing
          • If you want to see the commit messages, you either need to hover over a dot which increases visual scanning durations or you need to go to the commits view which only shows the commits on a single branch
          1. It doesn’t show commit messages
          2. It’s scrolling horizontally
          3. Branches cannot be collapsed
          4. Branches cannot be hidden/ignored
          5. No way to search for commits
          6. No way to select multiple commits
          • Which also means no way to diff any specific commits together
          • And there’s also no way to perform an action over a range of commits
          • And there’s also no way to start a merge/merge-request/pull-request/etc… between two commits
          1. No way to sort by date/topologically
          2. Keyboard controls only moves view instead of selecting commits

          I’ll stop here at 10 reasons (or more if you count the dot points), otherwise I’ll be here all day.


          The network view lays out forks and their branches, not only [local]/[local+1-remote] branches.

          Yes, but the others can do that while still being usable.

          I don’t know what IDE that miro screenshot is from. […]

          It’s gitkraken

          […] But I see it as wasteful and confusing. The author initials are useless and wasteful, picking away focus. The branch labels are far off from the branch heads. […]

          The picture doesn’t do it justice, it’s not a picture, it’s an interactive view.

          You can resize things, show/hide columns, filter values in columns to only show commits with certain info (e.g. Ignore all dependabot commits), etc… Here’s an example video.

          […]The coloring seems confusing.

          You can customise all that if you want.

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        Do either of those tools show logs across forks though? The first link is a totally different purpose than the second two.

        • spartanatreyu@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          The first link is a totally different purpose than the second two.

          The first link is going to there because that’s the only graph view that github has.

  • Rogue@feddit.uk
    link
    fedilink
    arrow-up
    45
    arrow-down
    2
    ·
    2 months ago

    I kinda got bored halfway through. From what I gather they’re salty that GitHub is switching to react? If that’s the issue then the headline is rather misleading isn’t it?

    Surely legacy software is one that drifts into obscurity through lack of investment which is the polar opposite of GitHub rewriting their entire front end…

    • mox@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      8
      arrow-down
      2
      ·
      2 months ago

      From what I gather they’re salty that GitHub is switching to react?

      No, that is not the point at all. React is just an incidental detail she considered while trying to figure out what was going on.

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        15
        arrow-down
        3
        ·
        2 months ago

        It’s not an incidental detail when the text is almost entirely around the issue caused by this (mis-)use of react. The author doesn’t give another argument to support their view.

        • Rogue@feddit.uk
          link
          fedilink
          arrow-up
          9
          ·
          2 months ago

          There seems to be a rando paragraph about AI as well,then it trails off that they’re looking for recommendations for git blame clients. I couldn’t really figure out how it was all GitHub’s fault or where the word legacy fits in.

          • Eager Eagle@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            2 months ago

            The thing is a new feature - AI-related in this case - contradicts the idea of legacy software to me, so I really don’t know what was the point of that other than “complaining about github”.

            • Rogue@feddit.uk
              link
              fedilink
              arrow-up
              3
              arrow-down
              1
              ·
              edit-2
              2 months ago

              OP also felt the need to refer to the platform as Microsoft GitHub. So it seems likely this is all just grumbling about evil corp making changes

        • zygo_histo_morpheus@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          There’s a difference between the author being mad that github is switching to react and the author being mad that github is misusing react. It is possible to use react without breaking browsers find in page functionality, which is ultimately what the author is frustrated about.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      Crappy old websites that don’t behave properly with my browsers search function sound like legacy though. I agree the headline is worded a little strangely but I can see their point.

    • MonkderVierte@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      That’s another issue though. Will it get better or more bloaty webapp, like modern reddit vs. old.reddit?

  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    edit-2
    2 months ago

    The only issue they mention is browser page text search not working on rendered file view (blame).

    The feels legacy conclusion doesn’t make any sense to me.

    GitHub is not the only platform implementing virtual scrolling, partial rendering of rendered files. There’s a reason they do that: Files can get big, and adding various code highlighting and interactivity costs performance. It’s not a local code representation and rendered canvas. It’s rendered into a DOM and DOM representation, with markup and attached logic. Which at some point quickly becomes very inefficient or costly.

    Not being able to use the browser text search is an unfortunate side effect.

    I consider it a worsening modernization/feature addition. That’s the opposite of legacy. We’re moving forward (in a bad way), not stagnating.

    When I click Blame, and then press Ctrl+F, it opens not my browser text search but the in-page in-file search. It works for me. (Not that I always use that search or like it.)

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      5
      ·
      2 months ago

      There’s a reason they do that: Files can get big

      Oh, boy. Wouldn’t it be great if servers had a way to discover the size of the files on their storage without having to read them?

      adding various code highlighting and interactivity costs performance

      Somebody, quick, there’s work to be done on language theory so that we learn how to do those things with a cost just proportional to the file size!

      (No way! Who is that Chomsky guy you keep telling me about?)

      • bitfucker@programming.dev
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        2 months ago

        Dude, his point is that if you did not implement partial rendering on a big file, the browser will have to work extra hard to render that shit. Not to mention if you add any interactivity on the client side like variable highlighting that needs to be context aware for each language… that basically turns your browser into VSCode, at that point just launch the browser based vscode using the . shortcut.

        It’s not a matter of the server side of things but rather on the client side of things.

      • lmaydev@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Don’t really get your point here.

        They virtualize the file because it’s big. They know the size.

        It does indeed scale with the size of the file. That’s exactly the problem.

  • EnderMB@lemmy.world
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    2 months ago

    While I agree with the body of the post, the title is just utter bullshit in this context.

    With that being said, GitHub is a prime example of Rails in action, warts and all. To many that use Rails it probably is erring towards legacy given some of the technical decisions made regarding frontend within Rails. Rails is one of those rare stacks where it isn’t uncommon to see the likes of jQuery powering parts of UI, and parts of the Rails stack trying to make quasi-SPA’s. Personal thoughts aside as a former Rails developer, it’s long been said that GitHub and Rails have probably been too heavily intertwined.

    I can understand why they’re moving to React, but the gripe seems mostly with server-side rendering - which you can do within Rails. This just feels more like a feedback piece for a specific area of functionality over saying that GitHub is legacy.

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 months ago

    The other day though, I tried to use the blame view on a large file and ran into an issue I don’t remember seeing before: I just couldn’t find the line of code I was searching for. I threw various keywords from that line into the browser’s command+F search box, and nothing came up. I was stumped until a moment later, while I was idly scrolling the page while doing the search again, and it finally found the line I was looking for. I realized what must have happened.

    Oh, I think I hit that too. Obnoxious.

    I didn’t care that much, though, because normally I’d rather just use a local client (git directly or maybe magit in emacs).

    the once-industry-leading status page no longer reports minor availability issues in an even vaguely timely manner;

    Can’t deal with issue-tracking with a local client, though.

  • 0xDREADBEEF@programming.dev
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    2 months ago

    The fact that the dates in the commit log are relative is stupid as shit. I am looking for the commit on March 14th at 3pm, not “last year”

    edit: I’m an idiot 😭

    edit 2: I just noticed that GitHub’s git log does show exact dates, only as headings though, not on each commit.

  • onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    3
    ·
    2 months ago

    What does the author mean with “legacy”? I thought that meant “abandoned”. Github is nowhere near abandoned. People keep flocking to it and giving it more power.

    If it becomes too shitty to use, my guess is that the majority will still stay because of inertia. Regardless of what alternatives exist, the majority stays with the popular.

    Anti Commercial-AI license

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      2 months ago

      What does the author mean with “legacy”? I thought that meant “abandoned”.

      Legacy to me does not mean abandoned, but the previous version that is still needed. It does not tell you if its “supported”. Abandoned would be a software no longer in “supported” to me. But that does not say if its still needed today. So legacy and abandoned are similar, but not the same, only sometimes the same. Legacy software or hardware can be popular in usage too. In example old graphics cards like GTX 1070 are legacy and use legacy drivers. They are somewhat popular still. The official drivers from Nvidia still support this older graphics card, so they are not abandoned, only legacy.

      This is what my definition of these words. I don’t think Github itself is legacy nor abandoned. I personally am just a very simple Git user and use Github through the git command and for some tasks through the website of Github. It’s fine for me and I don’t care if someone calls it legacy or abandoned. It’s not.

    • mox@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      8
      arrow-down
      3
      ·
      2 months ago

      When she says it’s starting to feel like legacy software, I think she means parts of it seem to be falling into disrepair. Some things that once worked consistently and easily, like using the browser’s built-in search, no longer do.

    • Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 months ago

      Legacy means outdated. Not [necessarily] unusable or unstable or insecure or needs to be updated. But feels old or outdated. Conforming to older standards or workflows.

      Wikipedia matches my understanding:

      In computing, a legacy system is an old method, technology, computer system, or application program, “of, relating to, or being a previous or outdated computer system”, yet still in use.

  • mark@programming.dev
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    2 months ago

    I don’t think this is an anti-React post, like the other commenters are implying.

    This issue would occur when attempting to search any webpage with the web browser’s builtin search feature before the content has a chance to load in. This happens if the page requires JavaScript to load, which is the case with React apps.

  • ScreaminOctopus@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    3
    ·
    2 months ago

    I’ve used several different forges over my career and github is the worst by far. The navigation is clunky, the search never searches the stuff you want to look at without menu hopping, the recent repos doesn’t include half the stuff you made a PR to recently, CI integration kinda sucks compared to gitlab or bitbucket.

      • ScreaminOctopus@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        The company i was with was still using clearcase when those were popular. I’ve used github, gitlab, and bitbucket as git based software forges professionally. In fairness Github is way better than the clearcase process we used.

      • bamfic@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        2 months ago

        No, those are ancient. Worse than gitlab. And some of the newer ones

  • hector@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    Honestly I got no problem with GitHub and use it everyday on a large open-source code base and it works like a charm.

  • NostraDavid@programming.dev
    link
    fedilink
    arrow-up
    7
    arrow-down
    4
    ·
    2 months ago

    Edge does that shit too with JSON… It made me switch to Firefox, so good for me (other than that Firefox has a tendency to enshittify too, but in different ways).

  • fsxylo@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    I want to self host instead, but then there’s always the “what if a tornado hits my house and I lose my life’s work?” fear that keeps me using GitHub…

    Edit: thanks for the suggestions, I’ll look into them!

  • BlameTheAntifa@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    2 months ago

    More people need to give Gitlab a chance. It’s really come into its own and I agree that Github now feels like typical unfocused, bloated MS software.

    • I truly can’t. I have pet peeves with GitHub but overall it’s good and the UI is clear enough. I have to use gitlab for a few projects and it’s so damn confusing, with so many little annoying things I just can’t stand it.

    • SquiffSquiff@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      GitLab just doesn’t compare in my view:

      To begin with, you have three different major versions to work with:

      • Self-Hosted open source
      • SAAS open source
      • Enterprise SAAS

      Each of which have different features available and limitations, but all sharing the same documentation- A recipe for confusion if ever I saw one. Some of what’s documented only applies to you the enterprise SAAS as used by GitLab themselves and not available to customers.

      Whilst theoretically, it should be possible to have a gitlab pipeline equivalent to GitHub actions, invariably these seem to metastasize In production to use includes making them tens or hundreds of thousands of lines long. Yes, I’m speaking from production experience across multiple organisations. Things that you would think were obvious and straightforward, especially coming from GitHub actions, seen difficult or impossible, example:

      I wanted to set up a GitHub action for a little Golang app: on push to any branch run tests and make a release build available, retaining artefacts for a week. On merging to main, make a release build available with artefacts retained indefinitely. Took me a couple of hours when I’d never done this before but all more or less as one would expect. I tried to do the equivalent in gitlab free SAAS and I gave up after a day and a half- testing and building was okay but it seems that you’re expected to use a third party artefact store. Yes, you could make the case that this is outside of remit, although given that the major competitor or alternative supports this, that seems a strange position. In any case though, you would expect it to be clearly documented, it isn’t or at least wasn’t 6 months ago.

    • leisesprecher@feddit.org
      link
      fedilink
      Deutsch
      arrow-up
      2
      ·
      2 months ago

      Gitlab feels also a bit weird to me, though.

      The git part is perfectly fine, but at my job we’re trying to get our cloud tool landscape to work with gitlab CI and it’s really a struggle.

      Something as simple as packaging the same artifact in two different ways or running tests in docker images before pushing them is really hard. Gitlab seems to insist on having a single commit as its entire context and communication between stages (especially on different runners) is almost laughably limited.

      Jenkins on the other hand has at least the option to have a shared workspace. Yes, this has its downsides, but at least I have the option. Gitlab forces you to use outside tools in very involved ways or follow exactly their own, highly opinionated approach.