Live data from Hacker News

Show HN: I built a website to share files and messages without any server

neighbor-share.vercel.app

51–60 of 112 posts

Re: Show HN: I built a website to share files and messages without any server

#51
post #9

Earlier quoted context omitted.

I've been hosting my own pairdrop for a year now, very easy and quick to share a file between my smartphone and laptop without digging out a usb cable.

I use Telegram for that. Also good for taking notes or reminders for yourself without having to use a separate app.

Same here! I use Telegram Saved Messages a lot! It's fast and very convenient.

Telegram doesn't support markdown though, that's why I decided to build writedown.app

Re: Show HN: I built a website to share files and messages without any server

#52
post #9

Earlier quoted context omitted.

I've been hosting my own pairdrop for a year now, very easy and quick to share a file between my smartphone and laptop without digging out a usb cable.

I use Telegram for that. Also good for taking notes or reminders for yourself without having to use a separate app.

Are messages to self even safe on Telegram?

Secret chats don’t work between the desktop client and the app, so I would suspect that, like the rest of the messages, everything is saved on telegram’s servers in the clear.

Or am I missing something?

Re: Show HN: I built a website to share files and messages without any server

#55
post #9

Earlier quoted context omitted.

I've been hosting my own pairdrop for a year now, very easy and quick to share a file between my smartphone and laptop without digging out a usb cable.

I use Telegram for that. Also good for taking notes or reminders for yourself without having to use a separate app.

Signal, too. I have 3 profiles set up that are basically 'notes to self'.

Re: Show HN: I built a website to share files and messages without any server

#56
post #42
post #20

Earlier quoted context omitted.

I've got another one on the topic of self-hosted file sharing: - FileBrowser ( https://filebrowser.org/features ) - Syncthing ( https://syncthing.net/ ) Run both as Docker containers on a server at home. Syncthing keeps the files on your PC, Mac, and BSD systems in sync, and FileBrowser can point to the sync share and supply a convenient web UI for phones, etc. It works for me, it's kind of like a local Dropbox.

Syncthing does not need a server to work over the LAN, and I think you can set it to only use peer discovery over a LAN. You can disable pubic servers, but data sent through them is encrypted anyway. Syncthing + KDE connect does a lot. The only issues I have had is that I cannot ensure that both are always running on android.

Oh for sure, Syncthing absolutely works peer to peer. But I find it useful to have a central always-online hub for clients to sync to.

For example, imagine you save a file on your laptop then put it to sleep. You turn on your desktop and the file isn't there because the laptop is now asleep. Having a central 24/7 Syncthing server allows the share to always be available.

Re: Show HN: I built a website to share files and messages without any server

#59
post #46
post #40

Earlier quoted context omitted.

What about the second question?

Sorry I missed it. but can you elaborate on compare please

What makes it different? (I'd personally like to know the details of how the cryptography works)
Post reply on HN