this post was submitted on 20 Feb 2025
692 points (98.1% liked)

Technology

63082 readers
3604 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago (4 children)

That's a bit naive imho. Remaining closed source is a form of IP protection and that's really ok for what Obsidian is (a markdown editor). There's just not any benefit for them other than appreciation from FOSS enthusiasts. Also maintaining an open source repository causes a higher workload and they lose a lot of freedom.

If privacy is your concern you don't need source code anyway. It's quite easy to sandbox an application like that and analyse network traffic and such. Also Obsidian is built using Electron. That means with enough motivation one could quite easily reverse engineer most of the app. Most of the applications behaviour can also be observed via the integrated dev console, which lets you view source code.

In short I don't really see the need, unless I want to build or maintain it myself. And I think the negatives far outweigh the positives from the perspective of Obsidians team.

[–] sugar_in_your_tea 4 points 1 day ago (3 children)

You don't need a public repo to be FOSS. You don't need to accept changes. All you need is to provide a copy of the source code upon request. You can even automate that with a link to a tarball or something in the app.

My concern is less about privacy and more about security and longevity (i.e. what happens if they turn evil?). If it's FOSS, I can audit the source and fork it if they go in a direction I don't like. If it's proprietary, I'm SOL if they turn evil or stop development. Projects like these tend to die.

I don't really see any negatives here. The chance that someone makes a more popular fork is incredibly low, and the chance that someone audits it and points out a bug is a lot higher. They can retain control of the name, sell the software, etc. I really don't see how providing source code is a downside.

[–] [email protected] 1 points 21 hours ago (2 children)

I guess we just have to agree to disagree then. Which is fine.

Your points are valid and thank you for detailing them for me. If I was in their shoes making others able to steal my IP, even if they're not allowed due to licensing and having to deal with constant scrutiny of the source code are k.o.-criteria, which hinder the project and lead to potential revenue loss.

[–] sugar_in_your_tea 5 points 21 hours ago (1 children)

And it's totally fair to run your project however you choose. My point is just that FOSS doesn't automatically mean you can't make money, tons of businesses are built on a FOSS-first basis. Pick the model that works for your business, and I sincerely hope you find a way to make FOSS part of it.

[–] [email protected] 2 points 20 hours ago

As I've said. Nextcloud is a great example of FOSS working out for a business, haha.