Live data from Hacker News

Stripe: Open Source

stripe.com

21–30 of 74 posts

Re: Stripe: Open Source

#21

Kool aid is so good!

Maybe you should consider making a more detailed and interesting argument than throwing out a catchy rebel phrase. Then you could actually have a discussion with people! Unless you just wanted to throw out the catchy but ultimately insightless line and then walk away while donning sunglasses. Remember, cool guys don't look at explosions.

Maybe you should stop being a self-righteous little bitch

Re: Stripe: Open Source

#22
I really like the bottom section where they are highlighting individual projects from members of their team. I think that really helps instill a sense of ownership and would definitely me make me excited about working there if I was featured.

Re: Stripe: Open Source

#23

Earlier quoted context omitted.

Maybe you should consider making a more detailed and interesting argument than throwing out a catchy rebel phrase. Then you could actually have a discussion with people! Unless you just wanted to throw out the catchy but ultimately insightless line and then walk away while donning sunglasses. Remember, cool guys don't look at explosions.

Maybe you should stop being a self-righteous little bitch

We've banned this account.

Re: Stripe: Open Source

#24
post #18

Some of the projects (e.g., jepsen) are quite impressive. I bet that displays like this one beat any office perk when it comes to hiring.

Make sure you check out https://aphyr.com/tags/jepsen if you have't seen these write-ups before. Truly on another level.

Aphyr's also given a bunch of great talks on Jepsen, well worth watching.

Re: Stripe: Open Source

#25
Nope... These projects are lame too. The animation crap is for touchy feely "we're hackerz" branding. Real hacker culture doesn't try that hard... It ends up looking over-produced inauthentic and corporate.

This is just more corporate "work here!" marketing. If you have a soul, don't work at Stripe.

Re: Stripe: Open Source

#27
post #3

On the subject of the jquery.payment lib, I remember noticing that the validation functions it provides for various credit cards are not exactly the same as the ones in stripe.js, and actually better. I would have to look at my commit history to remember what exactly were the differences though. I think it could match the various credit card types with fewer digits entered or was better for cvv validation of amex car…

I get the impression that stripe has abandoned jquery.payment (or at least it's a side project and not part of their core offering?). Because it does not actually work out of the box with the stripe.js library (see https://github.com/stripe/jquery.payment/issues/160 , which has a lot of "+1's" from other people but no response from stripe or whoever it is that maintains this library).

Re: Stripe: Open Source

#28

Nope... These projects are lame too. The animation crap is for touchy feely "we're hackerz" branding. Real hacker culture doesn't try that hard... It ends up looking over-produced inauthentic and corporate. This is just more corporate "work here!" marketing. If you have a soul, don't work at Stripe.

Seems like you have an axe to grind that has nothing to do with the OP.

Re: Stripe: Open Source

#29
post #17
post #9

Earlier quoted context omitted.

(I'm an infrastructure engineer at Stripe) This actually took a fair amount of digging! We've been using some version of unilog for over 4 years now (longer than I've been at Stripe), and we'd mostly forgotten why we switched. What follows is more the result of historical exploration and guesswork than authoritative statement of original truth. I'm fairly confident that the impetus for unilog was timestamp prefixes f…

And an update! I talked with the engineer that wrote unilog originally. The original headline feature of unilog was that it wouldn't block writes if the disk filled up. multilog does - if it can't write a line to disk, it stops ingesting data off of stdin, which eventually causes the application to hang writing to stdout. unilog sends you an email and starts dropping log lines, which we decided better matched the tra…

Thanks for the follow up!
Post reply on HN