MobileViews Podcast 327

In this podcast Jon Westfall and I discuss:

  1. iPad Pro 11-inch replaced. No more spontaneous shutdowns and reboots
  2. Google Play Music going away. Forced to switch to YouTube Music. But, no sign of the “transfer button” on YouTube Music for iPadOS.
  3. How much credence should I give to browser speed tests like Speedometer 2.0? I began wondering about this as I debate whether to buy the new Lenovo Chromebook Duet when it is available somewhere (other than in reviewers’ hands). AboutChromebook’s Kevin Tofel noted that he is not a fan of benchmarks. However, people always ask (like me). So, he provided a set of results from multiple tests and the Duet clocked in at 46.07. Being too lazy to run the full set myself, I choose Speedometer 2.0 as a representative test to compare against a couple of devices I have for testing. Note that results appear to vary because Kevin’s Speedometer 2.0 result for the Acer Chromebook Spin 13 was 104 while mine is 61.80. I checked and we have the same model (CPU, memory, etc.).
  4. Jon’s Using his Apple Watch to its full potential.
  5. iOS text messages & multiple devices – notifications problem
  6. Still struggling with URL Schemes with Microsoft Office (why doesn’t ms-excel:// always open in office or Excel – WHY would it open Onedrive?!?)
  7. Revisiting the Microsoft Whiteboard app
  8. Microsoft Office app for iOS and Android
  9. Jon’s Struggle to use a Apple 27’’ Cinema Display (2010, not thunderbolt, Mini-Displayport) with USB C. Cost of my desired refresh.
  10. Jon’s R tip
    Web Scraping with rvest package – example code below. Basically if you can read HTML and understand CSS classes, you can find information and download it.

    install.packages(“rvest”);
    library(“rvest”);
    addr <- "https://nces.ed.gov/collegenavigator/?s=MS&pg=2&id=175616" page <- read_html(addr); nodes <- html_nodes(page,".tabular td"); totfaculty <- html_text(nodes)[2] paste("The total number of faculty are",totfaculty); What about pages that use Javascript to pull in the data though? Well then… PhantomJS browser! Chapter 9 in my book shows that.

  11. App Tip of the Week: Garageband How-To Videos.iSongs’ version of Gangstas’ paradise
    iPianoDude

Available via Google Music Podcasts and Apple iTunes.