• 12 Posts
  • 52 Comments
Joined 6 months ago
cake
Cake day: October 5th, 2025

help-circle













  • early_riser@lemmy.worldOPtoSelfhosted@lemmy.worldAbandoned FOSS projects
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    8
    ·
    30 days ago

    I’m not saying proprietary software doesn’t also have problems, just that FOSS has problems unique to it that are rarely acknowledged.

    Everything I implement at work is open source because I don’t want to wait for a purchase approval. But I’m also practically the only one interacting with those systems, so I’m the only one who’s affected if something breaks.




  • Discord is an evolutionary culdesac if we’re talking about its role as a forum killer. It’s terrible for long term information storage and retrieval compared to the more permanent, and search engine indexed, forums it replaced. It’s a never ending waterfall of chat messages that’s hard to search, so the same questions keep coming up again and again.

    I tried asking a question on Blender Guru’s discord about his doughnut tutorial, on the channel specifically meant for questions about the doughnut tutorial, and it flew off the top of the screen like a barrel going over Niagara Falls, never to be seen again.





  • I wrote a post a while ago comparing various wiki and wiki-adjacent offerings. I’ve settled on DokuWiki as it’s easy to host. The UI is dated (though I don’t think it’s outright ugly). The vanilla experience is a bit bare-bones but there’s a built-in GUI for searching and installing plugins. The only pain point I can foresee is upgrading and long-term management thanks to juggling so many plugins. If the newest version of the base software doesn’t play nice with a particular plugin, or if a plugin stops being developed, etc.




  • Lemme tell ya somethin about Tiddlywiki. Actually a lot of knowledge base software has this problem (I’ve specifically encountered it in Trillium, Obsidian, and TW).

    You have your body where you’re austencibly storing the meat of your information. But you also have configurable metadata fields. Obsidian has its YAML headers, and TW and Trillium have separate metadata forms. All three of these have scads of methods for sorting and querying and filtering the metadata but next to nothing for the actual note. But the note is already organized data. It has headings and subheadings and text under those headings. Why can’t that be queried? I got into this on the TW forums. Everyone was basically telling me to cram all of the actual data into the header, leaving the note itself virtually empty. Obsidian has its bases feature which does the same thing. Then why not just have a bunch of YAML files? A genuine question, I’d actually love a system for sorting and querying a bunch of organized YAML files almost like a noSQL database. But Obsidian doesn’t let you do that. It has to be markdown.

    I got off track there, but there it is.