Posts
Renaming a Local Git Branch
· ☕ 2 min read
note: When you rename your git branches make sure you double check any connected CI jobs you have associated with the repository.

https://d33wubrfki0l68.cloudfront.net/868b34b944a19b39efe2a346bcc7cce5f5759a7f/9164d/images/posts/tutorials/ffmpeg-cli-stream-edit.png
Quickly Edit Streams with the FFmpeg CLI
· ☕ 2 min read
FFmpeg allows you to manipulate video files from your command line. Lets explore how to trim videos from streams more quickly by taking advantage of some of FFmpeg's features.

Using the PowerToys Color Picker
· ☕ 1 min read
PowerToys adds a series of useful tools to your Windows computer including a color picker that lets you easily lookup the color of any pixel on your screen.

https://d33wubrfki0l68.cloudfront.net/bd86cfb4bdff5dde3f8581a14c9e9a8b43bf2a69/589cc/images/posts/tutorials/font-ligatures.png
Enable Font Ligatures in VS Code
· ☕ 2 min read
Font ligatures combine multiple characters into a single unique character. Some fonts provide ligatures specifically for software development.

https://d33wubrfki0l68.cloudfront.net/158943e08389568b8172d1e2b2f32290d4719dd3/bed54/images/posts/shadertoy/infinite-grid.jpg
Shadertoy: Grid Shader
· ☕ 1 min read
A Shadertoy shader creating a grid. This makes it possible to create an infintely scalable grid pattern that is fairly light-weight.

https://d33wubrfki0l68.cloudfront.net/6e5068edaff04c279d333bfbc89106f174770db1/3ef22/images/posts/shadertoy/reduced-color-range.jpg
Shadertoy: Reduced Image Color Quality
· ☕ 1 min read
A Shadertoy shader that reduces the available colors to draw with. This demo reduces the normal range of colors per channel from 256 down to just 8 by using effectively separating each colors floating point value into different categories.

Jump, Bang! on GameJolt
· ☕ 1 min read
Play Jump, Bang! on GameJolt - split-screen competitive climbing with explosives.

https://d33wubrfki0l68.cloudfront.net/97f57480158a0cda2947ba7b7ff7260e7e866146/e5f75/images/posts/shadertoy/hypnodisc.jpg
Shadertoy: Hypnodisc
· ☕ 1 min read
A Shadertoy shader creating a classic hypnotic disc effect.