By Robert Ellison. Updated on Saturday, October 1, 2022.
An Echo knockoff and rapturous applause for variable font size in a messaging app. Not much innovation so far this year.
The horrific trend in Inbox and now Allo is machine learning auto reply so you can send something canned and inauthentic instead of actually speaking with people. Zombie Robs might approve but I'm far from convinced.
Updated 2016-05-18 14:12:
Android N looks super cool and I can't wait. The #1 productivity enhancement I'd like to see though is copy and paste icons that look like copy and paste. I do not have a clue currently.
Updated 2016-05-18 14:24:
No headset.
Updated 2016-05-18 14:40:
Android Studio is very nice. Eclipse was painful. I actually like Android Studio more than Xamarin which is saying a lot for a C# leaning person.
(Published to the Fediverse as:
Humpback Whales in Golden Gate #photo#whales#ggb Photo of Humpback Whales in the Golden Gate near San Francisco, California.)
By Robert Ellison. Updated on Friday, February 24, 2017.
The Phoenix Descent by Chuck Grossart
3/5
It's billed as a bit of a scifi time travel adventure but really it's more of a zombie apocalypse variant. Not really my thing so I initially hated it but that hatred turned to respect and finally, love. Well maybe not quite love but it's a decent read.
Farthest Field: An Indian Story of the Second World War by Raghu Karnad
4/5
Very personal and sometimes florid but deeply fascinating story of the Indian Army in World War 2.
Catfood Earth 3.42 is a small update to the latest (2016d) timezone database and the latest timezone world and countries maps from Eric Muller. If you use the political borders, places or time zones layers in Catfood Earth then you'll want to install this version.
(Published to the Fediverse as:
Goodreads Feature Request #etc#goodreads A modest suggestion for a dedicated shelf in Goodreads for Infinite Jest by David Foster Wallace.)
(Published to the Fediverse as:
San Bruno Mountain 360 4K #timelapse#360#4k#video 360 degree 4K resolution timelapse from San Bruno Mountain in San Mateo County, California)
By Robert Ellison. Updated on Friday, September 30, 2022.
Here's a quick script to automatically monitor your Google PageSpeed Insights desktop and mobile scores for a web page, together with core web vitals (LCP, FID and CLS):
You need a spreadsheet with a tab called results and an API key for PageSpeed Insights (activate the API in the console and create an API key for it, the browser based / JavaScript option). Paste the code above into the script editor for the spreadsheet and add your API key and URL to monitor. Then just choose triggers from the Resources menu and schedule the monitor function to run once per day.
The script will log the overall PageSpeed score out of 100 for the monitored page. It also logs 75th percentile origin level core web vitals (largest contentful paint (LCP, seconds), first input delay (FID, seconds) and cumulative layout shift (CLS, percent)). If your origin does not have enough data the metric will be omitted. You can change from origin to page level web vitals if you have enough data, just change originLoadingExperience to loadingExperience in the script.
The results are repeated for desktop and mobile, so your spreadsheet header should be Desktop PSI, Desktop LCP, Desktop FID, Desktop CLS, Mobile PSI, Mobile LCP, Mobile FID, Mobile CLS.
There are a lot of other values returned (like number and types of resources on the page) that you could choose to monitor as well. It would also be easy to extend this to monitor more URLs, or to send you an email if the score drops below a threshold.
Updated May 5, 2019 to use version 5 of the PageSpeed API.
(Published to the Fediverse as:
Automate Google PageSpeed Insights and Core Web Vitals Logging with Apps Script #code#google#appsscript#gas#pagespeed How to automatically monitor page load performance using the Google PageSpeed Insights API and Apps Script)