news
today's howtos
-
Matt Fantinel ☛ TIL: Form controls can be outside their parent form - Matt Fantinel
My brain immediately saw this as a big challenge: how can I keep both the hero and posts-feed inputs in sync but still support inner forms? Would I have to resort to some ugly JavaScript for that?
I'm glad I did some research first.
-
Jason Tucker ☛ Skip the GPU Upgrade: Repurpose a Gaming PC or Mac for Immich's ML Queue
My Dell server is too old for a solid GPU, so a big photo import meant a stuck ML queue. Instead of buying hardware, I use a M4 MacBook Pro to burn through the backlog, plus a Home Assistant automation to flag it next time.
-
Jake Archibald ☛ Controlling when CSS custom property values are computed - JakeArchibald.com
When and how CSS custom property values are calculated might not be what you expect, and it has a big impact on your styles.