• prof@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    I don’t necessarily like a few takes in the comments here.

    Vibes wise the Obsidian team seems to be great and they don’t seem to have shown any reason why I should distrust them. I love FOSS but gifting others my work doesn’t put food on my table, so in that sense they need to have a lucrative business model which they seem to have established.

    I could use SyncThing, Git or other solutions to do synchronisation between my devices but I choose to buy their Sync offer, since I want to support them (they also have EU servers, which need to be GDPR compliant by law afaik).

    The closest comparison I could make is NextCloud. NextCloud open sources their software, but they sell convenience. Sure, you could self host it, but paying them to do so for you may be more attractive. In comparison Obsidian is not really complicated to set up or maintain. It’s literally just a MD-editor. So the only convenient thing to sell is synchronisation if you don’t want to put a price tag on the software.

    If they open source all their code, some tech wizard will implement a self hosted obsidian sync server with the same convenience as theirs in a day, and the company will lose their revenue stream.

    We’ve all been burned by tech bros in one way or another, but I think it’s ok for people to profit off of their IP. And they seem to be doing so with a positive vision. Feel free to let me eat my words if they ever go rogue, but that’s my 2 cents.

    • ChickenAndRice@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      Thanks for the rare, rational comment regarding Obsidian. Many people here seem to think releasing software as closed source automatically means you have something to hide; seemingly forgetting we live in a capitalist system in which you must constantly sell your services to survive. (I am saying this as someone who adores FOSS and donates to most of my homelab software on a regular basis).

      I think a more productive way to look at is: is the closed source dev friendly (or at least non-hostile) to the open source community? In the case of Obsidian, they haven’t done anything egregious, and regularly contribute to open source plugins. Furthermore, the notes are stored as markdown files. This gives the user strong resistance against potential enshittification, so even if they did go rogue you can just move to some other text editor lol. Granted, you would miss out on plugins but otherwise that’s a good reason to keep your plugin usage light and plan your Obsidian vault accordingly.

  • nucleative@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Switched from Onenote to obsidian. There was a small learning curve and I had to install some plugins, but I love it. It looks amazing and runs so much faster than OneNote ever did.

    • pycorax@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      I would love to move off OneNote but the lack of alternatives that support inking is disappointing.

      • blind3rdeye@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        For sure. I’ve been looking for a solid OneNote replacement for a few years now. Inking is the only major barrier.

        I really like OneNote, and I’ve been using it for more than 10 years. But in recent years, my dislike for Microsoft has grown to the point where I feel I need to stop using all their products.

        Right now I’m using xournal++ a lot. It has really excellent drawing functionality; but zero organisational functions. (I’m organising my xournal notes using just file names and folder structure.)

        What I really want is integrated xournal support with Obsidian, or Joplin. In Joplin, I’ve tried inserting a pdf into my notes, and telling Joplin to open the pdf by launching xournal++. That sort of works; but the viewing of the pdf in Joplin shows a window-within-a-window; and the creating of new notes is fiddly; so I decided it wasn’t quite good enough.

  • fxdave@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    It’s interesting that a closed-source app has good reputation among FOSS enthusiasts. Surely they are not a Microsoft or Apple, but still who controls your computer, you or them?

    • Mic_Check_One_Two@reddthat.com
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      4 months ago

      It stores your data in plaintext, and simply uses the program to parse special formatting characters. There are no attempts at obfuscation or encryption, and it doesn’t lock you into a walled garden that refuses to play nice with other programs. The program itself is closed-source, but anyone could write an open source version to parse the same info… There just hasn’t been a good reason to do so. Even if Obsidian as a company and program ceases to exist overnight, your data is still safe on your machine and can be read by anyone who cares enough to dig into the file. Hell, you can even open it as the plaintext file and dig through it manually.

      • null_dot@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        Hol up. Are notes stored in files in a directory structure or a single file? Just that you said “the file” so I’m wondering.

        If so, that’s lock in.

        • Mic_Check_One_Two@reddthat.com
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          1
          ·
          4 months ago

          It’s a directory. When you create a new note, it creates a new file inside of that directory. My point was simply that you can always just browse the directory and read the plaintext file for whichever note you want. Obsidian simply adds things like text formatting and automatic links to other notes.

  • KingBoo@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    This post was how I learned about Obsidian.

    For those of you that love it, how do you use it daily?

    • wrekone@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      26 days ago

      Daily notes. I have a template that prompts me to fill out a number details I might otherwise forget.

      A wiki of people that helps me remember details about people I meet or have worked with. Makes it much easier to keep in touch and to remember important dates in their lives.

      Sortable todo lists, with due date and urgency information. I can add to the lists directly from any other note using a Dataview formula with the Tasks extension.

      Career plans. Project plans. Gardening plans. Recipes (there’s an awesome extension that imports recipes from the web).

      Any random writing I might want to do, from short stories to rough drafts of letters to stream of consciousness mind spew that I want to review later.

      I use the Auto Note Mover and Dataview extensions, along with backlinks and tags, to keep all of my notes organized automatically. I use the Linter extension to make sure things are formatted nicely. When I started using Obsidian, I used the Importer extension to easily pull in all of my existing notes and lists from Evernote and Google Keep.

      Honestly, that barely scratches the surface.