Site acting up?

Discuss anything pertinent to this website.

Moderator:Æron

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Wed Jul 18, 2007 12:16 pm

Maybe it's because you guys don't have to live with connections that randomly drop packets?
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
baloki
Staff
Posts:1238
Joined:Thu Jul 21, 2005 1:20 pm
Location:UK
Contact:

Postby baloki » Wed Jul 18, 2007 12:33 pm

On pretty much every connection I've used DC on it's been fine.
Image

Do you believe in Lady Luck Now? Yeah Lady Bad Luck!

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Wed Jul 18, 2007 1:08 pm

Well, as I said, it has to randomly drop packets.

More specifically, it has to drop a packet at some on one of the SJAX (they aren't AJAX requests, because those are asynchronous) requests...

Or the server has to crash while handling it.
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
baloki
Staff
Posts:1238
Joined:Thu Jul 21, 2005 1:20 pm
Location:UK
Contact:

Postby baloki » Wed Jul 18, 2007 2:01 pm

Then I recommend getting a different internet connection of some sort?
Image

Do you believe in Lady Luck Now? Yeah Lady Bad Luck!

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Wed Jul 18, 2007 2:03 pm

Then I recommend getting a different internet connection of some sort?
They all drop packets around here. Lets face it, the infrastucture in this area sucks like that.

Instead, I'd recommend fixing the code so it doesn't crash the browser when that happens (or freeze it until the timeout), by, you know, using the XMLHttpRequest object properly? Or not at all (because I fail to see why it's needed)?
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
Dr. Doog
Posts:4979
Joined:Sat Nov 08, 2003 2:26 am
Location:North Carolina
Contact:

Postby Dr. Doog » Wed Jul 18, 2007 7:02 pm

it sounds like it's needed to crash people who drop packets.
pants jesus
DCS should've ended the comic a year or two ago.

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Wed Jul 18, 2007 7:06 pm

it sounds like it's needed to crash people who drop packets.
Or rather, it's written in such a way that it will crash your computer if you're unfortunate enough to have a connection to an ISP that just happens to drop your packets, if the timing is just right. On loading the main page, for example, if so much as one packet is dropped, there's a 75% chance of crashing.
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
Dr. Doog
Posts:4979
Joined:Sat Nov 08, 2003 2:26 am
Location:North Carolina
Contact:

Postby Dr. Doog » Wed Jul 18, 2007 7:11 pm

the website was coded to warn you that your ISP drops packets. It was also supposed to show you links to alternative ISPs for revenue, but that never went off and when it tries to call the ad() function it explodes.

Actually, in Vietnam packets are dropped extremely often. This is a method of preventing HACKRVIETNAM from returning.
pants jesus
DCS should've ended the comic a year or two ago.

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Wed Jul 18, 2007 7:15 pm

In my experience, to use XMLHttpRequest objects synchronously is to assume the page in question is running on localhost, because it's dangerous in all other situations (you might get away on the corporate Intranet, but that's it).
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
baloki
Staff
Posts:1238
Joined:Thu Jul 21, 2005 1:20 pm
Location:UK
Contact:

Postby baloki » Wed Jul 18, 2007 7:48 pm

Maybe your diagnosis is wrong :o?
Image

Do you believe in Lady Luck Now? Yeah Lady Bad Luck!

User avatar
gforce422
Posts:2162
Joined:Mon May 07, 2007 10:38 pm
Location:&gt;:D

Postby gforce422 » Thu Jul 19, 2007 3:14 am

Maybe it's because you guys don't have to live with connections that randomly drop packets?

Lemonade packets? I like lemonade...

But jello is OK too. Or maybe even the flavor packets that come with ramen noodles. :lol:
gforce422 is awesome because:
-He made the absolute nicest comments about me in the other topic. I didn't respond to them yet, because I suck, but they are greatly appreciated! =D
-I would say he would also be a good runner up as one of the nicest people alive.
-He joined the IRC sometimes. But not enough, I say! Chat moar =D
-He is evidently only 18 year old but he could easily pass for 25. =D
-He is a drummer like *I* am and this in itself is cool.
Astro> gforce's smiles can cure cancer in kittens
Astro> the happiness radiating from your person is enough to solve tensor calculus
<mib_4do271>everything you touch explodes in pillows of happiness

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Thu Jul 19, 2007 3:47 am

Maybe your diagnosis is wrong :o?
Hey, if making the code change doesn't solve this problem, it's going to at least solve other problems.
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
baloki
Staff
Posts:1238
Joined:Thu Jul 21, 2005 1:20 pm
Location:UK
Contact:

Postby baloki » Thu Jul 19, 2007 8:16 am

Maybe your diagnosis is wrong :o?
Hey, if making the code change doesn't solve this problem, it's going to at least solve other problems.
What other problems?
Image

Do you believe in Lady Luck Now? Yeah Lady Bad Luck!

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Thu Jul 19, 2007 12:16 pm

The fact that the UI locks up between the moment when the page loads, and the moment when the profile links pop up? (This behaviour is noted by various web developer resources, so don't think I'm making it up.)
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
baloki
Staff
Posts:1238
Joined:Thu Jul 21, 2005 1:20 pm
Location:UK
Contact:

Postby baloki » Thu Jul 19, 2007 4:24 pm

The fact that the UI locks up between the moment when the page loads, and the moment when the profile links pop up? (This behaviour is noted by various web developer resources, so don't think I'm making it up.)
That sounds quite a bit like your first problem and are you expecting Likeafoox to fix both Firefox and PHP5 because I don't think he's that influential :( Unless he's really Tim Berners-Lee in disguise :O
Image

Do you believe in Lady Luck Now? Yeah Lady Bad Luck!


Return to “The Site”

Who is online

Users browsing this forum: No registered users and 8 guests