I mostly want a place to write my thoughts, with the option of sharing my views with close acquaintances. Is this possible using a basic laptop and nostr? If so, what would the process look like?
I think this would almost be possible. If you wanted to build a completely private blog that only you have access to, you could build a blog system that just uses Nostr direct messages as storage: https://github.com/nostr-protocol/nips/blob/master/04.md. The problem is I am not completely sure how you would share certain things with friends but I do think it might be possible with enough time to put into it to think about how to do that. Probably a few clever solutions ready to be put into action.
Nostr itself isn't anything more than a protocol, so an app or website would need to be built on top of it that would allow you to do this.
It would be cool to see such an app or website.

Just got done doing research on this. https://github.com/block-core/blockcore-notes might be the closest app to what you are looking for right now. Here is their main site: https://notes.blockcore.net/connect.
reply
This looks promising - I'll definitely check this out
reply
reply
This might be beyond my technical capabilities I'll be honest haha but thanks for the interesting read
reply
it’s pretty abstract but from a high level I think it’s one way to achieve a private blog on nostr. it has the primitives for authorizing a set of users’ access to a group (blog). interestingly it would probably be a collaborative blog, where all authorized users could post.
so many interesting opportunities for building on nostr. the possibilities are endless!
reply
You could host a private relay and only store the events for your blog there
To give others access, use some form of authentication to access that relay
reply
What is the best resource to learn how to do this?
reply