brugeman | 1 year ago | on: Why Nostr Login?
brugeman's comments
brugeman | 5 years ago | on: Ask HN: Always on low power home server
brugeman | 5 years ago | on: Ask HN: Always on low power home server
brugeman | 5 years ago | on: Show HN: A file server for Android, end-to-end encryption, web access
Thank you for your interest and feedback, it means a lot to me!
brugeman | 5 years ago | on: Show HN: A file server for Android, end-to-end encryption, web access
Thank you for reporting this!
brugeman | 5 years ago | on: Show HN: A file server for Android, end-to-end encryption, web access
Recall is primarily a file server. The analogy that I have is that it's a zero-config FTP server with a web client with a nicer UX. Auto-sync of select files is on my roadmap, but at this point it's just a 'remote access to your files in a browser'.
Another big diff is that Syncthing is open source, so it's security and privacy are verifiable. Recall is closed source at this point (although you could peek at the JS client to figure out how it works), and I'm not yet ready to make a promise to open it in the near future. So, be aware.
Thank you for your kind words, I really appreciate that!
brugeman | 5 years ago | on: Show HN: Share files/folders of any size, over Internet or WiFi
Search files across devices, it detects text on images and speech in video/audio, making them searchable.
Privacy is great, connection is end-to-end encrypted, search does all processing on device.
Free, no limits, no ads.
Your feedback is very welcome!
brugeman | 5 years ago | on: Show HN: My YC app - a replacement for your File Explorer.
Recall is about search, it indexes the file contents in the background and let's you search through content. It also recognizes text on images pretty well, so is really helpful with pictures of documents or screenshots.
I'm currently considering whether to keep working on this thing, so please help me decide in comments :)
brugeman | 5 years ago | on: Show HN: InboxFee – make strangers pay for their cold emails
brugeman | 5 years ago | on: Show HN: Web3Torrent – Adding Ethereum Micropayments to WebTorrent
[1] https://lists.linuxfoundation.org/pipermail/lightning-dev/20...
brugeman | 5 years ago | on: Show HN: InboxFee – make strangers pay for their cold emails
I think: 1. Whether something is valuable can only be discovered if you try to set a price and sell it. Until then, you can not know. 2. LinkedIn has big part of it's business selling 'InMail' at around 2$ per piece. So clearly some people's attention is so important that strangers do pay money to send them mail.
brugeman | 5 years ago | on: Show HN: InboxFee – make strangers pay for their cold emails
brugeman | 5 years ago | on: Show HN: Web3Torrent – Adding Ethereum Micropayments to WebTorrent
Nice idea anyways, great to see people experimenting in the space!
brugeman | 5 years ago | on: Show HN: InboxFee – make strangers pay for their cold emails
brugeman | 5 years ago | on: Show HN: InboxFee – make strangers pay for their cold emails
brugeman | 5 years ago | on: Show HN: InboxFee – make strangers pay for their cold emails
brugeman | 5 years ago | on: Ask HN: Why is there no good micro payments service online?
If you need some identity system in your app, you generally have two options: - build your own system, ask users for email and password, etc - use big centralized providers like Google/Facebook/Github, etc.
With Nostr you have another option, decentralized and built on cryptographic keys, not a closed centralized database with emails and passwords.
If users login with Nostr you can fetch their profile, their following list, their other public data, to personalize the experience in your app, to train your AIs, etc.
If you app has important 'social' component, then you might have an easier start with Nostr where people already have some social graph.
And you can use Nostr for some social parts (comments, reviews, etc) and use your traditional app backend for the rest of it.
Nostr usage in your app is not all or nothing, it's a wide spectrum.