this post was submitted on 15 Aug 2024
47 points (98.0% liked)

Asklemmy

43336 readers
815 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

And what features and/or technologies you'd rather not see in a web browser

Lets make this interesting: you can imagine features ( there's no wrong answers ) , its not just about features that you already saw in other browsers

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 3 weeks ago (1 children)

background/defocused tabs are 'paused' by default.

paused meaning no runtime execution of scripts or anything else.

firstly, there's always some security and plenty of privacy mischief around focus.

secondly, it's almost always wasting cycles, so its just wasteful of resources and energy.

ofc with some option for you to eg. right-click on a tab and mark it as 'runtime in background' or something, for webmail or messengers etc which you do want runtime.

but it should essentially be whitelisted.

i've actually played with this in the firefox debugger and it essentially appears feasible so really hope this feature comes oneday - or i finally get some time to look into making an addon for it.

[โ€“] [email protected] 1 points 3 weeks ago (1 children)

firstly, there's always some security and plenty of privacy mischief around focus.

Oh, how so?

i've actually played with this in the firefox debugger and it essentially appears feasible so really hope this feature comes oneday - or i finally get some time to look into making an addon for it

that's cool, yes a browser should stop using resources when you stop using it ( minimize it ), or using that particular tab by making it inactive, chromium based browsers behave like that if I'm not mistaken

[โ€“] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago)

how so?

check here for some basic examples. eg. it can be used to leak info from one context to another.

there's ofc legit uses for it too, which is why i argue for user intervention.

chromium based browsers behave like that if Iโ€™m not mistaken

i may be wrong? but my understanding is they'll currently limit resources, but execution still takes place? that's definitely useful, but my argument is for for an option where CPU resources be limited to 0 in background (without user intervention).