Join Platy’S Readwise Highlights
A batch of the best highlights from what Platy's read, .
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
Allow in the Background has different semantics. This is an allowlist. It doesn’t show what programs will be launched at login, it shows what programs are allowed to be launched at login.
Michael Tsai - Blog - Ventura’s “Open at Login” vs. “Allow in the Background”
mjtsai.com
In your actively managed funds, you will buy the companies that you like and avoid the companies that you don’t like. In your passively managed index funds, you will buy the companies that you like and also the companies that you don’t like. But you will — mostly symbolically — vote against the managers at the companies you don’t like, because you don’t like them.
AMC’s APEs Might Stick Around
bloomberg.com
...catch up on these, and many more highlights