Raindrop.io Bookmarks 01/01/2021
著
- Considerations for Making a CSS Framework | CSS-Tricks
"I strongly feel that flexibility for customization and accounting for user preferences are often overlooked on the web, especially in the framework landscape. That's what I'm trying to address with Halfmoon."
- MediaRecorder API | WebKit
"Safari Technology Preview 105 and Safari in the latest iOS 14.3 beta enabled support for the MediaRecorder API by default. This API takes as input live audio/video content to produce compressed media."
- Google algorithm updates 2020 in review: core updates, passage indexing and page experience
"From core updates, to machine learning efforts with BERT, passage indexing (or is it passage ranking?), the upcoming Google Page Experience update and many unconfirmed changes -- we would not call 2020 as a slow year for Google search algorithms."
- Here's what we learned about aliens in 2020 | Space
"How many intelligent alien civilizations are lurking among the hundreds of billions of stars in the Milky Way? According to a study published June 15 in The Astrophysical Journal, the answer is 36."
- Guide to Advanced CSS Selectors - Part Two | Modern CSS Solutions
"An up and coming pseudo element specifically for styling list bullets is ::marker."
- The Rules of Margin Collapse
"When items are aligned with either Grid or Flexbox, or taken out-of-flow (eg. floats, absolute positioning), margins will never collapse. This can be surprising when combined with certain techniques"