- 0 Posts
- 11 Comments
refalo@programming.devto Linux@programming.dev•ForkServer in Firefox 141: No More Restarts and Better Performance on Linux0·8 days agoBasically instead of launching completely new processes for each tab, which uses the (now updated/different) binary on disk, it uses a small secondary process that stays running the whole time the browser is open, and new processes are forked from that one, which makes them all use the same in-memory copy of the old process even after the program is updated.
This only works on *nix because you can’t overwrite binaries on Windows that are in use… but Linux keeps the old binary in memory the whole time, so it doesn’t care if you replace it, as it won’t be used until you restart the program.
So it doesn’t actually update anything at all while it’s running.
refalo@programming.devto Linux@programming.dev•ForkServer in Firefox 141: No More Restarts and Better Performance on Linux0·8 days agoWill this stop the constant crashing I’ve been having the last several versions?
refalo@programming.devto Linux@programming.dev•ForkServer in Firefox 141: No More Restarts and Better Performance on Linux0·9 days agoDid you read the article?
refalo@programming.devto Programming@programming.dev•Did you know that Google provides a free API to retrieve the favicon for any website?0·13 days agoduckduckgo, icon.horse and favicongrabber.com also have their own APIs for this
I bet there is a way this could be abused in order to proxy/tunnel arbitrary requests via google IPs. Even if it’s slow and must be done through e.g. PNG image data and dynamic subdomains or something, it would still be possible.
refalo@programming.devto Linux@programming.dev•Firefox Catches Up to Chrome With the Addition of This Feature [WebGPU Support] But Leaves Linux Out (for now)0·15 days agoIf I don’t know what your code is doing, and I can’t modify it, I don’t want it.
To be fair, 99% of the world population do not share this viewpoint.
refalo@programming.devto Linux@programming.dev•New version of X.org X11, Xlibre fork gathers support0·1 month agoI said I will take it, not that I think everyone else should, or is capable of recognizing/ignoring conspiracy theories. I struggle much harder with ignoring bad attitudes than I do obvious bullshit, but to each their own.
refalo@programming.devto Linux@programming.dev•New version of X.org X11, Xlibre fork gathers support0·1 month agotbf I’ll take Dale Gribble level conspiracy theories over Linus’ bad attitude any day.
refalo@programming.devto Linux@programming.dev•New version of X.org X11, Xlibre fork gathers support0·1 month agoThey actually do. To quote a major FOSS developer, “popularity is not a project goal.”
Reminds me of early punk rockers that get upset when their tiny little nobody band that fits in their back pocket, gets too big to fit in their pocket anymore. Some might call it “selling out.”
refalo@programming.devto Linux@programming.dev•New version of X.org X11, Xlibre fork gathers support0·1 month agoAbout four years ago, Linus Torvalds rebuked him for spreading anti-vaxxer misinformation on the Linux Kernel Mailing List
I have the feeling that limiting yourself to Gemini would guarantee you basically only ever communicate with the weirdest of the weird.