Latest (5) Posts

For more posts, go to Posts or if you want to browse by tags, go to Tags

For anything else, hit the hamburger menu

Automatic TV Show Intro Detection

Tags: python computer-vision intro-detection

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

Read more →

How to Set Up Printing for Brother MFC L2710DW on (Arch) Linux

Tags: linux arch printer

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

Read more →

How to create Minecraft 1.18 server with domain name in Arch Linux

Tags: linux arch minecraft

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

Read more →