Live data from Hacker News

Reddit.com appears to be having an outage

news.ycombinator.com

431–440 of 696 posts

Re: Reddit.com appears to be having an outage

#431

Earlier quoted context omitted.

I deleted Apollo and the official Reddit app (which I used to post posts) and I'm done. I had been a user for ~12 years and had 150K+ comment karma. They fucked up and now I'll spend more time on here and /., is my guess. Unless there are other strong dork communities I should be looking into. Edit: Ask HN thread showed up on my last question: https://news.ycombinator.com/item?id=36293789

What is /. ?

Slashdot

Re: Reddit.com appears to be having an outage

#432
post #198

Earlier quoted context omitted.

Reddit definitely doesn’t have outages like this almost weekly. Maybe 10+ years ago, but it’s rare now.

It's often not working for me in the UK e.g. "You've broken reddit" and "Can't reach CDN". Maybe it is a regional thing?

For me in the EU it fails once a year or so and only on the few occasions I use reddit's own webpage instead of a third party app or web like libreddit.

Re: Reddit.com appears to be having an outage

#433
post #93

Earlier quoted context omitted.

Does it? I usually use Reddit on my lunch about this time every day and I can't remember the last time it was down.

I run into issues on occasion, usually with loading comments. I use the web interface. Interestingly, HN is being really slow for me right now and also gave an error when I first loaded it. Maybe something more global is going on, like network or cdn issues?

Or some of the people who would use reddit right now came here. I usually read hacker news when I try to reach reddit and it is down.

Re: Reddit.com appears to be having an outage

#434

Earlier quoted context omitted.

One thing that could be happening is many clients/bots/crawlers pinging pages that gone private now and that is overwhelming servers.

Wouldn't that be easier on the server load? You're ust displaying the error page instead of actually grabbing the feed of the subreddit

Depends...

If a multitude of bots are written immediately retry upon receiving an error without backing off, and are now stuck in loops of flooding the servers with requests, could the number of requests become a greater factor than the simplicity of the responses?

Re: Reddit.com appears to be having an outage

#436

Earlier quoted context omitted.

I deleted Apollo and the official Reddit app (which I used to post posts) and I'm done. I had been a user for ~12 years and had 150K+ comment karma. They fucked up and now I'll spend more time on here and /., is my guess. Unless there are other strong dork communities I should be looking into. Edit: Ask HN thread showed up on my last question: https://news.ycombinator.com/item?id=36293789

What is /. ?

[deleted]

Re: Reddit.com appears to be having an outage

#437

Earlier quoted context omitted.

Lascivious pictures of clothed children count as CSAM in many jurisdictions. Free speech is fine but did they not have lawyers until 2015?

[flagged]

They're the same thing and used interchangeably. The sexual abuse is from the sharing lascivious pictures of someone taken without their consent, with the additional context that children are not understood to be capable of consent for sharing lascivious pictures. It is not physical abuse.

Re: Reddit.com appears to be having an outage

#438
post #229

Earlier quoted context omitted.

I wouldn't be surprised if so many big subreddits being dark is causing issues around denied API calls. As for the forced reopening, beside the conspiracy this is something that could happen. It's a private company, moderator on strike are a loss of business, they would be 100% in their right to remove all the "traitors" (I'm not saying this would be a smart move, simply that if they really plan to go down this self…

where the hell are they going to fine thousands of willing users to become mods of thousands of communities, overnight?

I think there are millions of folks on Reddit who would jump at the chance to be a petty dictator of a subreddit.

Re: Reddit.com appears to be having an outage

#439

Earlier quoted context omitted.

As others have said, it's Slashdot - which got it's name from trying to spell out the web address over the phone. Silly and confusing... h..t..t..p..colon..slash..slash..slashdot..dot..org When you see "Hacker News Hug" on here (recently due to Cloudflare's issues) or Reddit's "Hug of Death", the original was "Slashdotted", when tech people hosted personal sites on their _own_ home DSL (even Dial-up via Dynamic DNS!)…

My brother writes xkcd. In 2006 I was living at home while attending community college. At the time, his site was still hosted on the old HP desktop that used to sit in our family room and now sat in his old bedroom. One day I was playing in an unofficial Counter-Strike tournament when one of his comics (possibly "Pi Equals"[1]) got posted to either Slashdot or Boing Boing. My ping immediately went from probably ~25…

Please thank your brother! Some of his work has genuinely turned shit days into a positive ones over the years.

Re: Reddit.com appears to be having an outage

#440

Checking the default list against the private list is usually an O(1) because none of them are on the private list. Now almost all of them are. It's going from O(1) to basically O(n^2) worst case. For millions of users. I wonder why Reddit is down?

this doesn't make a lot of sense to me. do you have some archetectural insight, or just guessing? fetching a list of default/subscribed subs and comparing it against the whole list of private subs every time someone loads your homepage sounds like a pretty bad design. why wouldn't something as fundamental as a private/public flag be stored in the main db entry for the subreddit? either way, this doesn't seem like a p…

Every logged-in user gets a custom home page generated from their personal list of subscribed subreddits. They may be generating this page on a per-post basis rather than a per-sub basis, expecting that in the average case users aren't going to be subscribed to a bunch private subs that they have no access to.

If that is the case, then generating the home page for a user is going to be hitting a lot of posts from private subs which have to be skipped over until enough accessible posts are reached to fill the page. And in the case of the official app, infinite scrolling is going to lead to constant pressure to generate the list of posts.

Post reply on HN