Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @WebReflection
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @WebReflection
-
Pinned TweetThanks. Twitter will use this to make your timeline better. UndoUndo
-
Andrea Giammarchi Retweeted
Many see the Edge/Chromium migration as bad for the web (reducing engine competition). I understand that concern, and share it to an extent. But bigger than that, I think it's going to be a huge win for web (PWAs) over native, and especially against iOS:https://motherboard.vice.com/en_us/article/59vke8/microsoft-putting-edge-on-chromium-will-fundamentally-change-the-web …
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Andrea Giammarchi Retweeted
I checked my linkedin after a week and
@WomenOfSV literally made me famous https://www.linkedin.com/feed/update/urn:li:activity:6460951113561706496/?commentUrn=urn%3Ali%3Acomment%3A(activity%3A6460951113561706496%2C6474377895073632256 …)Thanks. Twitter will use this to make your timeline better. UndoUndo -
Andrea Giammarchi Retweeted
Independent implementations, and therefore voices, can also block bad ideas much more successfully. (E.g., PNaCl, Dart, ActiveX.)
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
I mean ... you had one job ... that select would've worked even with an inline onchange event but no, they went full react and next.js because that's how you create broken sites these days.pic.twitter.com/djyPuuIRxX
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
these geniuses didn't even manage to make the language change work that's not exactly how I was hoping my German taxes would be spent https://www.returningfromgermany.de/
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Andrea Giammarchi Retweeted
As a company with employees of more than 30 nationalities, we are very proud to support
#berlinunite!https://berlinunite.com/Thanks. Twitter will use this to make your timeline better. UndoUndo -
Andrea Giammarchi Retweeted
Meanwhile from the browser team that hasn't written a blog post todayhttps://twitter.com/ChromiumDev/status/1070790759937269761?s=19 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
has anyone written already a Rust transpiler so that you write camelCase but you compile sneak_case ?
Thanks. Twitter will use this to make your timeline better. UndoUndo -
to verify it's dark, without the previous scrap matchMedia('(prefers-color-scheme: dark)'); as suggested by
@vincentriemer
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
if
@unpkg now delivers `import(...)` too, I wish we could have: <script type="module" async="toplevel" src="//unpkg.com/module" />Thanks. Twitter will use this to make your timeline better. UndoUndo -
Andrea Giammarchi Retweeted
This is a fantastic, brutally honest, true article about the state of web browsers.https://ferdychristant.com/the-state-of-web-browsers-f5a83a41c1cb …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Andrea Giammarchi Retweeted
Pushed a small update to
@unpkg last night: support for dynamic import() and import.meta in (experimental!) ?module mode. If you're on the bleeding edge, please give it shot and LMK how it goes :) /cc@WebReflection@_developit@matthewcp@justinfagnaniThanks. Twitter will use this to make your timeline better. UndoUndo -
to test anything dark (when defaults apply) (m=>{http://m.name ='supported-color-schemes';m.content='dark'})(document.head.appendChild(document.createElement('meta'))) checking here and there, I can say the default link color is horrible in dark mode
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
added a link to easily test browser support and styled view https://webreflection.github.io/dm/ The fieldset and hr are a bit too excessive, too bright, everything else looks cool.pic.twitter.com/418TKLwSAj
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
FYI this is a cleaner way to set it up: <meta name="supported-color-schemes" content="light dark" /> I am trying to find a matchMedia(...) thing that works to avoid that previous JS boilerplate, there should be a better way
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
JS snippet to figure out if the user is in dark mode: const DARK_MODE = !/^(?:black|rgb\(0,\s*0,\s*0\))$/.test(getComputedStyle(document.documentElement).getPropertyValue('color')); however, media queries work too so I guess we can load conditional styles for either light or dark
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
this is gorgeous
and it's the latest Safari Technology Preview
https://webkit.org/blog/8517/release-notes-for-safari-technology-preview-71/ …pic.twitter.com/lvg8Q5Mesg
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
everything about blockchains seems to ignore Windows ... poor thing
https://developers.eos.io pic.twitter.com/c6GnXRlgM0
Thanks. Twitter will use this to make your timeline better. UndoUndo -
what do you think is one of the shiniest use cases for a switch statement? arguments defaults has always been my favorite. from https://github.com/WebReflection/class-range/blob/master/index.js …pic.twitter.com/3kQO9F8sWK
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Andrea Giammarchi Retweeted
Introducing Background Fetch.
Perform long-running fetches in the background.
Hear about the result in your service worker.
User can see progress and pause/cancel.
Demo & docs:https://developers.google.com/web/updates/2018/12/background-fetch …Thanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
Announcing Puppeteer for Firefox 

An experimental project for controlling Firefox using Puppeteer's API. Still missing features but give it a try and let us know what you think!
npm i puppeteer-firefox
Learn more: