this post was submitted on 06 Nov 2025
409 points (97.7% liked)

Comic Strips

20160 readers
2409 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SlurpingPus@lemmy.world 27 points 1 week ago* (last edited 1 week ago) (1 children)

There's a pen-and-paper game called Racetrack, in which people can move the 'cars' a certain amount according to acceleration/braking, turning and inertia. It simulates the physics of actual racing remarkably well, better than many video games. There are both web and mobile implementations of the game.

[–] ptu@sopuli.xyz 7 points 1 week ago (1 children)
[–] SlurpingPus@lemmy.world 23 points 1 week ago* (last edited 1 week ago) (3 children)

Remarkably, apparently either the server or the client replace backslashes in Markdown links with forward slashes, which is completely bogus and nonsensical.

The correct link is https://en.wikipedia.org/wiki/Racetrack_(game)

Also interesting that you're the first person to raise this issue after two hours and ten upvotes.

[–] ChaoticNeutralCzech@feddit.org 6 points 1 week ago (1 children)

You can still make a hyperlink by escaping () as %28%29.

[Racetrack (game)](https://en.wikipedia.org/wiki/Racetrack_%28game%29)

Racetrack (game)

[–] SlurpingPus@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

This might be true perhaps; but the crux of the matter is that I shouldn't do more than the traditional human-oriented escaping of the addresses, which relies extensively on plain and friendly backslashes, instead of devilish and time-consuming machine-produced percent-codes.

[–] ChaoticNeutralCzech@feddit.org 4 points 1 week ago (1 children)

Browsers would only escape parentheses in the address bar using the percent method until some time in the 2010s so many web users don't remember it. I agree that there should be an easier way for the writer but at least with a working hyperlink (which can currently only be made with %28 and %29), the experience is smooth for the reader.

Maybe a bot can be made to detect these errors on Lemmy? Another pitfall with Wikipedia links is the m. in mobile URLs that does not redirect to the desktop version (as opposed to the other way around) - a Reddit bot existed for this - so perhaps one can be made with both functions.

[–] SlurpingPus@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (1 children)

I'm happy to report that Wikipedia seems to have dropped the ‘m.’ prefix, and finally detects the device capabilities instead.

Huh, must be a recent development. They also seem to use cookies because clicking "Mobile" or "Desktop" (very last link on each page) has a lasting effect but they've been for a long time.

[–] yermaw@sh.itjust.works 3 points 1 week ago

It had a link to search for "racetrack (game)" that then went to the actual article. Seemed weird but I got there and assume others did

[–] ptu@sopuli.xyz 2 points 1 week ago

Sweet, that was racing fast