←back to thread

276 points transpute | 1 comments | | HN request time: 0.206s | source
Show context
Venn1 ◴[] No.44465588[source]
Low cost x86_64 solutions beat the pants off ARM in the PPPITA (performance per pain in the arse) department. The Raspberry Pi software ecosystem advantage nopes the moment x86 shows up to the party. Granted, it does suck the fun out of spending a weekend trying to get an application to compile.

Whether it's Raspberry Pi, Orange Pi, Banana Pi, or anything similar, by the time you buy the SBC and accessories, you're looking at around $100. The N100 or N150 are obvious choices if you're looking for a small, low power block of silicon to get something done.

replies(2): >>44465617 #>>44467992 #
reactordev ◴[] No.44465617[source]
I’m going to argue there’s no difference in “ecosystem” between arm and x86 anymore. It’s as simple as compiling with a flag. Your frustrations are your own.

I will give you the extra cost of the accessories and plugs you need just to get a raspberry pi up and running.

replies(4): >>44465876 #>>44465922 #>>44466127 #>>44468224 #
1. wpm ◴[] No.44468224[source]
That’s great if I have source code.

I don’t always. I find plenty of Linux stuff that was never compiled for ARM (printer drivers tend to be awful for this).