2018 State of The Things and Context

2018 State of The Things and Context

Hi Friends! I’ve revived this site as an alternative to social media since being lost in the din of noise only leaves me feeling empty. I have things to share! Currently here I am working on some low-level software projects here to keep fresh in knowledge/practice, and formulating some ideas around my next big thing.… Continue Reading 2018 State of The Things and Context

FFmpeg and Libx264 – wrong ways to approach it

I’ve seen a lot of regarding both FFmpeg and libx264 and want to share something in regards to what does and does not work. Streaming media, at it’s core, requires three basic things;1) Constant frame rate.2) An even keyframe interval3) A bitrate based encode. Things that are really nice to have;4) Finding a better bitrate… Continue Reading FFmpeg and Libx264 – wrong ways to approach it

A list of coding exercises to help get you from “Beginner” to “OK”

A list of coding exercises to help get you from “Beginner” to “OK”

Hello World: Create a program that outputs “Hello World”. Loop: Create a program that loops 10 times and output the current loop (ex. “I’m on loop 6”, then “I’m on loop 7”). First Class: Create a class called “Car” that has 1 variable called “licensePlate”. Within the class, create a default constructor that sets “licensePlate”… Continue Reading A list of coding exercises to help get you from “Beginner” to “OK”