Earlier quoted context omitted.
Unfortunely there are tons of domains that it will never happen, given the existing ecosystem We as society basically have to undo 50 years of going into the wrong direction, without the economical incentives to fix them, rather mitigate their faults.
There are millions of lines of code written in COBOL in production use, pretty much all of them addressing business-critical needs. FORTRAN scientific codes are not far behind, either. Better get crackin'.
Arti – An implementation of Tor in Rust
81–90 of 143 posts
Re: Arti – An implementation of Tor in Rust
#82Quoted post unavailable.
The Tor project was largely funded by the US government initially. If you use Tor currently it's already that compromised, if you consider that an issue.
--That's a very bold claim. Got any extraordinary evidence for your extraordinary claim?--
Edit: Misread! Thought you were claiming that tor was compromised. Not that tor was funded. My mistake
Re: Arti – An implementation of Tor in Rust
#83So at this point it is ready for passing traffic through a SOCKS proxy. Meaning we can `cargo run --release -- proxy` and redirect applications to use port `9150` for their network connections. Couple of related questions: - Does anyone know, in a Linux distro, how to pass all system traffic through a SOCKS proxy port? I'm not looking for intermediary proxy handlers but an official method to force all user and system…
I don't think you can generally expect all processes to transparently use a SOCKS proxy? You might be able to finagle a custom vpn around it, I suppose. But AFAIK SOCKS isn't 100% transparent at the IP layer allowing all protocols to transparently layer on top? I guess SOCKS5 handles tcp and udp - so you might get away with redsocks (which explicitly recommends against using with TOR): https://github.com/darkk/redsoc…
Re: Arti – An implementation of Tor in Rust
#84Re: Arti – An implementation of Tor in Rust
#85Earlier quoted context omitted.
Why should they forgo an opportunity for funding that allows people to donate in countries where direct bank transfers to the Tor project would be logged and marked as suspicious, and which is resistant to payment processors deciding not to process the donations? Because you personally don't like cryptocurrency? That is ridiculously childish.
There is no reason to present a personal attack with your non-argument. As I said before in other threads there are alternative ways they can receive grants for funding of Tor projects without endorsing crypto scams. I mentioned Mozilla and Rust foundation as examples. On the crypto tokens, there are tons of reasons not to use them as I have mentioned on this thread and others have mentioned as well. [0] [0] https://…
Their use case just happens to be purchasing drugs and other illicit products off deep web marketplaces. Or receiving payments for ransomware.
Re: Arti – An implementation of Tor in Rust
#86Earlier quoted context omitted.
The Tor project was largely funded by the US government initially. If you use Tor currently it's already that compromised, if you consider that an issue.
> If you use Tor currently it's already that compromised, if you consider that an issue --That's a very bold claim. Got any extraordinary evidence for your extraordinary claim?-- Edit: Misread! Thought you were claiming that tor was compromised. Not that tor was funded. My mistake
Edit: no worries :-)
Re: Arti – An implementation of Tor in Rust
#87Earlier quoted context omitted.
Using crypto is a good thing in my eyes, but you seem to be convinced that crypto is all evil and a scam. We've seen in recent years that fiat payment systems are ran by bad actors, that will on a whim revoke access to their systems to any entity they deem "problematic", even if no laws have been broken. Crypto allows entities to freely exchange money without having to worry about passing some arbitrary purity test o…
It simply is. Not just 'ZCash' but the entire space [0]. [0] https://lukeplant.me.uk/blog/posts/the-technological-case-ag...
He acknowledges that every single digital transaction you make can be seen by banks, for example, and yet does not propose an alternative solution. Credit card data is among the most valuable, and sold many times over to advertisers.
Do you personally think that that is a problem worth figuring out how to solve? If you don’t, it’s going to be hard to see the point. Similar to how we don’t need encryption because we have nothing to hide.
Re: Arti – An implementation of Tor in Rust
#88So at this point it is ready for passing traffic through a SOCKS proxy. Meaning we can `cargo run --release -- proxy` and redirect applications to use port `9150` for their network connections. Couple of related questions: - Does anyone know, in a Linux distro, how to pass all system traffic through a SOCKS proxy port? I'm not looking for intermediary proxy handlers but an official method to force all user and system…
One way is to enable a global `LD_PRELOAD=libtsocks.so` (transparent socks) environment variable where you provide an optionally suid (to allow suid binaries to use it if you want) library that overrides `connect`, etc. and forwards them to your socks proxy. Make sure you get ipv4 and ipv6 support if you care. This is not bullet proof by any means. Any application that doesn't using the C library (e.g. go) will not p…
Combined with ssh's `-D` option, it becomes a powerful ad-hoc VPN tool.
Re: Arti – An implementation of Tor in Rust
#89Earlier quoted context omitted.
I despise crypto, but telling an underfunded OSS project to abandon scarce funding for what is a relatively minor ideological reason definitely rubs me the wrong way. Rather than demanding them to change, why not find a way to help secure them a source of less objectionable funding.
Is it underfunded? (Genuine question.) According to the 2020 fiscal report they received ~$4.5mm in donations and grants which isn’t too shabby. https://blog.torproject.org/transparency-openness-and-our-20...
Re: Arti – An implementation of Tor in Rust
#90Earlier quoted context omitted.
It simply is. Not just 'ZCash' but the entire space [0]. [0] https://lukeplant.me.uk/blog/posts/the-technological-case-ag...
The entire space is a scam? Luke makes some good points and some not so good points about the challenges with the technology. He acknowledges that every single digital transaction you make can be seen by banks, for example, and yet does not propose an alternative solution. Credit card data is among the most valuable, and sold many times over to advertisers. Do you personally think that that is a problem worth figurin…
This website [0] chronicles all what is going on in web3 and this site is an excellent rebuttal of the entire space [1]