Wikimedia sunsets separate mobile domains (www.mediawiki.org)
from Pro@programming.dev to technology@lemmy.world on 09 Sep 23:58
https://programming.dev/post/37175962

cross-posted from: programming.dev/post/37175444

Comments

- Lobsters.

#technology

threaded - newest

frongt@lemmy.zip on 10 Sep 01:06 next collapse

Does this mean they’ll finally stop giving the fucking mobile site on desktop just because someone couldn’t edit out the “m.” from the link?

jqubed@lemmy.world on 10 Sep 01:38 next collapse

It’s a subtle thing, but I really appreciate that when sharing a link from Safari on iOS it puts the address on the clipboard without the “m.” automatically, so I don’t have to edit it out.

MaggiWuerze@feddit.org on 11 Sep 08:54 next collapse

I mean, yeah… On the other hand it shouldn’t really edit a link you want to share, should it?

jqubed@lemmy.world on 11 Sep 13:51 collapse

It might be related to the setting to remove tracking information from shared links? I’ve appreciated not having to manually take that crap off.

sqgl@sh.itjust.works on 11 Sep 12:25 collapse

I always remove the ugly suffix en.wikipedia.org/wiki/Ashanti?wprov=sfla1

What is it for anyhow?

And what about the unwieldy suffix Facebook adds? That must be for tracking reasons but why is it so loooooooooong? Surely a unique identifier wouldn’t require many characters. Is it executable code?

jqubed@lemmy.world on 11 Sep 13:52 next collapse

I don’t know why Facebook puts so much junk in the links, but there’s a setting for Safari to remove that automatically.

echodot@feddit.uk on 11 Sep 14:59 collapse

I’m pretty sure Firefox does that as well. It’s a pretty standard thing although it is annoying when you’re trying to test something and you actually want all the extra bits.

manuallybreathing@lemmy.ml on 11 Sep 11:11 next collapse

Is that someone, yourself?

cupcakezealot@piefed.blahaj.zone on 11 Sep 14:36 collapse
underline960@sh.itjust.works on 10 Sep 01:20 next collapse

Sincere question: Why was there a separate mobile domain in the first place?

HeartyOfGlass@piefed.social on 10 Sep 01:31 next collapse

That was pretty standard for a while in web design - traditional "desktop" sites need a radically different layout when viewed from a smartphone, so from the dev side you'd check the size of the screen & redirect the user to the right subdomain for their device.

Nowadays it's not really necessary.

jqubed@lemmy.world on 10 Sep 01:35 collapse

I think they used separate style sheets. Going way back in time, to the early days of smartphones and back when non-smartphones had mobile web browsers, most websites would serve either a separate style sheet that gave a simplified layout for tiny screens or even an entirely different, simplified page. Early adopters to mobile browsing tended to hang on to that separation much longer than newer sites that took advantage of CSS that could adapt to the screen size.

paraphrand@lemmy.world on 10 Sep 05:01 next collapse

Yeah, this is a remnant of Wikipedia supporting mobile devices really early.

Chronographs@lemmy.zip on 10 Sep 14:57 next collapse

Honestly I generally prefer the desktop sites and just zooming in than mobile sites that tend to badly fit everything on the screen.

echodot@feddit.uk on 11 Sep 15:12 collapse

Most mobile browsers will let you force desktop mode. So if you want to you can do that.

McDonald’s mobile website is especially bad with folding phones (first world problems) so I have it constantly enabled for that site.

Chronographs@lemmy.zip on 11 Sep 20:09 collapse

Yeah and I do but it often doesn’t respect the setting.

kent_eh@lemmy.ca on 11 Sep 16:11 collapse

mobile web browsers, most websites would serve either a separate style sheet that gave a simplified layout

A simpler layout and usually a more lightweight page in general because mobile data was slow and expensive back then.

If someone wanted people to actually use their site on the go, they had to make it load quickly and not cost $5 worth of data doing it.

jqubed@lemmy.world on 11 Sep 20:26 collapse

That’s a good point; modern pages would choke our old 2G/3G plans!

1Fuji2Taka3Nasubi@lemmy.zip on 10 Sep 03:05 next collapse

I oppose their not changing the speed of light.

njaard@lemmy.world on 10 Sep 05:14 next collapse

What took them so long?

floquant@lemmy.dbzer0.com on 10 Sep 06:50 next collapse

Hallelujah!

SlartyBartFast@sh.itjust.works on 11 Sep 13:31 next collapse

Thank gord

JackbyDev@programming.dev on 11 Sep 14:12 collapse

m.thank gord

echodot@feddit.uk on 11 Sep 14:56 collapse

Oh have they finally noticed that CSS has media queries? That’s pretty impressive, it only took them about 15 years.