Earlier quoted context omitted.
I wonder if cosmopolitan libc[0] could be leveraged to create an actually portable executable™ without a rewrite, looks like someone has figured out compiling python 3.11.4 with it[1] [0] https://github.com/jart/cosmopolitan [1] https://ahgamut.github.io/2021/07/13/ape-python/
I have a small/insane project of mine, I wrote a compiler for Python (strict and static subset only) to WebAssembly (bc-to-bc approach, 1:1 CPython compat due to walking internals), than I do wasm2c to sandbox it + pledge and compiling with cosmopolitan into a miniature standalone thing (fast as hell). Just because you have zero dependencies and it's a pure Python and properly typed, lemme try next weekend as PoC. No…
Copyparty – Turn almost any device into a file server
61–70 of 177 posts
Re: Copyparty – Turn almost any device into a file server
#62Is anyone else have their antivirus alarms go off on visiting this repo's URL?
Re: Copyparty – Turn almost any device into a file server
#63Absolutely amazing piece of software, the kind that makes you wish you had a use-case for that. Kudos to devs for taking security seriously, too. By the way, the youtube video showcases this project really well.
Maybe I'm misunderstanding something, but wouldn't this work great (albeit huge overkill) for the extremely common problem of trying to get files from one device to another (especially when one of those devices is a phone)? I see tools that are supposed to do that posted to HN all the time, with the comments usually pointing out one or another problem with any given utility. This seems like it would be pretty great s…
Re: Copyparty – Turn almost any device into a file server
#64Re: Copyparty – Turn almost any device into a file server
#65[flagged]
Re: Copyparty – Turn almost any device into a file server
#66Absolutely amazing piece of software, the kind that makes you wish you had a use-case for that. Kudos to devs for taking security seriously, too. By the way, the youtube video showcases this project really well.
Maybe I'm misunderstanding something, but wouldn't this work great (albeit huge overkill) for the extremely common problem of trying to get files from one device to another (especially when one of those devices is a phone)? I see tools that are supposed to do that posted to HN all the time, with the comments usually pointing out one or another problem with any given utility. This seems like it would be pretty great s…
Re: Copyparty – Turn almost any device into a file server
#67Earlier quoted context omitted.
Maybe I'm misunderstanding something, but wouldn't this work great (albeit huge overkill) for the extremely common problem of trying to get files from one device to another (especially when one of those devices is a phone)? I see tools that are supposed to do that posted to HN all the time, with the comments usually pointing out one or another problem with any given utility. This seems like it would be pretty great s…
?? Airdrop works well.
Re: Copyparty – Turn almost any device into a file server
#68Re: Copyparty – Turn almost any device into a file server
#69No 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.
Re: Copyparty – Turn almost any device into a file server
#70> i want to learn python and/or programming and am considering looking at the copyparty source code
> do not