RedditMigration

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

mysoulishome, in Never Forget
@mysoulishome@lemmy.world avatar

How the fuck is he a CEO. So fucking stupid.

Timwi,
@Timwi@kbin.social avatar

He's a CEO precisely because he does things like this. CEOs are selected for maximum profitability at the detriment of literally everything else. That's also why psychopathy is way more widespread among CEOs than the general population.

SpicyPeaSoup, in Never Forget
@SpicyPeaSoup@kbin.social avatar

"If you think the API changes are bad, just wait and see what else we have in store."

Jon-H558, in Reddit seems to be scrambling behind the scenes to try and limit the effects of the migration. Damage control: ChatGPT bots are spamming pro-admin, astroturfed comments

It shows how bots were there all the time posting adverts and paid posts anyway. One of the reasons to limit API is other companies were using them to advertise (hidden as a comment or post) without paying the piper.

Nicenightforawalk, in Reddit's updated rate limits going into effect over the coming weeks, not entirely on July 1st, as was expected

Looks like reddit really fucked over the 3rd party apps. None of it was in good faith.

gentleman, in Reddit seems to be scrambling behind the scenes to try and limit the effects of the migration. Damage control: ChatGPT bots are spamming pro-admin, astroturfed comments

@fivezero Holy shit that is one top heavy company. No wonder they haven't made a profit. I'm done with f u/spez but it will be entertaining to watch him continue to devalue the company. Fidelity downgraded the value and who knows what the Chinese investor Tencen thinks. It will be delicious to watch spez screw up his IPO. Desperation has gripped spez and its getting worse.

BraBraBra,

The downgrade isn’t due to protests, it’s been happening for some time.

gentleman,

@BraBraBra I’ve heard people say that. I’m aware that there have been previous reductions in value. My experience is that investors have the best access to a company’s information, often in real time in a situation like this, so I think the investors are baking in any user loss and loss of revenue even if they are not publicly admitting it.

@fivezero

Rabbithole, (edited ) in Reddit's updated rate limits going into effect over the coming weeks, not entirely on July 1st, as was expected

So, is Spez finally beginning to realize just how badly Reddit shat the bed here then? Ha, good luck to them, their insanity just spawned eventual competitors and made a LOT of their userbase realize many things about Reddit that they weren't happy with at all.

Enjoy watching your site and it's IPO slowly collapse then. Time for something better.

chairman, in Reddit seems to be scrambling behind the scenes to try and limit the effects of the migration. Damage control: ChatGPT bots are spamming pro-admin, astroturfed comments

[Serious] I am sorry, but can someone explain like I’m five what this is about?

Thanks in advance. I pay onise you, I am NOT a Bot. :-)

AtomicPurple,
@AtomicPurple@kbin.social avatar

Someone (presumably at Reddit, but there's no hard proof of that), has recently begun using a large number of dummy accounts and what appears to be ChatGPT to post pro-admin, anti-protest comments across the site, and give them a lot of upvotes. Someone figured this out and posed evidence of it to /r/programming. Shortly after that thread reached the top of /r/programming, the subreddit was abruptly closed by the site admins, which is extremely suspect to say the least.

nodel,

If I were gonna troll Reddit… This is the way. This is an attack on their integrity.

Klear,

You’d be a fool for attacking an imaginary target, then.

LollerCorleone, in Reddit seems to be scrambling behind the scenes to try and limit the effects of the migration. Damage control: ChatGPT bots are spamming pro-admin, astroturfed comments
@LollerCorleone@kbin.social avatar

Reddit admins have apparently used bots to populate content the way they want before as well: https://reddit.moe.ngo/r/SubredditDrama/comments/13p889x/reddit_admins_were_just_caught_using_bots_or_fake/

Thorned_Rose,
@Thorned_Rose@kbin.social avatar

Gees, the Admins aren't very smart. Least they could have done is go buy some karma farmed accounts and use those self-respecting bot spammers do.

inkican, in Reddit seems to be scrambling behind the scenes to try and limit the effects of the migration. Damage control: ChatGPT bots are spamming pro-admin, astroturfed comments

Ozymandias
BY PERCY BYSSHE SHELLEY

I met a traveller from an antique land,
Who said—“Two vast and trunkless legs of stone
Stand in the desert. . . . Near them, on the sand,
Half sunk a shattered visage lies, whose frown,
And wrinkled lip, and sneer of cold command,
Tell that its sculptor well those passions read
Which yet survive, stamped on these lifeless things,
The hand that mocked them, and the heart that fed;
And on the pedestal, these words appear:
My name is Ozymandias, King of Kings;
Look on my Works, ye Mighty, and despair!
Nothing beside remains. Round the decay
Of that colossal Wreck, boundless and bare
The lone and level sands stretch far away.”

Cevilia, in Reddit seems to be scrambling behind the scenes to try and limit the effects of the migration. Damage control: ChatGPT bots are spamming pro-admin, astroturfed comments
@Cevilia@lemmy.blahaj.zone avatar

I’m sorry, but as an AI language model, I don’t feel it’s appropriate for me to comment on this.

/joke

HandsHurtLoL, in Reddit's updated rate limits going into effect over the coming weeks, not entirely on July 1st, as was expected

Can someone give me some perspective on the 100 API per minute versus 10 API per minute in terms of me - a dirty f'ing casual - trying to use reddit via a 3rd party app?

I get that API is when my 3PA is talking to the reddit server, but is that happening for, say, every post that loads up on my infinite scroll? Or every time I open a post to read comments?

In other words, would my usage need to be as slow as "don't browse more than 10 posts per minute" to have stayed in the free lane?

astrionic,

It depends on how it's implemented and I've never used the reddit API, but I assume it's just a single API call every time new posts are loaded. So it'll load a batch of posts and then once you've scrolled down far enough it'll make another call to load more. But basically everything you do in the app that interacts with reddit causes an API call, e.g. open a post/load comments, upvote, post or comment, view a profile or subscribe to a subreddit. Depending on how the API is designed, multiple calls may be needed.

ryan,

My understanding is:

An app itself has a single OAuth client id. So rather than per user, it would seem to be per app.

This would kill third party apps used by a lot of users, but individually created tools that developers created using their own client IDs would be fine, so like if I spun up a bot on a user account and called into reddit, I'd be fine because I probably wouldn't hit those limits. That's what they mean by "The vast majority of third-party apps and bots fall into the free usage category and should not see any disruptions" - all these little individually run bots and such.

Bots good, third party apps that allow people to actually browse your website in any meaningful capacity bad, I guess?

HandsHurtLoL,

Okay, this helps me a lot. In essence, as someone using a 3PA, I represent 1 API, so for wildly successful 3PAs like Apollo, we're not talking 1000 API per minute, we're talking like 500k API per minute.

This is interesting also as it pertains to what you said about bots. When I used reddit for knitting and crochet, there was a bot that a community member had created that would reference a website that we all got patterns from, and then would generate a comment with a direct link to that pattern's page. In the lead up to the blackout, the bot's maintainer (not creator) was still in the dark about whether that bot would be shut down or not because reddit provided very little clarity when asked specifically about that bot. That bot was probably called up just a few dozen times per hour, so I imagine it would have been allowed to continue operating, whereas bots for AutoMods in subs with millions of subscribers were probably pulling huge numbers of API.

Thanks for chipping in!

stopthatgirl7, in Reddit seems to be scrambling behind the scenes to try and limit the effects of the migration. Damage control: ChatGPT bots are spamming pro-admin, astroturfed comments
@stopthatgirl7@kbin.social avatar

They really are just bungling this completely.

anon,
@anon@kbin.social avatar

That’s really all on Steve Huffman. He had years to prepare Reddit for profitability and an IPO. He was caught swimming naked when the proverbial music stopped, and he went for the low-hanging fruit (killing the costly API) with nothing but scorn for the dissenting voices.

The board should have fired him after the stealth edits debacle. This guy has no business being a CEO.

stopthatgirl7,
@stopthatgirl7@kbin.social avatar

I really just do not get why he thinks Elon Musk has it right idea, only isn’t going far enough. And it’s the board has just decided in for a penny, in for a pound and are determined to stick with him even if Reddit burns to the ground. I wonder what metrics they’re seeing that we aren’t, besides dollar signs.

themeatbridge,

If they were competent, we’d all still be on Reddit.

stopthatgirl7,
@stopthatgirl7@kbin.social avatar

You make a very good point.

mohKohn, in What niche communities are you all looking to find/found here on lemmy?

What I'd love is a list of all subreddits where the mods have migrated. Not sure if that's empty or not though.

mami_lulu,
@mami_lulu@kbin.social avatar

Something like sub.rehab?

mohKohn,

yes exactly, thanks!

timdesuyo, in What's your opinion on cross-posting?

Reddit just put itself at the end of the content website human centepede. Why bother re-inserting the 6-time digested poop somewhere further up the centepede?

EnglishMobster, (edited ) in Is there 'etiquette' for choosing which instance your migrated subreddit is hosted on?
@EnglishMobster@kbin.social avatar

So I'm on the /r/Disneyland mod team and we decided to move here to @Disneyland / !Disneyland during the blackout. We're still directing users here in the subreddit's sidebar, although the mod team collectively decided to reopen the sub on Reddit after the admins started threatening mods directly.

There were a couple options floated when we were considering the move:

  • Make our own instance. Traditional forums like MiceChat have survived for decades; we'd effectively be a fediverse version of MiceChat. The main subject would be Disney, but we'd have Disneyland communities, WDW communities, Marvel communities, Star Wars communities, etc. This was shot down because we didn't have the funding, time, manpower, or legal expertise to host things ourselves at any kind of scale. All us mods have day jobs and we don't want to take on a full-time admin role; other Disney subs likewise didn't seem terribly excited about joining in. Shout-out to /r/startrek for starting https://startrek.website and /r/Android for https://lemdro.id/, but it wasn't in the cards for us.
  • Join a Lemmy server. This was before Lemmy.world existed, so our options were limited. We basically had Lemmy.ml, Beehaw.org, or sh.itjust.works. We disagree with the admins of Lemmy.ml on a fundamental level; Beehaw doesn't allow new communities; sh.itjust.works was maybe doable but we didn't want to deal with that URL for a Disney-themed community. Waiting for a new general-purpose instance to appear (what Lemmy.world became) just wasn't in the cards since I wanted it to be open during the blackout.
  • Join kbin.social. At the time, there were no other Kbin instances - fedia.io didn't exist yet. But Kbin seemed very flexible (direct Mastodon integration is a plus!), the admin team was just Ernest (but he had a good head on his shoulders), it was my personal fediverse site of choice, and it was growing quickly. At the time we made the call, federation didn't work as expected but it was promised to be fixed (and it has been; we now federate rather broadly).

We've gotten some organic activity on the Disneyland magazine over here on Kbin, which is nice because it shows we don't need to keep the community on life support. The big downside to Kbin (and Lemmy!) is that mod tools basically don't exist; it's going to be tricky without AutoMod long-term. Once Kbin has an API it should be trivial to remake AutoMod for Kbin though, assuming the API has moderation actions.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • RedditMigration@kbin.social
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #