←back to thread

278 points transpute | 4 comments | | HN request time: 0.924s | source
Show context
whywhywhywhy ◴[] No.44464674[source]
It's genuinely crazy how much better value an N100 is and how much better it works out of the box than a Pi for anything that is a little server, plex/jellyfin, self hosting project that doesn't need to talk to electronics/GPIO.

Caveat being about my comment is my N100 us used mostly as a Jellyfin server/torrent downloader running windows but has two SSDs inside it and has worked flawlessly for 2 years. Not sure how well it performs under Linux but I've used Pi's a lot previously and this beats it in terms of getting the job done and in price for a similar Pi setup.

replies(11): >>44464810 #>>44464889 #>>44464997 #>>44465661 #>>44465968 #>>44466599 #>>44466967 #>>44467502 #>>44467753 #>>44468280 #>>44470374 #
sigmoid10 ◴[] No.44464810[source]
To be fair it wasn't always like that. I remember a time when you could get a semi-top-of-the-line raspberry model for under 30 bucks. That was peak hobbyist time for me and I still have many of those lying around, but I haven't bought a new one for a long time now. First they went through some weird feature creep, then the pandemic hit with supply chain issues, then inflation, then the IPO... It's nice that the founders got to make bank with something that has immeasurable value for letting people discover modern tech, but somewhere along the line they got completely lost. Looking at the N100 I feel like building something again for the first time in years. It's not as pure as it was back then, but damn it is useful.
replies(1): >>44466441 #
1. FirmwareBurner ◴[] No.44466441[source]
>I remember a time when you could get a semi-top-of-the-line raspberry model for under 30 bucks.

You still can, but its performance will be dog-slow at PC/web/server tasks compared to an Intel NUC off the used market.

That's why most people who bough those RPis had them collecting dust after a few weeks since you can blink LEDs with an 5$ Arduino/ESP32 too.

replies(1): >>44468127 #
2. Nextgrid ◴[] No.44468127[source]
> tou can blink LEDs with an 5$ Arduino/ESP32 too.

At the time the RPi came out I don't believe Wi-Fi-enabled microcontrollers were a thing or were as widespread. RPi was the OG low-cost, popular Wi-Fi "microcontroller".

You are right that nowadays a lot of that can easily be done on an ESP32.

replies(2): >>44468764 #>>44468795 #
3. theshrike79 ◴[] No.44468764[source]
There were some NRF boards with Wifi IIRC, but Raspi just worked and you could just use Python to do whatever you needed with GPIO instead of messing about with the kinda-sorta C but not quite.
4. renw0rp ◴[] No.44468795[source]
Raspberry pi didn't have built in WiFi until raspberry pi 3 in 2016 (of course you could use a usb adapter). I think around similar time esp 8266 (cheap microcontroller with WiFi) started becoming popular