Earlier quoted context omitted.
That is true, and the only way to fix that is when users see the code and run it themselves (I plan to open source very soon). Apart from that, I don't think I can provide any other guarantees. No open source project can. If they are discovered doing something bad, they go rekt. That's how it usually is. So what's the point here? Should I not have a line like this in my copy? Another thing that can be done is that I…
Or more simply, just allow users to self host. Users can trust one version of the app, and then only update when they need a new feature, at which point they can choose to trust that version. However, that already exists. I can use NextCloud in this manner and the have a note app.
Show HN: YourNote, a note-taking app that puts users’ data first
11–20 of 60 posts
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#12The landing page doesn't show me anything about this product, and just forces me to login with 'blockstack'. Guess I'll close the tab ¯\_(ツ)_/¯
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#13Hi HN, The founder of YourNote here. YourNote is a user-first note-taking app. By user-first, we mean that user's personal data (which are the notes) are guaranteed to be secure and private if you use YourNote. This is achieved by using Blockstack and Gaia for user authentication and user data storage. So, at any point in time, user and only the user has access to their notes. Even if their Gaia storage gets hijacked…
at any point in time, user and only the user has access to their notes I don't think that is true. When I use your app, you can do anything you want to my data. You might promise me that the Javascript you delivered to my browser is treating my data in a certain way. Storing it in encrypted form or whatnot. But that is just a promise. Reality is: you can ship me code that does whatever you like.
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#14In no particular order,
1. QOwnNotes - https://github.com/pbek/QOwnNotes
2. Joplin - https://github.com/laurent22/joplin
3. Zim Desktop Wiki - https://github.com/jaap-karssenberg/zim-desktop-wiki
Boostnote was pretty good as well, but it seems like after the change in leadership, there has been some issues.
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#15Re: Show HN: YourNote, a note-taking app that puts users’ data first
#16Earlier quoted context omitted.
Blockstack is like a framework that allows people to create and access decentralized apps on top of it. It enables that by letting users created a decentralized ID that is stored on the blockchain (bitcoin) and giving users access to the apps based on that ID (like authentication). Gaia is a storage system built by the Blockstack team. It is different from IPFS and others in the sense that it allows the user to choos…
What happens if one day Blockstack and Gaia go definitely away?
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#17There are a few open source alternatives that let you store your notes locally. In no particular order, 1. QOwnNotes - https://github.com/pbek/QOwnNotes 2. Joplin - https://github.com/laurent22/joplin 3. Zim Desktop Wiki - https://github.com/jaap-karssenberg/zim-desktop-wiki Boostnote was pretty good as well, but it seems like after the change in leadership, there has been some issues.
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#18Hi HN, The founder of YourNote here. YourNote is a user-first note-taking app. By user-first, we mean that user's personal data (which are the notes) are guaranteed to be secure and private if you use YourNote. This is achieved by using Blockstack and Gaia for user authentication and user data storage. So, at any point in time, user and only the user has access to their notes. Even if their Gaia storage gets hijacked…
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#19This sounds like a great idea. If this product is free and takes off, how do you plan to monetize the website?
Re: Show HN: YourNote, a note-taking app that puts users’ data first
#20Earlier quoted context omitted.
Or more simply, just allow users to self host. Users can trust one version of the app, and then only update when they need a new feature, at which point they can choose to trust that version. However, that already exists. I can use NextCloud in this manner and the have a note app.
I've said this before, but that's just kicking the can down the street. At some point, unless you are inspecting every line of source code, every dependency, every dependency's dependency, and so on down the line until you get to the silicon, you HAVE TO put your trust somewhere.