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.

  • talentedkiwi
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    For projects I prefer an ESP32 unless it needs a fancy GUI.

    • towerful@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      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!

      • talentedkiwi
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I haven’t found one with wired (haven’t looked through either), mine are all wireless. I played with visual studio code as a IDE, and it worked pretty well. You can also use the Arduino IDE, but it’s been forever since I’ve used that. I’m about to dip my toes into ESPHome and combine with my home assistant.