Viewing profile — davidvartan
davidvartan
HN member- Joined
- Tue, Aug 02, 2016, 10:51 PM UTC
- HN karma
- 365
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About davidvartan
No profile information was provided.
Recent public activity
-
comment
Comment #23275076
I can repro this locally as well. Interesting if it's inconsistent with Apple docs and when Gatekeeper should be firing, as running stuff locally without distributing/downloading i…
- comment
-
comment
Comment #23274045
The Gatekeeper behavior is specific to running things from Finder (not Terminal), and only if you downloaded it via a browser that sets the com.apple.quarantine xattr. Two posts fr…
-
comment
Comment #23273583
Notarization/stapling/etc. is for distribution only, not generally part of your dev workflow.
-
comment
Comment #23273549
Re: downloading Xcode, this page has saved me hours: https://stackoverflow.com/questions/10335747/how-to-download... . It's just a list of direct links to each version of Xcode at …
-
comment
Comment #23273396
> a degraded user experience, as the first time a user runs a new executable, Apple delays execution while waiting for a reply from their server. The way to avoid this behavior is …
-
comment
Comment #23087153
Shameless plug: I created xcnotary [1] to make command line notarization quite a bit less painful. It will poll the service and block for completion, return a non-zero failure code…
- comment
-
comment
Comment #22745610
Thank you!
-
comment
Comment #22745083
asciinema to generate a raw json file, then svg-term to convert it to svg https://github.com/asciinema/asciinema https://github.com/marionebl/svg-term-cli (I ended up moving the SV…
-
comment
Comment #22744910
It was surprising that they didn't provide an all-in-one blocking command, leaving everyone to write their own version of the submit(); while(true) { poll(); }. I will need to add …
-
comment
Comment #22744577
The notarization service is opaque (uses Xcode's "xcrun altool" to submit/read status, instead of something like a REST API...) so unfortunately Mac-only at the moment.
-
comment
Comment #22744544
That sounds like a fun project! I do hope Apple shows more love to the command line tooling in general (even if Mac-only) as the workflow still seems somewhat optimized for clickin…
-
comment
Comment #22744087
Thanks for the heads up! May I ask what browser you are using? If there are compatibility issues I may just re-render these as GIFs.
-
comment
Comment #22743925
(The author.) I had originally written a version of this in Python for my own use, and recently thought of rewriting it in Rust as a learning experience. What I found is that writi…
- story
- story
- story
- story