One surviving Reddit app plans to charge based on how much you use it
One surviving Reddit app plans to charge based on how much you use it
IMHO it’s so much better. I’ve had better discussions, less stupid comments (no pun comment threads so far for example).
I don’t want Lemmy to turn into Reddit.
This is the best summary I could come up with:
The costs of a subscription will go up based on a user’s daily average number of API calls, essentially meaning that the more things a person does in the app, the more they might have to pay.
Here is the full list, from developer DBrady’s post, which appears to include Google’s take of the subscription and Relay’s expected revenues:
In the newest release of Relay, DBrady says they also added the ability for users to see their average daily API calls.
The plan is for a subscription to roll out in two or three weeks from the time of their post and they expect to charge a monthly cost of $3 or $4.
“This won’t cover the cost of ‘super users’ who use the app all day, but, on average, it should allow me to pay the Reddit API bill,” the developer said.
Many subreddits and users protested against the switch to the paid API in-party because of its effect on the third-party app ecosystem.
I’m a bot and I’m open source!
Same! I currently use Sync (was not a Sync fan historically), but I’ve tried Liftoff, Connect, Jerboa… others.
Ultimately, I miss Relay, but is what it is. I don’t miss reddit.
I used Relay back when I was a redditor.
Ship sailed. I get the dev trying to recoup costs and keep the thing running. But ultimately reddit made their call and that market isn’t really there anymore.
Seriously, the handful of times I've checked back in on Reddit recently just made me think, "Wow I hate it here."
I'm so much happier on the Fediverse.
I think there’s a lot of people who got turned off from commenting.
It was so easy to gain the attention of some deranged Redditor when you commented, it was often just not worth it. Maybe that mindset came here and people are still warming up to the idea.
Yeah it feels really hostile here unless you want to circlejerk with everyone, it’s worse than reddit in this regard
Also mods tend to just ban whoever they disagree with
Lemmy is my methadone. Not interesting enough to get me hooked but just enough to keep me from going back.
I swear even the memes on here belong in comedy homicide and I see maybe one interesting article per day at most. I started carrying a kindle with me and usually just read instead of browsing. I’ve gone from a book every 2 or 3 months to a book per week.
Any good book recommendations?
I’ve just started reading more since a month or so as well, but I’m having trouble finding good books - especially sci-fi stuff
I read the children of time books (2 of 3) and although the idea is cool, the writing style and also the (later) story itself isn’t really good.
So I’ve looked into the Foundation series from Asimov. I started with the prelude and went on to the second book, but after Dune it feels very shallow and somehow written like an action movie (with easy/stupid solutions)
Isn’t really the thread topic, but if your have any good books in mind, I would really appreciate it :-)
Reading about reddit for me nowadays is like seeing a tech news article for something that doesn’t concern me.
It doesn’t feel really relevant anymore. I think that’s a good thing given that I feel like I can find most of the content I used to go to reddit for on the fediverse. With higher quality even. People seem to be of more diverse options as well, which is great.
Honestly, I was getting a good ad-free experience with RIF for many years and I enjoyed it. I don’t see how anyone could have made money off of me for that. If 3rd party app/API access were only available with Reddit Gold, it wouldn’t have been the most unreasonable idea in the world. This kinda sorta works like that. I’d almost consider it, but between the shit moves (read: outright lies) Spez was making, recent coin fuckery, and Lemmy content only getting better with time… Nah.
The way things are going, I’m pretty sure NSFW content will be nixed within the next year. Hopefully that drives another influx this way.
Screw Reddit. Since my migration over here a couple months ago I’ve spent less than 1 hour over there.
If anyone is a College Basketball or College Football here on Lemmy come join. CFB and collegebasketball on LemmyWorld.
OT but related to the discussion: is there a way to track if and how the fediverse is increasing?
I looked on Wikipedia and it said it’s just about ~67000 users on Lemmy VS ~52 million users on Reddit.
I’m spending most of my time on my phone on Lemmy (and about 5 mins on Reddit) every day now, but it would be awesome to he slowly attracting more users from Reddit over time.
Sure, it’s better to be less and have more quality conversations (which is what I find so far), but the fediverse still needs to grow!
Relay is an amazing app. Very smooth. And this is a good solution for his app to survive.
But besides the fact that almost all of the money will be going to Reddit. Everything you do on the app makes calls to the API, including voting. And each vote is equal to one call, just as much getting a batch of comments for a post, or getting a batch of posts.
So the best way to keep your API calls low is to not vote on any post or comment.
Maybe the dev will optimize this somehow by maybe batching votes and sending them at a later date, but you can see how the current situation, made possible by reddit, will decrease engagement.
Apps that make fewer than 100 queries per minute using OAuth authentication
This is what Reddit allows for free, why is Relay asking for 1$ when using 50 queries a day?
I mean the user initiates the login flow and gets the token, why does it matter how many users Relay has?
In order to make requests to reddit’s API via OAuth, you must acquire an Authorization token, either on behalf of a user or for your client
Maybe I am misunderstanding how API pricing for reddit works though. Do they count it against the app id and not the user?
The app has is own API, not for individual user.
They are averaging out the cost.