Live data from Hacker News

Viewing profile — jazzdan

jazzdan

HN member
Joined
Wed, Aug 31, 2011, 2:34 PM UTC
HN karma
241
Public activity
31 items

About jazzdan

Engineer@Figma

https://dmiller.dev

[ my public key: https://keybase.io/dmiller; my proof: https://keybase.io/dmiller/sigs/DA0FPzfKmhNW7vLwwYypikDjgGY1y0ntd9A5o0aRl58 ]

Recent public activity

  1. comment
    Comment #29417228

    Yeah, exactly. Or even just not listed in `earthly ls`, maybe you'd still want to be able to call them manually for debugging purposes.

  2. comment
    Comment #29417123

    +1 on `earthly ls`. I've also thought it would be valuable to have "public" and "private" targets. When looking at a new codebase it can be hard to know which targets I should use …

  3. comment
    Comment #29255487

    As someone who worked on this it was exciting to get Replay working on three platforms (macOS, Linux, Windows), hopefully proving that our strategy[1] for recording and replaying p…

  4. comment
    Comment #28552061

    (Replay engineer): Kind of! In the code viewer's left hand side gutter, the one that shows line numbers, if a line of code was never executed it is greyed out. Otherwise if you hov…

  5. comment
    Comment #28545824

    (Replay engineer): Yes, replit has been working on adding similar functionality ( https://blog.replit.com/debuggest ). In fact: we've been collaborating with them on it! :)

  6. comment
    Comment #28545236

    Self-hosted is on the roadmap, but getting this to be a universal technique is definitely going to be hard, no arguments there. Gotta start somewhere though!

  7. comment
    Comment #28545193

    Replay deterministically replays the recording, so if the state of the application when you recorded it caused a network call, then when replaying it we will also "make" a network …

  8. comment
    Comment #28543706

    (Replay engineer): Yes it does!

  9. comment
    Comment #28542732

    (Replay engineer): In the long run we'd love for Replay to prove to the major runtimes that they should build support for this in to the runtime itself, rather than us maintaining …

  10. comment
    Comment #28542534

    (Replay engineer) Google is currently the only way unfortunately. We wanted to support secure logins at launch, with SSO and Multi-factor Authentication, and focus most of our effo…

  11. comment
    Comment #28542352

    (Replay engineer): we basically record all the inputs and outputs to a program. In the example of an HTTP request: when recording we'd record that a request was made, and the respo…

  12. comment
    Comment #28541559

    (Replay engineer): re: Windows, we have an alpha build out now, with a wider beta release coming later this year. re: on-prem, it's definitely something we plan to support, and som…

  13. comment
    Comment #28540731

    (Replay engineer): We're big fans of RR and pernosco, I love to see those tools get their due. Replay is also designed to support backend programs. We [support Node]( https://githu…

  14. comment
    Comment #28540492

    (Replay engineer): We support all the debugger features (breakpoints, step in to, step over) and more (step back). We emphasize console.log because we found that time traveling con…

  15. comment
    Comment #28540171

    (Replay engineer): Hey davidten, thanks for trying Replay, sorry about the confusion. You definitely shouldn't need an invite. We're on it, getting a fix out now.

  16. comment
    Comment #28540137

    (Replay engineer): That's something we'd love to enable in the future, but before we do we want to make sure that non-technical user can understand the implications of what they ar…

  17. comment
    Comment #28540074

    Replay employee here: We definitely want to enable something like that in the future. But first we need ensure the user's privacy is maintained. Right now a recording contains _eve…

  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #8817809

    The HHVM team runs the tests of popular GitHub PHP repositories on HHVM, it's available here: http://hhvm.com/frameworks/ According to that 99% of magento2 tests are passing.