Category: Uncategorized
-
Building Android APKs on an Android Phone (with claude code)
coding on phones Below is a claude code ‘sonnet’ ,if you will, about how to use claude code running on termux android emulator app for building and compiling and android app. The android sdk does work on termux although I am not sure about adb. Android debug bridge is nice for agents to iterate and…
-
Setting Up Transparent Content Filtering with e2guardian and Squid
I was a little bit disappointed to find out my church’s Cloudveil internet content filter does not work on linux. Fortunately there are other alternatives. Some of them are meant for being hosted as a server, but you can always set the server up on the client and then just forward to localhost. Below is…
-

Getting macOS running on a QEMU virtual machine in Debian 12 bookworm
Running macOS in a VM isn’t exactly a flawless experience—but it can be surprisingly usable once it’s set up right. It’s not buttery smooth, and you won’t be editing video or doing heavy dev work, but for testing, exploring, or getting around Apple’s hardware requirements, it gets the job done. As someone who primarily works…