Rusty as in the Rust programming language.
Rusty as in the Rust programming language.
I think this happens because people believe that ad blockers are “too good to be true”. That was what I first thought when first getting an ad blocker, that there was going to be some kind of “catch” like slowing down websites, making them less functional or being malicious. But it turns out they actually improve performance, rarely affect functionality and are even recommended by the FBI because they protect against malicious advertising.
It’s really nice how you can now iterate over a boxed slice using for x in &y
rather than being forced to use for x in y.iter()
.
Well said. Privacy shouldn’t be thought of as “all or nothing” but instead as a spectrum, because being completely private is practically impossible for most people and that mentality can lead you to not trying at all.
It wasn’t even a localhost address, it was a file:// URL if I remember correctly.