Bring more Tor into your life November 11, 2015 on Drew DeVault's blog

Tor is a project that improves your privacy online by encrypting and bouncing your connection through several nodes before leaving for the outside world. It makes it much more difficult for someone spying on you to know who you’re talking to online and what you’re saying to them. Many people use it with the Tor Browser (a fork of Firefox) and only use it with HTTP.

What some people do not know is that Tor works at the TCP level, and can be used for any kind of traffic. There is a glaring issue with using Tor for your daily browsing - it’s significantly slower. That being said, there are several things you run on your computer where speed is not quite as important. I am personally using Tor for several things (this list is incomplete):

Anything that supports downloading through a SOCKS proxy can be used through Tor. You can also use programs like torify to transparently wrap syscalls in Tor for any program (this is how I got my email to use Tor).

Of course, Tor can’t help you if you compromise yourself. You should not use bittorrent over Tor, and you should check your other applications. You should also be using SSL/TLS/etc on top of Tor, so that exit nodes can’t be evil with your traffic.

Orbot

I also use Tor on my phone. I run all of my phone’s traffic through Tor, since I don’t use the internet on my phone much. I have whitelisted apps that need to stream video or audio, though, for the sake of speed. You can do this, too - set up a black or whitelist of apps on your phone whose networking will be done through Tor. The app for this is here.

Why bother?

The easy answer is “secure everything”. If you don’t have a good reason to remain insecure, you should default to secure. That argument doesn’t work on everyone, though, so here are some others.

Articles from blogs I read Generated by openring

Trudging Through Nonsense

Last week Anthropic released a report on disempowerment patterns in real-world AI usage which finds that roughly one in 1,000 to one in 10,000 conversations with their LLM, Claude, fundamentally compromises the user’s beliefs, values, or actions. They not…

via Aphyr: Posts February 4, 2026

Hare meetup at FOSDEM 2026

The Hare community is hosting a meetup at FOSDEM 2026 and we would love to meet you there and discuss your projects and the direction of the Hare programming language in the coming year. We will be meeting in UA4.228 at 14:00 on Saturday: check the schedule. S…

via Blogs on The Hare programming language January 22, 2026

BodgeOS pt.6

Getting KiCad working One of the things I want to get working is KiCad so I can also do the electrical design stuff also on the laptop I'm bringing to FOSDEM. It turns out this is pretty hard since I've been building BodgeOS as wayland-only distrib…

via BrixIT Blog January 18, 2026