this post was submitted on 14 Apr 2026
249 points (99.2% liked)

Technology

7111 readers
672 users here now

News community around technology, social media platforms, information technology and governmental policy surrounding it.

What doesn't fit here?

The core of the story has to be technology focused.


Post guidelines

Title formatPost title should mirror the news source title. If you don't like the title of article, look for an alternative source instead of editorializing it.
URL formatPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
[Opinion] prefixOpinion (op-ed) articles must use [Opinion] prefix before the title. Opinion articles refer to articles that their publisher doesn't explictly endorse.
Country prefixCountry prefix can be added to the title with a separator (|, :, etc.) if the news is from a local publisher who doesn't clearly mention the country.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution


If someone is interested in moderating this community, message @brikox@lemmy.zip.

founded 2 years ago
MODERATORS
all 36 comments
sorted by: hot top controversial new old
[–] TheMinions@lemmy.dbzer0.com 82 points 3 months ago (2 children)

Learn.Microsoft.com is going to be pissed.

[–] panda_abyss@lemmy.ca 45 points 3 months ago

In fact, most of the time I run into this it’s big corps who should know better, but don’t.

They won’t delist LinkedIn and Microsoft and Reddit. They just paid billions for Reddit content feeds.

[–] WhyIHateTheInternet@lemmy.world 11 points 3 months ago

So is SFGate. I can't even bother with their bullshit articles anymore. You have to click back 3 TIMES just to get out.

[–] tiramichu@sh.itjust.works 63 points 3 months ago

Google actually doing something good for once?

Oh, right. Not being able to press back prevents you going back to google.

[–] Ildsaye@hexbear.net 13 points 3 months ago (1 children)

catgirl-huh Why would a browser give a site the ability to do this in the first place?

[–] traxex@lemmy.dbzer0.com 7 points 3 months ago (1 children)

There’s quite a few reasons why having the ability to change the history of a particular browser session can be helpful. The major one is handling user flow in single page applications where the browser doesn’t see page changes but the application does so you add history despite a new page not being completely rendered. Thus it gives the illusion of moving pages and changing URLs without burdening the browser with the action. It’s a pretty integral feature and there are plenty of sites that make it malicious.

[–] Ildsaye@hexbear.net 3 points 3 months ago* (last edited 3 months ago)

That's asinine. The outcome of browsers giving incompetent web designers enough access to muddy the function of users' back buttons was predictable from the start.

[–] TDCN@feddit.dk 13 points 3 months ago

If only they would obliterate Facebook then! Facebook is notorious for doing this when getting to forum posts from google and I'm trying to go back to google, and it it pisses me off.

[–] haxboar@hexbear.net 11 points 3 months ago

lol, I'll believe it when I see it. Something tells me that there's gonna be a list of "approved" websites, that also just so happen to increase their adsense buys around the same time....

[–] RunawayFixer@lemmy.world 10 points 3 months ago (1 children)

I wish that the back button would send me back to the page + page position that I was on when I (the user) clicked a link or entered a form. I've never had a desire to revisit automatic redirect pages, so imo default behaviour should be to send the user back to the point of the previous user action. To me this seems easy and logical to implement, but I've never seen it, so maybe I'm missing something and it's not that easy.

[–] InFerNo@lemmy.ml 5 points 3 months ago (2 children)

That sounds like default behaviour, at least in Firefox, if a websites loaded as a static page and doesn't dynamically load its content after page load.

[–] sukhmel@programming.dev 5 points 3 months ago

Since they mentioned redirect, I think they take an issue with the scenario of ‘click → more pages load and redirect you after each load → back’ that will repeatedly land you on just the last redirect page and then promptly redirect you forward to the newest page you tried to go back from

[–] RunawayFixer@lemmy.world 3 points 3 months ago

If it's default behaviour for static pages, but not for dynamic pages, then it's not much of a default. As a user I want ui actions to be consistent, the unknown stuff that happens in the background shouldn't change the behaviour of the ui. Firefox now mostly gets around this issue by opening search engine links in new tabs (I can't recall if that's standard for Firefox or if I had to change settings, but I've been using it for years like that), but this wouldn't have been needed if using the back button was reliable.

I found this 2022-2024 discussion with a few examples of the back button not working as expected: https://connect.mozilla.org/t5/discussions/firefox-needs-to-do-something-about-back-button-history-loading/td-p/4678

I found no announcements of a fix. I also haven't had much occasion of noticing a fix, since new pages open in a separate tab for me.

[–] Blackout@fedia.io 8 points 3 months ago

Except Facebook right?

[–] Lojcs@piefed.social 8 points 3 months ago (1 children)

So is google banning single page applications or just the malicious behavior described? Hate when their announcements are so cryptic

[–] I_am_10_squirrels@beehaw.org 5 points 3 months ago (1 children)

Single page application should be blocked. Give me real links.

[–] kkj@lemmy.dbzer0.com 2 points 3 months ago* (last edited 3 months ago) (1 children)

As long as it pretends that it has multiple pages, I don't see the harm. Not re-fetching and re-rendering navigation elements is a good thing, and you don't have to break the back button, address bar, and so on to do it.

Honestly, there should probably be a standard HTML attribute that tells the browser that internal links will always send this element in the same way and it should not be re-rendered.

[–] I_am_10_squirrels@beehaw.org 1 points 3 months ago (1 children)

It's called "frames" and we've had them for years. I feel like there's a meme template that would fit this...

[–] kkj@lemmy.dbzer0.com 3 points 3 months ago

Frames absolutely obliterate the back button and address bar, though.

[–] nutbutter@discuss.tchncs.de 7 points 3 months ago (2 children)
[–] slazer2au@lemmy.world 32 points 3 months ago

Pressing the back button must take you back to the previous page you were on or else google will lower your page rating.

[–] doc@fedia.io 17 points 3 months ago

It's a rather short article...

(N)TL;DR: back should mean back. Sites that continue to make back do something else will get lower rankings in search results, which means reduced traffic and revenue.

[–] 73QjabParc34Vebq@piefed.blahaj.zone 4 points 3 months ago (2 children)

Google has users still? Less tech savvy people have been hijacked by Bing, more techavvy people have bailed years ago. Right?

[–] schnurrito@discuss.tchncs.de 11 points 3 months ago (1 children)

The least tech-savvy people don't use Windows, but Android or iOS, where Bing isn't the default search engine. (Slightly more tech-savvy ones may also use Chrome on Windows.)

As a tech-savvy person I still use Google a lot because DDG just doesn't give equally good results much of the time. There are many web pages that are indexed by Google, but not DDG.

[–] scintilla@crust.piefed.social 4 points 3 months ago (1 children)

I highly recommend kagi if you can justify the cost. It is genuinely how Google used to be in terms of search quality.

[–] schnurrito@discuss.tchncs.de 1 points 3 months ago

Thanks for the tip, currently I usually get what I want from DDG and Google (almost never use any others), but if I ever become dissatisfied I might try it.

[–] morto@piefed.social 2 points 3 months ago

Google has 89% of the web search marketshare according to statcounter

[–] possiblylinux127@lemmy.zip 2 points 3 months ago (1 children)

Why am I suddenly seeing hexbear here

[–] schnurrito@discuss.tchncs.de 1 points 3 months ago

Wdym "suddenly"? Checking my user profile on hexbear it appears that my posts to lemmy.zip communities have been federating there for a long time. Your instance doesn't seem to defederate them, don't know if it ever did; mine certainly doesn't and I don't remember a time when it ever did.