While this is mostly true, there were similar techniques even before XMLHttpRequest. iframes could communicate with parents, and also JSONP. I think JSONP was mostly pioneered as a technique after XMLHttpRequest, but the iframe trick did work (I even used it! just a tiny 16x16 iframe communicating with the parent element by calling functions on window.parent, worked great on IE5).
Most discussions I've seen, including that one, say that VS Code is slower than most lightweight text editors but faster than most IDEs (including WebStorm which is IntelliJ). I don't personally have experience with IntelliJ, but in my experience VS Code is very noticeably faster than Eclipse.
That linked thread also mentions that compared to IntelliJ, VS Code has better remote development, a less cluttered UI, better support for multiple languages in one project. And _many_ people mention the better performance.
Personally, running an open-source project with a lot of contributors who are young or from third-world countries, it also matters a lot that VS Code is free.
That's a bit different, it's got graduations on the knob. I'm thinking of a pure encoder-based system, where the absolute position doesn't matter but the change in position (and rate of change of position) do. Think like a mouse scroll wheel, but with acceleration.
You don't have to write good UX from scratch to get non-OS scrollbars, there are CSS rules that let you style scrollbars while keeping most system scrollbar features and accessibility.
No comment on whether or not that's a good idea, though.
I suppose "nobody used that product anyway" is way more true of Microsoft's dropped projects than Google's, and that's important.
Everyone here can name Google products they loved which they can't use anymore. For me, the big ones are Google Reader (RSS), Google Inbox (bundles, and the Travel and Shopping email categories), Google Now (flight information), and Google Hangouts (SMS integration).
For other companies, not so much. I can name minor things, like I miss macOS's old 2D virtual desktop grid. And an AirPort router would have been nice. And I'm sad Amazon Go is being shut down. But nothing on the level of those Google shutdowns.
I'm pretty sure Caroline deleted her Tumblr accounts because a Twitter mob was digging through them and doxxing her friends (many of my friends were scrambling to hide their connections to her).
https://stackoverflow.blog/2022/12/26/why-the-number-input-i...
Tables have a whole bunch of flaws, like not letting you turn an entire row or cell into a link. (Some things are semantically tabular data!)
<button disabled> doesn't trigger various DOM events, forcing you to use <button aria-disabled="true"> if you need them.
These are the ones that come to mind immediately. I wouldn't be surprised if there are others.