Earlier quoted context omitted.
Why inability to sort by controversial is seen as a positive?
Prevents a community of people awarded for throwing rotten vegetables at people like Twitter and Reddit. > I also notice that there is no such thing as sort by controversy > This is one of the things I like about Tildes so far. An option like that is specifically designed for hate. I want to spend my time on these sites talking with other nerds about homelab stuff and niche 30 year old RPGs no one cares about. Not fe…
Apollo Back end just made public
201–210 of 242 posts
Re: Apollo Back end just made public
#202Re: Apollo Back end just made public
#203All this backlash is going to kill Reddit. It will take a thousand little cuts for sure, but it started the moment they announced their ludicrous pricing.
I don't think it will. It'll IPO just fine, make their shareholders wealthy and become another millquetoast advertiser friendly walled garden for your average internet user while the jilted original users go and find another platform, which will in turn IPO just fine, make their shareholders wealthy and the cycle repeats forever. The average internet user by the way, is statistically not you reading this, doesn't rea…
Re: Apollo Back end just made public
#204Dumb question: why does Apollo need their own backend API when isn’t Apollo just a different view/UX for Reddits own API? https://github.com/christianselig/apollo-backend
So I do primarily App/Extension development, and I've been doing it for about 15 years now. The short answer: You must have an interface you control, because app store review times mean there is no "hot fix". When something upstream of the client breaks - you are DAYS (assume 24 to 48 hours for review, after you fix the bug) from being able to get a new client in front of users, and several weeks out from having all…
Also a place to pull in any access keys needed for other services if they connect to so it doesn't sit in the client code.
Re: Apollo Back end just made public
#205Earlier quoted context omitted.
I wonder.. The very same thing hardly seems to have hurt Twitter.
Umm,? Their ad revenue is down north of 50% since the 'garch took over. How are you defining 'hurt'? UPDATE: Oh I see, they did the kill-the-API-to-kill-third-party-clients thing before too, long before the current brouhaha. OK, never mind.
Re: Apollo Back end just made public
#206Earlier quoted context omitted.
Why inability to sort by controversial is seen as a positive?
Prevents a community of people awarded for throwing rotten vegetables at people like Twitter and Reddit. > I also notice that there is no such thing as sort by controversy > This is one of the things I like about Tildes so far. An option like that is specifically designed for hate. I want to spend my time on these sites talking with other nerds about homelab stuff and niche 30 year old RPGs no one cares about. Not fe…
This is very short-sighted, I feel. The controversial comments often have the most interesting discussions, and helps to avoid the issue of the top-voted comment being a popular, but incorrect, view/discussion where all the activity happens.
Re: Apollo Back end just made public
#207Earlier quoted context omitted.
It's more than likely that they'll inject their own softball questions and focus on those instead of addressing everyone's concerns in any meaningful way.
When they removed the upvote/downvote count, it was clear reddit was fine with manipulation. Anything I read on the website has been met with extreme skepticism since it very well could be an astroturfer. It's money. Reddit wants astroturfers, it grows their platform and helps sell ads.
Re: Apollo Back end just made public
#208Hi all! I wrote this code, and for educational purposes, I’d be more than happy to answer any questions. A gentle reminder that the whole history is here for show. This is very vulnerable — you can see the times I was in a rush, or when I took my time. You’ll find my mistakes. Either way, all I ask is please be kind. I know there are 50 things I could have done better, but this is a product of the reality at the time…
Re: Apollo Back end just made public
#209Earlier quoted context omitted.
What are you basing this on? Do we have any data regarding the percentages of mobile/old/app users?
It’s not just about users, it’s about principles.
Re: Apollo Back end just made public
#210Earlier quoted context omitted.
A naïve question, but why is a backend needed and why couldn’t the app call the APIs directly? Just curious to learn!
Sibling comment above says it was mostly for notification, but flowing calls through their server also meant they didn't need to resubmit to Apple most of the time when something broke on Reddit's side.