-
Automatic TV Show Intro Detection
Posted: July 23, 2025
Last modified: July 24, 2025
Tags: python computer-vision intro-detection
Summary: TLDR The code used for this can be found in this github repo at this commit Using MS-SSIM (Multi Scale Strucutural Similarity ) to calculate the similarity between a known frame and the last frame of an intro in DBZ Kai allowed me to figure out where the intro sequence was in a subset of the pre Boo Saga DBZ Kai episodes. The Single-Core performance operates at about 33 fps and using 4 cores to parallelize the process provides a small increase in performance to 52 fps
-
How to Set Up Printing for Brother MFC L2710DW on (Arch) Linux
Posted: November 21, 2024
Last modified: November 21, 2024
Summary: As of 2024 there was a vulnerability found in CUPS so instead of running systemctl enable cups.service you should probably just explicitly start it with systemctl start cups.service when you need to print. Installation Find the packages for your distro if not on Arch cups ghostscript The driver will either need to be obtained via the manufacturer or check to see if your package repositories have it anywhere, AUR has the driver for my printer
-
How to create Minecraft 1.18 server with domain name in Arch Linux
Posted: July 2, 2022
Last modified: July 2, 2022
Summary: This tutorial assumes that you have a vps or some type of system where arch linux is setup and you are able to access it using ssh or any other means. This is not an arch setup tutorial. You’ll Need On Server screen curl jdk (16>=) vim/nano On Local Machine ssh client (putty or just ssh command from terminal) A namecheap domain