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*
- 42I know this is an old post, but I am still curious, does anyone know what the actual question was (I don't have 10k rep, so I can't see the actual question since it was deleted)Ephraim– Ephraim2012-04-23 03:04:57 +00:00Commented Apr 23, 2012 at 3:04
- 22@Ephraim Apparently the boat question was one of only two that were purged from the system, so even if you have 10k to see deleted questions, this one is just gone.Izkata– Izkata2013-08-24 02:49:29 +00:00Commented Aug 24, 2013 at 2:49
- 5I think this answer would be better if it didn't use examples like "food" or "movies" which seem like a real stretch in terms of their relationship to programming. The "boat question" seems like a perfectly legitimate "super user" type of question. The only reason it doesn't belong on SO is that that SO is about the process of programming, including programming tools, and doesn't extend to general computing infrastructure.Peter Alfvin– Peter Alfvin2013-11-21 17:41:10 +00:00Commented Nov 21, 2013 at 17:41
- 20@Ephraim The only known capture of the question is heretbodt– tbodt2015-01-21 01:42:49 +00:00Commented Jan 21, 2015 at 1:42
- @tbodt Are you sure this was the exact question? It was tagged as being "not-programming-related", so it seems weird that it would be used as an example of a programming-question-that's-not-really-about-programming-but-is-still-acting-like-one, as it was marked as such. It was edited, and there's no archive of the edits (not surprising), so that tag could not have been in the original post, but still I wonder if this is the correct origin for the meme as-is.DCOPTimDowd– DCOPTimDowd2017-02-16 19:36:39 +00:00Commented Feb 16, 2017 at 19:36
- @SonOfSam Yes it's the correct origin.Jason C– Jason C2017-02-26 18:42:22 +00:00Commented Feb 26, 2017 at 18:42
- Where can I ask about movies and food for programmers if I can't do it on SO? Would meta be appropriate?user282657– user2826572017-11-03 15:05:04 +00:00Commented Nov 3, 2017 at 15:05
- 2@Daniel: Nowhere in the Stack Exchange network are those appropriate questions.Welbog– Welbog2017-11-03 15:37:27 +00:00Commented Nov 3, 2017 at 15:37
- 1@Daniel if you can explain the special needs of programmers ask in the film or food parts. the answer might be "Sneakers" and "Ramen".Jasen– Jasen2017-11-04 08:55:33 +00:00Commented Nov 4, 2017 at 8:55
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