Had a call with Reddit to discuss pricing
131–140 of 1001 posts
Re: Had a call with Reddit to discuss pricing
#132Re: Had a call with Reddit to discuss pricing
#133Earlier quoted context omitted.
well the problem with mobile apps is the alternatives are free. It's a bad business and why I didn't take my passion for mobile apps as a career.
The reddit ones won't be though, unless they scrape instead of use the api. I doubt that's viable for a consumer app though, Reddit will probably break your app constantly.
Re: Had a call with Reddit to discuss pricing
#134Their pricing is just absurd. Reddit's official app and webpage is garbage, and instead of working with amazing developers like Christian to add whatever functionality they need to increase their revenue, they're doubling down on bad decisions and alienating their users. Pure hubris... they've forgotten their own history and why the Digg exodus happened. Seriously, _what_ are they gaining by eliminating access to thi…
> If they want more ads, they can change the APIs to inject them. Reddit wants freedom to arbitrarily change the design of their app and placement of ads, etc. Ads are a huge (primary?) source of revenue for them. If they are tethered to supporting third party clients, it's harder to make reasonable estimates of how many captive users will see ads or new features. Reddit could enforce ad presentation in third party c…
Re: Had a call with Reddit to discuss pricing
#135Re: Had a call with Reddit to discuss pricing
#136Their pricing is just absurd. Reddit's official app and webpage is garbage, and instead of working with amazing developers like Christian to add whatever functionality they need to increase their revenue, they're doubling down on bad decisions and alienating their users. Pure hubris... they've forgotten their own history and why the Digg exodus happened. Seriously, _what_ are they gaining by eliminating access to thi…
> If they want more ads, they can change the APIs to inject them. Reddit wants freedom to arbitrarily change the design of their app and placement of ads, etc. Ads are a huge (primary?) source of revenue for them. If they are tethered to supporting third party clients, it's harder to make reasonable estimates of how many captive users will see ads or new features. Reddit could enforce ad presentation in third party c…
Except that's not what Reddit is doing here. They're charging 3rd party clients ~21X what they lose in ad views, pricing them completely out of the market.
Re: Had a call with Reddit to discuss pricing
#137Re: Had a call with Reddit to discuss pricing
#138I think reddit is being naive by charging per API request. Do that, and application developers will try to reduce them - for example, caching popular subreddits or posts (ie. "this is /r/technology as it looked when we last crawled 15 minutes ago"). If Christian added a cache layer on his own server he could easily make the finances work. But... Thats in nobodies interest - Users end up with stale content, Reddit loo…
Does the API work that way now? The part on your own server used to only be for authentication and clients would then interact with reddit's servers directly. (Haven't done anything recently but used to maintain a moderation bot).
Or they'd do some kind of peer-to-peer caching between clients.
Re: Had a call with Reddit to discuss pricing
#139I think reddit is being naive by charging per API request. Do that, and application developers will try to reduce them - for example, caching popular subreddits or posts (ie. "this is /r/technology as it looked when we last crawled 15 minutes ago"). If Christian added a cache layer on his own server he could easily make the finances work. But... Thats in nobodies interest - Users end up with stale content, Reddit loo…