this post was submitted on 26 Nov 2024
363 points (97.1% liked)

196

16588 readers
1805 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] Draconic_NEO@pawb.social 5 points 35 minutes ago

Hating furries is already really cringe, but even more so when you have an anime profile picture. At that point it feels hypocritical.

[–] python@programming.dev 1 points 51 minutes ago

I mostly use Firefox when I use a browser (App-using zoomer) but I actually might swap to something Chromium based at some point? My only reason for it is the resentment I'm building up for Firefox while writing Playwright tests at work. It takes like twice as long as chrome and keeps flaking due to random timeouts ughh

[–] modest_bunny@lemm.ee 26 points 8 hours ago (1 children)
[–] user224@lemmy.sdf.org 3 points 1 hour ago (1 children)

Source: https://xenia.chimmie.k.vu/ (She has more art, I recommend checking it)

[–] Draconic_NEO@pawb.social 2 points 37 minutes ago (1 children)

Would be cool if people actually used this as a replacement to their Firefox icon, or if there was a Firefox fork that used this itself for it.

[–] user224@lemmy.sdf.org 1 points 8 minutes ago

I do!

And I fiund this guide to put it into the new tab page, though I haven't tried to do so: https://this.squirrel.rocks/ff_newtab_logo

[–] AVincentInSpace@pawb.social 42 points 9 hours ago

JUST BECAUSE I USE FIREFOX DOESN'T MEAN I'M A FURRY!

I mean, I am a furry.

BUT NOT BECAUSE I USE FIREFOX!

[–] franklin@lemmy.world 22 points 9 hours ago* (last edited 9 hours ago)

Listen using Firefox doesn't make me a furry.

I mean I am but that's not why.

[–] unexposedhazard@discuss.tchncs.de 141 points 13 hours ago (1 children)

Bro has an anime profile pic and acts like he doesnt already have the tail plug in smh

[–] pennomi@lemmy.world 88 points 12 hours ago (1 children)

Not only that, but the character in that profile pic often sprouts cat ears when she has strong feelings.

[–] Kolanaki@yiffit.net 72 points 12 hours ago (3 children)

Hating furries is stage 1 of becoming a furry.

[–] AVincentInSpace@pawb.social 26 points 9 hours ago (1 children)
[–] TheSlad@sh.itjust.works 4 points 4 hours ago (1 children)

Soon the world shall be furries. And finally there will be peace on earth.

[–] invalid_name@lemm.ee 1 points 1 hour ago

Nah, I dont hate them. I don't think I'd be enthusiastic about a full like mascot level fur suit during sex, but cat ears and tailplugs are adorable.

[–] EldritchFeminity@lemmy.blahaj.zone 35 points 10 hours ago (1 children)

I haven't heard somebody use the word "murring" in like a decade. Methinks they're farther down the pipeline than they want to admit.

[–] Live_your_lives@lemmy.world 1 points 3 hours ago
  1. The Internet is full of old memes that slowly make their way around to different communities and this could be one of them.
  2. What in the world is "murring"? This is the first time I've ever heard of it.
[–] Viking_Hippie@lemmy.world 16 points 11 hours ago (1 children)

Stage 7 is memorizing the Macarena.

Stage 19 is affecting a québécois accent

Stage 42 is hitchhiking

[–] JizzmasterD@lemmy.ca 7 points 8 hours ago (1 children)
[–] sem@lemmy.blahaj.zone 4 points 6 hours ago
[–] dditty@lemm.ee 73 points 12 hours ago (2 children)

I switched back to Firefox over a year ago and I have not noticed it using much less RAM than Chrome tbh. It's definitely the better browser for all the other reasons, but I wouldn't list memory utilization as a big advantage over other browsers

[–] Draconic_NEO@lemmy.dbzer0.com 3 points 1 hour ago* (last edited 1 hour ago)

Most browsers these days have issues with high RAM usage, and memory leaks to. I'd recommend trying to limit the RAM of the browser, it stops it from eating up so much.

Here's how I did it on linux. I'm sure there's a way to do it if you're on Windows though (might not be as good though).

Desktop file to limit Firefox to 8GB of RAM

[Desktop Entry]
Version=1.0
Name=Firefox RAM limit 8GB
GenericName=Firefox Ram limit 8GB
Comment=Limit RAM for Firefox to 8GB;
Exec=systemd-run --user --scope -p MemoryLimit=8G firefox
Icon=firefox
Type=Application
Terminal=false
Categories=Utility;Development;
StartupWMClass=Firefox

This is a script to limit Firefox to 8 gigabytes of RAM, you may change it lower or higher depending on what your needs are by changing the number from 8 to whatever else you'd like. Fair warning though setting it too low will cause Firefox to lag very badly, and will crash chromium browsers outright (Ask me how I found out).

[–] cm0002@lemmy.world 55 points 12 hours ago (1 children)

The whole RAM thing is way overblown. Both browsers request a lot of RAM allocation, but only actually use a fraction of it. When the OS needs it for another process this "allocated, but unused" pool is the first to get used when "Free and unallocated" is gone

Problem is windows reports it all as the same in the task manager so people see that "70%" usage and freak out.

Tl:Dr Windows task manager is a fuckin lier.

[–] otacon239@lemmy.world 34 points 12 hours ago (3 children)

There’s also the idea that free RAM is somehow a good thing. In an ideal system, the RAM would always be “full” of potentially useful data. Having a bunch of empty RAM means that it’s not being useful. That space could be used to hold plenty of regularly used files that would be instantly loaded instead of having to pull from the drive again.

I don’t know when everyone started getting concerned with RAM usage, but in a perfect system, it would hold onto all of your frequently used programs and files that it could fit from boot and then those would load instantly.

Some Linux distros even allow loading the entire OS into RAM for wild speeds.

Idle RAM is just that. It does you no favors. Now, I do understand that you don’t want to be completely out, but we act like having 80% free is a goal for some reason.

[–] Draconic_NEO@lemmy.dbzer0.com 1 points 1 hour ago

Having programs steal or sit on RAM without using it is never a good thing. That's why it's called a memory leak, because it's as if the free memory is leaking away. And it gets deprived from other apps that might need it more than Firefox or chromium does.

Your idea only works if programs actually take only as much ram as they need and give it back when done, but they don't do that, they usually sit on it until it's pried from their cold dead fingers. That's what memory leaks are, and modern browsers these days are extremely prone to them.

[–] AVincentInSpace@pawb.social 6 points 9 hours ago (1 children)

Unused RAM is wasted RAM. It consumes the exact same amount of power whether there's useful data in it or not. Any self-respecting operating system will fill up RAM that applications aren't using with frequently accessed files, so they're ready to go in an instant.

[–] Draconic_NEO@lemmy.dbzer0.com 1 points 1 hour ago

I think that's precisely whu limiting RAM on apps like Chrome or Firefox is so necessary, these apps never release their RAM when they are supposed to, they hoard anything that isn't free and don't give back when it's needed, which is why in the reply to the top comment I shared a desktop entry to limit RAM on Firefox or whatever app you so choose.

[–] Badabinski@kbin.earth 15 points 12 hours ago (1 children)

The problem is that the extra RAM used by a browser is held on an exclusive basis and so is not nicely reclaimable by the kernel. I love that Linux caches the shit out of files in RAM, it's great. It's also great that it can release that memory when I launch a chundering dumpster fire application that eats all of my RAM. If a browser had been holding that memory, then the godawful Linux OOM killer would have launched, halted all threads on the system, walked the entire process tree, and SIGKILLed something (probably not a browser tab) before letting everyone else resume.

With the way memory is currently managed, a bloated browser is a liability. Cached state needs to be stored in something like a mmaped file so that the kernel can flush pages out of memory if someone else comes along with a malloc. Alternatively, there needs to be communication between a browser and a userspace OOM daemon. If the system started hitting a soft limit, then the browser could start unloading background shit more aggressively.

Free memory is wasted memory, but so is memory that can't be used for anything else when it's needed.

[–] otacon239@lemmy.world 7 points 12 hours ago* (last edited 12 hours ago) (1 children)

Yeah, I agree. Browsers all seemed to act like they are the only thing running on the computer at some point, practically resembling their own OS with the amount of containerization and complexity. There should definitely be a way for the OS to request some RAM be released from the browser.

[–] Draconic_NEO@lemmy.dbzer0.com 1 points 50 minutes ago

That's why I just prefer to limit the RAM available to the browser to an amount that I feel is necessary for good performance while not so much that it causes issues with other things running. To some people that might sound like a bad or stupid idea but think of it this way. You just said that modern browsers are complex and resemble their own Operating System, right? Well if you were running a VM you probably wouldn't give the virtualized OS complete access to all your RAM, that's asking for the VM to crash or freeze your PC. So why should general practice be any different for a browser then, they may be less aggressive than a Kernel managed VM but they can still be problematic when they eat to much RAM. Which is why I choose to limit mine so it doesn't get more than 8GB, which I feel is perfectly reasonable on most systems where that's half of all the memory available, and even on bigger ones you're not missing out on much. Firefox performs just as well with 8GB as it does with 16GB, but with 16GB it'll eat way more than it uses.

Here's the script I used. Should work for most linux users. I don't know how to do it on Windows since I don't use Browsers there for long enough periods for this to become problematic.\

Desktop file to limit Firefox to 8GB of RAM

[Desktop Entry]
Version=1.0
Name=Firefox RAM limit 8GB
GenericName=Firefox Ram limit 8GB
Comment=Limit RAM for Firefox to 8GB;
Exec=systemd-run --user --scope -p MemoryLimit=8G firefox
Icon=firefox
Type=Application
Terminal=false
Categories=Utility;Development;
StartupWMClass=Firefox

CC: @Badabinski@kbin.earth

[–] lychee@lemmy.blahaj.zone 3 points 6 hours ago
[–] als@lemmy.blahaj.zone 35 points 12 hours ago (1 children)

tailplug is fine but I draw the line at "fuckin"

[–] unexposedhazard@discuss.tchncs.de 13 points 11 hours ago

Yeah procreation is sin. Masturbation is not.

[–] Neptr@lemmy.blahaj.zone 11 points 12 hours ago

I honestly dont care about my browser using a lot of resources (processes, RAM, etc) because it may be helpful to the isolation security model of the browser. Each and every website is a possible malicious app.

[–] Manifish_Destiny@lemmy.world 12 points 12 hours ago

has googles dick in their ass

[–] rumschlumpel@feddit.org 2 points 9 hours ago (2 children)

I've been using the Firefox extension "Auto Tab Discard", which helps a lot with RAM usage. I like multi-tab-browsing and IME browsers just don't free up RAM when other applications need them.

[–] Draconic_NEO@lemmy.dbzer0.com 1 points 9 minutes ago* (last edited 8 minutes ago)

I tried that but I found that its effects on long term memory leakage weren't adequate for me, and it still consumed way too much RAM. Which is why I just decided to limit RAM for Firefox. It achieves a similar effect as the browser unloads tabs when it runs low on memory, it just doesn't wait until it's using 31GB of RAM and instead just uses up to 8GB (which is what I capped it at) before unloading tabs.

[–] hex@programming.dev 2 points 5 hours ago (1 children)

wait so you just lose tabs you haven't opened in X mins?

i have a tab sleeping extension & generally throttle the ram with opera

[–] rumschlumpel@feddit.org 1 points 5 hours ago (1 children)

It might be a bit of a misnomer. The tabs aren't deleted, just forcibly unloaded, and you can even prevent it from doing that on a per-tab-basis.

[–] princessnorah@lemmy.blahaj.zone 1 points 2 hours ago

Yeah so it just means the tab's going to need to refresh when you click back to it. That seems perfect honestly, it's already what most phone browsers do more aggressively. Cheers :)

[–] Vince@lemmy.world 5 points 12 hours ago (3 children)

What is the acceptable amount of ram a browser should be using? Is there a way of knowing how much is “wasted”? Is it even possible to waste ram, like what is wasted, time? Electricity?

[–] Euphoma@lemmy.ml 2 points 1 hour ago

Its being wasted if a memory leak causes it to use all 32 gigs of ram and crash

[–] bassomitron@lemmy.world 14 points 12 hours ago (3 children)

It's only a problem if it doesn't give it up when other apps need it and there's not enough. Browsers just cache a bunch of shit in memory for speed and convenience, but they should unallocate it back to the pool if something else calls for it. The internet complaining about this for years and years are mostly doing so from a place of ignorance.

[–] Badabinski@kbin.earth 5 points 12 hours ago (1 children)

The issue is that browsers don't release much memory back to the system when it's needed. I wish they'd work more like the Linux kernel's VFS caching later, but they don't (and might not be able to. For example, I do don't think the Linux kernel has good APIs for such a use case).

[–] zea_64@lemmy.blahaj.zone 2 points 6 hours ago

You can write limits to and then poll files in /proc/pressure/ to be notified of resource pressure. Systemd will also set an environment variable for similar files for your cgroup.

load more comments (2 replies)
[–] the_crotch@sh.itjust.works 4 points 12 hours ago

Empty ram is wasted ram. In theory the system should use whatever is available to cache and streamline.

[–] Didros@beehaw.org 2 points 12 hours ago

I mean, you got like a 85% chance that anyone giving you software advice is, closer to 98% for hardware advice.

[–] shoki@lemmy.world 2 points 12 hours ago (1 children)

wait is that that shoebill

[–] celeste@lemmy.blahaj.zone 3 points 12 hours ago (1 children)
[–] shoki@lemmy.world 1 points 10 hours ago
load more comments
view more: next ›