There is currently a serious lack of data on compressing 4K HDR videos out there, so I took it upon myself to get learned in the ways of the x265 encoding world. First things first, this is NOT a guide for Dolby Vision or HDR10. This...
Continue reading...Overview
Paint, Paper, Panoramas, and Python
I’m an artist and a python developer, two things that rarely occupy the same worlds, let alone the same sentence. However, I have recently found a way to combine these two passions: Panoramas. My current smartphone takes excellent pictures. It does a great job at figuring...
Continue reading...Personal Cloud Media Server – Encrypted, Streamable, Affordable…Possible?
Is it possible to build a personal media server that is hosted in the cloud, while making privacy, security, and accessibility paramount?I wanted to find out, and this post will dive into the options available to achieve such a possibly as well. (Spoiler: I did end...
Continue reading...Stop using plus signs to concatenate strings!
In Python, using plus signs to concatenate strings together is one of the first things you learn, i.e. print(“hello” + “world!”), and it should be one of the first things you stop using. Using plus signs to “add” strings together is inherently more error prone, messier...
Continue reading...Truffle: going from ganache to testnet (ropsten)
Truffle is an amazing suite of tools created by Consensys to develop smart contracts for the Ethereum blockchain network. However, it can be a bit jarring to make the leap from local development to the real test network, ropsten. Required Setup For this walk through, I...
Continue reading...