Joe Portner
Joe Portner
Today I was trying to downscale a 4k (`4096x1716`, [2.39 aspect ratio](https://www.unravel.com.au/aspect-ratio-cheat-sheet)) video to 1080p (`1920x804`), and I found that the options available are too limited:    I...
## Background _Note: examples use the Node.js REPL with strict mode: `node --use_strict`._ ### Inheritance and Shadowing Objects in JavaScript [inherit properties from their prototype chain](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain). For example, the "toString"...
I recently upgraded my Docker image to use the latest commit on the `master` branch of Smokescreen (c86310d7000dcb9865fcd25ff3c8455c1603f7fa). Right after a connection is allowed through the proxy, I'm occasionally seeing...
## Background _Note: examples use the Node.js REPL with strict mode: `node --use_strict`._ ### Inheritance and Shadowing Objects in JavaScript [inherit properties from their prototype chain](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain). For example, the "toString"...