Join Platy’S Readwise Highlights

A batch of the best highlights from what Platy's read, .

You don’t get through seventy years of best behavior, on the throne, without a sense of humor; indeed, it may be the one thing that keeps you going. During the Commonwealth tour that began after the coronation, in 1953, and lasted five and a half months, the Queen said to an aide, “I’ve got the kind of face that if I’m not smiling, I look cross. But I’m not cross.”

The Secret to the Queen’s Success | The New Yorker

Anthony Lane

Another, almost funny examply is Figma, the popular web-based vector-graphics editor. So many people complained that there is now a dedicated site with workarounds for different layouts.

Why Keyboard Shortcuts Don't Work on Non-Us Layouts and How Devs Could Fix It

tkainrad.dev

There are two ways for a web page to write to the system clipboard: the old, deprecated [`document.execCommand`](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) API and the newer [`navigator.clipboard.writeText`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText) API. (Only the newer API was broken in Chrome version 104.) The newer API is significantly easier for web pages to use, because the old `document.execCommand("copy")` requires `window.getSelection()` to have a range of text on the page selected first, which may require adding an HTML element to the DOM. Whereas `navigator.clipboard.writeText` can write any arbitrary text to the system clipboard with no preparation required.

Web Pages Can Overwrite Your System Clipboard Without Your Knowledge

Jeff Johnson

...catch up on these, and many more highlights