This has bugged me for a long time. If you visit any project issue page on Drupal.org you’ll find a bunch of different color-coded table rows. What the heck do the colors mean!!! It has always bothered me, but today I decided to finally dig in. This process wasn’t hard…
Category: Uncategorized
UniFi Controller, Let’s Encrypt and “This site can’t provide a secure connection”
You cannot use import_cert to import a cert created by Let's Encrypt. That command is instead supposed to complement and finish the new_cert command. However, if you did accidentally do this, in your data folder (which on my Linux box was /usr/lib/unifi/data) there should hopefully be a keystore.before_import file that you can copy back…
If we piss off enough countries we might be able to get back to ASCII
I just lost an hour and a half and my sanity to a BOM.
All-in-One Event Calendar by Time.ly Exception/Error problem
We recently ran into a problem with the All-in-One Event Calendar WordPress plugin by Time.ly in regards to PHP 7’s change in exception handling. This is one of those “annoying but probably better in the long run” changes that PHP made in the 7.0 release that broke backwards compatibility. The specific problem can…
Google Upspin
Google Upspin The Google Upspin project is an attempt at creating a global namespace for documents. So what the heck is “a global namespace for documents”? A lot of people have images on Facebook, but what if you want to put one of those images on another social account, say…
Google Search Console – 4 entries for each site
When adding a site to Google Search Console you’ll probably need to add it four times. One for WWW, one for without, one for secure WWW and one for secure without. From bullet point #4 from here: If your site supports multiple protocols (http:// and https://), you must add each…
Cross-platform mobile non-HTML flexbox
A cross-platform layout engine Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API familiar to many designers and opening it up to developers across different platforms. Do you already know Flexbox? Then you already know Yoga. Write code in a language familiar to…
Let’s Encrypt certificate log
You can browse all 46+ million certificates ever issued by Let’s Encrypt here: https://crt.sh/?Identity=%25&iCAID=16418 The %25 in the identity URL parameter is the percent sign and used in a LIKE query so you can do things like this to find specific certs: https://crt.sh/?Identity=microsoft.com%25&iCAID=16418 I don’t have a specific use for…