Software, data, philosophy, opinions, & stories

Features Posts

All Blog Posts

Hardwired Setup for Sonos 5.1 Theater System

How to hardwire a Sonos 5.1 setup

Determining A User's Source Cookie Tracking using Segment

In this post I describe how to determine the source of a user (google ads, bing ads, facebook ads, organic search, email campaigns, etc.) using segment.io

SQLAlchemy's ORM ilike Queries Do Not Preserve String Casing on Results

SQLAlchemy with Posgresql generates an unexpected result when using ilike ORM queries.... The strings that are returned on the fields which "ilike" queries are performed are returned in all lowercase despite being stored in the database with varied casing.

Python ModuleNotFoundError: No module named ‘XYZ’ not found; TLDR: CRLF