this post was submitted on 30 Oct 2025
36 points (60.6% liked)

Selfhosted

52632 readers
769 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments

A poor architect blames their tools. Serverless is an option among many, and it's good for occasional atomic workloads. And, like many hot new things, it's built with huge customers in mind and sold to everyone else who wants to be the next huge customer. It's the architect's job to determine whether functions are fit for their purposes. Also,

Here's the fundamental problem with serverless: it forces you into a request-response model that most real applications outgrew years ago.

IDK what they consider a "real" application but plenty of software still operates this way and it works just fine. If you need a lot of background work, or low latency responses, or scheduled tasks or whatever then use something else that suits your needs, it doesn't all have to be functions all the time.

And if you have a higher-up that got stars in their eyes and mandated a switch to serverless, you have my pity. But if you run a dairy and you switch from cows to horses, don't blame the horses when you can't get milk.