Viewing profile — jtdowney
jtdowney
HN member- Joined
- Mon, Oct 06, 2008, 8:33 PM UTC
- HN karma
- 199
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About jtdowney
Recent public activity
-
comment
Comment #40940330
It was posted after your comment, but https://news.ycombinator.com/item?id=40938025 indicates that a human was in the loop.
-
comment
Comment #31850382
> - Both async/await and the question mark operator feel like rushed implementations, neither seem like the best long term solutions for Rust and are not in line with the otherwise…
-
comment
Comment #22471249
Looks like it has been available since September 2017: https://github.com/braintree/braintree-web/commit/b79008a51c...
-
comment
Comment #20012325
PayPal was very early in the 2FA movement, hardware security keys were available starting in ~2008 ( https://systembash.com/using-the-paypal-verisign-security-ke... ). If you're re…
-
comment
Comment #14510129
Isn't it more like https://www.freebsd.org/cgi/man.cgi?if_bridge(4) ?
-
comment
Comment #13333060
Dan went into a little more of the backstory last year during the first awarding of the Levchin prizes. If I recall correctly, he and Max had been long time acquaintances and Dan e…
-
comment
Comment #13262270
I've spent time with lawyers on specifically this topic. It is about who is distributing the crypto code. There is also an exemption for open source crypto code. On iOS you definit…
-
comment
Comment #10903717
I'm the Security Lead at Braintree. I am not sure what you're hearing in these circles. If someone could send details to security@braintreepayments.com we'd be happy to take a look…
-
comment
Comment #10028544
Both Stripe and Braintree require you to use SSL (really TLS) on your checkout pages. They also both require you maintain PCI compliance (although you likely qualify for a reduce s…
-
comment
Comment #9582698
To be fair, Cloudflare has no concept of how much reputation you have on HN.
- story
-
comment
Comment #9513241
I agree! I submitted it as separate item because this conversation was about rewriting iframes. Although hosted fields doesn't directly address the rewriting for now, we're looking…
- story
-
comment
Comment #9512600
At Braintree, we have been working on the approach you mentioned. We’ll soon update our iframe products to allow a merchant to opt-in to only ever receiving cardholder data via the…
-
comment
Comment #9511184
Visa is slow at updating their site. MasterCard is much faster, you can find their list at http://www.mastercard.com/us/company/en/docs/SP_Post_List.pd... .
- story
- story
-
comment
Comment #8361965
It is far worse in the sense that it can lead to remote code execution. However, the number of vulnerable sites is far far fewer. Like Heartblead this one will likely have a very l…
-
comment
Comment #7806505
Ruby already has the ability to spin up a quick webserver for the current directory. This is supported through the un file in Ruby's stdlib: http://ruby-doc.org/stdlib-2.0.0/libdoc…
-
comment
Comment #6601431
It wouldn't even need to be a poorly written component. There is a good chance they would log the card number along side the transaction in their database.
-
comment
Comment #6518005
The site currently negotiates for DHE-RSA-AES256-SHA, which is forward secure.
-
comment
Comment #6233795
They specifically allow accounts to be created for whitehat purposes at https://www.facebook.com/whitehat/accounts/
-
comment
Comment #5967882
Debian Wheezy (current stable) ships with Ruby 1.9.3-p194 + various patches [1]. [1] http://packages.debian.org/wheezy/ruby1.9.1
- story
-
comment
Comment #5930864
It actually depends on the merchant category code (MCC) of your merchant account when it is setup. Only certain category codes, such as hotels and gas stations, are allowed to capt…