Skip to content

Instantly share code, notes, and snippets.

View program247365's full-sized avatar
💭
YOLO 💯

Kevin Ridgway program247365

💭
YOLO 💯
View GitHub Profile
@program247365
program247365 / OMGWHY.md
Last active February 17, 2020 18:14
My Long Journey to Figuring out Why The Circus Is Not Working on AppleTV+ Channels

TLDR

AppleTV+ Channel Showtime doesn't play latest episode of The Circus. Been shuffled between Apple and showtime support, not a great experience thus far.

Longer Version

Hi there, current Showtime subscriber through AppleTV+. I can play anything from showtime except the latest 'The Circus' episode. Any idea what's going on there? It doesn't work on iOS, AppleTV or FireTV device (through AppleTV+ app).

Here's what it looks like on iOS: http://bit.ly/2HvNJPZ

@program247365
program247365 / whiteboardCleaner.md
Created December 30, 2020 02:12 — forked from lelandbatey/whiteboardCleaner.md
Whiteboard Picture Cleaner - Shell one-liner/script to clean up and beautify photos of whiteboards!

Description

This simple script will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.

The script is here:

#!/bin/bash
convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"

Results