this post was submitted on 23 May 2026
11 points (78.9% liked)

No Stupid Questions

4101 readers
38 users here now

There is no such thing as a Stupid Question!

Don't be embarrassed of your curiosity; everyone has questions that they may feel uncomfortable asking certain people, so this place gives you a nice area not to be judged about asking it. Everyone here is willing to help.


Reminder that the rules for lemmy.ca still apply!


Thanks for reading all of this, even if you didn't read all of this, and your eye started somewhere else, have a watermelon slice ๐Ÿ‰.


founded 4 years ago
MODERATORS
 

So the other day someone linked to a website that highlighted how much information is just gifted to any place you visit on the web.

I'm aware of some of it being intrinsic to the manner of connection. A website knowing your IP (even if that is the IP of the vpn or tor exit node you're using) is basically essential to the function of the internet. Why everything else though? What fucking idiot/asshole decided to even have an api for your gpu? Why the fuck is my browser reporting on the battery status? Light/dark mode? Visibility (whether or not the tab is 'active', the fuck?!? My OS?!!???!?!!!?!?!?

As a side question, why is the capability built in by a browser, but the user is never given a choice about whether or not any of this is shared?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] schwim@piefed.zip 2 points 22 hours ago (1 children)

I'm surprised many of these aren't obvious to you.

tab is 'active', the fuck?!?
A website serving a video will need to know if you're actually watching so it can stop playback or if background playback is desired, they know they can lower the quality of the video being delivered to save bandwidth.

Light/dark mode?
Sites are often designed to align with the light/dark theme set in the browser or OS.

battery status?
Less demanding objects are often delivered to visitors with low battery.

gpu
Some objects being delivered benefit from knowing which drivers/GPU they need to be compatible with.

etc. etc.

The creators of a browser doesn't benefit from providing this information. It's all stuff that can sometimes result in a better browsing experience and since the browser doesn't know which sites would, it provides the information for every page load in the handshake.

If you don't like it, use a privacy-focused browser or an extension to randomize the data.

[โ€“] redlemace@lemmy.world 2 points 22 hours ago (2 children)

Less demanding objects are often delivered to visitors with low battery

This one still pisses me off! Just because my batt is charged, does not mean they are to waste it!

As a web dev Iโ€™ve never seen a single website do that.

[โ€“] masterspace@lemmy.ca 1 points 21 hours ago (1 children)

It's not wasting it, the low power mode is probably a worse / degraded experience. Think like serving up a lower resolution video or song rather than a high quality one.

[โ€“] redlemace@lemmy.world 2 points 21 hours ago (1 children)

I've been on websites .... i'd rather have my battery charged than their 'improved' experience. For 99.9% it's all about form over function.

[โ€“] masterspace@lemmy.ca 1 points 19 hours ago* (last edited 19 hours ago)

You can probably find a config setting or browser extension or dev tools way of forcing the browser to always report low battery... Thought probably not in iOS given their mandate for safari.