new Reddit remains awful both design and implementation wise but the content they cleaned up wasn’t a big loss, and there’s still plenty of “non-desirable” content (so many porn subreddits, to start) on there
It is not controversial to say that the corporate environment style social rules implemented in ~2015 went far beyond gnerally offensive content to the point where it was obviously catering to whims of the advertisers demanding they not be beside content their target demographics would just not like (ie, for political reasons or whatever).
For the backend, sure. But HTML is HTML. HTML doesn't have "vulnerabilities" (unless you want to count javascript, which can be updated without changing the HTML) and doesn't have "maintenance costs." Nothing about updating the site for vulnerabilities requires changing the actual layout of the site.
Maybe it's for specific subs?
I don't think this has been true for a while now. Reddit has been filled with bots and shill accounts for a while.
In 1-2 years, you won't be able to browse the internet without scanning a body part and providing a ID for your ass.
https://www.gadgetreview.com/reddit-user-uncovers-who-is-beh...
I dream that Amazon will lose lots of sales and backtrack, but I don't suppose they will.
[1]https://www.reddit.com/r/copypasta/comments/1dfea32/drink_ve...
It's pretty clear that their focus is no longer on providing the best communities (see the many examples of power hungry mods, see below) or the best UX (see the deprecation of the API or the recent changes to old.reddit.com described in the post).
The "product" is now selling data to LLM companies, everything else is clearly a secondary concern. It's a shame because at some point I really enjoyed participating on Reddit and it was a good source of valuable information.
to give some examples of mod abuse:
- /r/energy used to (or still does?) ban anyone in favour of nuclear power
- /r/ubisoft and /r/assasinscreed do not allow any posts criticizing the writing or characters, these are clearly run by the company
- /r/unitedkingdom is famous for shadow banning everyone who's critical of some government program (I got a ban for criticizing motability cars)
- /r/europe banned me 1 minute after submitting a chat control post that got 1.5k upvotes before it was removed
- some vaccination subs ban anyone who posted in anti-vaccination subs (irrespective of what they post)
I'd argue since redesign that introduced old.reddit
> to give some examples of mod abuse
You're barely scratching the surface. Many subreddits are directly astroturfed and sold out. The most clear indicator is when a subreddit links to alternative communication platform like Discord - it's there to signal that mods are selling out. This is particularly noticable in any entrepreneur/sass based subreddit.
Other subreddits like /r/worldnews are clearly propaganda operations.
All of these are solvable problems but Reddit simple has no one left who'd care to solve them.
I suggest decentralized Fediverse alternatives like Lemmy https://lemmy.world/ as Reddit will never get better.
The business model where a company owns a public community and monetizes through ads and search traffic seems to have just been a failed model.
The value of a community comes from the conversations and knowledge that users accumulate for free. But when the content company lowers accessibility under the pretense of protecting that content, new members stop coming in.
Platforms try to protect their assets, but in doing so, they end up damaging the ecosystem that created those assets in the first place.
I think people are becoming more cynical about "social" media. It's far less social now and mostly anti-social. Maybe the new term should be rage-media or consumption-media. Either way I don't need more outrage in my life. I say good riddance to social media.
At first I thought it might be a problem with social media, but it seems more like a problem that arises when groups converge in one place. So these days, I just write my thoughts on my own homepage. That way I can write my own thoughts without getting angry at other people's posts.
I avoid YouTube like the plague, but sadly there are lots of people out there who don't know anything other than YouTube exists and so they post their videos there (e.g. conference presentation recordings etc.).
https://duckduckgo.com/?q=rickastley&ia=videos&iax=videos
Fun fact: some countries have no YouTube ads, so if you use Tor/VPN to change to an ad free country, then can watch ad free without an adblocker.
> This is because appending site: reddit.com to a search query is basically a surefire way to find results written by genuine humans.
This hasn't been true for a while now. A lot of what you find on reddit these days feels incredibly fake. It's like there should be a variant of Goodhart's law: Once a forum becomes known for genuine human writing it stops being a forum for genuine human writing.
You could certainly argue that it's less true now that there's legitimate people commenting, but there are years old threads on there with very helpful and valuable information that you can only really find via some incantations of Google search.
+ Hey how do you do thing?
|
-+ [deleted]
|
-+ Thanks, that's just what I needed.Best to treat Reddit archives as read-only and modern Reddit as a marketing slopfarm. It mostly consists of bots trying to get their brands into AI training data.
Was a surefire way?
When they eventually remove the old reddit, they'll lose this 18 year reddit veteran. No way in hell am I using that infinite scroll abomination.
This is, sadly, not even remotely the case anymore.
(So like, 20% as useful, but still...)
I'm curious what HN minds would consider a useful fix to this cyborg Internet problem. It seems having humans and bots coexisting is problematic.
If you had to start over knowing what could happened and what we should avoid, how would you do it?
Right now the reticulum network stack has my vote, it enables and cripples just the right things to make me think it might help.
But I don't earn my living from the commercial form of the Internet, I find I blame the commercial interest for the bulk of the problems (enabled by human fragility)
But I may just be a crusty old mind.
Part of the problem with that suggestion is everyone likes to tell everyone else who it is they should and shouldn't be trusting, so that dataset and acting on it would become a huge hot potato.
Behavioral tagging of bot traffic is actually easier when you're not serving plain HTML pages, because the number of signals thrown off by bad bots that don't exactly replicate browsing habits goes through the roof. The larger anti-bot implementations do a lot of this type of thing nowadays.
Bot authors no doubt have their own incentives for using old.reddit (lower bandwidth, conceptually simpler to crawl, etc) but it would not surprise me to learn that Reddit wants exactly one door for bots to have to shuffle through. They also don't work on old.reddit much at all these days, so any effort they have to put in to handling bot traffic is kept to one route.
Pretty dumb era of the internet we've wound up in.
While yes, you can not simply scrap new reddit as easily as a pure html scraper is cheaper to run. And while the new reddit its js "slow down" scraping as it need to run over a headless browser. Do you slow scraping down a lot?
No. Because you can simply spin up more instances and route over more proxies. Given the fact that you can scrap millions of pages per day, on a single cheap 1 CPU node...
The limiting factor for scraping a website is not html vs js / client vs headless browser. Its avoiding detection by running from different ips, faking browser information and masking your traffic to not give off the smell of automatization (and avoiding tls fingerprinting).
I wrote this type of stuff before we had AI to help write it, in a few days time. Now with a LLM at your fingertips in a few hours, you will have a complete working version with cloaking build in.
And the larger size difference does not matter, you can block irrelevant files via faked cache responds, to give the server the impression that your a repeat client, and no need to flood your browser instance with images, fonts etc. Some think that this is a defense, aka throttling you with increased bandwidth usage lol
So in my personal opinion, its not about dealing with scrapers, but trying to push people to new reddit, so they can finally phase out old reddit.
PS: So much fun reading new reddit on your phone browser, to have it pop-up a "use our app" banner, that prevents you from interacting with the website anymore. And even blocks firefox its scroll ability (and thus accessing to the browser its nav bar). Tip for people: delete the sites cookies and cache regularly, to prevent this usage tracking, so the banner newer shows.
What I'm getting is a temporary/false "You've been blocked by network security" page but refreshing then brings up the reddit page as per usual.
https://old.reddit.com/r/modnews/comments/1ujtebf/logging_in...
Tell HN: Old Reddit Now Requires Login
Reddit will require you to log in to use old.reddit.com
https://news.ycombinator.com/item?id=48740217
(Source: https://old.reddit.com/r/modnews/comments/1ujtebf/logging_in...)
Old reddit is going to be MUCH, MUCH easier to scrape. Scraping has the potential to bring down the site. Gating old reddit to logged in users will massively mitigate that.
I don't like it either. But it's not hard to see a good reason why doing so helps "keep reddit safe"
Even if it also coincidentally makes it easier for them to make more money. Grr.
Outside some Stoic altruists, this is their advantage and I'd do the same.
Given all the astroturfing from companies and governments, this would give a bit of trust.
That bogus number came from a complete AI slop Reddit post that was later removed.
That’s why the only references you can find to it are from sites like your gadgetreview.com link that repost clickbait without fact checking anything.
If the number didn’t matter then the comment above wouldn’t have led with it to make their point.
The flaw in the original study was that someone started with a premise that Meta was at the heart of this and all spending could be traced back to Meta. They made Claude generate a report but they didn’t read any details, so they didn’t notice that Claude couldn’t access the actual documents. So it started guessing and hallucinating until it came up with the scary number that Meta was spending $2B on lobbying.
The entire premise that Meta is driving this with $2B of lobbying is an AI hallucination.
Reddit obviously is adding login gates to combat AI scrapers.
I guess the $2B is hallucination. But it makes sense for them to do the "think of the children" lobby.
It is shocking what politicians will do for just five or six figure donations to their campaigns.
Times change, so does certain expectations.
Either way, I think creating your own digital garden is a valid approach. Thanks for agreeing with me, and have a good day :)
khurs•45m ago
https://mediaandthemachine.substack.com/p/reddits-new-ai-lic...
willis936•30m ago
inigyou•28m ago
tweakimp•13m ago
hathym•27m ago
LaurensBER•21m ago
Outside of some (technical)subs most of the comment seems to be of a far lower quality than what you find in books or in websites.
NitpickLawyer•17m ago
dd8601fn•4m ago