Skip Navigation

"GitHub" Is Starting to Feel Like Legacy Software

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

86 comments
  • I threw various keywords from that line into the browser’s command+F search box, and nothing came up.

    When one clicks command+F while on the git blame, GitHub throws up their own search box. Not rendering everything at once is something a lot of stuff does.

    • Honestly, the ability to override menu keys is really a long-running flaw in browser UI, IMHO.

      Firefox acquired a not-so-obvious way to disable that for a given site:

      Click the "lock icon" to the left of the URL in the URL bar. Click "connection secure". Click "more information". In the window that comes up, click the "permissions" tab. On that page, there's an option to "override keyboard shortcuts". You can click "Block", and it'll prevent that particular website from overriding your keybindings.

      This had been a long-running pet peeve until I ran into someone explaining how to disable it. I still bet that a ton of people who can't find the option put up with that. Like, lemmy Web UI keyboard shortcuts clash with GTK emacs-lite keybindings, drives me nuts. Hitting "Control-E" to go to the end of the line instead inserts some Markdown stuff by default.

  • 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.

  • 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.

86 comments