Live data from Hacker News

Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

thesizzle.com.au

131–140 of 227 posts

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#131
post #43

just get an AMD 5350 APU. 4 or 8 cores at 2+ghz plus a very decent gpu. with a high end motherboard you get it for $100! and there is one itx motherboard that cames with a 20V input plug to not even need a psu! best part: mine with a ssd and a hdd streaming movies to the tv in 1080p (supports 4k but i get tearing) de will only consume 35W!

Or Athlon Kabini if you don't need a GPU

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#132

Earlier quoted context omitted.

I've seen USB GPIO breakouts, but not very cheaply, and I suspect driver support might be an issue. Certainly controlling GPIOs via /sys is extremely convenient! Between that and the built-in Ethernet interface, I suspect a Raspberry Pi makes a better GPIO interface for a PC than almost anything else on the market.

Really ? Because this is trivial to make using a microcontroller. Or you can use any FT232 serial interface. I mean I'd think you'd prefer an arduino for this application over pretty much everything else since you can quickly upload small programs to the arduino that keep the "fast" logic on the arduino.

Arduinos cost more than a lot of Pis, though. And the network interface of a Pi enables some really interesting capabilities that don't exist, or are harder to obtain, with a device that doesn't have one.

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#133
post #84

Earlier quoted context omitted.

This is the first I've heard of Qotom, can you elaborate?

They make fanless metal body mini computers and come in many variations on aliexpress. I purchased a unit a few months back to run pfsense (free routing software based on freebsd). They normally use intel based motherboard/ethernet ports in 2-4 port configurations, making them good stable platforms. They usually take a few weeks to arrive because they ship from China. They don't have the polish of an apple product or…

You can get them on Amazon, too, and my impression is that buyer support is better there than on Aliexpress.

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#134
After getting tired of RPis corrupting SD cards I just took my old Mac mini 2006, swapped the CPU for a Core 2 Duo (was Core Duo), flashed firmware from the 2007 model, installed an SSD (yea sure SATA 1 limits bandwidth but latency is sooo much better) and installed HardenedBSD. (For which I had to compile GRUB 2 for 32-bit EFI, because well the machine has a 32-bit EFI, and fuck no I'm not using CSM. GRUB 2 worked very well.)

Unfortunately there is an issue with the Ethernet: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206567 so right now my home server is on Wi-Fi :D Which has been perfectly reliable so far, thanks to the good old Atheros card.

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#135
post #57
post #49

This is a pretty sweet deal on a Pi 3: https://www.wdc.com/products/wdlabs/wd-picompute-centre.html...

I purchased one of these and installed CouchDB, Apache web server, and some webs I've made and it will serve those apps just fine to a small office full of desktops connected to a LAN. I've made web apps for managing Contacts, Quotes, Invoices, Expenses, Income Reports, ToDo, Chat, and others. I can back up all my data to a remote server (IBM Cloudant for example), and to another Pi in-house as well. And I've configu…

>I've configured it to boot off of the Hard Drive. You don't even need an SD card in it to boot.

Woah, that's awesome! I had no idea the pi 3 could do that.

I have a Raspberry Pi 2 B and a 3 B at home. I host my website using the 2 B with cloudflare in front of it [1], as well as use it as a login server, but every couple of months the SD card gets corrupted. The last time that happened was a couple of weeks ago and since I'm currently away from home there's nothing I can do to fix it until I get back so now my website is down and additionally I can't send data to my desktop computer for backup, though fortunately I have two external drives with me so I can have multiple copies of my data still just not at different physical locations.

Totally going to put the 3 B in charge of my website and have it boot from a USB stick instead of from SD.

Searched and found a post with more details about this from the Raspberry Pi guys: https://www.raspberrypi.org/blog/pi-3-booting-part-i-usb-mas...

[1]: https://github.com/eriknstr/interweb

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#136

After getting tired of RPis corrupting SD cards I just took my old Mac mini 2006, swapped the CPU for a Core 2 Duo (was Core Duo), flashed firmware from the 2007 model, installed an SSD (yea sure SATA 1 limits bandwidth but latency is sooo much better) and installed HardenedBSD. (For which I had to compile GRUB 2 for 32-bit EFI, because well the machine has a 32-bit EFI, and fuck no I'm not using CSM. GRUB 2 worked v…

RPi corrupting SD cards, how did you confirm it was RPi the one at fault?

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#137
post #46

Earlier quoted context omitted.

I'll back you up on that one, even though a few of my posts pointed out some things that I think you should have also considered in your analysis. The reality is that this little PC is a solid choice to consider for a low-end home server -- especially if you have a particular need/desire for x86[0]. They're different platforms that serve different purposes and a micro-desktop like this has a lot of good uses. I used…

Nothing with an Atom CPU will do H265 playback. It'll stream fine with Plex to a playback device that supports it, but I'm not sure what's out there that supports H265. Maybe some sort of Chinese Android TV box? Glad you enjoyed the post :)

Anything with an Amlogic S905, cheap and popular in China, will decode H265 in hardware at 4K. I like the Xiaomi Hezi 3.

https://en.wikipedia.org/wiki/Amlogic#Media_player_SoCs_.28S...

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#138
I've been dabbling with re-purposing second-hand thin clients for years (NSLU, various Wyse, Neoware and HP clients).

My current favourite is HP t520 (dual core AMD embedded apu, fanless, M2 SSD drive, a miniPCIe slot, gbit ethernet, USB 3.0 and low power consumption). I haven't measured it but HP states 7W for normal operation. More info at http://www.parkytowers.me.uk/thin/hp/t520/ & in the quick specs www8.hp.com/h20195/v2/GetPDF.aspx/c04303956.pdf

You can have one second-hand for about $60-70, and prices are bound to go down.

edit: the linked article mentions that mini-pcie can be used for an SSD. This is usually not true, as mSATA while sharing the same physical connector needs to be wired differently. You can see e.g. pcengines doing that on their apu2 boards. Even the aliexpress page mentions "NOTE:this is msata , can not use in mini pcie or wifi interface" in bold red letters

Re: Consider a Dell Optiplex FX160 Instead of a Raspberry Pi

#139

I've been dabbling with re-purposing second-hand thin clients for years (NSLU, various Wyse, Neoware and HP clients). My current favourite is HP t520 (dual core AMD embedded apu, fanless, M2 SSD drive, a miniPCIe slot, gbit ethernet, USB 3.0 and low power consumption). I haven't measured it but HP states 7W for normal operation. More info at http://www.parkytowers.me.uk/thin/hp/t520/ & in the quick specs www8.hp.com/…

I got a T620 plus for $100 repurposed as a pfsense router (added an intel NIC card). It's neat.
Post reply on HN