this post was submitted on 17 Mar 2026
4 points (55.0% liked)

Selfhosted

57665 readers
1954 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I know everyone here loves FOSS, and for good reason, but let's not pretend it doesn't have its own issues. UX and accessibility are two I whine about regularly, but another big one is project abandonment.

I can't tell you how many old forum/reddit posts I've run across of a lone developer hyping up their latest project, only for me to go to the github page and notice the last commit was 7 years ago.

If you're not familiar with the Gemini protocol, it's an updated alternative to Gopher, which in turn was an early competitor to the WWW back in the 90s. Gemini itself I can't speak to, but if you go down the list of gemini servers and clients on geminiprotocol.net, you'll see 404s, broken links, and expired certs galore. There was a flood of developer interest 5 or 6 years ago when the protocol was new, but everyone wandered away once the shiny wore off.

My recent foray into wiki software has turned up a few corpses as well. Wiki.js development seems to have stalled, and Pepperminty wiki has been abandoned for three years now.

And yes, I know this is because FOSS devs are often doing this on their own time for little to no money, so passion is the only thing driving them, but passion can only get you so far.

Besides loss of developer interest, community schisms can cause a project to sink. Remember what happened to Audacity? I think it ended up surviving but there was a real concern for a while that the forks wouldn't be as well supported.

All the FOSS offerings I can think of that are "too big to fail" have big corporate support, like the Linux kernel.

I'm guessing most of us are self-hosting as a hobby, and we can afford to risk a loss of support when a project is abandoned, but businesses don't have that luxury. That's why they use proprietary software.

top 13 comments
sorted by: hot top controversial new old
[–] curbstickle@anarchist.nexus 41 points 2 days ago (2 children)

All the FOSS offerings I can think of that are "too big to fail" have big corporate support

....

businesses don't have that luxury. That's why they use proprietary software.

Youre missing a few key things here.

  • TONS of proprietary applications go years without work or effort
  • TONS of proprietary applications/solutions get abandoned, leaving businesses and consumers to scramble for a solution.
  • If the business relies on open source, they can contribute to that project.
  • An open source solution also means continuity and the ability to fork when abandoned, proprietary solutions that are abandoned are just gone.

I wouldn't put much agreement toward your argument for proprietary here, because I've seen (and had to deal with) proprietary solutions being abandoned with no workable solution available, especially as the current generation of proprietary solutions require a license server or other cloud-connected back end in order to work.

So when they get abandoned, its just over.

So no, this argument against open source for business has no merits IMO.

[–] village604@adultswim.fan 9 points 1 day ago

I had to spend months moving our IBM3270 automations to a new product because the company we had a license with apparently went under (they wouldn't respond to requests for a new license when we needed to do a server upgrade.

It took so long because their proprietary BASIC like language had basically no documentation, and the scripts had been written like 12 years before. At least I moved us to an open source solution, which didn't have the best documentation, but I could just look through the source to get the answers I needed (and had to program in some missing functionality).

I'm still sad that I wasn't allowed to contribute to the project due to our government contracts. At least I could contribute to the python wrapper I found for it to make it Python 3 compatible.

[–] early_riser@lemmy.world -3 points 2 days ago (1 children)

I'm not saying proprietary software doesn't also have problems, just that FOSS has problems unique to it that are rarely acknowledged.

Everything I implement at work is open source because I don't want to wait for a purchase approval. But I'm also practically the only one interacting with those systems, so I'm the only one who's affected if something breaks.

[–] curbstickle@anarchist.nexus 16 points 1 day ago (1 children)

just that FOSS has problems unique to it that are rarely acknowledged.

None of the issues you've noted are unique to open source though.

[–] village604@adultswim.fan 10 points 1 day ago

And most of the problems actually have solutions with FOSS vs proprietary.

[–] uuj8za@piefed.social 20 points 2 days ago

This isn't exclusive to Open Source projects. This happens all the time with proprietary apps as well: https://killedbygoogle.com/

Even things like TV shows can get killed after 1 season.

[–] slazer2au@lemmy.world 17 points 2 days ago

I'm guessing most of us are self-hosting as a hobby, and we can afford to risk a loss of support when a project is abandoned, but businesses don't have that luxury. That's why they use proprietary software.

Perhaps an org whose income depends on foss should sponsor those products? Just like they pay big tech for shitty services.

[–] matsdis@piefed.social 13 points 1 day ago

but businesses don’t have that luxury. That’s why they use proprietary software

Wait, that doesn't match my business experience. Those proprietary solutions are usually a collection of open source libraries and DBs and Elasticserach or Redis and whatever running Linux VMs held together with duct tape and a small amount of proprietary application code (compared to everything else) using five different open source frameworks.

Or if you buy, say, a Lasercutter, how do you think they convert the images you prepare for engraving? Their own commercial libraries they bought from someone? Because businesses don't do open source? Nope. How do you think businesses compile the firmware that goes into their CNC machine? Borland C++? Nope.

When you use the proprietary software, they don't tell you what went into it. That's kind of the point - you are buying a solution and only want to know the price. When you host your own instead, you kind of need to know what goes into it, because you didn't pay someone to do the integration for you.

Or more fundamentally: with open source, you only get what the developer wanted to build. If you want someone to build what you need, you got to be either lucky that the two things align close enough, or find a way to pay someone to focus on your needs instead of theirs. Or you can hope someone else pays someone to make it and then pays a little bit extra to also publish it open source for everyone else to use. Rarely happens, but it does happen.

[–] yardratianSoma@lemmy.ca 3 points 1 day ago

It's already been said: FOSS projects can be abandoned, but resurrected via forks and re-writes, whereas proprietary apps are simply dead with no recourse unless the original dev/team releases the source code.

That being said, I am not a developer, so when a project dies, I am at the behest of other devs to revive the project. I do find that projects that many people value, like all the recent discord alternatives or health/money management apps, tend to survive longer because they provide value to a wide range of people. Things like wikis or new protocols are far more niche, so I am not surprised that they might not outlive projects like sharkord or rackula.

[–] Hello_there@fedia.io 5 points 1 day ago

Installing a program on discover store with 0 reviews seems sketchy

[–] j4k3@lemmy.world 5 points 2 days ago

Complex social hierarchy is a super important aspect to account for too. In the proprietary software realm, you infer confidence in the accumulated wealth hierarchy. In FOSS the hierarchy is not wealth, but reputation like in academia or the film industry. If some company in Oman makes some really great proprietary app, are you going to build your European startup over top of it? Likewise, if in FOSS someone with no reputation makes some killer app, the first question to ask is whether this is going to anchor or support a stellar reputation. Maybe they are just showing off skills to land a job. If that is the case, they are just like startups that are only looking to get bought up quickly by some bigger fish. We are all conditioned to think in terms of horded wealth as the only form of hierarchy, but that is primitive. If all the wealth was gone, humans are still fundamentally complex social animals, and will always establish a complex hierarchy. This is one of the spaces where it is different.

I really enjoyed Gifable, a self-hosted gif library. It was great, albeit a bit feature light. About 3 years ago the maintainer stopped maintaining and went AFK, nothing to be heard of then. I've since forked it, and I've been working on some new features to hopefully bring it up to speed. (Things like S3 storage, using AI image captioning to auto-caption your memes, categories, and hopefully full matrix integration), but it's a slog.

[–] fizzle@quokk.au 1 points 1 day ago

It can be frustrating looking for the current best alternative. Ive found alternativeto.net to be really good at finding all the alternatives and telling you which are worth a look.

With my own projects, maybe 1 in 10 make it to that kind of "ready to publish" beta quality, and most get abandoned thereafter.

Iys not really because im short on money as such. Its because im just playing around with whatever project, and quickly lose interest once it reaches that "almost kinda done" state.

I dont really see this as a shortcoming of the FOSS ecosystem.