this post was submitted on 27 Sep 2025
6 points (80.0% liked)

Forced Obsolescence / Obsolescence by Design

84 readers
1 users here now

Chatter about forced obsolescence, including but not limited to:

related communities (decentralized only)

somewhat related to forced obsolescence:

founded 2 years ago
MODERATORS
 

Some cafes have the shitty practice of imposing a captive portal for Internet access. Sometimes they demand personal information, and sometimes the captive portal discriminates against people with older phones.

Currently these cafes have the field “Internet access: customers”. That’s misleading and unjustly described. Some of them should be tagged with “Internet access: only for customers with new phones”. It’s not really fair to say it’s for all customers when they use exclusive technology.

top 9 comments
sorted by: hot top controversial new old
[–] tofu@lemmy.nocturnal.garden 12 points 2 months ago (2 children)

"new phones" seems pretty unspecified and also likely be outdated in some years. If there was a field like that, I guess it should be more specific.

Have you tried asking in some osm community?

[–] Coelacanthus 2 points 2 months ago (1 children)

Maybe mark it a compose of 2G/3G/LTE/NR, such as LTE only/3G+LTE/LTE+NR.
But there is another issue: the cell tower is belong to different MNO, so for some MNO you get 3G+LTE but for another MNO you get LTE.

[–] tofu@lemmy.nocturnal.garden 4 points 2 months ago (1 children)

I think OP is talking about WiFi with entry barriers in this case

[–] Coelacanthus 1 points 2 months ago (1 children)

Ok. Mark it as Open/OWE/WPA/WPA2/WPA3/802.1X. The main reason prevent old phone connect is WPA version. The newer WPA version require newer hardware and software.

[–] tofu@lemmy.nocturnal.garden 2 points 2 months ago (1 children)

Check the OP. it's about login portals.

[–] activistPnk@slrpnk.net 1 points 2 months ago* (last edited 2 months ago)

Indeed GSM is irrelevant because GSM towers cannot relate to any particular business. GSM standards are much less of a problem. When the country decides to abandon LTE, all non-5G phone owners are fucked nationwide.

It’s a Wi-Fi problem. Captive portals are the biggest problem, and the most obnoxious problem because it’s an artificially created problem as a consequence of incompetence. I only had captive portals in mind when writing the OP, but there are also situations where someone configures an AP to not use 802.11b (for example) and then old hardware does not even see the SSID. My laptop cannot connect at some public libraries for this reason. Then WPA versions /could/ be an issue, I think, but I have not encountered that.

[–] activistPnk@slrpnk.net 2 points 2 months ago* (last edited 2 months ago)

Yeah, it would not be trivial to establish a thorough criteria that covers all variables which mappers would then pay attention to. It would be more sensible to simply have a flag that says “dysfunctional for old phones” and if any device cannot connect due to being too old, it should be sufficient to set the flag.

There are countless ways incompetent IT folks can fuck up Internet service for the general public. It would be unsurmountable to catalog all such foolish/elitist implementations. But some of the info can be automated. A mapper who is at a location could run a tool that does a wifi scan. The mapper could select the relevant SSID for the establishment, and some basic info could be captured just from that: WEP/WPA/open.. and if open then presence of a captive portal could be auto detected.

If such an tool were made to improve maps, it could also double as enriching a DB for navigation use (for those who navigate offline and/or refuse Google location tracking).

Have you tried asking in some osm community?

No. Thanks for reminding me. I was planning to crosspost there.

[–] CameronDev@programming.dev 1 points 2 months ago (1 children)

Captive portals have existed for ages, I dont know of any that check phone age, can you share an example?

[–] activistPnk@slrpnk.net 1 points 2 months ago* (last edited 2 months ago)

Captive portals could check the age of the phone by looking at the user agent string in the HTTP headers. I’m not sure how often that happens, but at several cafes my AOS 5 device would detect a captive portal and then simply render a giant red padlock that covers the screen.

Certainly a majority of the DoS I experience is simply a broken captive portal. The browser renders fewer objects than intended by the web devs, who recklessly assume all browsers are bleeding edge latest that can handle whatever coding frills they deploy. E.g. the screen might say something like “click ‘agree’ to gain access”, but then there is no button, tickbox, or object labeled ‘agree’. A bus or train captive portal will render a nice looking travel-related landscape image, and nothing else. No text. No buttons. Just an image. People with fancy phones would of course get some kind of object they can interact with. One supplier presents an agreement tickbox, but tapping on the box does not cause the box to tick.

I’m not sure what the red padlocks are about. Maybe the devs know they created a discriminatory shitshow, and they choose the dress up the dysfunctionality by detecting browser age and throw up a red padlock instead of trying.