Live data from Hacker News

Copyparty – Turn almost any device into a file server

github.com

71–80 of 177 posts

Re: Copyparty – Turn almost any device into a file server

#71

This is awesome. The readme is fun as heck and I just want to use the software based on that. I see nothing but complaints about nextcloud and others on r/selfhosted. I can't wait to try this out.

Thanks for the tip, I really did enjoy my scroll of the readme. This bit here really tickled me and set expectations so well:

> inverse linux philosophy -- do all the things, and do an okay job

Re: Copyparty – Turn almost any device into a file server

#72
post #9

Earlier quoted context omitted.

It's very impressive, particularly if you remember waking up to a failed download from the night before over dial-up.

Most files were available via FTP which supported resume.

FTP can't restart a PPP or SLIP connection.

Re: Copyparty – Turn almost any device into a file server

#73

No deps is great, but what I'm looking for is no bugs , authentication and encryption. I want features turned off by default, configs tight as a drum.

This section of the readme really sets the expectation clearly:

> inverse linux philosophy -- do all the things, and do an okay job > - quick drop-in service to get a lot of features in a pinch > - some of the alternatives might be a better fit for you

This includes a link to this doco in the repo which is an incredible source of info: https://github.com/9001/copyparty/blob/hovudstraum/docs/vers...

Re: Copyparty – Turn almost any device into a file server

#74
This is the wet dream of every power-user. It has tons of features on top of the file server. And it also seems developed by a 10x (100x?) developer, I mean, just making/editing the video is a work of art and humor.

If the author is lurking here, are you doing all by yourself? Do you use any LLM/agent?

It really is impressive.

Re: Copyparty – Turn almost any device into a file server

#76
post #9

Earlier quoted context omitted.

It's very impressive, particularly if you remember waking up to a failed download from the night before over dial-up.

I recall we had special apps to queue and schedule our downloads, and resume them where servers supported it. They were a dream compared to the boredom of staring at progress bars.

Anyone remember DAP, Download Accelerator Plus? The colorful bars were nice. A part of my childhood, downloading shareware Windows games through dial-up.

Re: Copyparty – Turn almost any device into a file server

#77
post #9

Earlier quoted context omitted.

It's very impressive, particularly if you remember waking up to a failed download from the night before over dial-up.

Most files were available via FTP which supported resume.

Not most. There was (and still is) so much locked behind HTTP on poor servers

Re: Copyparty – Turn almost any device into a file server

#78
post #28

Earlier quoted context omitted.

If you're looking for security and stability, I would personally avoid this. I took a glance at the code and it's... not great. It's absolutely full of short, meaningless 1-2 letter variable and function names that make it very hard to read and understand if you're not the original author. Wouldn't be surprised if it's full of security holes that will never be found.

According to the author it was mostly written on the train with his phone, that could explain the terse naming.

This is a developer flex if I ever heard one

Re: Copyparty – Turn almost any device into a file server

#79

This is the wet dream of every power-user. It has tons of features on top of the file server. And it also seems developed by a 10x (100x?) developer, I mean, just making/editing the video is a work of art and humor. If the author is lurking here, are you doing all by yourself? Do you use any LLM/agent? It really is impressive.

In the vid author says they started this pre useful LLMs (2019) on their phone.

Re: Copyparty – Turn almost any device into a file server

#80
post #28

No deps is great, but what I'm looking for is no bugs , authentication and encryption. I want features turned off by default, configs tight as a drum.

If you're looking for security and stability, I would personally avoid this. I took a glance at the code and it's... not great. It's absolutely full of short, meaningless 1-2 letter variable and function names that make it very hard to read and understand if you're not the original author. Wouldn't be surprised if it's full of security holes that will never be found.

From the README FAQ section:

> i want to learn python and/or programming and am considering looking at the copyparty source code in that occasion

> do not

Post reply on HN