Tweet
- Tweet, pagina attuale.
- Tweet e risposte
- Contenuti
Hai bloccato @WebReflection
Vuoi davvero vedere questi Tweet? Procedendo non sbloccherai @WebReflection
-
Tweet fissato
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
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
TFW after few days on Rust you involuntarily start writing: new Promise((Ok, Err) => { ... }) instead of the usual new Promise((resolve, reject) => { ... })
Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
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 …Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
"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.
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
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/#/
Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
Andrea Giammarchi ha ritwittato
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
Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
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"
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
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!
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
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 …Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
it's kinda funny because µce-template was inspired by Vue 3, and now Vue is doing the other way around: custom elements as components. I hope it works with builtin extends too, like my libraries do, but that's an interesting direction either ways.https://github.com/WebReflection/uce-template#readme …
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
looks like Vue is turning into µce (and I ain't even mad) https://github.com/WebReflection/uce#readme …https://twitter.com/youyuxi/status/1414594164168269828 …
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
I think this summarizes well why Open Office is not always what I prefer
https://goomics.net/296/ Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
in case you're bored
https://github.com/denoland/deno/issues/11340 …Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
Andrea Giammarchi ha ritwittato
OKRs are the mind killer.
Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
forgot to mention, last weekend update moved it even further
it's top 20 (19th) overall, and 3rd in terms of startup metrics
also, the 801 flag is gone, otherwise it would be even faster
... I just didn't like that flag in there!pic.twitter.com/sFbewYlm1X
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
These things are like the equivalent of “please rate us/take a survey/did you like it?” *before* having a chance to even read a thing. Who/why does this happen? It’s all fan out and nothing else, imho
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
is there a metric like “instant tab close on pop under” on the Web? You know, those kind of pop ups that cover whatever you’re reading so you just stop reading and likely become functional illiterate ‘cause all you read and remember is the title … Web 2021
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
Andrea Giammarchi ha ritwittato
Playing with an idea of doing SSR with java/php/whatever and yet reusing some of the view code on the client-side. This is through templating languages like mustache/handlebars/jade that runs on many tech stacks + adding client-only syntax on top https://github.com/Munawwar/Pepper
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
Andrea Giammarchi ha ritwittatoGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla
-
This is now available via https://cdn.skypack.dev/linkedom/worker Thanks to
@matthewcp for contribution, it works on deno, Web Workers, or anywhere without DOM around
https://twitter.com/matthewcp/status/1411321458089996291 …
Grazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla -
Andrea Giammarchi ha ritwittato
Everyone: “the with statement is wrong, evil, don’t use it” uce-template, alpine-js, petite-vue: https://github.com/vuejs/petite-vue/blob/main/src/eval.ts …
Mostra questa discussioneGrazie, ne terremo conto al fine di migliorare la tua cronologia. AnnullaAnnulla
Il caricamento sembra essere lento.
Twitter potrebbe essere sovraccarico o avere un problema temporaneo. Riprova o visita Twitter Status per ulteriori informazioni.