Favicons used for tracking purposes: cs.uic.edu/~polakis/paper… [PDF]. Interesting attack vector.
@GDGLaPaz ¡Gracias por invitarme! Aquí están mis diapositivas: goo.gle/cds-extended-l…. Un placer estar en Sudamérica para esta charla. 🌎
@voxpelli @DasSurma @philwalton That’s what I am doing on my blog. github.com/tomayac/blogcc…
@HamidQasemy @slightlylate The closest we have so far is Window Controls Overlay for installed PWAs: github.com/WICG/window-co…. Maybe open a new Issue there, describing your use case (optionally including the screenshots from the tweet).

DasSurma Mini-hack of the day:
Removed the Google Analytics script from my blog in favor of sendBeacon()-based custom code by @philwalton (thank you!).
It’s smaller, it’s anonymous (I don’t track users anymore) and I can collect core web vital scores.
github.com/surma/surma.de… pic.twitter.com/4EaVjBUCui

andreban Tried out the Web Serial API in Chrome 89 today to interact with the MicroPython REPL on a Pi Pico. The whole thing is a little more than 60 lines of JavaScript. Check out the code glitch.com/edit/#!/viridi… or try it at: viridian-receptive-rugby.glitch.me @Raspberry_Pi @micropython twitter.com/ChromiumDev/st… pic.twitter.com/gvZPx1DP3M
Una CSS aspect ratio is finally here! 😱🥳🎉
web.dev/aspect-ratio/

codepo8 🚨 🛠 Experiment in @MSEdgeDev Canary @EdgeDevTools right now - adding a “+” to add new tools to the current tab control. Together with the “move tab to bottom/top” this gives us full control over the interface. pic.twitter.com/Joa4nGgfpe
jaffathecake 📝 Don’t use functions as callbacks unless they’re designed to be callbacks, and the same goes for option objects!
It might work fine today, but could break in the future.
jakearchibald.com/2021/function-…