@height8 yes please

@height8 I don't mind the amount of turns limitation (i've never run in to it before), but I really like the "don't waste my time" mod that gets rid of those really long transition times. (I haven't played the original XCOM, though, so I don't know what I'm missing, I suppose?)

@height8 PC. My only console is an Xbox 360 and it gets used for maybe 4 hours every 6 months. Hah.

Done programming for today. Commit changes and XCOM 2 time.

that's fine. When I say "HTTP library of choice", I mean that because Elixir doesn't have a built in HTTP library, unlike some other languages… :P

yeah, we've worked on a project that uses it together

huh. Maybe I just skipped over that part. I just was looking at all the curl examples and implemented those in my HTTP library of choice

You don't need to use Stripe's SDK, you know, you can just call the APIs yourself. For PrivateLog I'll be using WebPay [webpay.jp]. Reasonable rates (cheaper than Stripe, which is actually really expensive), and the API isn't terrible. I've used it on other projects, directly accessing the API with no problems.

Maybe when I get some scale, I'll go with GMO PG, but right now it's not worth it (both development time cost and actual service cost) because that API is very hairy.

Planning on using Stripe for 10Cv4? What do you use for 10Cv2?

For PrivateLog, there's an e-mail notification when someone uploads an image to a timeline you're subscribed to. I didn't want to send notifications out for every single upload, so I'm coalescing them in to one e-mail within a set period of time (I'm still experimenting with the time -- it'll probably turn out to be between 2 and 5 minutes)