Raindrop.io Bookmarks 04/24/2023
著
- Web cookies with a taste of privacy | Radu Jitea | UX Collective
"On average, only a third of users "Accept All" when provided with the option, according to a Statista survey."
- "the secret list of websites" - Chris Coyier
"actually we're just going to suck up your website, put it in a blender with all other websites, and spit out word smoothies for people instead of sending them to your website."
- Costly CSS Properties and How to Optimize Them - DEV Community
"By optimizing CSS properties like box-shadow, filter, and border-radius, we can improve our webpage's performance."
- Visualise your JavaScript bundles - DevTools - Dev Tips
"The Lighthouse Treemap provides a graphical representation of your JavaScript bundles. Compatible with sourcemaps, it helps you understand the JavaScript modules used by your webpage. It can even show you unused bytes!"
- Chrome ships WebGPU - Chrome Developers
"WebGPU is a new API for the web, which exposes modern hardware capabilities and allows rendering and computation operations on a GPU, similar to Direct3D 12, Metal, and Vulkan."
- Prevent Transitions as a Page is Loading - Chris Coyier
"The problem is preserved in this video that shows a hilariously early version of CodePen and how some CSS transitions are firing early and causing the page load to look weird."