Comment by torh

17 hours ago

Not that long ago I clicked on a link that Microsoft provided somewhere in Windows -- could have been the event log, I don't remember. I do remember it was for a specific support article, but it ended up at a generic landing page for something. I am not talking about a link from Windows 95, it must have been Windows 10. But regardless, it is all gone. Then again, it probably wasn't a cool URL to begin with.

It's amazingly many news sites that also seem to scrub their URLs every time they do a redesign. Also uncool.

Got an MX4 yesterday and it has a printed card with "Go to logitech.com/mx to get started" resulting in a "Forbidden" error page. This product hasn't even been out for a year!

  • Might have been an overeager packaging designer that printed that and then filed a ticket for someone to set up the redirect and that ticket is still in the person's queue.

    Or it's something about your own connection. Maybe an ad blocker? For me, the redirect works:

        $ curl -IL logitech.com/mx 2>/dev/null | grep http
        Location: https://logitech.com:443/mx
        location: https://www.logitech.com:443/mx
        location: https://www.logitech.com/en-ca/mx.html
    

    (I have the Mechanical Mini keyboard and the 3S Anywhere mouse; I like the MX product line.)

    • I'm currently in Europe and forgot my Unimouse, hence the purchase. I just tried on 5G and get a Forbidden there as well, open the VPN back to US and then the URL works. I see "en-ca" in your redirec there so likely they don't have a default/fallback redirect. The MX4 is nice but damn if it isn't the heaviest mouse I've pushed around a tabletop.

      3 replies →

    • Jeez that's a heck of a redirect chain. The :443 is an odd choice no? And the redirect to https://domain before https://www.domain. There are even two more for me. Also... inconsistent casing for the Location header? Different parts of the server stack I suppose.

          Location: https://logitech.com:443/mx
          location: https://www.logitech.com:443/mx
          location: https://www.logitech.com/en-us/mx.html
          location: https://www.logitech.com/discover/c/master-series
          location: https://www.logitech.com/en-us/discover/c/master-series.html

      1 reply →

Very uncool; Microsoft even uses an URL shortener for most of their links (from windows etc) so that they can theoretically change where the user ends up at if the original page is replaced for whatever reason.

But they shouldn't. Microsoft especially should make all of their documentation pages plain static HTML pages and keep them available forever.

But also, any Windows documentation can live offline in the OS itself. At least nowadays, I get how in the windows 98 / XP era they wanted to reduce disk usage.

Average time of url is 5 years.

Therefore I try to make a local copy of a document that I link to.

There a plugin for Firefox that can check bookmarked links. You will be surprised how they vanish pretty fast…

Microsoft has a terrible habit of doing that. KB's used to have a predicable URL, they may again, but they keep changing them. Or any of their docs really. It's terrible as those URL's end up in other documents to be killed. This is not really an enterprise friendly way of supporting customers.

  • Yeah, I always wondered how one of the wealthiest companies on earth could be so poor in linking to their own documentation.

    Then I realized that they have a galaxy of consultants and experts that effectively make a living by keeping on top of all issues and fixing them for a fee. So there is little incentive for them to actually be user-friendly: as long as they are "partner friendly" with timely material, that's good enough.

    They are not alone in this, btw - pretty much all major platform providers do this, one way or the other.

    • Particularly since one of their flagship products is a CMS that solves that problem and lets you move documents around without breaking links

  • I've given up because half the help links in the control panel leads to a bing search without any helpful results at all

I bought an air conditioner last year, some wal-mart “smart” AC that was affordable (we had to get three for the new house we moved in to so budget was a big concern) and it has a QR code for the companion app. I finally got around to getting the app this summer and lo and behold, it’s a dead link. Yay.

  • Even if the link isn't dead, every one of those companion apps will be dead long before the hardware dies because the companies won't pay a developer and the apple developer fee forever.

Mailing list archive software is a constant rug pull: today you link to a post about something relevant, and next month the link goes to a different message about a different subject.

There is no financial incentive for most companies to maintain extremely old URLs. There is no large visible cost known to the project manager at a company who chooses to migrate to a different CMS.

A common solution is to create placeholders at the old URLs with permanent redirects to the new URLs, but that doesn't fix all of the old hyperlinks, so it becomes extremely expensive to maintain backwards compatibility after 2 or more CMS changes.