Usually it feels like companies open source projects are kind of lame or just to look fashionable. These projects are extensive and awesome. I love the personal projects section at the bottom of the page. You can see why Stripe is so successful. They truly have a dev culture and that's a lot more than most companies that just say they have a dev culture. At Stripes scale and size that's a big success.
I recently changed my website's donation page to a Stripe-powered system, and their API was a pleasure to work with. Having worked with horrible payment processors throughout my webdev career, I kept waiting for the other shoe to drop--but it's been a couple of months now, and so far it's still just the one shoe.
Stripe: Open Source
61–70 of 74 posts
Re: Stripe: Open Source
#62Re: Stripe: Open Source
#63Usually it feels like companies open source projects are kind of lame or just to look fashionable. These projects are extensive and awesome. I love the personal projects section at the bottom of the page. You can see why Stripe is so successful. They truly have a dev culture and that's a lot more than most companies that just say they have a dev culture. At Stripes scale and size that's a big success.
> Usually it feels like companies open source projects are kind of lame or just to look fashionable. I don't understand this. You think Netflix and Facebook's Open source projects are lame?
Re: Stripe: Open Source
#64Earlier quoted context omitted.
I recently changed my website's donation page to a Stripe-powered system, and their API was a pleasure to work with. Having worked with horrible payment processors throughout my webdev career, I kept waiting for the other shoe to drop--but it's been a couple of months now, and so far it's still just the one shoe.
Stripe's API docs are absolutely gorgeous, also, for what it's worth: https://stripe.com/docs/api#charges
Re: Stripe: Open Source
#65Mashape is another startup that contributes a lot in the API space with mainstream OSS projects such as: OAuthBible [1], Unirest [2], HTTPsnippet [3], Guardian [4] and KONG [5]. [1] https://github.com/Mashape/mashape-oauth [2] http://unirest.io/ [3] https://github.com/Mashape/httpsnippet [4] https://github.com/Mashape/guardian [5] https://github.com/Mashape/kong
You guys appear to have a whole posse of accounts promoting your stuff in dubious ways on HN. I'm not sure exactly where the line is between normal sharing of information and abuse, but wherever it is, you're on the wrong side. HN threads are for conversations, not commercials. There's nothing wrong with linking to one's own work when it comes up naturally in a genuine conversation. Abusing conversation for promotion…
Next time think twice before flagging or you're doing your job wrong, Dang. Thx.
Re: Stripe: Open Source
#66Earlier quoted context omitted.
You guys appear to have a whole posse of accounts promoting your stuff in dubious ways on HN. I'm not sure exactly where the line is between normal sharing of information and abuse, but wherever it is, you're on the wrong side. HN threads are for conversations, not commercials. There's nothing wrong with linking to one's own work when it comes up naturally in a genuine conversation. Abusing conversation for promotion…
Not sure what you mean with another username and relations you're coming up with. my comments gets real upvotes from the community. which means that what I comment, is what the community likes. Otherwise they won't. Also is mostly about open source, free software which is not commercial at all. Next time think twice before flagging or you're doing your job wrong, Dang. Thx.
I'm surprised that you're not sure what I mean. From examples that users complaining about comment spam have emailed us, as well as the data I'm looking at, there is a longstanding pattern of abusing HN threads, including in outright deceptive ways: https://news.ycombinator.com/item?id=8637324.
We have a contract with HN users: they're not allowed to accuse each other of astroturfing, and we promise to crack down on actual astroturfing when we see evidence of it. I'm seeing evidence.
I feel bad for taking this thread further off-topic, but it's important for users to see us upholding our end of that bargain. If you want to discuss this further, please email hn@ycombinator.com.
Re: Stripe: Open Source
#67Love the logo! Did something similar here [1] for our blog's creative/digital arm [2] with actually a somewhat similar approach. Probably a few months ago. Their's is a little more elegant though :) I just want to make a quick comment: Everything the Stripe's front-end guys touch is pure and magical perfection. They definitely have a killer front-end team - design, UI/UX, and more. [1] http://codepen.io/ncerminara/pe…
Glad you noticed the easter-egg on the logo :p
Re: Stripe: Open Source
#68(I work at Stripe.) We're also accepting applications for our second Open-Source Retreat: https://stripe.com/blog/open-source-retreat-2016
Re: Stripe: Open Source
#69Earlier quoted context omitted.
I recently changed my website's donation page to a Stripe-powered system, and their API was a pleasure to work with. Having worked with horrible payment processors throughout my webdev career, I kept waiting for the other shoe to drop--but it's been a couple of months now, and so far it's still just the one shoe.
Stripe's API docs are absolutely gorgeous, also, for what it's worth: https://stripe.com/docs/api#charges
Edit: my bad, found dangs comment.
Re: Stripe: Open Source
#70why did you guys invent mosql [1] ? you are clearly loving postgres and cannot get rid of it... but potentially with jsonb in 9.5 [2] you can get rid of mongodb. With the kind of resources you have, you could fix the few things about postgres that you dont like. [1] https://github.com/stripe/mosql/blob/master/README.md [2] https://wiki.postgresql.org/wiki/What's_new_in_PostgreSQL_9....
Or use ToroDB ( http://www.torodb.com ) that speaks the MongoDB protocol but stores the data relationally, in PostgreSQL. Directly. No ETL, no mosql required :) (ToroDB developer here)