silverbullet.md

nooeh , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset

Don't all users of self-hosted personal knowledge management systems have a hacker mindset?

onlinepersona , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset
  • Discord: for more real-time support and discussion.

Sigh...

It does look a lot like Logseq, but at least it's not written in Clojure. Looks like an interesting project and hopefully it'll mature to something better than Logseq šŸ‘

CC BY-NC-SA 4.0

z00s , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset

What's a "hacker mindset" and why do you need one to use this app?

Update: The homepage explains "hacker mindset" by linking to the wiki article for hacker lol

HKayn ,
@HKayn@dormi.zone avatar

Where does it say that you need one?

peter ,
@peter@feddit.uk avatar

That's what the word "for" implies in the title

calcopiritus ,

Well, that implies that it is made with that community in mind, not that everyone in that community needs it.

d13 , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset

This is very cool, and I've been watching the project for a month or so.

I like the query setup and the templates look very interesting. One of my biggest complaints about Logseq is how much of a pain simple query operations can be.

A few things make me hesitate a bit:

  • I've been burned on single-dev passion projects in the past.
  • As a self hosted web app, it's a bit more difficult to manage on a company owned machine. I know Electron apps get hate, but that would ease some pain here.
  • The rapid pace of development is both exciting and worrisome. For example, a recent update completely changed the underlying templating engine from a well-known open source solution to a custom solution. I worry if I rely on this, something might catch me by surprise.

What are your thoughts on those concerns, OP?

zef OP ,

All your concerns are completely fair.

Regarding the first, the best I can offer is what many other project in this space say: ā€œitā€™s just markdown files on disk, you can take them anywhere at any timeā€. Obviously this is only partially true, because the more SB-specific features you use, the more you get locked in. Your notes will never go away (if you back them up). But all time building queries and templates, would have been wasted.

Regarding company owned machines: a concern I heard for Logseq and Obsidian is that people cannot use them at work/with a work machine because theyā€™re not allowed to install anything. For SilverBullet Iā€™d recommend not installing it on your laptop (work or otherwise), but rather on some other machine. Perhaps you have a Raspberry Pi lying around unused. Or maybe you buy a cheap VPS (silverbullet.md itself runs on a $5/month Hetzner VM). Then you can access it from anywhere with a web browser, and I assume your work laptop has one of those.

Regarding the high pace of development: also fair. The reason I have not been very actively promoting SB so far is because of the high change churn rate. If youā€™re a power user, you kind of need to keep on top of stuff. Mostly I attempt to give people migration tools, but this is always a opportunity cost decision. Until recently some fundamentals still didnā€™t feel quite right (like the templates). I think weā€™re getting there now though. Another one I still need to figure out is how to do the distribution of templates, slash commands. This idea of a Library you import works, but you cannot easily keep it up to date. This so something to still figure out. Generally Iā€™ll do my best to mark the parts of this that are experimental or prone to still change.

I hope that helps.

7heo , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset
zef OP ,

Hah! Didnā€™t realize. Indeed! Although apparently still called ā€œnootā€ then.

ndsvw , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset
@ndsvw@feddit.de avatar

[Thread, post or comment was deleted by the author]

  • Loading...
  • zef OP ,

    I have not used Joplin, but did write a few high-level thoughts on comparing it to Obsidian and Logseq elsewhere which Iā€™ll just copy and paste here:

    I have not used Obsidian nor Logseq as much as Iā€™ve used (or developed) SilverBullet. However here are a few headliners, but the main difference may well be that in SB Iā€™m really assuming that the target audience is technical enough not to be scared by the idea of writing a query, or creating a template.

    A few differences with Obsidian: itā€™s fully open source and itā€™s a web app that you self host. Itā€™s still markdown files on disk, but that disk is located on your server and theyā€™re accessible from anywhere you have access to that server without having to do convoluted things like setting up (or buy) sync services (like you do have to for both Obsidian and LogSeq).

    Obsidian tends to solve everything with plugins, whereas SB has more batteries included (although technically much of this is implemented as plugins that ship with SB itself) specifically: powerful indexing, querying and template support. Obsidian has Dataview and Templater, and some other plugins I think, but theyā€™re developed by a third party.

    Another difference difference would be UI minimalism. The number of panes and tabs in Obsidian dizzies me, although I know you can fold or hide all of them. In SB itā€™s minimal by default.

    Compared to LogSeq: logseq is an outliner. You can do outlines in SilverBullet (and I do, a lot, thereā€™s some nice shortcuts for this too: https://silverbullet.md/Outlines). However, SB is more of a wiki than an outliner. You donā€™t have to write everything in bulleted lists. To me this is important, because I also write my blog posts and other articles in SilverBullet and doing that in an outline is somewhat awkward.

    But to be clear: Obsidian and Logseq are both great, and theyā€™re more mature. Theyā€™ve been around longer and have bigger communities (so far). Try them out and see what you like.

    SparrowRanjitScaur ,

    You can write long form content in logseq. Shift enter gives you a new line instead of a new bullet.

    Coldus12 , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset

    This seems interesting, and I might try it.

    But... I'm kind of sick of web applicatioms. Why does everything need to be a web application or a "not" web app using electron.
    (In this case I see the use case and reason, but in general)

    Cyber ,

    Generally, user interfaces are hard work. If you just want to code, then having a web app means you're already 50% done.

    Actually should be 90% done, but each browser has differences which means more coding... I'm looking at you, Internet Explorer

    bluGill ,

    mobiles and desktops are very diffrerent and need different user incerfaces. So you are not savin, much work. In fact trying to handle both in on may be worse because of all the special cases. Be glad you don't have to support teletypes, they demand different user interfaces.

    vext01 ,
    @vext01@lemmy.sdf.org avatar

    I'm not crazy on web apps either. I'd want to edit my notes in vim.

    SchizoDenji ,

    If you're using it on the host device, web apps make zero sense. But web apps provide the flexibility of using it with any device.

    rickyrigatoni ,
    @rickyrigatoni@lemm.ee avatar

    You can use a regular program on any device if you save your workspaces and configs on a NAS or any number of file synchronization systems.

    zef OP ,

    I canā€™t speak to the general case, but let me answer why I picked the web app route in this particular case.

    This was/is my reality:

    1. I want access to my space from my laptop (mac), phone (iPhone) and tablet (iPad) and browny points for my Boox e-reader (Android) and even more browny points for just having access from any random computer in the world (with a web browser)
    2. I have a full-time job, and this would just be a hobby project
    3. I have been doing (or been involved in) web development for 25 years

    What are my options? I could go native and develop this either as a native iOS app and Mac app, and then do an Android app because why not. This is hypothetically possible, but would mean that 2 years in Iā€™d probably not be anywhere near the functionality that SB has today.

    I could go with a cross-platform stack like react-native or Flutter. This would have been an option, I suppose, but neither of those stacks I fully trust in terms of long-term viability yet. And RN is not really built for desktop apps.

    Another part of the reality: CodeMirror exists (https://codemirror.net/). This is an amazing piece of engineering that took years to build, itā€™s a pretty amazing code editor that is very extensible andā€¦ itā€™s a web thing. Having to implement this natively would likely literally take me years.

    So I decided on the web app approach. Iā€™ve had native wrappers (Electron and one for mobile apps) along the way, but ultimately removed them because they take too much time to maintain and test, and Iā€™m just a one person army with a few hours available here and there. PWA support is pretty nice these days and gives you a reasonable experience at a reasonable development cost. Itā€™s a good trade off.

    Would I make different choices given infinite time and resources? Absolutely, but you knowā€¦ reality.

    This is my story and it doesnā€™t apply to everybody, but likely other projects have similar reasons.

    Discover5164 ,

    you can install it as a PWA

    jqubed , to Selfhosted in SilverBullet: a self-hosted personal knowledge management system for people with a hacker mindset
    @jqubed@lemmy.world avatar

    This looks interesting; is anyone here using it?

    zef OP ,

    Well I have for the last two years, but Iā€™m biased because I wrote it šŸ¤“

    clmbmb ,

    Yes, I do and it's great. I just wrote a template for cooking recipes.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • ā€¢
  • random
  • test
  • worldmews
  • mews
  • All magazines