Live data from Hacker News

Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

news.ycombinator.com

11–20 of 24 posts

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#11
post #7

This is in the FAQ: https://news.ycombinator.com/newsfaq.html . If the unban link described there doesn't work for you, please email us and we'll take care of it. I'm sorry that this is necessary, btw. We hate it when legit users get blocked, but HN is also hit by a ton of crawlers and it's hard to distinguish the two. Since our app server runs on a single core, we don't have a drop of spare performance. Some big imp…

Just curious--why is HN run on only a single core?

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#12
post #11
post #7

This is in the FAQ: https://news.ycombinator.com/newsfaq.html . If the unban link described there doesn't work for you, please email us and we'll take care of it. I'm sorry that this is necessary, btw. We hate it when legit users get blocked, but HN is also hit by a ton of crawlers and it's hard to distinguish the two. Since our app server runs on a single core, we don't have a drop of spare performance. Some big imp…

Just curious--why is HN run on only a single core?

[deleted]

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#13
post #2

What does the Network Panel say in terms of HTTP status code?

As an alternative, you could use curl with the verbose option:

  curl -v https://news.ycombinator.com
That will show you the status code along with any headers and body (if any) sent by the server in response to the HTTP request.

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#14
post #7

This is in the FAQ: https://news.ycombinator.com/newsfaq.html . If the unban link described there doesn't work for you, please email us and we'll take care of it. I'm sorry that this is necessary, btw. We hate it when legit users get blocked, but HN is also hit by a ton of crawlers and it's hard to distinguish the two. Since our app server runs on a single core, we don't have a drop of spare performance. Some big imp…

> Since our app server runs on a single core

Wow. Couple of questions :

* where is the server hosted and do you have a db server and maybe a cache server as well? What are the specs of the server?

* how much traffic does HN receive? Daily or monthly hits.

> Some big improvements which we've been working on for months will hopefully roll out soonish

If you're allowed to talk about it, what are the improvements?

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#15
post #11
post #7

This is in the FAQ: https://news.ycombinator.com/newsfaq.html . If the unban link described there doesn't work for you, please email us and we'll take care of it. I'm sorry that this is necessary, btw. We hate it when legit users get blocked, but HN is also hit by a ton of crawlers and it's hard to distinguish the two. Since our app server runs on a single core, we don't have a drop of spare performance. Some big imp…

Just curious--why is HN run on only a single core?

I assume it doesn't handle any multithreading yet.

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#16
post #5

Earlier quoted context omitted.

> note that they simply won't reply to you if they get busy or don't feel like it. That is misleading. We reply to almost all emails, and whenever we don't there is a specific reason. "Not feeling like it" doesn't enter into it. It is true that we sometimes get busy, but the email replies which that delays are the ones that require some careful thought. Straightforward issues like an IP blockage are easier to take ca…

I didn't mean to be misleading. You're right – when I doxxed myself and I emailed you about it, you took care of it instantly. Thank you for that. I meant, your time is finite, and you can't possibly respond to every email. It's not a slight against you. It's just a scaling problem. But yes, "if they don't feel like it, they won't respond" was a poor choice of words. This is a bit of a tricky comment, since you've ki…

Anecdotal, but the mods have always replied to my emails and usually within a few hours. Suggesting they take weeks to reply or deem some users "unworthy" of a reply is more conspiracy theory than reality. If you had specific instances in mind while typing your comment, contact the mods over email, there's usually a reasonable explanation which is not "we didn't feel like replying" or "you're not worthy of a reply".

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#17

Requests like these are better sent to hn@ycombinator.com, but note that they simply won't reply to you if they get busy or don't feel like it. From my testing, HN has various anti-abuse features to prevent people from creating accounts to dodge bans or moderation penalties. E.g. if you create an account using Opera's VPN, your account's comments will all show up as [dead]. Perhaps they believe that there's no valid…

> Requests like these are better sent to hn@ycombinator.com, but note that they simply won't reply to you if they get busy or don't feel like it. In my experience, the response rate is 100%. Responses are thoughtful, professional, respectful, and even friendly, and they obviously read through even longer messages. It's probably the best customer service of any organization I patronize, besides my attorney who charges…

In my experience, the response rate is 100%. Responses are thoughtful, professional, respectful, and even friendly, and they obviously read through even longer messages. It's probably the best customer service of any organization I patronize, besides my attorney who charges a bit more. Given the number of users, the size of the staff and, knowing HN, probably users' demanding nature, I'm impressed.

Not only that, but @dang's tears cure cancer. Sadly, @dang is so tough that he never cries! @dang has also counted to infinity. Twice! @dang can also strangle you to death with a cordless phone...

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#18

Earlier quoted context omitted.

> Requests like these are better sent to hn@ycombinator.com, but note that they simply won't reply to you if they get busy or don't feel like it. In my experience, the response rate is 100%. Responses are thoughtful, professional, respectful, and even friendly, and they obviously read through even longer messages. It's probably the best customer service of any organization I patronize, besides my attorney who charges…

In my experience, the response rate is 100%. Responses are thoughtful, professional, respectful, and even friendly, and they obviously read through even longer messages. It's probably the best customer service of any organization I patronize, besides my attorney who charges a bit more. Given the number of users, the size of the staff and, knowing HN, probably users' demanding nature, I'm impressed. Not only that, but…

Sounds like Chuck Norris jokes to me

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#19
post #11
post #7

This is in the FAQ: https://news.ycombinator.com/newsfaq.html . If the unban link described there doesn't work for you, please email us and we'll take care of it. I'm sorry that this is necessary, btw. We hate it when legit users get blocked, but HN is also hit by a ton of crawlers and it's hard to distinguish the two. Since our app server runs on a single core, we don't have a drop of spare performance. Some big imp…

Just curious--why is HN run on only a single core?

Arc is implemented in Racket and uses its green threads, which don't do multiprocessing.

Re: Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

#20
post #7

This is in the FAQ: https://news.ycombinator.com/newsfaq.html . If the unban link described there doesn't work for you, please email us and we'll take care of it. I'm sorry that this is necessary, btw. We hate it when legit users get blocked, but HN is also hit by a ton of crawlers and it's hard to distinguish the two. Since our app server runs on a single core, we don't have a drop of spare performance. Some big imp…

I don't know if changes were made on your end or if my VPN host rotated to an unblocked IP address, but everything is working for me now, with or w/o the VPN connected.

If it was something you guys did, awesome, thanks!

Post reply on HN