@YiJiangsProble_ I think he was here the past week: It was him to told me about the moderators' elections.
Now I wonder if my idea of time is a bit off.
Yes, it was January 3.
I was undecided between "Shog9" and "NineShogsShogging."
Is the autocomplete autocompleted when it autocompletes itself?
(This is a way to stop your hiccup: Say "How much wood would a woodchuck chuck, if a woodchuck would chuck wood?" 10 times. I keep biting my tongue; therefore, I am not sure it's really effective.)
Being new to Oracle, I'm almost certain I'm missing something simple here. This is what I'm trying to run:
declare
type string_table IS TABLE OF VARCHAR2(512);
outuser nvarchar2(512);
outrole nvarchar2(512);
result number(38);
usernames string_table;
rolenames string_table;
begin
usernames(1) ...
the mod post I mean, just hasn't been actioned yet
No........ continue my story.........
Ok, so I approved it because the bullet point was poor formatting
But the asker used comments to 'have a go' at the person who did an edit suggesting they were time wasting etc. etc. with some additional finger pointing
Earlier today I noticed an edit from the offended party of an answer that the editor did which was a pretty poor edit, but still slightly improved the formatting and slightly improved the grammart
Is it the nature of the site that most of these posts or edits are done in a traditional Chinese style?
Or is the style mostly western?
The reason for my asking is this:
In the West we are told of a highly stylized and highly ritualistic East, especially in Chinese. In the West we are told that the Chinese are highly skilled in maneuverings, especially with words, and I'm curious if the "good" edits are really an attempt to bring that same ritual of attack and parry with words to a technical site. Since I can't judge the first question, I can't even begin to judge the second one.
In that case, you have three options: Draw them both into chat and chastise them, establishing yourself as a higher personage (you already said you are probably the only one that can monitor edits); leave them alone until someone else comes along; approve them if they are substantially beneficial edits or refuse them if they are not substantially beneficial
I would opt for the third one, with an encouragement on meta that those who are frustrated over edit rejections come to chat to discuss it more openly and quickly, instead of taking a long time for responses
But we do ask that in chat English be the preferred language, if only for purposes of moderation. Until we get several moderators who can moderate in the native tongue.
If you need someone else to confirm these suggestions of mine, or to refute my suggestions, I can probably summon someone from the Stack Exchange Employees
If your meta site does not have a post to nominate Moderators, start one now! Pro Tem appointments will begin about two weeks after the site is created. The more guidance we receive, the more informed our choice. Moderator Pro Tempore
Each nomination should be a separate answer. Link the na...
and if it gets really bad, come here and scream for help
@xiaohouzi79 Also, for what it's worth, the word from on high is "it's being handled" so ... that to me is code for "we're going to make something happen there soon"
but since they don't tell me anymore than they tell you ;-)
I discovered that collections must have the same data type for an assignment to work. Having the same element type is not enough.
Armed with this information, I set out to figure out what type I needed to use:
SQL> select OBJECT_NAME, OWNER from SYS.ALL_OBJECTS where UPPER(OBJECT_TYPE) = '
P...
When a registered user gets enough suggested edits rejected, they're blocked from suggesting edits for a number of days.
I've always assumed it was a user-level block, but what about anonymous suggested edits? Can anonymous users suggest edits with impunity, or is there a lower-level block (like...
What happens to images that are not references in any SO post any more? I've been uploading, correcting, and re-uploading many PNG images recently. I wonder if this is considered bad behaviour (because I'm filling up SO's image storage space)
This is actually already in the works. The Announcer / Booster / Publicist triad will behave like other similar badge groups afterwards, e.g. Nice Answer / Good Answer / Great Answer or Notable Question / Famous Question. In particular:
The timeframe will not matter anymore. You still get the F...
@Moshe the information density for most spoken languages is really close to each other, as a function of syllable size over speed. That's all IIRC. The article made the rounds near September/October I believe
I'm not too bothered, personally, but I worry that allowing unlimited Publicist badges are going to deflate the value of gold in Stack Overflow.
I've already got another one. Once people realize there'll probably be a flood of submissions to proggit until their users are fed up of Stack Overflow posts. :P
If you're viewing an unfiltered bounty listing in someone's profile[jeff] the header N bounties isn't capitalized, though every other profile section header is.
I think the actual problem is that the unfiltered bounty listing isn't supposed to be displayed. Once you select a filter (active, of...
I KNOW I have one active bounty (let us just start off with that).
When I 1st go to my profile page and click on bounties it looks like this, showing all the bounties I have ever offered:
Ok that is fine.
Now onto clicking on active bounties:
FINE
But now when I reload the profile page an...
What's everyone's opinion on closing an older question as a duplicate of a newer one, if the newer one is clearly the better resource? I'm looking at a special case right now, where the two were posted by the same person; the newer was migrated to SU before a commenter pointed out it was a repost...