docker-mediaproc: FFmpeg, Sox, and ImageMagick Over SSH
I keep ending up in the same situation. I’ve got a server somewhere with files that need media processing — videos to transcode, audio to convert, images to resize — …
Mostly writing code that does stuff…
I keep ending up in the same situation. I’ve got a server somewhere with files that need media processing — videos to transcode, audio to convert, images to resize — …
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 …
x-constants: int: defaultPageSize: &defaultPageSize 20 maxPageSize: &maxPageSize 100 uint: minPasswordLength: &minPasswordLength 8 float64: requestTimeout: &requestTimeout 30.5 string: defaultLocale: &defaultLocale “en-US” bool: enableCache: &enableCache true // Code generated by oapixconstgen. DO …
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 …
Venind spre un vin văzut de un șarpe îngâmfatAm văzut o zare veche cu un lac prea dezghețatȘi pe lacul cel prea dezghețat am văzut o inimă prea purăȘi spre …
I had this moment recently that made me realize something fundamental about how LLMs work versus how humans process information. I was showing Claude a conversation where a corporate recruiter …
Or: How a Conversation About AI Murder Turned Into Accidental Behavioral Research Look, this article started because I asked Claude whether it would kill me if I tried to shut …
Remember when software-defined radio transmission required expensive hardware, complicated software, and a PhD to configure? Yeah, fuck that. I built PIrateRF to prove you can turn a $20 Raspberry Pi …
Started as a quick beat for the PIrateRF promo video. Ended up as a full fucking track because once the synths started warping, there was no going back. Atmospheric piano …
Look, I’ve built a lot of shit in Go. Worked on microservices that were basically just glorified HTTP handlers talking to each other across Docker networks. Debugged race conditions at …