|
Author
|
Topic: Few Questions/Suggestions
|
Benders_Fan
 Urban Legend
    
Since: Aug 2005
|
posted 09-14-2006 15:44 |
IP: Logged |
Hmmm, they coulda checked thier old account. I'm not sure. I'll have to ask them.
|
winna
 Space Pope
     
Since: May 2001
|
posted 11-04-2006 04:06 |
IP: Logged |
What if PEEL ummm... what are the words I'm reaching for. Maybe we could make it into a real forum, yeah? That'd be so rad!
|
Slackit02
 Liquid Emperor
    
Since: Feb 2005
|
posted 11-04-2006 11:21 |
IP: Logged |
Benders_Fan. I did that. I repeatedly asked the email to be sent to my new account, but it never did. I dont know if thats a PEEL problem, or my email. Anyways, I had to create a new account.
|
BeanBeanBean!
 Liquid Emperor
    
Since: Apr 2006
|
posted 11-14-2006 16:41 |
IP: Logged |
Ermm I haven't a clue how it works so i'll ask the pros.When browsing members , how come i'm not actually on there? Sorry if I sound so big headed bu i've been here over 9 months now and i'm not in the list. Does it need updating or something? Note - Sorry , I don't mean to be rude in anyway 
|
Teral
 Helpy McHelphelp DOOP Secretary

Since: Sep 2001
|
posted 11-14-2006 17:02 |
IP: Logged |
Yes, read more in the PEEL'ers FAQ: Http://www.thefryhole.co.uk/peelfaq.php#memberlist
|
Gopher
 Fallback Guy Urban Legend
    
Since: Dec 2005
|
posted 12-01-2006 06:05 |
IP: Logged |
I posted this in the test thread originally, but it occurred to me that nobody could do anything about it even in theory would be likely to notice it, as I doubt [-mArc-] regularly browses the test threads when he does make an appearance. quote: Originally posted by Gopher: I think I just figured out exactly what's happening with the PEEL glitches that make posts not appear. It seems PEEL posts are handled in three steps: First, the post time is set in the thread list and thread is bumped to the top of the list. Second, the post is added to the thread. Finally the poster's name is set on the thread list. If someone loads the page after step 1 but before step 2 is finished, it goes on to step 3 and step 2 never may not be completed properly. Speculation: I suspect it may be related to page caching; presumably, during step 2 the page is cleared from the cache so the next request will generate the updated page. This must happen before the data is fully updated, so that if someone loads the page after the cache is cleared but before the data is updated, the server mistakenly things the page is already updated, and the post does not appear until the cache is cleared again, either by an edit or a new post. The rare occassions when multiple posts in a row vanish are probably the result of a lot of people frequently refreshing the page, waiting for the missing posts to appear. If this theory is correct, fixing this problem could be as simple as moving a single line of code down a few lines.
[This message has been edited by Gopher (edited 12-02-2006).]
|
[-mArc-]
 Administrator Urban Legend
    
Since: Jun 2000
|
posted 12-02-2006 07:13 |
IP: Logged |
I think it's (server-side) caching related, too. But it is not that simple. Within the posting method, the cache is only cleared after the data has been completely updated. So I can't move that part further down. I figure it has to do with someone posting and someone else reading a different page that is not yet in the cache. If the cache is full, one page is first eliminated. If that happens to be the page that is going to be updated, a third person trying to open that page can generate a new, non-updated cache entry in a process-race condition.I don't want to spend too much time on this problem as it is not too crucial. What I will do is increase the cache size (actually did that a few days ago anyway) to decrease the likelihood of the scenario above. I will also try to change the caching so that a cached page that was created during the same second that the respective thread was updated isn't going to be shown on any further requests. Only problem is that debugging the whole thing is far from easy. We'll just see what happens. There is also a problem with client-side caching if someone requests a page that is then changed the same second. If that person comes back, the server only sees the seconds and figures that everything is fine (HTTP only has a second-resolution for caching). Since this can be avoided by reloading the page (F5), I won't look into this one for now. Update: erm, looks like that wasn't it... Now I'm getting client side caching problems... I'll look into it another time... [This message has been edited by Administrator [-mArc-] (edited 12-02-2006).]
|
Gopher
 Fallback Guy Urban Legend
    
Since: Dec 2005
|
posted 12-02-2006 10:19 |
IP: Logged |
Ah well. Not having access to the source, that was just speculative. I guess I should've given you more credit than that, but I was feeling godlike due to sleep-deprivation at the time Debugging any caching-related bugs can be a pain, I know. I'm not clear on your explanation, though; if you're not clearing the cache until the end, why do you ever get partially-updated pages? I'd think you should never see the bumped thread without the new poster name in that case. Are the thread lists not cached at all? On the one hand, they change the most, so caching is most expensive and least beneficial, but on the other, they're the most viewed pages. I diddled around for hours that night, and I found even when there was almost no activity on PEEL, I was able to cause the glitch on three consecutive posts in different threads, all in off-topic. As long as I refreshed when the new date was present but the correct name was not, following the link always caused the glitch. Well, I only did it three times, because deliberately glitching every new post seemed a bit superdickish. I then tried the anti-glitch method 10+ times, without getting a glitch at all. Regardless of what the problem is, knowing how to cause glitches on demand should help with debugging. A little thought, could you change the order things are updated so the post is to the thread page before the forum page is updated at all and the thread is bumped, or is that being done automagically? If the thread were not bumped until last, it might reduce the chances of people clicking on the thread during that critical instant, thus greatly reducing the number of times the glitch occurs, since the top thread usually gets more clicks than others.
|
coldangel_1
 Urban Legend
    
Since: Sep 2006
|
posted 01-07-2007 00:10 |
IP: Logged |
Little piddling suggestion that might as well be ignored: I was wondering, would be possible to make is so signitures could be applied to quick-replies?
|
Nasty Pasty
 DOOP Secretary

Since: Mar 2004
|
posted 01-07-2007 08:00 |
IP: Logged |
No, that's pretty much the whole reason quick replies were made, is so the page won't be bogged down by signatures...
|
coldangel_1
 Urban Legend
    
Since: Sep 2006
|
posted 01-07-2007 08:41 |
IP: Logged |
I see...
|
Zoidberg227
 Urban Legend
    
Since: Jul 2004
|
posted 01-09-2007 22:34 |
IP: Logged |
LMAO, the ironing. Didn't you read the FAQ?
|
Trombonist
 Starship Captain
  
Since: Dec 2006
|
posted 01-28-2007 18:48 |
IP: Logged |
Where may I find the previous POTM winners?
|
newhook_1
 Urban Legend
    
Since: Apr 2003
|
posted 01-29-2007 14:06 |
IP: Logged |
They're listed at the beginning of every POTM nomination thread. Just look up the most recent one in off topic.
|
Bend-err
 Urban Legend
    
Since: Jan 2003
|
posted 01-29-2007 14:26 |
IP: Logged |
or here: http://www.splitmonkeys.de/wiki/index.php/POTM
|
Trombonist
 Starship Captain
  
Since: Dec 2006
|
posted 02-05-2007 20:14 |
IP: Logged |
Thank you. I also have a slightly random question. If, in the distant future, a forum has enough threads to reach twenty pages itself, would we have to close the forum and start a new one, orwould it just keep running?
|
Jicannon
 Urban Legend
    
Since: Jun 2004
|
posted 02-07-2007 21:41 |
IP: Logged |
......what? Have you ever been to Offtopic? The last page is from 2006....this forum began back in 2000. Old threads get archived.
|
germanfryfan
 The Listmaker Urban Legend
    
Since: Apr 2004
|
posted 02-07-2007 22:21 |
IP: Logged |
Like Jicannon said, Forums keep on running. If you change the settings from on the top of every forum to show all topics and not just these from the last 60 days (the standard selection if I remember) you'll see that the General Disscussion already has 191 pages.
|
PazuzuJr
 Liquid Emperor
    
Since: Oct 2006
|
posted 02-17-2007 08:04 |
IP: Logged |
Just wondering - where did the tradition of 'disscussion' an 'PEE Poll' come from?
|
Teral
 Helpy McHelphelp DOOP Secretary

Since: Sep 2001
|
posted 02-17-2007 19:35 |
IP: Logged |
quote: By ... the guy aboce me: Just wondering - where did the tradition of 'disscussion'
A simple typo years and years back. Once newbies started bitching about it, it was decided to keep t just to spite them. quote: an 'PEE Poll' come from?
Velourfog correctly argued since this was the PEE Lounge, the natural extension was to name polls PEE Polls. mArc was swayed by her flawless logic and history was made. The fact that it would confuse newbies was an added perk. In short; we're all about ticking of newbies.
[This message has been edited by Helpy McHelphelp Teral (edited 02-17-2007).]
|
Jicannon
 Urban Legend
    
Since: Jun 2004
|
posted 02-17-2007 20:36 |
IP: Logged |
Also PEE Poll sounds like "people" with a weird accent.
|
Trombonist
 Starship Captain
  
Since: Dec 2006
|
posted 02-21-2007 14:40 |
IP: Logged |
What caused PEEL to crash the first two times?[This message has been edited by Trombonist (edited 02-21-2007).]
|
Ben
 DOOP Secretary

Since: Jul 2001
|
posted 02-22-2007 03:23 |
IP: Logged |
Nurdbot
|
Nixorbo
 UberMod DOOP Secretary

Since: Aug 2001
|
posted 02-22-2007 18:25 |
IP: Logged |
No joke.I don't even remember how many times we've crashed. There was the time Jason pulled the plug on CGEF and by extension PEEL, there was the time the Test thread broke PEEL, there was the time someone overloaded the server by registration-bombing, etc.
|
Trombonist
 Starship Captain
  
Since: Dec 2006
|
posted 02-24-2007 20:45 |
IP: Logged |
Wow. So what exactly is the definition of a crash? PEEL stops working, but is it wiped clean of all threads or does it just vanish?
|
Nixorbo
 UberMod DOOP Secretary

Since: Aug 2001
|
posted 02-25-2007 12:28 |
IP: Logged |
Anything that causes a 404 error.
|
Trombonist
 Starship Captain
  
Since: Dec 2006
|
posted 02-25-2007 17:35 |
IP: Logged |
I brought back the "How did you find PEEL" thread in the off-topic section. Could I start one in the on-topic section? There are so many people who post there, but not anywhere else. however, I don't want to make it and have it closed.
|
germanfryfan
 The Listmaker Urban Legend
    
Since: Apr 2004
|
posted 02-25-2007 21:29 |
IP: Logged |
You are not the first to have started a thread like that there, they all got closed and directed to the one you bumped in the Off-topic.There are some "How did you find Futurama" threads still open though.
|
Trombonist
 Starship Captain
  
Since: Dec 2006
|
posted 02-27-2007 17:50 |
IP: Logged |
Thanks for all of the answers. I appreciate it. I'm out of questions for now, but I'll be back.
|
Trombonist
 Starship Captain
  
Since: Dec 2006
|
posted 03-07-2007 20:22 |
IP: Logged |
Sorry for the double post, but I was wondering if we could a seperate POTM or even seperate PEELies fr the on-topic section.
|
totalnerduk
 DOOP Secretary

Since: Oct 2001
|
posted 03-07-2007 20:30 |
IP: Logged |
The on-topic section is like PEEL's kindergarten. That would be like awarding children medical degrees because they say they would quite like to be a doctor.
|
Xanfor
 Urban Legend
    
Since: May 2006
|
posted 03-08-2007 07:17 |
IP: Logged |
Hate to say it, but tnuk is right. There are a few honorary mentions to made of On-Topic posters, but the majority of people who can think straight have migrated off into Off-Topic, biding their sweet time until something of interest pulls them back within. Like, say, new 'Futurama'?
|
SonicPanther
 Professor
   
Since: Jun 2006
|
posted 03-09-2007 22:36 |
IP: Logged |
quote: Originally posted by totalnerduk: The on-topic section is like PEEL's kindergarten.
Teacher, teacher, Writer keeps eating my paste! 
|
Nixorbo
 UberMod DOOP Secretary

Since: Aug 2001
|
posted 03-11-2007 00:20 |
IP: Logged |
I can't wait until we have new Futurama content, not just for the show, but so I can shut down 90% of those inane "games."Personally I'd like to shut them all down right now (read: back when they all started), but then the only active thread we'd have is the movies thread. For instance, the 6, 6!!! different "What _____ am I thinking of?" threads can be collapsed down into one "What Futurama-related noun am I thinking of?" thread, the two framegrab manipulation variations can be collapsed down into one and the quote manipulations can be collapsed into one.
|
Ralph Snart
 Urban Legend
    
Since: Jul 2005
|
posted 03-11-2007 06:16 |
IP: Logged |
Hey Nix, I just noticed that Nibbler's shadow is in the first episode. I wonder if the writers meant for that to happen?I think that I'll start a new thread about that.
|
Gocad
 Space Pope
     
Since: Apr 2002
|
posted 03-11-2007 10:12 |
IP: Logged |
quote: Originally posted by Nixorbo: I can't wait until we have new Futurama content, not just for the show, but so I can shut down 90% of those inane "games."Personally I'd like to shut them all down right now (read: back when they all started), ...
Nix, you're my hero. [This message has been edited by Gocad (edited 03-11-2007).]
|
Apartment1I
 Crustacean
 
Since: Mar 2007
|
posted 03-11-2007 21:14 |
IP: Logged |
can I get you to unban one of my friends accounts?
|
i_c_weiner
 Urban Legend
    
Since: Feb 2005
|
posted 03-11-2007 22:03 |
IP: Logged |
By saying "one of my friends accounts", I assume you mean your friend has multiple accounts. This may be the reason why this friend's accounts were banned in the first place. Also, it may help the mods unban this account, if they decide to do so, if you said what the account's name was.Nix: For about a half a year, I didn't venture into General Disscussion unless it was either to link to a previous thread of the same topic/to the Fry Hole's FAQ for a new member or for the new Futurama thread. Only recently have I gone back into G.D., and that was for the only game I actually enjoy, which is the Framegrab game where one adds a caption to a framegrab. It's one of the only witty and fun "games" left, in my opinion. I really don't care for any of the other ones. Most of the others are just those stupid "What ______ Am I Thinking Of?" threads, which, to me, are just spammy and useless. This just leaves are the framegrab manipulation threads, which haven't been very interesting in about year when we started using generic framegrabs that can be found in every episode and the games have become wild guesses. Also, I can't believe there are 6 "What _______ Am I Thinking Of?" threads. That's a bit too much interation of the same game. It's like the CSI shows; they're all the same thing, just different titles and settings.
|
germanfryfan
 The Listmaker Urban Legend
    
Since: Apr 2004
|
posted 03-11-2007 22:15 |
IP: Logged |
quote: Originally posted by Apartment1I: can I get you to unban one of my friends accounts?
As far as I know the only people that can actually unbann are our admins, so you might want to forward your request per e-mail to either SlimmyCGEF, or better yet [-mArc-] (his e-mail is at the bottom of the front-page and every single "alert"-button) Make clear which account should be unbanned, and why. Because - like ICWeiner said - there surely was a good reason to ban it in the first way.
|
Xanfor
 Urban Legend
    
Since: May 2006
|
posted 03-13-2007 07:06 |
IP: Logged |
quote: Originally posted by Nixorbo:I can't wait until we have new Futurama content, not just for the show, but so I can shut down 90% of those inane "games."
Oh, yes, those will have to go quickly once 'Futurama' returns. Right now, they're helping the site stay alive, but when the series is back, they'll just become a nuisance.
|
| QuickPost
|
|