Chíos
- Chíos, páxina actual.
- Chíos e respostas
- Multimedia
Bloqueaches a @WebReflection
Estás seguro de que queres ver estes chíos? Ver os chíos non desbloqueará a @WebReflection
-
Chío pegado
I've updated the js-framework-benchmark's µhtml version, from 1.X to 2.X: * it moved up 8 places * it's faster than svelte
table: https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html …
uhtml: https://github.com/WebReflection/uhtml#readme …pic.twitter.com/cZsPOePFwk
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
I'm writing a post entitled: The Web Components' Mess It will provide tons of details, or history, you probably never heard about, so feel free to follow this space to know when it's out
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
Andrea Giammarchi rechouchiou
1. create a component standard 2. oops, it doesn't work without JS 3. create declarative shadow DOM 4. oops, embedding CSS in JS is bad 5. create CSS modules 6. oops, CSS modules don't work with declarative shadow DOM 7. create declarative constructible stylesheets 8. oops, ...https://twitter.com/youyuxi/status/1422581506845855746 …
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
My feelings about SD since about ever … it was more for embedded ads than anything else, and builtin extends have always been superior for real-world use cases, imho.https://twitter.com/little_bret/status/1419829971376381952 …
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
comments in reviews before anyone asks anything are kinda a nice touch, but unfortunately these instantly break my ability to review code top-down and, eventually, ask questions around stuff that needs clarification. is it just me?
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
To give a hint regarding how much in scale this BS exists, the same debate is happening in my FB stream because Tamberi, another gold medal, grew up and lived in my hometown since about ever, but he was just born in a different place. A "war" to claim a champion is *not* sport.
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
There are people mad because an Italian that spent the first month of his life in Texas is not technically Italian … that debate is far more important/relevant than celebrating 100m sport and a new European record. This is what sport means these days, and I don’t even
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
I don’t care about, need, or use, TS, but hat tip to all the contributors that land, or help improving, .d.ts files related to my projects. Thank you, you’re awesome
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
Andrea Giammarchi rechouchiouGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer
-
out of curiosity, as soon as you bought your Apple laptop/working product, have you erased it already to have a case **sensitive** journal in there, like I've always done to date?
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
Almost forgot to mention: no eval/Function needed! The whole logic is based on async/await and namespace/instance crawling. Worker namespace is read-only, and one can await anything in it, including new classes.
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
Andrea Giammarchi rechouchiou
The FinalizationRegistry API is not strictly related to the WeakRef one. It allows handling remote instances, a worker, through Proxies, w/out leaking memory. My recent proxied-worker module is a successful experiment in this area: lot of potentials
https://github.com/WebReflection/proxied-worker#readme …Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
The FinalizationRegistry API is not strictly related to the WeakRef one. It allows handling remote instances, a worker, through Proxies, w/out leaking memory. My recent proxied-worker module is a successful experiment in this area: lot of potentials
https://github.com/WebReflection/proxied-worker#readme …Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
TFW after few days on Rust you involuntarily start writing: new Promise((Ok, Err) => { ... }) instead of the usual new Promise((resolve, reject) => { ... })
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
SQLite is one of those WASM that needs such CSP rule, at least in Web Extensions, otherwise Chrome refuses to make it work. That rule throws in Firefox manifest though. As side note, sqlite-worker got an update: raw helper in workers too
https://github.com/WebReflection/sqlite-worker#readme …Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
"script-src 'self' 'wasm-eval'; object-src 'self'" if WASM requires dynamic heap allocation, this CSP rule is required in Chrome, but Firefox is not compatible with it, + it doesn't care. my recent conclusion is that WASM is awesome, yet too young to be *the bet* in prod, imho.
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
TIL: an online tool to create charts with extreme ease ... not sure why I haven't used this before, pretty awesome! https://mermaid-js.github.io/mermaid/#/
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
Andrea Giammarchi rechouchiou
So happy to see IT industry slowly moving away from NoSQL (structural) illusion and investing in more SQL tooling (that we desperately need since the 80") like this: dbcritic — Constructively criticizing your Postgres schema (using Idris)https://buff.ly/3hL6tg1
Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
I mean ... yeah, we can all blame JS for breaking there, but if a site has so much wrong JS on the Front End, do we really expect it to have super skilled Back End developers? I don't think so ... but I am sure they complain when any user is "lost in transaction"
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
TIL: in Italy there are companies that make sites that don't work on Firefox, and likely won't work in Chrome neither. Form emails normalization where they capitalize Each@Email.Com, awkward cell phones input ruined by awkward JS ... the issue is not JS per se, it's incompetence!
Amosar este fíoGrazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer -
TFW you just push few lines of code during lunch, and people star it already ... vanilla-elements is a "vaporware" helper to simplify Custom Elements definition, through a `define(name, Class)` signature that works with builtin extends too. it's up
https://github.com/WebReflection/vanilla-elements#readme …Grazas. Twitter empregará isto para facer a túa cronoloxía mellor. DesfacerDesfacer
Parece que a carga tarda un chisco
É posible que o Twitter estea por riba da súa capacidade ou teña un impo momentáneo. Téntao de novo ou visita o Estado do Twitter para obter máis información.