The one thing that kept me away from the raspberry pi was that the sd card tends to fail after some time (hours to weeks). Now I just wait until the board gets built with a single sata slot.

I've had a similar frustration. For what it's worth, sending most logs to RAM drastically reduces the write-thrashing on the SD card, and greatly prolongs the life of a 24/7 Pi: https://github.com/azlux/log2ram

Depending on the use case, RAM disks are also pretty easy to set up for any temporary/volatile storage used by shell scripts and the like.