Category: General

  • How to Find and Remove Git LFS Files to Eliminate Billable Storage Costs

    Git LFS (Large File Storage) is a great tool for managing large files in Git repositories, but it can lead to unexpected storage costs on platforms like GitHub. If you’ve accidentally committed large files to LFS or no longer need them, here’s a comprehensive guide to find and remove them from both your local repository…

  • Favorite albums

    This list could never be complete. I have no idea how many artists I’ve forgotten, or will forget to add. My goal is to keep this updated through the years. This list also doesn’t include albums I’ve listened to heavily that I wouldn’t call a favorite. That’s mostly including things I listened to heavily as…

  • Where Ontraport displays different timezones

    I received this list in a support thread with Ontraport. I couldn’t find the same list on their website, so it’s here for safe keeping. This is true as of 03/31/2023 Hi Gabe,Thanks so much for reaching out! You are correct, the group condition for “on yesterday” is based on the timezone set for the…

  • how to save lighthouse reports

    This is something I assumed was an omitted feature of auditing a page with https://web.dev/measure. It turns out it’s quick and easy to save your speed reports to your GitHub account as gists! After running the audit, click View Report The following page contains a tiny dot menu that I overlooked for hundreds of times…

  • Convert a WordPress site to Bedrock

    For more advanced WordPress sites and apps, you need a dependency manager. Here’s how to convert a WordPress site to Bedrock. Bedrock is a project from roots.io that helps WordPress to be built using Composer. I’ve converted dozens of standard WP installs to Bedrock by hand, and finally wrote a script to automate the process.…

  • Preserve Facebook comments when changing URLs

    Preserve Facebook comments when changing URLs

    It’s not straightforward to preserve Facebook comments when changing URLs. Here’s how to fix missing comments and engagements.