Recent Posts

Shopify Fix Missing field “priceValidUntil” (in “offers”)

Shopify Fix Missing field “priceValidUntil” (in “offers”)

July 18th, 2023

Shopify’s dawn theme will cause a warning in Google Search Console. Missing field “priceValidUntil” (in “offers”) While this warning does [More…]

How to Replace Ninebot ESX Front Motor

How to Replace Ninebot ESX Front Motor

July 15th, 2023

If you are having a recurring Error 18 and replacing the controller didn’t fix it, you may need to replace the front motor. This [More…]

SQL: Update/Set Table Field To All Lowercase

SQL: Update/Set Table Field To All Lowercase

July 10th, 2023

Here’s a short snippet that I recently used to remove some camel case records and make them lowercase. UPDATE `table` [More…]

Faulty Key Fob replacement/program on a 2015 Tesla Model S 85D MCU 2

Faulty Key Fob replacement/program on a 2015 Tesla Model S 85D MCU 2

July 9th, 2023

If you’ve ever been stuck using just your phone to unlock a 2012-2020 Model S, you know how irritating it [More…]

How to Flash/STLink Ninebot ESX ESC – Fixes Bricked or Updated Controllers (ES1, ES2, ES3, and ES4)

How to Flash/STLink Ninebot ESX ESC – Fixes Bricked or Updated Controllers (ES1, ES2, ES3, and ES4)

July 1st, 2023

In the case of a bricked ESC/Controller/Control Board, STLinking can save the master control board from needing to be replaced in [More…]

Ninebot Max G30 Tire Pressure Guide

Ninebot Max G30 Tire Pressure Guide

June 21st, 2023

Proper tire pressure is a bit of a debated topic in regard to the Ninebot Max. The official guide claims that [More…]

NetSuite PHP Toolkit – Get Internal ID from SKU

NetSuite PHP Toolkit – Get Internal ID from SKU

June 15th, 2023

I’ve been working a lot with NetSuite’s PHP Toolkit. While NetSuite works with “internal ids”, most merchants likely work with [More…]

MediaWiki fix “Warning: fopen(/cache/l10n_cache-en.cdb.tmp): Failed to open stream: Permission denied”

MediaWiki fix “Warning: fopen(/cache/l10n_cache-en.cdb.tmp): Failed to open stream: Permission denied”

June 10th, 2023

I recently migrated a Mediawiki Instance to a local environment for testing. After reinstalling the MediaWiki instance I got the [More…]

Coldplay – A Sky Full of Stars piano midi Synthesia cover

Coldplay – A Sky Full of Stars piano midi Synthesia cover

May 31st, 2023

Another Coldplay banger, this time ‘A Sky Full of Stars’. Project Started: 2022-11-24 Ended: 2023-05-31 Total time spent: 2 hours [More…]

MediaWiki fix “Error: Class “FormatJson” not found” after migration

MediaWiki fix “Error: Class “FormatJson” not found” after migration

May 13th, 2023

After moving servers, I was no longer able to access my MediaWiki instance. It would error out when attempting to [More…]

SQL: Replace All HTTP Links/URLs with HTTPS

SQL: Replace All HTTP Links/URLs with HTTPS

May 6th, 2023

Here’s a short snippet that I recently used to replace a bunch of old HTTP links with the now-supported HTTPS. [More…]

SQL: Remove/Strip Newline Characters From Field

SQL: Remove/Strip Newline Characters From Field

April 12th, 2023

On MacOS, Sequel Ace imports CSV’s with newlines at the end. This snippet updates the data to remvoe those lines: [More…]