Live data from Hacker News

I Add 3-25 Seconds of Latency to Every Site I Visit

howonlee.github.io

141–150 of 448 posts

Re: I Add 3-25 Seconds of Latency to Every Site I Visit

#142
post #140

I ran a website for youngsters several years ago. One of the duties to maintain it was to moderate discussion boards. Some kids were difficult to manage and would not accept to be banned (via email/IP/or whatever solution) and would keep recreating profiles. Ultimately I dealt with those ppl by “greylisting” them. Added a sleep() prior each page rendering of 5 to 25 secs (actually it was more sophisticated and would…

Not an uncommon practice, Jeff Atwood calls it "hellbanning": https://blog.codinghorror.com/suspension-ban-or-hellban/

Re: I Add 3-25 Seconds of Latency to Every Site I Visit

#144
post #110

I've been thinking of these types of quotes for a while now "Amazon found that every 100ms of latency cost them 1% in sales. Google found an extra .5 seconds in search page generation time dropped traffic by 20%." (from this first link in the post) And kind of thought that no one believes in that anymore, that it was a 90s thing - at least when considering the absolute mad UX that is prevalent today. Some sites must…

Not only that but latency is introduced artificially to make users feel more confident about changes they've made.

https://uxmag.com/articles/let-your-users-wait

https://www.fastcompany.com/3061519/the-ux-secret-that-will-...

Re: I Add 3-25 Seconds of Latency to Every Site I Visit

#145
post #140

I ran a website for youngsters several years ago. One of the duties to maintain it was to moderate discussion boards. Some kids were difficult to manage and would not accept to be banned (via email/IP/or whatever solution) and would keep recreating profiles. Ultimately I dealt with those ppl by “greylisting” them. Added a sleep() prior each page rendering of 5 to 25 secs (actually it was more sophisticated and would…

Not an uncommon practice, Jeff Atwood calls it "hellbanning": https://blog.codinghorror.com/suspension-ban-or-hellban/

No, he calls it slowbanning. Hellbanning is when you let them keep posting but other people can’t see the posts. Hackernews hellbans as well and you can see the comments from the deplorables if you turn on “showdead” in your profile.

Re: I Add 3-25 Seconds of Latency to Every Site I Visit

#146

Earlier quoted context omitted.

Not an uncommon practice, Jeff Atwood calls it "hellbanning": https://blog.codinghorror.com/suspension-ban-or-hellban/

No, he calls it slowbanning. Hellbanning is when you let them keep posting but other people can’t see the posts. Hackernews hellbans as well and you can see the comments from the deplorables if you turn on “showdead” in your profile.

I've always thought people might catch on, since no one is engaging with their takes. I'm curious if letting bots do some markov responses might keep them in the dark a little longer.

Re: I Add 3-25 Seconds of Latency to Every Site I Visit

#147
A couple of years ago I was pretty addicted to Facebook and would compulsively open a new tab and start typing "f..." in the address bar. Even if I had another tab with Facebook open.

I tried blocking it for lapses of time but it didn't reduce my addiction. What did work was logging out of Facebook. The annoyance of having to log in and stop my flow was enough for me to stop using Facebook. Now I use it less than once a month when I want to contact some company that only has a Facebook page.

Re: I Add 3-25 Seconds of Latency to Every Site I Visit

#148

Earlier quoted context omitted.

No, he calls it slowbanning. Hellbanning is when you let them keep posting but other people can’t see the posts. Hackernews hellbans as well and you can see the comments from the deplorables if you turn on “showdead” in your profile.

I've always thought people might catch on, since no one is engaging with their takes. I'm curious if letting bots do some markov responses might keep them in the dark a little longer.

[deleted]

Re: I Add 3-25 Seconds of Latency to Every Site I Visit

#150
post #140

I ran a website for youngsters several years ago. One of the duties to maintain it was to moderate discussion boards. Some kids were difficult to manage and would not accept to be banned (via email/IP/or whatever solution) and would keep recreating profiles. Ultimately I dealt with those ppl by “greylisting” them. Added a sleep() prior each page rendering of 5 to 25 secs (actually it was more sophisticated and would…

Yes, I run a large Xenforo discussion forum for my online community, and the term used here is called marking a user "discouraged"

The system "slows down" the user experience, and also introduces random timeouts and other unpleasant user experiences.

Post reply on HN