this post was submitted on 15 Oct 2023
103 points (100.0% liked)

Technology

37608 readers
218 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Umbrias@beehaw.org 1 points 11 months ago* (last edited 11 months ago) (1 children)

Trilium for a database and therefore faster method that is actually foss.

Obsidian is reaching market criticality so I'm expecting enshitification any time now.

[–] tuckerm@supermeter.social 0 points 11 months ago (1 children)

Obsidian is reaching market criticality so I’m expecting enshitification any time now.

You could be right, but I'm not 100% sure of that. From the article:

Keeping the team small and spurning outside investment is Obsidian’s way of avoiding incentives that might lead the company astray.

If they can stick to that, they can avoid going downhill. The main driver for enshittification is big shareholders that want the company to keep growing -- shareholders don't care about stable profitability, they need growth for their ownership stake to increase in value. If Obsidian is profitable now and they're fine with just keeping it that way, they can make it work.

[–] Umbrias@beehaw.org 1 points 11 months ago (2 children)

The driver of enshittification is extracting money from your user base and investors alike. Lacking one doesn't stop it.

If I was going to trust obsidian, their code would be fully foss. Since it isn't, there is nothing future proofing my notes in their software. Might as well switch now to something which largely works better and is more feature rich.

[–] d0ntpan1c@lemmy.blahaj.zone 1 points 11 months ago

Might as well switch now to something which largely works better and is more feature rich.

Which is relative to personal taste and needs.

If I was going to trust obsidian, their code would be fully foss.

I definitely agree that I wish it was fully foss, but i also think it is a far better option than notion, onenote, etc for most people (as long as it meets their needs and preferences) since with obsidian you do actually own your data and you don't need to pay unless you want their sync.

Since it isn't, there is nothing future proofing my notes in their software.

Even if, worst case, Obsidian enshitifies, all the notes are markdown or json (json for config and things that don't work in markdown, but the community and the devs work hard to keep that to a minimum) so you can still access your stuff in any text editor and it will be fairly easy to get the important data migrated into anything else. (I often use vs code to manage my notes, for instance, esp for big find and replace or re-org tasks) Even the non-standard markdown from obsidian and the most popular plugins reads well and could fairly easily be replicated with remarked or other markdown libraries. In this way, i think Obsidians approach is far superior to a tool which uses a database to store its data, since a database would require some effort to use standalone, or some work to migrate it to another tool or some sort of minimal client interface.

By its design, Obsidian could also be replaced by reverse engineering their api. If obsidian takes the dark path, we will probably see a foss community grow from the plugin dev community to replace it and be as compatible with plugins as possible, even if its just the basic text and display components. Tbh, it could totally be a vs code plugin, an emacs mode, [insert any text editor with plugins here]... thats how portable the data is. The obsidian devs know this, and they are intentional about staying this way. A shift in attitude here would be noticed by the community very quickly.

[–] macallik@kbin.social 1 points 11 months ago

It's completely markdown which is future-proof and easily portable to other software