Live data from Hacker News

Viewing profile — tinchox6

tinchox6

HN member
Joined
Fri, Oct 27, 2017, 5:16 PM UTC
HN karma
92
Public activity
49 items

About tinchox6

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #47669320

    You can use driver none to avoid transitions. And I’m working on reduce motion

  4. comment
    Comment #47669088

    I turn of scroll events except on home assistant. You can enable or disable depending on your needs

  5. comment
    Comment #47669073

    Thank you!!

  6. comment
    Comment #47667570

    Good catch on forward navigation. Architecturally I don't keep a history of already-visited views, so forward has nowhere to go. It's something worth tackling though, especially fo…

  7. comment
    Comment #47667499

    Thanks! Both the depth indicator and the zoomable affordance are things I'm actively working on. Glad the spatial navigation idea resonates.

  8. comment
    Comment #47667462

    Firefox issues are real and I want to fix them. On the "why", fair to be skeptical, it's not for every UI. But I do think it makes sense when hierarchy needs to feel spatial.

  9. comment
    Comment #47667450

    Good call, hash routing was the quick path. History API is on the list.

  10. comment
    Comment #47667432

    Ha, noted. Pinch conflicts are a known pain point on touch devices, need to sort that out.

  11. comment
    Comment #47667406

    Yeah the scroll expectation comes up a lot. Scale of the Universe was scijs I think, different beast but a great example of zoom done right.

  12. comment
    Comment #47667383

    Fair point. No visual cue for what's zoomable is a real gap. Thinking about how to handle that without cluttering the UI.

  13. comment
    Comment #47667239

    That means a lot, thanks. The iOS back gesture thing is tricky but would be really sweet to pull off.

  14. comment
    Comment #47667194

    Glad you liked it! That one was fun to build.

  15. comment
    Comment #47667173

    Thanks! Yeah, immersive demos and dashboards are where it seems to click best.

  16. comment
    Comment #47667156

    Thanks! The a11y angle is something I want to tackle properly. Noted the bugs too, the car one is a known issue.

  17. comment
    Comment #47667129

    Appreciate it! Breadcrumbs and back navigation are definitely on my radar.

  18. comment
    Comment #47667105

    Thanks! Speed was a big focus, glad it comes through. Your app looks really cool btw.

  19. story
    Zooming UIs in 2026: Prezi, impress.js, and why I built something different

    There are essentially two established ways to use zooming in web interfaces today. They serve different purposes and make different tradeoffs. I built a third one, so I'll try to b…

  20. comment
    Comment #47626471

    Thanks! Ive tried using HA API to get all the information and then parse it and render using this UI, but it was just an experiment. I dindt try using custom cards

  21. comment
    Comment #47625650

    Hey! I made Zumly. The idea is offering an alternative to traditional page navigation using zooming. You mark an element as zoomable, point it to a view, and Zumly handles the tran…

  22. story
  23. story
  24. comment
    Comment #43864024

    All isues fixed https://github.com/zumerlab/snapdom/releases/tag/v0.9.2

  25. comment
    Comment #43844742

    If interested I solved almost all issues you pointed out (speedy and accuracy). https://github.com/zumerlab/snapdom/issues/3