docker-lockbox: SSH Into a Container, Get Shit Done, Touch Nothing Else
Every time I build a tool that runs inside a Docker container, I hit the same problem: how do I let people interact with it remotely? The obvious answer is …
Mostly writing code that does stuff…
Every time I build a tool that runs inside a Docker container, I hit the same problem: how do I let people interact with it remotely? The obvious answer is …
I’ve been automating browsers for years. Selenium, Puppeteer, Playwright — used them all, watched them all get caught. The arms race between bot detection and browser automation has been going …
Heads up — this post has been superseded. As of v2.0.0, claudebox is a thin child image of aicodebox — the agent-agnostic base that now owns every surface described below. …
Alright, you like your streaming the same way you like your internet: secure, anonymous, and fully under your control. Meet Safe-Stremio, your badass DIY streaming server powered by Docker, Nginx, …
So, you’ve got torrents to download, and you don’t want anyone peeping on your traffic or throttling your speeds, right? Welcome to Safe-Transmission, my cyberpunk mashup of OpenVPN, Transmission, and …
Yo, let’s dive into this cool tool I’ve been hacking on: telegram-logger. Imagine this: You’re chilling, coding away, and you need to keep an eye on your app’s logs, but …
Having worked on a bunch of applications that read and manipulate streams lately, I needed to do some stress-testing to check out how much one of those streams can take. …
Lately I’ve had lots of front-end testing to do and I’ve messed around with Selenium and Python’s Selenium bindings. After building up some confidence I decided to develop a quick …