| Author |
Maybe a manual code review? |
hawk_wolfram
Member
Posts: 16
Location: The western part of the east
Joined: 16.05.08 Rank: Hacker Level 3 |
|
I have been submitting the correct answers for Timed 5 all day. The problem is that I am in the US. Even with my high speed connection there is just too much network latency to get the answer back to HBH in under 2 seconds. The page doesn't even load that fast except on the best days.
So may get a mod to look at my 19 line Greasemonkey scblockedript, verify that it will give the correct answer and award me the points? It is driving me batty!!
-Hawk |
|
| Author |
RE: Maybe a manual code review? |
rex_mundi
Member

Posts: 830
Location: Scotland
Joined: 20.02.08 Rank: God |
|
Then do something to make the page load faster .
https://addons.mozilla.org/en-US/firefox/addon/1865
.
Edited by rex_mundi on 24-12-08 18:08 |
|
| Author |
RE: Maybe a manual code review? |
HZ
Member

Posts: 27
Location: ----------
Joined: 29.09.08 Rank: Monster |
|
To add on to what rex_mundi said, images are also unneccesary.
Tools > Options > Content > Load images automatically
On a Whole Nother Frequency... |
|
| Author |
RE: Maybe a manual code review? |
rex_mundi
Member

Posts: 830
Location: Scotland
Joined: 20.02.08 Rank: God |
|
The add-on can block everything on the page , ie frames , images , scblockedripts , stylesheets etc , just prevent everything from loading .
. |
|
| Author |
RE: Maybe a manual code review? |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
|
hawk_wolfram wrote:
I have been submitting the correct answers for Timed 5 all day. The problem is that I am in the US. Even with my high speed connection there is just too much network latency to get the answer back to HBH in under 2 seconds.
Oh, yeah, cuz you're the ONLY one in the US with a high-speed connection. Just optimize your scblockedript and keep trying it... If that doesn't work:
hawk_wolfram wrote:
So may get a mod to look at my 19 line Greasemonkey scblockedript, verify that it will give the correct answer and award me the points?
... do it in something other than Javascblockedript. Or, at least, verify that the data is coming in as you expect through a series of alerts for:
1. The preliminary data
2. The retrieved data
3. The processed data
4. The time taken between starting timestamp and ending one
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Tried the adblock and image stops |
hawk_wolfram
Member
Posts: 16
Location: The western part of the east
Joined: 16.05.08 Rank: Hacker Level 3 |
|
Hey All,
Thanks for the ideas. I had the page stripped down to its proverbial skivvies (white background, nothing but links) and still no dice. My scblockedript is running in the < 10 ms range. All of my alerts are confirming its correct functioning. I guess I'll just finish the other challenge categories then maybe things will have changed.
And Zephyr, I put the highspeed comment in there just to preemptively ward off any dial-up questions/comments 
-Hawk |
|
| Author |
RE: Maybe a manual code review? |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
|
hawk_wolfram wrote:
Thanks for the ideas. I had the page stripped down to its proverbial skivvies (white background, nothing but links) and still no dice. My scblockedript is running in the < 10 ms range. All of my alerts are confirming its correct functioning. I guess I'll just finish the other challenge categories then maybe things will have changed.
Feel free to PM me examples of the alerts you're getting, preliminary data, and such. I'd hate for you to be doing it correctly and not getting rewarded (as I did for a while with Timed 6).
hawk_wolfram wrote:
And Zephyr, I put the highspeed comment in there just to preemptively ward off any dial-up questions/comments
Ahh, that makes more sense. No worries; just thought it was a funny supposition, if it had been one. 
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|