Video Stream Benchmark – python wrapped in docker
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. …
Software Engineer and more
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. …
Today I had to write lots of supervisor config files for many microservices running on an outdated OpenVZ kernel (aka doesn’t support docker/rkt). I hate manually editing a bunch of …
Because there was no Golang package for Postmark’s spam API I decided to build one that can be easily used. Example Usage Well that’s simple, right? This will have the …
Not in the mood to write much so I’ll keep this short… Working with shell commands is quite a fuckin’ job in Golang. Running a command, waiting for it to …
I’ve always been a fan of using super cheap VPSs and building various spammy/databaseish stuff on them that can handle lots of data and traffic. lowendbox is my go to …
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 …
I’ve been building leech sites for awhile now from scratch or with reused and rethought code. When I decided that I need about 1000 leech spam sites that’s when I …
Because I didn’t want to include any third-party stuff in my raw PHP code I build this simple general-purpose class. This class works with php5 and php5-curl. Usage Initialization $req …