Live data from Hacker News

F*EX

fex.belwue.de

11–17 of 17 posts

Re: F*EX

#11
It's refreshing to see F*EX on the front page on HN (usually dominated by third-party web services). This is something that you can self-host with no strings attached!

FEX is great to cross organizational boundaries (that is, whenever ssh isn't an option). It's actively developed too.

For non technical users we're also having DL[1], self-hosted as well. It includes a thunderbird extension that cut our usage of attachments to zero.

[1] https://www.thregr.org/~wavexx/software/dl/

Re: F*EX

#12
For sending large files over the internet P2P, I've found things like instant.io and file.pizza to be immensely useful

Re: F*EX

#13
post #6

Looks cool! Feature request: https

Proxy behind a web server and you can use whatever protocol you want. Doesn't really make sense to reimplement that kind of stuff in every app.

Re: F*EX

#14

For sending large files over the internet P2P, I've found things like instant.io and file.pizza to be immensely useful

Those look cool, but how are those sites any different from creating a torrent of the files you want to share yourself, and then sending your recipient the magnet link?

Re: F*EX

#15
I usually send files to friends by hosting a local web server (python -m SimpleHTTPServer) then forwarding the port via ngrok (ngrok 8000 http)

I understand why this isn't a widespread solution, but it works great, and use it to share big files with non-technical folks (just give them the ngrok link).

Re: F*EX

#17

For sending large files over the internet P2P, I've found things like instant.io and file.pizza to be immensely useful

Those look cool, but how are those sites any different from creating a torrent of the files you want to share yourself, and then sending your recipient the magnet link?

For instant.io, I don't think there really is a difference, other than that I can get people who don't know what a torrent is to download the file. And file.pizza doesn't use WebTorrent at all, it's just a plain P2P transfer over WebRTC.
Post reply on HN