I personally wouldn’t recommend obsidian (mentioned at the end of the article), but still, I think the article is worth reading.

  • @[email protected]
    link
    fedilink
    English
    174 months ago

    It’s a good philosophy, to be sure. It doesn’t take many migrations to realize that keeping your files in open, easy to read formats is preferable.

    I also use obsidian, but I do sometimes worry that the linking and metadata will be difficult to work with in the future when the software goes away. It’s all there in the files, but my vault is slowly linking together in interesting ways that rely on obsidian functionality.

    • @[email protected]
      cake
      link
      fedilink
      English
      54 months ago

      I wonder this with obsidian also, it is one of the things that keeps me from diving in head first.

      It seems a lot of its “powerful” functions are against it’s plain text advantage. However I don’t really see an easy way around it.

      At least at the end of the day you or someone else could write a script to modify the plain text files for the next app.

      • @[email protected]
        link
        fedilink
        English
        64 months ago

        It’s tricky for sure. The plain text is great, and all the functionality is built off of plain text (even the canvas!), but replicating the functionality isn’t trivial by any stretch of the imagination. Migration is easier because of the text files, but will it be as easy to see the links between notes? Or query all the notes I need more detail in? Or map it all out visually?

        I think reimplementing the core obsidian functionality in a FOSS clone would be fun… except I already have a queue of projects and not a lot of time, so here I am complaining instead 🤷

          • @[email protected]
            link
            fedilink
            English
            14 months ago

            Logseq is a great alternative. It’s very much not a clone, though. It has a different paradigm on how it views notes and the functionality isn’t exactly 1:1.

      • @[email protected]
        link
        fedilink
        English
        54 months ago

        Try logseq, it’s foss and solves some of these problems. Mostly compatible with files from obsidian

  • 7heo
    link
    fedilink
    English
    104 months ago

    And they must be local rather than remote (cloud).

    Also, always prioritise a common format served through filters (for example having all your data in postgres and minio, and serve that on demand as ICS, XML, etc) so that you don’t need to duplicate or lose data due to formats.

  • @[email protected]
    link
    fedilink
    English
    84 months ago

    Take it further. Convert all of your data into forward or simple formats. Don’t encode your images as gif, keep them raw. Store word docs as markdown. Don’t use proprietary formats (duh).

    Linux will be around for a long time, which is convenient. Everything is a file, that counts, right?

    Also be thankful for VMs and the push towards distroless containers.

  • @[email protected]
    link
    fedilink
    English
    64 months ago

    It’s a great point to be making, though it seems to me part of the answer is to keep a copy of the software with the data files.

    I keep a repository of software, relying on my brain to know which apps go with what archived data.

    Think I need to revisit how I track things.

    • just another devA
      link
      fedilink
      English
      194 months ago

      keep a copy of the software with the data files.

      That only works to a certain extent. Sooner or later you’ll need to run a vm to run that software, so then you’ll also need to keep isos for that operating system. The stack required to open that document will only keep growing.

      Meanwhile, I’ll guarantee you that you’ll be able to open that markdown file that Obsidian generates with any text editor from 2124.

      • @[email protected]
        link
        fedilink
        English
        24 months ago

        I kind of assumed all that with “keep the software”, but you make excellent points.

        Guess I need to re-re-think my setup. Like keep some VM’s or containers already configured with the app, and an annual maintenance cycle (minimum) to verify it all works as expected.

        Seems like this is really about backup or failover/DR management.

        Sigh, yay, another thing to add to the list, haha.

    • @[email protected]
      link
      fedilink
      English
      54 months ago

      Software isn’t reliable because older software typically doesn’t run on newer machines. This is mostly due to changes in libraries that software relies on, but sometimes can also be do changes in the actual architecture of the CPU.

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      4 months ago

      The philosophy of “you need to own your files” is great.

      The extension to “you should be able to open it with a computer from the 60s” is insane. You don’t need to give up efficiency and make everything plaintext. Just document shit.

  • @[email protected]
    link
    fedilink
    English
    44 months ago

    Interesting, I must admit, I never thought of digital data like this. I suppose a lot of history from our current era is either online or in a digital format. That in turn makes data important to preserve, although that part was obvious.

  • @[email protected]
    link
    fedilink
    English
    14 months ago

    I agree and resonate with this so much! I think everyone should have everything (or almost everything) in their vault as markdown files.

  • @[email protected]
    link
    fedilink
    English
    14 months ago

    This reminds me of Blu-ray and streaming. Movie and series studios seem to prefer streaming over Blu-ray. If I’ll stream a movie, I won’t own it. On the other hand, if I’ll buy a Blu-ray disc, I’ll own it.

    Lately I bought a Buffalo 1-terabyte external ssd. It’ll be my backup ssd. The formats of my files are common so I don’t have an issue opening those.