Bureaucracy 2: Like Sartre, Only Longer
A thread to discuss naming threads, board policy, new thread suggestions, and anything else that has to do with board administration and maintenance. Guaranteed to include lively debate and polls. Natter discouraged, but not deleted.
Current Stompy Feet: ita, Jon B, DXMachina, P.M. Marcontell, Liese S., amych
Generally, ep titles that would be considered spoilery give away the same information as the promos. (I.e., "Graduation Day," "Buffy vs. Dracula")
Knowing the ep title after the promo airs wouldn't give you any extra information beyond what current spoiler rules already allow.
I think the idea is that the previews give away far more than an episode title ever does. Once the preview has aired, knowing the title adds no additional spoilery value.
t x-post with the PMoonster
Right -- I love the ep titles for their speculation value, but don't think that they're really that spoilery.
Not like discussing a plot point that you've been spoiled for or the advent of a recurring character.
The only thing I can see wrong with knowing ep titles way in advance is that they might give away casting spoilers. An example is the first season Angel ep - Five by Five (gee... could Faith possibly be in that episode?)
This might also be a problem for the upcoming season of Angel if Buffy cast members guest star (pure speculation). If a title was "Xanderiffic", that would be spoiling a guest star.
Personally, I voted to close Spoilers Lite because we were in the middle of the crisis. That was the only reason I voted for it. Now I wish I hadn't.
Anyway, I'd like to see titles allowed, but white fonted in the NAFDA thread.
This might also be a problem for the upcoming season of Angel if Buffy cast members guest star (pure speculation). If a title was "Xanderiffic", that would be spoiling a guest star.
OTOH, the WB's never been keen on keeping guest stars like that under wraps. (Harmony was in the Disharmony promos, Willow was in the Orpheus promos, IWRY was "A Crossover Event," etc.)
I think the fairest idea so far has been to allow ep titles after the promo has aired.
That makes sense. I was only thinking about knowing titles weeks or months in advance. Then they have the potential of being more spoilery.
Personally, I voted to close Spoilers Lite because we were in the middle of the crisis. That was the only reason I voted for it. Now I wish I hadn't.
This is a good point. I'm thinking we should've waited to see what the effect of closing the quote generator before we culled the threads. Because while a lot of them were cut painlessly, this one cannot be absorbed into any other thread on the boards. Also, the net effect on board resources of losing that thread will be nugatory.
Oh well - lesson learned to Not Panic while balancing the need to take Quick Action.
Even after we had the lovely reduction from shutting of the RQG, Kristen encouraged us to close what we could. Our biggest real problem is probably the number of users who use the board. We can't do anything about that, but fewer open threads is still better.
We can't do anything about that, but fewer open threads is still better.
I really don't agree. I haven't seen any proof that the number of threads contributes to excess concurrent connections, and what I learned from digging around in all the code doesn't support it.
Concurrent connections is what the issue, so I think the first Angel Watch'n'Post will be our next stress test. But just last night I figured out why we need to have explicit closes of connections (even though the PHP doc claims one doesn't) and why the ones ita put in weren't working. I think there's a good chance this won't be an issue in the future.
I really don't agree.
We don't get to make that choice -- we've been explicitly recommended to minimise table space.
It also seems to me that the shorter a query runs, the less time the connection is open for, so the fewer concurrent connections there'll be.
But I could be off on that.
edit: Could you explain again why PHP wasn't implicitly closing the connections? I don't have your e-mail with me, and I forget.