Viewing profile — dylanjha
dylanjha
HN member- Joined
- Thu, Nov 08, 2012, 8:51 AM UTC
- HN karma
- 145
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About dylanjha
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #44170930
Why do you want to migrate from remotion to pure canvas?
-
comment
Comment #44058030
Ever consider shipping this as an SDK that other apps can embed? This is something I’ve heard many people ask for.
- story
- story
-
comment
Comment #40291778
Yeah, worth noting that there IS an escape hatch for monkey-patching (at your own risk). So you're not totally out of luck. It is just HTMLElement all the way down
-
comment
Comment #40291732
Not everyone has to use everything. In my 13 years there are a lot of technologies I've never used. Maybe there was opportunities where you could have, or maybe things are working …
-
comment
Comment #40291709
Styling components nested inside other components can still work with either slots or scoping CSS custom properties with parent selectors. .login-form { --button-outline-width: 2px…
-
comment
Comment #40291336
> think there is a clear tension between the component desire for encapsulation vs the web designer wanting to impose their styling on the nested components This is the inherent te…
-
comment
Comment #40291266
I see. Particularly with CSS there's more of an enforced contract around how the element internals get exposed for styling. If the element hasn't exposed `parts` or slots it's hard…
-
comment
Comment #40290924
(author from Mux here) -- that is correct. For the stuff we build for in-house use on mux.com and dashboard.mux.com we have a components library written in React. You nailed it tha…
-
comment
Comment #40290868
(author here) I think the problem might be more around bureaucracy mixed with bad & buggy code than it is a specific problem with web components. Can you expand on that?
- story
- story
- story
-
comment
Comment #34461878
It's amazing how the web has come full circle now. 2023 web developers: I figured it out y'all. Send HTML from the server. 1994 web developer: ...excuse me? What else would you do?…
-
comment
Comment #34080076
Wow that’s exactly it. I didn’t know there was a term for this. Thanks for sharing!
-
comment
Comment #34076538
Even though I’m not deaf or hard of hearing, I find myself using captions more and more when I consume video content. I don’t think I’m alone in that. I saw something a while ago t…
- story
- story
- story
-
comment
Comment #28684718
Thanks! Yeah that would be a significant improvement. This started as a little demo project with Nextjs + Mux and then evolved into more of an actual product ( https://github.com/m…
-
comment
Comment #28684457
Hey there :). Author here. It was a fun experiment to play around with some different strategies for adding content moderation to https://stream.new Hive ended up being the one I l…
- story