You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 65this can be OK, so long as the question is tailored to each audience on the different sites and is materially different in each case. Just to be 100% clear, copy-pasting a question across sites with no changes is considered abusive behavor.Jeff Atwood– Jeff Atwood StaffMod2011-01-15 03:51:33 +00:00Commented Jan 15, 2011 at 3:51
- 8User uses Unix community to ask why he should not type passwords into the command line, unix.stackexchange.com/questions/78734/…. I wonder why not in the security and what need to be tailored for the security? It is a purely security question and security aspect of the Unix. It is a specific aspect of the specific system. Why should one tailor anything? What needs to be tailored when you ask about complexity theory in signal processing? Should I ask about z-transform in comp.sci, control theory, dsp or math, which covers them all?Val– Val2013-06-09 11:46:32 +00:00Commented Jun 9, 2013 at 11:46
- @Val: The user wishes to know how the information will leak; all of the answers are highly specific to how Unix leaks the information. If the user had asked on security, the answer might have been, "because the information might leak." However, the user already knows that; they wanted to know how it would leak. In this case, security is an inferior place to ask that question; only Unix experts know the answer, but security experts often don't.Brian– Brian2013-12-27 13:59:00 +00:00Commented Dec 27, 2013 at 13:59
- 3@Brain You have just convinced us that one label/tag is enough for a question. It is not. I am not convinced. Ok? Even if I provided a wrong example (which I think I was not because command line and strong passwords in user files is not something specific to specific OS, ok?), you should argue the general case.Val– Val2013-12-27 14:12:31 +00:00Commented Dec 27, 2013 at 14:12
- I think I managed to make this advice work for me, though the original wasn't my question, and the transition was a little rough for other reasons, to say the least...Thanks for helping to make it possible! Good answers from distinct perspectives on each version.Nick Stauner– Nick Stauner2014-02-07 19:13:05 +00:00Commented Feb 7, 2014 at 19:13
- 1Note about the example: If you are looking for an application, then the question is probably only on-topic at Software Recommendations.Nicolas Raoul– Nicolas Raoul2016-05-10 01:45:06 +00:00Commented May 10, 2016 at 1:45
- 5@NicolasRaoul No, this is not true. Stack Overflow and Super User are allergic to software recommendations, but many other sites aren't.Gilles 'SO- stop being evil'– Gilles 'SO- stop being evil'2016-05-10 11:11:37 +00:00Commented May 10, 2016 at 11:11
- Is it still considered abusive behavior to copy-paste a question w/o changes if it's suggested by the first community? gis.stackexchange.com/questions/450826/…pir– pir2023-01-30 19:30:43 +00:00Commented Jan 30, 2023 at 19:30
- 1@pir In this case it looks like you should request a migration, since the question seems more suited to OD than GIS. But I wouldn't consider it abusive as long as 1. the question is equally relevant to both sites and 2. you make sure each question contains a link to the other.Gilles 'SO- stop being evil'– Gilles 'SO- stop being evil'2023-01-30 21:48:06 +00:00Commented Jan 30, 2023 at 21:48
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you