this post was submitted on 15 Feb 2024
65 points (97.1% liked)

Selfhosted

61256 readers
101 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Here is the thing, I have 4 RPi’s of different generations (all the way from Zero W to 4B 4GB) that I use to host services at home for personal use.

Lately, I have realized I am running out of RAM to host more services, not to mention not enough switch ports to connect to.

Now I know the obvious solution is to get a more powerful setup (maybe a thin client) but electricity isn’t cheap and I am not particularly in the best shape financially speaking to shell out $300+ on a decent client to host my services.

Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] admin@lemmy.mohammadodeh.com 7 points 2 years ago (2 children)

Just curious, why is an x86 architecture a sought after feature in your opinion? My understanding is that ARM is more “bang for your buck” in terms of computation effort to power draw.

I say this because my M2 (ARM based) MacBook does all sorts of heavy lifting and still lasts me more than a day on a single charge compared to my old Intel MacBook running the same services doing the exact same stuff.

Please correct me if I am wrong. I would really appreciate to learn more from people who have more knowledge than I am.

[–] Guenther_Amanita@feddit.de 3 points 2 years ago* (last edited 2 years ago)

There's a big shift happening right now, you're right on that.
Traditionally, ARM is not as capable in solving complex issues, but more efficient.

That's why it has always been used on smartphones for example. You want a lot of battery and don't need to do highly complex stuff on that, that's what you have your PC for.

The big focus in the last years has always been to top the competitor in terms of performance, and only right now, people begin to question if the computing power they have right now isn't enough and if they rather wouldn't like to have a device that's more efficient.
The tradeoff is, you're more limited to this specific architecture. Apple solved this by making a compatibility layer for x86 apps, but that of course comes with a performance hit.

I'm no expert in that topic tho, so take all I said with a lil grain of salt.

Right now, I think you're better off with x86, because your server will definitely run on some sort of Linux, and we don't have any compatibility layer or something like that yet.