How I stream video with OBS and WebSockets
Jun11

How I stream video with OBS and WebSockets

OBS is one of the staples of live streaming videos now. It is the preferred software for streaming to Twitch, one of the most popular live video sites around. There are some really nice add-ons to allow a streamer to control things from their phone or another screen without disrupting the running video. It turns out, it is really easy to build your own control panel using Node-RED and the obs-websockets plugin. read...

Read More
Stop debugging Go with Println and use Delve instead
Jun11

Stop debugging Go with Println and use Delve instead

When was the last time you tried to learn a new programming language? Do you stick with your tried and true, or are you one of the brave souls who tries out a new one as soon as it is announced? Either way, learning a new language can be extremely useful, and a lot of fun. read...

Read More
Never forget your password with this Python encryption algorithm
Jun11

Never forget your password with this Python encryption algorithm

Many of us use password managers to securely store our many unique passwords. A critical part of a password manager is the master password. This password protects all others, and in that way, it is a risk. Anyone who has it can pretend to be you… anywhere! Naturally, you keep your master password hard to guess, commit it to memory, and do all the other things you are supposed to do. read...

Read More