Earlier quoted context omitted.
More and more it feels that corporations have discovered that with FOSS, those that do the work get to define the standard. And thus they throw manhours upon manhours of churn at whatever market segment they hope to control.
> More and more it feels that corporations have discovered that with FOSS, those that do the work get to define the standard Not quite - those that employ the maintainers define the standard, as shown multiple times by Red Hat (multiple projects) and by Apple with WebKit. IIRC, before the Blink fork, Google was pushing more commits into WebKit compared to Apple, but there was a - let's call it a difference in perspec…
Ōryōki Web Browser
171–180 of 181 posts
Re: Ōryōki Web Browser
#172For anyone interested, here are some web browsers that are actually minimalist and not just reskins of chromium: http://surf.suckless.org/ https://fanglingsu.github.io/vimb/ http://www.uzbl.org/
I realise every codebase has security bugs, but that one gave me the chills, and suggested that perhaps security approach had not been though through by the devs.
Re: Ōryōki Web Browser
#173Earlier quoted context omitted.
Microsoft uses its own EdgeHTML in the new "Edge" IE
I wish they'd open source EdgeHTML. I suspect it's far lighter than Gecko or WebKit, given that its development basically started with “let's rip out half of Trident”.
Re: Ōryōki Web Browser
#174Re: Ōryōki Web Browser
#175Earlier quoted context omitted.
>If your browser is using 50MB of RAM If only that were a relevant remark. The tab with the linked Oryoki web page alone is using 250 megabytes for me. And a second tab of the same page is using an additional 230 megabytes. Somehow I don't think that that's well utilized RAM for the ~350 kilobytes of web content. This page uses 200 megabytes as a tab, and HN isn't exactly a heavy page.
Seriously. I remember having 10s of tabs open in Firefox on an XP machine with 256MB RAM total, and it performed relatively well. At first I was going to blame all of the garbage from rockstar brogrammers, but even the simple HN comment page tab is using 264MB of RAM on macOS. The browser itself uses an additional 208MB according to Chrome's task manager, not counting all of the extensions. Where is it all going? The…
Your 208MB might not be additional, but a big subset of it could be shared with the renderer/gpu process.
If you want to know where the memory is going you can go to about://tracing and enable the memory-infra category.
Re: Ōryōki Web Browser
#176For anyone interested, here are some web browsers that are actually minimalist and not just reskins of chromium: http://surf.suckless.org/ https://fanglingsu.github.io/vimb/ http://www.uzbl.org/
I mean, they all use webkit, so not really that much different from using chromium.
It's not perfect by any means, but it is now my favorite :)
Re: Ōryōki Web Browser
#177Earlier quoted context omitted.
Sure RAM is meant to be used, but not when the browser just consumes it forever, until it begins grinding to a halt. What could a browser POSSIBLY be doing with 4-500MB of RAM PER TAB? It's a huge problem, and extensions like The Great Suspender should not have to even exist.
Each tab is a separate process. A separating operating system, you could say. Would you complain that your OS needs that much RAM? I wouldn't.
Re: Ōryōki Web Browser
#178Earlier quoted context omitted.
Each tab is a separate process. A separating operating system, you could say. Would you complain that your OS needs that much RAM? I wouldn't.
My operating system uses less than a quarter of the memory that a single tab in Chrome uses. And that's with X11 running. (OpenBSD 5.9, btw).
Re: Ōryōki Web Browser
#179Earlier quoted context omitted.
My operating system uses less than a quarter of the memory that a single tab in Chrome uses. And that's with X11 running. (OpenBSD 5.9, btw).
What's your point?
And, for the record, I would complain if my OS was a memory hog.
Now, get off my lawn!
/me shakes his cane at all the youngin's running around with their copious amounts of RAM
:)
Re: Ōryōki Web Browser
#180Why would you use electron for this instead of just modifying chromium?