Arti – An implementation of Tor in Rust - https://news.ycombinator.com/item?id=30683879 - March 2022 (135 comments)
Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
11–20 of 67 posts
Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#12This project has come a long way, very fast. Great work to all involved. The biggest security holes in Tor are most likely going to be from the browser going forward. Hardening the browser is tough, but that's a win for everyone (including those not using Tor). This sentiment was one that I shared in my Rust work: > the pickiness of the compiler has been a great boon. Generally speaking, if our Rust code compiles and…
I have a question, can I use tor as a middleware? for example, can I build a social network with Tor embedded into the client as the network layer?
Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#13Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#14It seems the Rust people are especially prone to re implementing things. Nothing is really created, just reimplemented.
Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#15It seems the Rust people are especially prone to re implementing things. Nothing is really created, just reimplemented.
Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#16Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#17It seems the Rust people are especially prone to re implementing things. Nothing is really created, just reimplemented.
Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#18It seems the Rust people are especially prone to re implementing things. Nothing is really created, just reimplemented.
Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#19Why is this a good idea? Well, if you had a Javascript version of Tor you could quite literally import it on any website. It would be the easiest way to add privacy to millions of users sessions. It would be so ridiculously accessible and easy to use that it would probably lead to rapid innovation in the underlying tech. There is a lot of cool p2p tech already built into the browser that would be an amazing test bed.
Currently Google Chrome are also experimenting with a socket-like API that I believe would be a useful piece of the puzzle [for the project.] It just seems to me that marketing, networking, and being a tech normie is more important than actually having a good idea. So you see pointless projects like this get all the funding while projects like Ayms stay unknown and don't get any. Historical note: the hacker Aaron Swartz (tragically deceased - those who know... know. It was an awful waste) was involved in this project and suggested it as an idea. It's definitely a good one in my opinion.
Re: Tor – Arti 1.0.0 is released: Rust Tor implementation ready for production use
#20It's interesting that the funding for this came from the Zcash Community Grants. There's a lot of money involved with cryptocurrency and a lot of it gets invested into the software involved. It's interesting that in this case, serious money got invested into some software that isn't strictly cryptocurrency-related and is useful outside of cryptocurrency. It makes me wonder if there are other software projects that ar…