Viewing profile — aaronbrager
aaronbrager
HN member- Joined
- Fri, Jun 27, 2014, 5:07 PM UTC
- HN karma
- 245
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About aaronbrager
No profile information was provided.
Recent public activity
- story
-
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…
-
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 …
- story
-
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…
- story
- story
- story
-
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
- story
- story
-
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
-
comment
Comment #22010534
That's easy enough, e-mail me at aaron@lookbusy.app and I'll add you to the beta list
-
comment
Comment #22007912
that's way less fun
-
comment
Comment #22007861
Author here - let me know if you have any suggestions, it's easy to add more :)
- story
-
comment
Comment #21438380
Yes, as indicated in the OP you can use otool to see which private APIs are being called.
-
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…
-
comment
Comment #20309790
Wonder why he didn’t use the Core ML image analysis tools built in to Xcode?
-
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…
- story
-
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.
-
comment
Comment #20132653
Technically they could. According to the docs, they destroy the email after delivery.
-
comment
Comment #20132615
You can use the REST API if you don’t want to use the JavaScript SDK.
-
comment
Comment #20093824
SwiftUI is protocol-based, not class-based