4 Oct 2025

What's with that anime cat girl?

If you're visiting this site on the clear-web, you may have noticed a brief landing page featuring an anime cat girl.

That's the mascot of the Anubis project, created by Techaro.

The purpose of that project is block overly aggressive scrapper bots. This blog is fairly unknown and receives less than 100 legitimate views a day. My tiny little webserver is plenty capable of sharing my thoughts with those few people who stumble onto this site, however, it also sees hundreds of thousands of visits from scrapper bots. These bots might not harm massive CDNs like Google or Cloudflare, but can easily overwhelm tiny, self-run webservers like mine. I've been using rate-limiting and blocking connections based on user-agents and IP addresses, but the scrappers continue to become more malicious, using residential IPs, dynamic user-agents other tricks to continue to hammer this tiny server. 

Anubis is an interesting solution to the problem. It introduces a proof-of-work requirement, where it essentially sends a math problem to your browser to complete. Your browser solves the problem and sends it back, then you're admitted into the site. At the moment, the scrapper bots aren't designed to account for this challenge, so they can't get through to the site, drastically reducing the load on my server. 

 

Chances are, as Anibus continues to build in popularity, the scrappers will eventually be updated to take this challenge into account and circumvent this protection... But until then, lets enjoy the temporary calm. 

7 Aug 2025

Now available in onion flavor.

Short update on my experimentation in selfhosting: This blog is now available as an onion site via Tor.

I added my homepage to the darkwebz a while back, but never got around to creating an additional onion address for this blog. I just recently realized, however, that onion domains can utilize subdomains! It makes sense, but I suppose I just assumed that tor required unique domains for some reason. Anyway, adding the subdomain turned out to be as simple as it is on the clear web.

I added:
blog.uadt46c5yobuupuq52o3kumbkylh4k5olgftzlqjvzso7lx5qeotkdid.onion
to my nginx server block for this blog, and it just works.
I also added
add_header Onion-Location http://blog.uadt46c5yobuupuq52o3kumbkylh4k5olgftzlqjvzso7lx5qeotkdid.onion$request_uri;
to the location block, which tells tor clients (like Tor Browser) that the site they are visiting is available as an onion site, like so:

image showing that this site is available as an onion site

Pretty nifty!

20 Jul 2025

Update: Not a lot going on...

For the homelab: I've met a lot of my learning goals over the last two years, and I find myself wondering what to do next. For a little background, I don't work in IT. I don't need to learn any of this; it's just been a hobby of mine, mostly in pursuit of fun, knowledge, and control over my personal digital systems.
There's always more I could potentially learn, of course, but finding things that are practical and useful in my home environment is getting a bit tough.

My other hobbies are sort of going in the same direction. Ham radio is getting repetitive. There's a lot of things I can do, but they're all starting to feel a bit same-y. I think it might be different if I had a better antenna set-up and could experiment with a greater number of bands, but as it is, I'm mostly stuck with VHF, 10m, and 20m.
I do think that packet radio might be a fun space to play in, but without other folks in the area to play with, it's hard to find the motivation to do much with it. My initial thought was serving my gopher hole over the air, but the venn diagram of people who are interested in both packet radio and gopher, and live within VHF range of my station looks like mickey mouse. It's an unusual enough project that it might catch some interest on reddit, though, I suppose. Maybe I'll give it a shot and post the results.

If anyone want's to suggest a new project, feel free to message me on the fediverse @me@social.k3can.us or shoot me an email.

- page 1 of 7