Live data from Hacker News

Ditching Obsidian and building my own

amberwilliams.io

101–110 of 570 posts

Re: Ditching Obsidian and building my own

#101
post #99

The Maya Angelou quote is a very poor choice. I don't know if the author realizes the absurdity of putting the civil rights movement in parallel with her "PKM journey"

Does it really matter what context the quote was initially said in, if it generalizes to be applicable to many other things?

For context, this is the quote that is "absurd":

> You can’t really know where you are going until you know where you have been

I feel like that'd be fine in a lot of different contexts.

Re: Ditching Obsidian and building my own

#102
post #6

> Since my PKMS is hosted online to manage notes across devices, I have multiple layers of security to ensure my notes are kept private. {Screenshot of a login form} The biggest life hack I can recommend for a self hoster is to set up a VPN on your local network and then just never expose your services on the public internet unless you're specifically trying to serve people outside your own household. Before I did th…

So you've managed to unlearn the last decade of security learnings in regards to zero-trust and similar concepts?

You need to understand your own risk tolerance and, more importantly, effort/resource threshold. Zero-trust is great if you have the resources to put to it, and companies should do it. But individuals trying to manage multiple companies worth of services, alone, on their own network? There's going to be corners cut.

Re: Ditching Obsidian and building my own

#103

I've built a couple for myself so far; the most recent is in zig (sqlite extension that treats markdown files / frontmatter as virtual tables) and it's lasted me. I plan to rewrite it soon to adapt to how I've been using it :) https://github.com/kunalb/termdex

Sounds like something I would use. A demo gif in the readme would help understand what it does faster

Yeah, it's very far from usable by other people at the moment =/.

The readme at https://github.com/kunalb/termdex/tree/main/markdown_files is probably the best bit.

Re: Ditching Obsidian and building my own

#104
Are there any private note solutions that can encrypt all markdown files against your own Yubikey-generated privkey?

You can do this with SOPS and age encryption and it's amazing, but can't view/edit notes outside a terminal or on mobile very easily that I've found.

Looking for a new solution like this, or maybe obscure configuration for an existing notes app that can support this workflow.

All of the "end-to-end" solutions seems like they just store your encrypted keys somewhere with the application files, sync them around to different machines, etc, and decrypt key with a password. But web frontends can be compromised and the master password intercepted, so I'd like to require a Yubikey touch for each document decrypt, which would make exfiltrating multiple documents more difficult.

Re: Ditching Obsidian and building my own

#105
post #6

> Since my PKMS is hosted online to manage notes across devices, I have multiple layers of security to ensure my notes are kept private. {Screenshot of a login form} The biggest life hack I can recommend for a self hoster is to set up a VPN on your local network and then just never expose your services on the public internet unless you're specifically trying to serve people outside your own household. Before I did th…

So you've managed to unlearn the last decade of security learnings in regards to zero-trust and similar concepts?

That's a comically uncharitable extrapolation on what was said.

Re: Ditching Obsidian and building my own

#106
post #89
post #79

Earlier quoted context omitted.

TBH that sounds like a better reason to get something other than Apple systems instead of changing all your apps to work around Apples bizarre limitations.

To clarify, by “on iOS your only non-paid choice is iCloud” I meant for the Obsidian app specifically. Other apps do provide the option to sync with non-Apple cloud storage, without payment. There are multitudes of pros and cons regarding choosing an iPhone. The restrictions of the Obsidian app is only a single one of those. Choosing an Android phone has drawbacks of its own.

Obsidian lets you pick any folder you want when setting up the notebook, so you could put it in any of your synced folders right?

Or does the iOS version of Obsidian do things differently?

Re: Ditching Obsidian and building my own

#107
post #94
post #71

Earlier quoted context omitted.

The downside is that if you’re on a two-week vacation and your home network/server goes down on day two, there’s probably nothing you can do until you get home. If it’s hosted online, you can count on that 99.99…% uptime and SSH access no matter what.

These solutions are composable. Just run it on a VPS over a VPN.

That’s a good point.

Re: Ditching Obsidian and building my own

#108
post #6

> Since my PKMS is hosted online to manage notes across devices, I have multiple layers of security to ensure my notes are kept private. {Screenshot of a login form} The biggest life hack I can recommend for a self hoster is to set up a VPN on your local network and then just never expose your services on the public internet unless you're specifically trying to serve people outside your own household. Before I did th…

So you've managed to unlearn the last decade of security learnings in regards to zero-trust and similar concepts?

self hosting is entirely different than enterprise security practices. You're a little out of touch with reality if you don't realize this.

Re: Ditching Obsidian and building my own

#109
post #3

Good article but as a heavy user of Obsidian (and previously Evernote), I would offer some counterpoints: > After some mental gymnastics weighing if I should continue with Obsidian, I found solace when asking myself "Can I see myself using this in 20 years?". I couldn't. The thought of cyclically migrating notes from one PKMS to another every 5 years, as I had done from Evernote to Notion to Obsidian, made me feel ti…

Thanks for the feedback! Agreed Git can be used to sync your notes. Its a great solution for those comfortable putting their notes into a Git repo like Github. I wasn't comfortable with that however. Currently vetting a way to sync my database files with my markdown files on my laptop, so it functions similar to Obsidian. I enjoy Vim too much to work constrained to Directus' markdown editor!

The odd part here is why take it to 100%+ when you can just build a plugin on Obsidian rather than re-building the whole thing? Seems a bit extreme.
Post reply on HN