Hacker News new | past | comments | ask | show | jobs | submit login

Alot of the time, you can just email their booking email asking to buy their album with cashapp et al and they'll gladly take your money and ship you a zip file of MP3's, assuming the band/artist is small enough.



There is slightly more friction involved in this scheme. Just a little.


Yes, however, if your goal is to give your money to the people you want to give it to, there isn't a better way.


And you could replace Dropbox quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.


funny thing: i recently happened into the solution to that age-old question of "how do i transfer some file(s) between two computers in the same room". i now run an anonymous FTP server on my laptop, open to the LAN. prior to this Dropbox _was_ one of the solutions, but recently i've used that FTP server for the job several times with both Linux and Windows users.

yet, you jest.


Sometimes I’ll just throw up

    python -m http.server 
In a directory as a lazy way to transfer a file (especially to my phone).

It is not encrypted, and I wouldn’t be that surprised if it was also vulnerable in some ways, but it sure is easy (and it is only for lan, and pretty brief).


If you're fortunate enough to have Ruby installed, you can save three full keystrokes:

  ruby -run -e httpd


Exactly what I do as well


The keywords you want for that file transfer are "Magic Wormhole".

Yes, it works on Windows, Linux, and OS X.


Magic Wormhole is great, but sometimes unbearably slow for bulk transfers. (I imagine the public relay server used for the common NAT-to-NAT case is sometimes overloaded.)


His comment was: "how do i transfer some file(s) between two computers in the same room".

All the problems with NAT traversal should be avoided in that case.


Fair, but my comment is for other readers, too.

(Also, being in the same room doesn't always mean direct connection is allowed. I've seen wifi networks that forbid it.)


Samba also works just fine for that job.


Did you try syncthing?


I never get tired of the classics.




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: