Live data from Hacker News

Viewing profile — aaronbrager

aaronbrager

HN member
Joined
Fri, Jun 27, 2014, 5:07 PM UTC
HN karma
245
Public activity
98 items

About aaronbrager

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #35478059

    In realms of app and UI, A tapestry of code so fine, There lies a typo small, unseen Within the onboarding scene. Yet let us not forget, my friend, The privacy we must defend, To c…

  3. comment
    Comment #35477909

    Apple Music has replaced the biography and music for Ian Curtis, lead singer of the highly influential band Joy Division, with a different artist also named Ian Curtis. Previously …

  4. story
  5. comment
    Comment #28948635

    The “bearer” prefix indicates the token is a “bearer” type token, as defined in RFC6750. As opposed to, for example, a “mac” token type. The bearer token can be a JWT, but can also…

  6. story
  7. story
  8. story
  9. comment
    Comment #24369657

    This is cool, I love that gitlab lets you purchase extra minutes adhoc without a tier change. Neither GitHub nor CircleCi let you do that

  10. story
  11. story
  12. comment
    Comment #22709109

    You can pretty easily see all the traffic on your own phone. You can even do it on device https://apps.apple.com/us/app/charles-proxy/id1134218562

  13. comment
    Comment #22010534

    That's easy enough, e-mail me at aaron@lookbusy.app and I'll add you to the beta list

  14. comment
    Comment #22007912

    that's way less fun

  15. comment
    Comment #22007861

    Author here - let me know if you have any suggestions, it's easy to add more :)

  16. story
  17. comment
    Comment #21438380

    Yes, as indicated in the OP you can use otool to see which private APIs are being called.

  18. comment
    Comment #20382518

    That’s what secure coding guidelines say to do. It’s called “input validation”. For example here’s Apple’s: https://developer.apple.com/library/archive/documentation/Se... Especial…

  19. comment
    Comment #20309790

    Wonder why he didn’t use the Core ML image analysis tools built in to Xcode?

  20. comment
    Comment #20197521

    Some startups have good work/life balance Startups more likely to allow remote Great experience if you want to start your own startup later (eg understand funding rounds, growth, p…

  21. story
  22. comment
    Comment #20191295

    You can use address verification and/or 3DS to reduce fraud chargebacks for online transactions. If you use 3DS then the bank will assume liability for fraud.

  23. comment
    Comment #20132653

    Technically they could. According to the docs, they destroy the email after delivery.

  24. comment
    Comment #20132615

    You can use the REST API if you don’t want to use the JavaScript SDK.

  25. comment
    Comment #20093824

    SwiftUI is protocol-based, not class-based