Dear god. Why are note-taking projects such a magnet for slop bros?

I’m on a bit of a quest to build up some self-hosted services for me and friends & family, partially because Ad- & AI-infested big tech slop was making me sick and also to become a better sysadmin. General requirement was notes available anywhere and decent editing on mobile.

I was about to rip my hair out, when every session for weeks digging into options ended in frustration. Every project with somewhat decent features had some meh aspects and became worse the longer I looked. And there are so many of them. You can drown your self in “Best FOSS Note-taking App in $(date +%Y)” listicles. Here’s a list of over a hundred projects.

I suspect it’s a bit of the shopping list problem. It’s such a basic idea, that every ambitious clueless dev has it once while picking a hobby project. But note-taking also definitely has a place in toxic self-optimization / hustle culture. Some of the more developed project strike me as that.

I won’t mention every basic note-talking project with a CLAUDE.md that I stumbled on, but here’s some of the more disappointing lowlights:

  • Joplin main developer was one-shot. Added agent instructions to the repo this year and some provisions for his personal vibecoding rig to .gitignore. Also it’s not a bug if the AI chat button is visible even if AI features are disabled, because how would people find out about the AI features then?
  • Notesnook seems okay-ish, but they’re part of the mall ninja club. Business partnership with Kagi & Tuta.
  • Standard Notes was the least suspect to me. Later found out they Copilot-Review all of their PRs. (same as Notesnook btw)
  • I even considered going with a self-hosted binary of Obsidian. They don’t get instant-disqualified by promoting themselves as AI-anything. And if you don’t have a project you can trust, you might as well throw yourself at the most established option and pray.

I was running out of places to look for alternatives, when I remembered Open Slopware. You can guess how shocked I was, when note-software made up one of the biggest sublists in there. Through the shortlist of recommendations I ended up looking at Flatnotes. That project might be just enough notes for me.

  • hrrrngh@awful.systems
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 小时前

    I don’t have any good answers but I’ve been experiencing a similar thing with Obsidian plugins (and I guess this goes for plugins in other types of software too).

    Before, there were a lot but you could look through all the new ones to find something interesting. If you search for something, you’ll probably find 1-3 candidates and you can research all of them and decide which one to go with. The people who made them often have some kind of clue what they’re doing.

    Now, it is a literal deluge of slop. I’ve heard the excuse that it’s low stakes and doesn’t really matter so you should lower your expectations since plugins are a good way for vibecoders to share with the community, but these plugins are usually just terrible or have glaring, horrible issues that no person would ever make. There is a big difference between doing something wrong or with an outdated API or not following best practices vs. dropping code into your project that you have no idea what it does. It doesn’t matter if something is a bad idea, people just go off of their chatbot’s responses which make them think whatever they’re doing is fine. Also really common to straight up duplicate functionality that already exists or take a shot at implementing huge, over-ambitious systems for no reason. A badly programmed plugin will malfunction, a vibe-coded plugin could literally wipe my drive.

    I’m probably going to make a plugin at some point that just filters other plugins with some automated criteria based on Open Slopware, like claude/agents.md or commit authors in the repository, or requested AI code reviews on Github. This is on top of trying to filter the thousands of horrible quality AI-focused plugins that have overtaken everything and colonized every noun and verb. I’m a little worried people are going to be mad, so I think it should be presented as neutrally as I can instead of just calling it the slop filter 9000.

    Different context, but in a vibe coded video game mod I was reading through in ilspy, they looped through every single loaded assembly looking for a function with the right signature and then called it. It SAYS which function you should call in the documentation. That’s just begging for the game to crash for no reason once you install enough mods. Insanity.

  • nfultz@awful.systems
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 天前

    You said friends and family, does that mean orgmode or vimwiki is out of the running? I liked fedwiki back in the day but it had a learning curve. Never tried it on the phone.

    Also to be fair to the FOSS options, commercial applications like OneNote or Google Keep also suck, and are somehow worse than I remembered.

    • Architeuthis@awful.systems
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 小时前

      There should be a case study on how OneNote started out ok and just keeps getting worse and less usable every update. Maybe ms is using it as training ground for new project managers and it’s been just a series of half-baked first attempts as updates since forever.

    • jaschop@awful.systemsOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 天前

      They killed Google Keep btw. Not that I needed more reason not to tango with a corpo app again. All criticism here is based on failure to realize my utopian visions of spiritually pure notetaking.

      The notes are just for me, but I was really hoping for a more conventional editor. No shade to emacs/vim enjoyers. (Heck, I use 90% NeoVim at work.)

    • schnoopy@awful.systems
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 天前

      org-roam and org mode are revolutionary. The combo makes a note taking and scheduling system you’ll actually use.

      Emacs has a client mode but non tech people probably wont like it. There’s no good way to use it on a phone for example.

    • jaschop@awful.systemsOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 天前

      It was on my shortlist before I settled on Flatnotes. Since I found out the AI stance of the dev there and encountered some technical issues… well I’m running a Silverbullet now.

      It seemed a little too heavy on the customization front for me, but I guess I’ll figure it out.

      • grillme@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 天前

        I basically just use it for text notes with no customization and it works totally fine for that.

        I did have to learn about docker and caddy to make it available with a non self signed cert which was a little annoying but I don’t have much of a tech background.

        • jaschop@awful.systemsOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 天前

          The SSL stuff is finicky, but I got a template that is quite satisfying now.

          I got a wildcard cert using acme.sh (works with both Let’s Encrypt and the API of my DNS registrar INWX), automated renewals scheduled with systemd. Internet facing proxy is Apache httpd, for every new service I just copy a conf template and update the URLs and ports. I can stand up a containerized service in 15min, provided it runs without issues.

            • jaschop@awful.systemsOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              12 小时前

              thx. I’m thinking about making a PR to open-slopware once they’re back from vacation. The non-tainted section is scarce enough and could use more entries.

  • NightFantom@slrpnk.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 天前

    I recently started using logseq-og for taking notes, pretty happy about it. It lives as a bunch of .md files on your disk, with the option of autocommitting to a git repo I believe for syncing? Haven’t used it beyond one pc yet. And it indexes them and has cross references and graphs and such