magic-wormhole.rs
wormhole-william
magic-wormhole.rs | wormhole-william | |
---|---|---|
9 | 25 | |
879 | 1,166 | |
3.3% | 1.8% | |
8.3 | 3.7 | |
4 days ago | 3 months ago | |
Rust | Go | |
European Union Public License 1.2 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
magic-wormhole.rs
-
Magic Wormhole Source Code Analysis
Rust: https://github.com/magic-wormhole/magic-wormhole.rs (official)
-
My negative views on Rust (2023)
I saw some time back that a productionalized attempt came out: https://github.com/magic-wormhole/magic-wormhole.rs
The one I mentioned was much more primitive, meant as a demo (you can look at the branches for different approaches): https://github.com/estebank/rusticwormhole
- Magic Wormhole: get things from one computer to another, safely
-
The Linux Kernel Prepares for Rust 1.77 Upgrade
> Downloading 3GB of dependencies is not a thing that happens in the Rust ecosystem. Reality is orders of magnitude smaller than that.
Assuming they're talking about the built size of dependencies that are left lying around after cargo builds a binary, they're really not exaggerating by much. I have no difficulty of believing that there are Rust projects that leave 3GB+ of dependency bloat on your file system after you build them.
To take the last Rust project I built, magic-wormhole.rs [1], the source code I downloaded from Github was 1.6 MB. After running `cargo build --release`, the build directory is now 618 MB and there's another 179 MB in ~/.cargo, for a total of 800 MB used.
All this to build a little command line program that sends and receives files over the network over a simple protocol (build size 14 MB). God forbid I build something actually complicated written in Rust, like a text editor.
[1] https://github.com/magic-wormhole/magic-wormhole.rs
- Efficient way of sharing files with someone without having to push
-
qft: A tool to quickly transfer files over a holepunched P2P connection
This is cool but it really should be using TCP. (You can do holepunching with TCP, check out https://github.com/magic-wormhole/magic-wormhole.rs/blob/master/src/transit.rs)
-
Whatβs everyone working on this week (8/2021)?
I'm contributing for some magic-wormhole issues, the book of rust-clippy , and exercism rust track ... Thank Almighty Allah.
-
What's everyone working on this week (7/2021)?
I'm working on some issues in magic-wormhole.rs and still looking around for other projects.
wormhole-william
-
Magic Wormhole Source Code Analysis
Golang: https://github.com/psanford/wormhole-william.git (non-official)
-
Peer-to-peer file transfers in the browser
And https://github.com/psanford/wormhole-william which is a Go reimplementation of the client. I only want to point this out specifically because an apt-install of magic-wormhole on Ubuntu 24.04 actually results in a program that does not work (the beauty of python dependencies at play?)
- Show HN: I built open source file sharing solution using AWS S3
- Wormhole William: End-to-end encrypted large file transfer in Golang
- Magic Wormhole: get things from one computer to another, safely
-
Show HN: I built a website to share files and messages without any server
I like the wormhole-william[0] Go implementation of "Magic Wormhole" protocol on the CLI. There's a couple of compatible Android apps[1][2] in the F-Droid store and Rydmport[3] for your GUI loving friends.
[0](https://github.com/psanford/wormhole-william)
[1](https://f-droid.org/en/packages/com.pavelsof.wormhole/)
[2](https://f-droid.org/en/packages/com.leastauthority.destiny/)
[3](https://github.com/Jacalz/rymdport)
- LocalSend: Open-source, cross-platform file sharing to nearby devices
-
Localsend: Open-Source Airdrop Alternative
If you want go, there is a magic-wormhole implementation called wormhole-william [1].
Rymdport [2] is a decent cross-platform app using it.
[1] https://github.com/psanford/wormhole-william
-
Croc: Easily and securely send things from one computer to another
A more popular and, I think, carefully analyzed alternative, from which croc was inspired, is Magic Wormhole; a good Golang implementation that compiles down to a single binary is wormhole-william:
https://github.com/psanford/wormhole-william/releases
- EmuDeck 2.1 has launched, including a homebrew store, new emulators, a new design and more.
What are some alternatives?
CalcuLaTeX - A pretty printing calculator language with support for units. Makes calculations easier and more presentable with real time LaTeX output, along with support for units, variables, and mathematical functions.
magic-wormhole - get things from one computer to another, safely
denv - Dotenv (.env) loader written in rust π¦
send-instances - π A list of public Send instances. Mirror.
syncbuf - A small library of append-only, thread-safe, lock-free data structures.
croc - Easily and securely send things from one computer to another :crocodile: :package: