Tito
banner
quack.uy
Tito
@quack.uy
I do Software. I like websites. SolidJS Fellow @solidjs.com
My work at https://github.com/titoBouzout

Montevideo, Uruguay - Missing Quack ᓚᘏᗢ
It depends, generally, I would say the guide for users is in encouraging patterns/providing utilities that avoid the issues. At the same time, if it can be solved in runtime, consistently, without introducing other special cases, or being too fragile, then maybe even if complicated could work.
November 10, 2025 at 5:52 PM
Sounds good, I'm curious what's the issue with it, or what demonstrates?

pd: FOUC is Flash of unstyled content, not "Frame". I suppose a Flash could happen within many frames. 🤓
November 10, 2025 at 12:38 PM
removing 11k LOC should be everyones goal
October 24, 2025 at 2:35 PM
The force is strong, html6:
- strict parser, no autofixing html, back to xml?
- self-closing tags
- fix boolean attributes
- remove useless tags
- simplify web components api for sharing components between frameworks/js
- simplify dom apis
October 19, 2025 at 3:20 PM
En lo posible pasar una noche en Cabo Polonio y rezar para que no esté nublado, porque de noche mirar al cielo te vuela la cabeza. De paso una empanadita de mejillones.
October 13, 2025 at 10:52 AM
adorable, so cool to see it become a real item! quack! quack!
October 9, 2025 at 10:43 AM
For future js/html surveys, could be possible to consider to always include a question on the lines of "are you required to write javascript-less forms/widgets?", and ask to clarify why so. Example: gov websites/accessibility, etc. I'm interested to see what people could say. Thanks!
October 4, 2025 at 9:56 AM
The way I see it
- events do not collapse (firing events may put you in the initial state [no optimization])
- events do not model derivation, so may lead to have to do manual synchronization of state, which causes glitches (main incentive for using signals)
August 13, 2025 at 2:48 PM
@ryansolid.bsky.social mentions in an article, something on the lines that **mutation** behaves or relates to events.
August 13, 2025 at 2:46 PM
the comments deletions mess up my posting btw
July 28, 2025 at 9:31 PM
Kind of uncalled-for all these comments
@webreflection.bsky.social

In any case, I'm referring to the fact that if you eval third party on your service worker that it will behave as if you were able to load it from anywhere, which is what you complain about.

Seems to me, you misunderstood.
July 28, 2025 at 9:30 PM
your post shows code is being loaded from a third party, esm.run, so what I said applies,whatever. btw I was looking in Mdn and it seems possible to load service workers from other domains with some headers, but not sure, took a quick look
July 28, 2025 at 9:13 PM
if the service worker you loaded from a third party gets hijacked, it could cache your whole page and while your server is fine users that already visited your page will see what the hijacked service worked wants
July 28, 2025 at 8:05 PM
Websites are well known for going down or being taken over. If a hijacked SW loads from these, and caches malicious code forever... I wouldn't want to be in the position of asking customers to burst their cache via the official FB page… imagine it happens to a big website.. it would make the news
July 26, 2025 at 5:26 AM