Live data from Hacker News

Viewing profile — davidvartan

davidvartan

HN member
Joined
Tue, Aug 02, 2016, 10:51 PM UTC
HN karma
365
Public activity
19 items

About davidvartan

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
  3. 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…

  4. comment
    Comment #23273583

    Notarization/stapling/etc. is for distribution only, not generally part of your dev workflow.

  5. 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 …

  6. 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 …

  7. 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…

  8. comment
  9. comment
    Comment #22745610

    Thank you!

  10. 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…

  11. 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 …

  12. 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.

  13. 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…

  14. 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.

  15. 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…

  16. story
  17. story
  18. story
  19. story