Uncategorized

10 posts in this category

April 2, 20252 views

Flashforge Adventurer 5M

I reached that point with my Ender 3 v2. I literally picked it up walked out to the trash and forced it into the can. I didn't want to look at that damn thing again. Such a frustrating 3d printing experience, constantly …
May 9, 2022

Work Core Needs

These points are what I use to gauge how I feel about my job. I see motion towards making terrible things less terrible. I feel recognized, valued, and that my work has meaning. My direct report is not an overbearing micromanaging…
February 7, 20215 views

running jellyfin via podman

Here are the quick and dirty step I do to update images, containers and run Jellyfin via Podman:

November 16, 2019

Phonetic chart

I ran across this today at Wikipedia and thought I would add it to my knowledge tome.

May 28, 2019

preparing metadata

Here are the steps I go through to prepare media to be scanned by Roadie, processed and added to the system and moved to the library.

April 20, 2016

10 lb Turkey, 5 lb Pot

One day a man was watching his wife prepare a turkey for the Thanksgiving feast. She got out her 5lb pot, reached for her 10lb turkey and immediately trimmed off half of the meat from the turkey. She then proceeded to forcibly…
March 31, 2016

Running ASP.NET MVC via DNX on Ubuntu 15.10

My steps I did to get my ASP.NET MVC application I created on my Windows 10 box running on a Ubuntu 15.10 server. Setup ASP.NET 5 on Ubuntu following this: http://docs.asp.net/en/latest/publishing/linuxproduction.html http…
July 13, 2015

Error With Pip and flask-bcrypt

I am playing around with Flask and I wanted to use the Bcrypt tool to encrypt my users passwords. So like all the other packages I attempted: That however resulted in this rather unpleasant error: That of course sent me …
May 17, 2015

Blog Setup

Hopefully this will be a start of something new and exciting - or another thing for me to procrastinate about. I have tried several times before to blog consistently I just get, well, sidetracked. My intention is to blog…
April 20, 2014

Wheezy.web + Sublime Text

Part of being a developer is pushing yourself to learn and use something new. So I decided I would take a language I am familiar with and do MVC in it (as I do ASP.NET MVC in C# daily at work). I looked at several MVC frameworks…