Earlier quoted context omitted.
Browser engines need a lot of computing to know what color each pixel of a page needs to be, for each pixel: the typeface affects it, the background image of all the parent elements (in case of transparency) affects it, the CSS positioning of the elements affects it (there could be a white title text, but an annoying cookie popup with a semi-dark background means it needs to be displayed as a greyed out text).
They really don't though, they could do it just fine in 1995. Browsers have bloated into crazy complex machines though that do way more than rendering some text and graphics. The simple rendering is not why browsers are slow on RPis.
Ask HN: Does anyone use a Raspberry Pi as your main computer?
91–100 of 194 posts
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#92Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#93Earlier quoted context omitted.
They really don't though, they could do it just fine in 1995. Browsers have bloated into crazy complex machines though that do way more than rendering some text and graphics. The simple rendering is not why browsers are slow on RPis.
HTML is simple. Add CSS and dynamic DOM manipulation and it's whole different situation.
Much of what is done on the web could be 90% as good with 10% of the complexity, but we're buried under too many layers of abstraction, bloat, and "improvement".
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#94Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#95Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#96Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#97Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#98One of our daughters moved in with us shortly after that so I moved the Pi to our family room and she's been using it since.
I used an "Argon" case that moves all the ports to rear of the case. It has a fan to cool it if it gets too heated up and I configured it to boot off an external SSD drive. That was pretty easy to do and makes a huge difference in how fast it boots up and loads apps.
I bumped up the processor speed a bit, it's not as fast as my old Mac and the tools not quite as polished but Geaney is a pretty good text editor for coding and FileZilla works fine to get and put files.
Aside from a web browser those are the tools I use most so the money and time spent on setting that up was well worth it and it's more than paid for itself.
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#99Earlier quoted context omitted.
Browser engines need a lot of computing to know what color each pixel of a page needs to be, for each pixel: the typeface affects it, the background image of all the parent elements (in case of transparency) affects it, the CSS positioning of the elements affects it (there could be a white title text, but an annoying cookie popup with a semi-dark background means it needs to be displayed as a greyed out text).
They really don't though, they could do it just fine in 1995. Browsers have bloated into crazy complex machines though that do way more than rendering some text and graphics. The simple rendering is not why browsers are slow on RPis.
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#100A few years ago I set up a Pi 4 8GB to have as a backup in case my old Mac Mini died. Last year the Mac's HD died and it got me through the few weeks it took me get the Mac back up and running. One of our daughters moved in with us shortly after that so I moved the Pi to our family room and she's been using it since. I used an "Argon" case that moves all the ports to rear of the case. It has a fan to cool it if it ge…