Viewing profile — jazzdan
jazzdan
HN member- Joined
- Wed, Aug 31, 2011, 2:34 PM UTC
- HN karma
- 241
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About jazzdan
https://dmiller.dev
[ my public key: https://keybase.io/dmiller; my proof: https://keybase.io/dmiller/sigs/DA0FPzfKmhNW7vLwwYypikDjgGY1y0ntd9A5o0aRl58 ]
Recent public activity
-
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.
-
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 …
-
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…
-
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…
-
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! :)
-
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!
-
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 …
-
comment
Comment #28543706
(Replay engineer): Yes it does!
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story
-
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.