magic-wormhole.rs
CalcuLaTeX
magic-wormhole.rs | CalcuLaTeX | |
---|---|---|
9 | 10 | |
879 | 401 | |
3.3% | 1.0% | |
8.3 | 0.0 | |
4 days ago | almost 4 years ago | |
Rust | Rust | |
European Union Public License 1.2 | Mozilla Public License 2.0 |
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.
CalcuLaTeX
- Show HN: CalcuLaTeX, a pretty-printing calculator language
-
CalcuLaTeX: A pretty printing calculator
Check out the main repo here: https://github.com/mkhan45/CalcuLaTeX And the website repo here: https://github.com/mkhan45/CalcuLaTeX-Web
-
Show HN: CalcuLaTeX, a pretty printing calculator language
Hey HN, I created CalcuLaTeX because I was frustrated with my workflow for chemistry and physics homework. Generally, I'd use the Python REPL as a calculator and type each problem into LaTeX to turn it in. CalcuLaTeX merges these two steps and makes it easier to reason about calculations by real time visual feedback.
I've posted on r/rust as well (https://www.reddit.com/r/rust/comments/lqn5aa/calculatex_a_p...), and there seems to be interest in using it for scientific papers and such.
The only alternative I know of is PTC MathCAD, which is quite powerful and definitely worth looking into. However, it's quite expensive and Windows only.
The main repo (a Rust library and basic CLI) can be found here: https://github.com/mkhan45/CalcuLaTeX
The website repo using WASM and very hacky JS can be found here: https://github.com/mkhan45/CalcuLaTeX-Web
-
CalcuLaTeX: A pretty printing calculator language
It supports basic unit conversion via the Unit hints. E.g. you can write 1 hour = ? days. A long term goal is proper Unit coercion which is kind of hard to explain but I did my best in this issue https://github.com/mkhan45/CalcuLaTeX/issues/3.
-
What’s everyone working on this week (8/2021)?
I'm still working on https://github.com/mkhan45/CalcuLaTeX. I'm hoping for it to be ready for my chemistry quiz next week. I've created a very basic web interface via WASM here: https://mkhan45.github.io/CalcuLaTeX-Web/.
What are some alternatives?
denv - Dotenv (.env) loader written in rust 🦀
CalcuLaTeX-Web - Basic web frontend for CalcuLaTeX
syncbuf - A small library of append-only, thread-safe, lock-free data structures.
oxidoist-api - A Rust Crate providing an API wrapper for Todoist.
netport - A GUI address port checker written in Rust
gbench