Remember Skype?

Skype was Zoom before Zoom was Zoom, but how far it has fallen. I opened up Skype for the first time in a while and was bombarded with a wall of “news”. Is anyone going to Skype for their news!?

Screenshot of Skype app for macOS including a 'Discover' pane fill of news, with headlines line '23 US things that make the rest of the world jealous'.
 

We respect books & instruments

There was a minor internet brouhaha over an Apple iPad ad where they crush a bunch of musical instruments and creative tools. It was just a video in (very slightly) poor taste. No one got hurt.

I also didn’t really like the ad – it felt like if Amazon made an ad where they burned thousands of books, and dumped the ashes into a Kindle. Burning books is never good a good look (unless it’s The Day After Tomorrow and you need to keep warm), neither is crushing pianos.

That said, I’m not sure apologizing is a necessary or appropriate step. I’d save the apologies for when people get hurt.

 

CSS Masonry: We have enough ways to arrange rectangles

In the world of those who build out the web platform, and CSS in particular, there’s some drama.

  1. The Webkit team at Apple have put forth a compelling proposal for how to make the Pinterest-style layout (aka, ‘masonry’) by building on CSS grid.
  2. The Chrome team at Google have an alternative approach to the same problem, introducing a new ‘masonry’ display type as a peer to flex and grid.

The folks at the ShopTalk Show talked through the state of the debate with a Google rep in episode 614.

My take is lukewarm:

  • “Masonry” layout is too specific a use case and not valuable enough to build in to the web platform.
  • I needed grid and flex a million times before they came along. I don’t think I’ve ever found myself needing masonry layout.

If you need it, that’s great. It doesn’t have to be for everyone. There is a cost to adding to the platform though.