Live data from Hacker News

Copyparty – Turn almost any device into a file server

github.com

141–150 of 177 posts

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

#141
post #122

Is anyone else have their antivirus alarms go off on visiting this repo's URL?

The main distribution file for this project consists of a python file that embeds multiple python files inside itself encoded as a binary bitstream in a bespoke archive format attached to the end of the file. Maybe this is triggering your AV heuristics?

No, visiting their repo url triggers a port scan.

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

#143
post #9
post #3

The author of this tool uploaded a YouTube video demonstrating it a few days ago: https://www.youtube.com/watch?v=15_-hgsX2V0 At one point in his demo, he uploads a file but terminates the upload more or less halfway. Then he begins downloading the file - which only progresses to the point it had been uploaded, and subsequently stalls indefinitely. And, finally, he finishes uploading the file (which gracefully resume…

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

And you forgot to disable call waiting!

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

#144

From https://github.com/9001/copyparty/blob/hovudstraum/docs/vers... (kudos for doing this, BTW!): > seafile … and nextcloud … their license is problematic There’s nothing problematic about the AGPL, really. It protects users. It protects developers against someone taking over their projects. The only people it bothers are those who wish to take a free software project and integrate with an unfree one. That seems lik…

Wow that nasty. I didn't click on the links because I thought it was one of these weird licences that pretend to be open source but are actually sketchy, but it's actually the very normal and very open source AGPL.

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

#145
post #90

Coincidentally, I started to do media server similar to this 3 days ago. I just want to serve any folder, then be able to download a file and watch videos with a decent video player. Now I feel like crap seeing how amazing this project is.

Don't let others stop you. Pretend you never saw it

Thank you!

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

#146

Earlier quoted context omitted.

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

Some apps still do the same, eg: https://www.downthemall.net/ (also a great app to download everything you wanted from a site, regex selections, etc.) Makes several connections and downloads chunks in parallel, for some sites with limited upload (their, your download) speeds per session it really speeds up the downloads. Sadly, not much development recently (9 months ago was the last commit)

Download The Mall!

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

#147

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.

Hey o/ Yup, this is 97% just me hacking away in vscode -- I use pylance and the debugger but have everything else disabled, easier to focus that way. The only time I use any sort of AI/LLM is for translating new strings into Chinese, since it seems decently capable at that :-) The remaining 2% is friends coming up with new usecases/features, and sometimes finding bugs. But now that the project got way more attention…

What's the remaining 1%? :)

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

#148

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.

> No deps is great, but what I'm looking for is no bugs

I don’t think I’ve ever used a piece of software in my life that had no bugs. At least with no deps (vs say a nodejs project with 500 of them) then the bugs will only be in one place, the main software so ideally they can be fixed quickly.

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

#149

Earlier quoted context omitted.

... well, I live in Canada - my understanding is that the maximum lifetime fine for copyright infringement is about $5,000 when files are shared for personal, non-commercial use... Which sounds like alot, but if we factor in the extended family and cross-media sharing and the number of separate streaming services we all subscribe to across many many years, then this is a "deal"... OTOH - I don't want to be the first…

On the spectrum of illegality, things can get a lot more extreme than a bit of copyright infringement.

True - I mean, one could try and block based on file-extension/MIME-types, but... nothing stopping a malicious user from renaming a file to an allowed extension, with some sort of malicious/secret payload. (Or... spreading some sort of malware/virus/exploit via media file formats, I have never looked into the possibility of that until just now, apparently it can be a thing - https://cyberpress.org/cybercriminals-exploiting-media-files...)

So yeah - this is probably one of those half-baked ideas that just wouldn't be a good one to actually implement "in-the-wild".

Post reply on HN