this post was submitted on 27 Mar 2025
931 points (91.1% liked)

Fediverse memes

1226 readers
400 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 6 months ago
MODERATORS
 
(page 3) 50 comments
sorted by: hot top controversial new old
[–] MITM0@lemmy.world 0 points 1 week ago

That didn't take long

[–] trotfox@lemmy.world 9 points 1 week ago (1 children)

Bluesky never felt quite right.

Wolves in sheep's clothing.

load more comments (1 replies)
[–] rekabis@programming.dev 40 points 1 week ago (18 children)

There is a legitimate reason for this: it’s the only way to provide content creators with evidence of how many people actually clicked on the link.

The downside is that there is so many ways that a feature like this can be abused by BlueSky in ways that can hurt users.

load more comments (18 replies)
[–] BlackSheep@lemmy.ca 0 points 1 week ago

I’m using duckduckgo. Yes, it shows bluesky has trackers. lemmy shows NO trackers...

[–] BlackSheep@lemmy.ca 15 points 1 week ago (1 children)

I use duckduckgo. It shows the sites I’ve visited, and tracking attempts. And, yes, there are tracking attempts from bluesky. There are no tracking attempts from lemmy.ca

load more comments (1 replies)
[–] Mohamed@lemmy.ca 29 points 1 week ago (1 children)

Even if it didn't go to bluesky.app first before the actual link, clicks on it can still be made to be tracked. It's trivial to do it much more discreetly.

It is definitely tracked, but I would guess that turning it into a bluesky link has other uses, not all nefarious, such as: link previews, caching, dealing with dead links.

load more comments (1 replies)
[–] ErinCrush@lemm.ee -5 points 1 week ago (1 children)

Still a million times better than mastodon.

[–] nutbutter@discuss.tchncs.de 2 points 1 week ago (2 children)
[–] ErinCrush@lemm.ee 4 points 1 week ago (2 children)

Mastodon is dead, unusable, and left a bad taste in the public's mouth. The fediverse is good for some things. But a miroblogging site where people need news fast? No.

Bluesky has already become the replacement for Twitter, and it's off to a great start. I tried mastodon, I had 3 accounts, I used it as much as I could, but as soon as I got an invite for bluesky, I stopped using it. There is no content I wish to see on mastodon.

load more comments (2 replies)
load more comments (1 replies)
[–] maam@feddit.uk 4 points 1 week ago

It's time to delete Bluesky and use Mastodon full time!

[–] smontanaro@lemmy.world 4 points 1 week ago

Doesn't this (at most) make it a bit easier for the destination site to track sources? It's been a couple decades since I did much web log analysis, but the referring URL is part of each log record I believe.

They wouldn't only want to know that a click came from Bluesky. They'd like to know all their referring sites, so the go.bsky.app redirect probably would be of little use unless it encoded something significant not present in the HTTP_REFERER header.

[–] FourWaveforms@lemm.ee 14 points 1 week ago

They never needed to redirect to do that in the first place. It's probably just done for convenience. Websites quietly tracking outgoing links has been technically possible since the '90s.

[–] jsomae@lemmy.ml 5 points 1 week ago (2 children)

How is this technically possible? When I hover over a link, my browser informs me it takes me somewhere; then when I click it, it takes me to go.bluesky. Is the destination changing at the moment the click occurs? Why are they hiding this?

[–] Ricaz@lemmy.dbzer0.com 11 points 1 week ago (1 children)
e.preventDefault()
[–] piccolo@sh.itjust.works 18 points 1 week ago (1 children)

Javascript could change the url on the click event.

[–] jsomae@lemmy.ml -2 points 1 week ago (1 children)

That's messed up. Javascript should never have been introduced T_T

[–] pishadoot@sh.itjust.works 6 points 1 week ago (3 children)

JS isn't that problem. It's a tool, and I'd wager your expectation of web page functionality hinges on it in most cases. If we didn't have it we'd be back to the 90s where web pages fully refresh every time we click on something, if we want to see the information update on the page. JS, CSS, and HTML are the foundations of what we call websites.

Like any tool it can be used for dirty shit, but in order for it to be functional in the ways we want it to be it will also have potential for abuse.

If you want to you can install add-ons that block JS functionality - go ahead and enable them if you like; it let's you enable JS elements manually so that you can maintain a better security posture online. I'm not even being sassy, I recommend you do it if you care about privacy or security.

It'll be a giant pain in the ass though and you'll end up having to enable a bunch of stuff manually to get websites to work. But you'll learn a lot and you'll be better protected against tracking, malware, ads, etc.

[–] drmoose@lemmy.world 5 points 1 week ago* (last edited 1 week ago)

Js is absolute the problem and I say this as a developer. There's just too much power that is almost always used for abuse. Do we really need Navigator api and webrtc to be enabled by default etc?

It's very clear that JS has been hijacked by bad actors long ago and I love Javascript and all of the cool things it allows us to do its just clearly in an abusive relationship.

[–] jsomae@lemmy.ml 7 points 1 week ago* (last edited 1 week ago)

It's a tool for the developer, but a security risk for the user. The web should have had a more restrictive set of a features. This would ensure websites operate more similarly to each other and abuse be less rampant. We should have been very conservative adding features to the web, instead of rapidly embracing new technology for short-term benefit.

I had JS off by default on my smartphone for about three years. The web was a miserable experience, not because of a lack of functionality, but because of broken functionality.

load more comments (1 replies)
load more comments