Key Themes from the Hacker News discussion
-
Avoid risky browser features
“If not all browsers support a feature, don't use it, or make it optional.” – tgv -
Use LLMs as a problem‑solving aid
“If you can't figure it out, ask your LLM.” – tgv -
Prefer optional or fallback implementations
“It's not that hard… make it optional.” – tgv