Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cosn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Executive Transitions
(cosn.io)
1 points
by
cosn
2y ago
|
0 comments
2.
▲
by
cosn
5y ago
Brex CTO here. I completely agree with you, the issue isn't that we expect something in return. When you invest in a new language community, it's not about expecting something in return, you're investing in its growth. We
3.
▲
by
cosn
7y ago
> How do you plan on making money? [I work at Brex] Brex earns fees, including distribution/referral fees (also known as 12b-1 fees) from money market mutual funds that are included in the Brex Cash sweep program.
4.
▲
by
cosn
7y ago
> Ok, you won't sell it; but will you give it to third parties (even without payment) without the consent of the subject beyond the extent required by law? [I work at Brex, and I’m not a lawyer :)] Yes, you’re right in that we work
5.
▲
by
cosn
7y ago
> What protections are in place to protect customers financial transaction information and will that information be sold, lent, or shared with any outside parties? [I work at Brex] Data privacy is something we’re really passionate about.
6.
▲
by
cosn
8y ago
(I work at Stripe) We’ll be expanding support for businesses in other countries throughout 2019. If you submit an interest form for the beta on stripe.com/terminal, we’ll be sure to let you know when we’re in the UK.
7.
▲
by
cosn
8y ago
(I work at Stripe) Apologies for the delay! Stripe Terminal works with our pre-certified card readers. This ensures that your transactions are secured by our end-to-end encryption and that your readers are always up-to-date via our remote m
8.
▲
by
cosn
8y ago
(I work at Stripe) Stripe Terminal gives developers the flexibility to build custom point of sale applications that use the Stripe payments platform, with EMV-ready hardware. The product will be work across the entire suite of Stripe produc
9.
▲
by
cosn
8y ago
(I work at Stripe) Yep, please tell us as much possible in the form. The Beta is open to all business in the US.
10.
▲
by
cosn
8y ago
(I work at Stripe) We are excited about the use cases of Connect platforms integrating Stripe Terminal! We have seen a lot of platforms like AtVenue and Mindbody building an end-to-end solution for their users -- completely on Stripe.
11.
▲
by
cosn
8y ago
(I work at Stripe) > I imagine developers won't get the ability to customise the UI available on the PIN pad in the first release Actually, you'll be able to configure the splash screen in the first release, and will open up mo
12.
▲
by
cosn
8y ago
(I work at Stripe) Excited to review your application! We have a lot of users building point of sale applications for booking and scheduling -- including AtVenu, Mindbody, Universe, Zenoti.
13.
▲
by
cosn
8y ago
(I work at Stripe) We currently support two devices and will add support for more in the months to come. Please request an invite and let us know if there are particular hardware devices you are interested in us supporting.
14.
▲
by
cosn
8y ago
(I work at Stripe) The end consumer will have a seamless experience between paying online and offline -- think buy things online, return in-store (or vice-versa). Your customers can initiate a subscription in-store that continues online wit
15.
▲
by
cosn
12y ago
(Stripe dev here) You're probably already aware of this, but there are 3rd party[0] libraries, including one for Lua[1] [0]: https://stripe.com/docs/libraries#third-party [1]: https://github.com/ws
16.
▲
by
cosn
12y ago
Like any other language, there're some pros and cons with Go. For example, C gives you complete control at a very low level, but can make higher-order operations more complex. On the opposite end of the spectrum, Python removes a lot o
17.
▲
by
cosn
12y ago
(Stripe's Go library dev here) There's a tradeoff space here, as that tweet indicates. Doing things generically makes the library less idiomatic, but means developers don't need to churn their library dependency as often. Go&
18.
▲
by
cosn
12y ago
"Immutability has a slightly different meaning for arrays, however. You are still not allowed to perform any action that has the potential to change the size of an immutable array, but you are allowed to set a new value for an existing
19.
▲
by
cosn
13y ago
I wrote most of those already, if anyone needs them, help yourself. Haven't had the need for a bit set, but I guess I can add it to the TODO list :) https://github.com/cosn/collections/ That being said, I com