Raindrop.io Bookmarks 01/07/2023
著
- IPFS Powers the Distributed Web
"A peer-to-peer hypermedia protocol designed to preserve and grow humanity's knowledge by making the web upgradeable, resilient, and more open."
- How to Find an Ethical Marketing Agency | Mightybytes
"Our industry is largely unregulated with no universally accepted ethical guidelines. This allows for unclear communication and varying quality standards for work delivered. Plus, complicating an already confusing process, agencies often specialize in specific disciplines, like UX design, web development, analytics, or media buying--topics potential clients often know very little about."
- Design Systems at Alibaba | by Pooya Kamel | UX Planet
"Starting with a federated team model is an economical choice at large scales, but this model may not be sustainable in the long run, as it needs allocated individuals with dedication."
- Minimalism is boring
"Minimalism is about subtraction. The graphic designer, Jack Butcher, says, "If it looks simple, it was difficult." When starting from a minimalist state, there's nothing to subtract."
- Dries Buytaert | On digital experiences, Open Source, startups & our digital future
"Learn about HTTP headers, notice that many sites have poor page caching and security settings, and use the analyzer to audit and optimize your own websites."
- CSS :has() feature detection with @supports(selector(...)): You want :has(+ *), not :has(*) - Bram.us
"If you're feature detecting :has() with @supports you must pass a selector into :has(). This can be * but if your code relies on relative selectors used inside :has(), use @supports selector(:has(+ *)) instead. This must be done to filter out Firefox visitors who have flipped on the experimental :has() support which currently lacks support for relative selectors."
- Obscure CSS: Restoring Visibility
"If a parent element is hidden with it, but then we will set visibility: visible on any of the descendant elements, this descendant's visibility will be restored, and it will appear where it should be, regardless of its parent visibility value."