There are a lot of reasons not to give them your money. They’re assholes to the maker community and they openly talk shit on a lot of their customer base. That’s beside the point, though, really.

It’s just not a spectacular option for hosting. In order to get a Rpi competitive with even the shittiest laptop from 7 years ago, you’re going to end up spending more than you would spend on a decent laptop from 7 years ago.

If it is a computer that turns on, it will likely function orders of magnitude better than an Rpi and won’t bind you to ARM architecture. My entire hosting setup was pulled out of a recycling pile for free. Install ubuntu/ubuntu server and enjoy yourself.

If you intend on spending any amount of money on this hobby, I cannot express enough how much I recommend against any of that money going toward a Raspberry Pi.

EDIT: A lot of you seem to be reading this as “Raspberry Pis are all nonfunctional” and getting mad about it. Don’t do that.

Edit 2: Good to see that all the stupid parts of reddit made it here

  • manitcor@lemmy.intai.tech
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    facts, at this point you are paying for size, gpio and the fact that its a form factor with industrial grade options easily available. not really as useful for a hobbyist at the price though.

      • towerful@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Any ESP32 you would recommend with easy wired networking (like DHCP client), easy language (python, node, c#. Tbh these are just the ones I know), easy IDE, and a bunch of libraries (like OSC, WebSockets, mqtt, rabbitmq, as well as stuff for various GPIO stuff)?

        I’ve gone down a street of node-red on a raspberry pi, and I find it really easy to make complex things.
        But 90% of my stuff is node->JS function->node. And I feel like I could do better!