Live data from Hacker News

Viewing profile — thomasnowhere

thomasnowhere

HN member
Joined
Sun, Mar 22, 2026, 9:48 PM UTC
HN karma
7
Public activity
15 items

About thomasnowhere

Full Stack Dev

https://domternal.dev https://github.com/domternal/domternal

Recent public activity

  1. comment
    Comment #49184937

    This, pretty much exactly what I've been noticing too. Feel for the juniors though, its rough trying to learn when the tool in front of you can just spit the whole answer out. I st…

  2. comment
  3. comment
    Comment #48759778

    [flagged]

  4. story
  5. comment
  6. story
  7. comment
    Comment #48292319

    The cost of writing code dropped but the cost of maintaining it didn't. If anything that makes saying no more important, not less.

  8. comment
    Comment #48285924

    One area where AI is reliably faster with no quality tradeoff is writing E2E tests. You can cover a ton of edge cases in an afternoon that you would normally skip, and if something…

  9. comment
  10. story
  11. comment
    Comment #47677549

    The never-resolving promise trick is clever but what caught me off guard is how clean the GC behavior is. Always assumed hanging promises would leak in long-lived apps but apparent…

  12. comment
    Comment #47535507

    This looks nice. I work on a rich text editor and have a large Playwright test suite. The hardest bugs to catch are always the ones where a speciffic sequence of user actions leave…

  13. comment
    Comment #47507750

    That makes sense, the hidden input approach is clever. Google Docs definitely proved it's viable at scale. The RTL support is a nice touch, that's notoriously tricky to get right. …

  14. comment
    Comment #47503185

    Impressive that you built the rendering layer from scratch on Canvas. Curious about one thing though, how do you handle accessibility? With contenteditable you get a lot of browser…

  15. comment