I tried. I just wanted a machine on my workbench to run a web browser. I got the best Raspberry Pi, a case, and plugged it into an old 24" monitor. Cost me about $80-100. It worked fine. It could even play a 1080p YouTube video. However, everything lagged. The most painful thing was that it took several seconds to render a website when it's normally instantaneous. I found it quite frustrating to use, so I ended up bu…
Curious, what mini-desktop pc did you go with?
Ask HN: Does anyone use a Raspberry Pi as your main computer?
51–60 of 194 posts
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#52Earlier quoted context omitted.
Could have been the browser? Or the network interface? Did you ever figure out why?
Doesn't help that the pi 4 has a single-core performance that is 1/5th that of a current smartphone. If you are coming from fast hardware, the pi 4 is quite bad. I would love to see someone make a $99 product in this range with something moderately fast.
Mind the shipping price and doll fees though.
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#53Earlier quoted context omitted.
Could have been the browser? Or the network interface? Did you ever figure out why?
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).
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?
#54The truth is it's just not powerful enough for that (or even 1080p), and stutters and tears on almost any media, and is just sluggish in general (It's not just the sd card, I paid out for a top end SDXC class 10, U3, V30, A2 etc, etc card, nor thermal, I have heatsink, fan). I really can't imagine using it as a main machine, with tens of active browser tabs, programming compilations, open documents, etc, etc.
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#55Earlier quoted context omitted.
> ARM is the first architecture in 20 years that competes with x86 on reasonably priced machines. (e.g. IBM POWER and IBM z are pretty quick but you can't afford them) What about the PPC Macs? Yes, they were bad enough that Apple had to switch to x86—not exactly a ringing endorsement—but I'd say they were at least somewhat competitive , no?
Yeah, the power macs were usable in the early 00's but they were slipping fast. I don't know if I'd count macs as "alternative" because, despite their good qualities, they are more locked down than PCs. SPARC was almost viable for a desktop machine in the early 00's, I had one under my desk that I was running a Sun Ray server on. We were hoping to use Sun Rays to provide access to the online catalog and other web res…
What do you mean here? Couldn't Power Macs run Linux?
Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#56Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#57Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#58Re: Ask HN: Does anyone use a Raspberry Pi as your main computer?
#59I spent around 5 months in 2019 using a Raspberry Pi 3B+(1GB of RAM) as my sole home computer because my laptop broke. You can browse the web if you aggressively close tabs and block almost all js (and periodically restart the browser). Editing latex was possible as was writing some code (although using a modern editor and the web simultaneously isn't always an option - I grew to love nano). I did have a access to a modern x86 machine in an office.
Github was probably the most painful website (although it's still better than Gitlab which doesn't work at all without js). I think it had recently removed a bunch of functionality for users without js and it's not designed with people who care about every 100MB of RAM in mind.