Live data from Hacker News

Viewing profile — jasonlaster11

jasonlaster11

HN member
Joined
Thu, Mar 01, 2012, 8:09 PM UTC
HN karma
563
Public activity
65 items

About jasonlaster11

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #37846779

    Cypress also blocked deploysentinel.com which introduced Session Replay for Cypress and Playwright tests last fall. If Cypress users want to view a dashboard or session replay of t…

  3. story
  4. comment
    Comment #36939004

    I was curious how the game was built so I recorded this replay. Fun to see how it's using Supabase for the global state. https://app.replay.io/recording/replay-of-youareatlascom--7…

  5. comment
    Comment #36328683

    Here ya go https://www.producthunt.com/posts/replay-for-test-suites

  6. story
  7. story
  8. comment
    Comment #34759863

    Unfortunately we don't support python yet, but if you ever encounter a similar heisenbug in JS, you can try recording it with Replay.io

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

    Congrats on launching! Using Session Replay in the CI space makes a lot of sense. And agreed that there’s a lot that can be done by hooking into Cypress’s events. By the way, we’re…

  12. comment
    Comment #31794955

    Suggested this to Greg a couple of months ago! We sometimes use Pernosco to record the Replay Chromium and Firefox. Would love to see how Undo does in comparison. Likewise, if you'…

  13. comment
    Comment #29290399

    Here's a replay of the rocket demo if others are curious how it works. https://app.replay.io/recording/3cc35235-0a00-4fff-a1eb-7ffa... https://www.loom.com/share/059d3d0770db447a82…

  14. comment
    Comment #29255535

    Absolutely. It's really nice to be able to simple record the replay and then share the replay with others. Because replays are just websites, anyone can view them in any browser.

  15. story
  16. comment
    Comment #28542430

    haha i didnt know about the advertising annecdote, but yeah we get a lot of references to Chronon from those that remember :) We knew early on that a cool debugger wasn't going to …

  17. comment
    Comment #28542404

    Apologies for that. That was what was easiest. How would you like to sign up?

  18. comment
    Comment #28542397

    Cypress support is coming soon. We've got playwright and puppeteer and have done the hard things with cypress. just have to get the dx polished. https://github.com/RecordReplay/dev…

  19. comment
    Comment #28542382

    We've come a long way from the web replay days. We re-wrote the recorder to support additional runtimes like Node.js and Chrome. Replay is also cloud-based, so recordings are share…

  20. comment
    Comment #28542372

    We've come a long way from the web replay days. We re-wrote the recorder to support additional runtimes like Node.js and Chrome. Replay is also cloud-based, so recordings are share…

  21. comment
    Comment #28541861

    Session Replay records the DOM so it can be replayed like a video. Replay.io records the browser input so the browser session can be replayed again. The biggest difference is that …

  22. comment
    Comment #28540288

    The button is platform specific. So if you're on linux, it should show the linux icon. Windows support is on the way. It just entered alpha two weeks ago and we're targeting Beta e…

  23. comment
    Comment #28540261

    Thanks! Bret Victor has been my inspiration. Ever since I watch inventing on principle ten years ago, I knew this was what I wanted to build. In fact many folks on the team have a …

  24. comment
    Comment #28540242

    Replay has native support for React DevTools so you can easily inspect the component tree, props, state, etc... High level, because Replay replays the browser session everything ju…

  25. comment
    Comment #28540058

    Long story short, we forked the major browsers so that when you record we can capture the browser input (OS Library calls). Brian walks through our approach here https://medium.com…