I have an idea in mind and want to question its feasibility. And I am also open to other suggestions and ideas.

share|improve this question
8  
You need to drop in the sample question – random Sep 13 '12 at 4:01
Without knowing anything about the question, what you've said here suggests to me that your question would likely get closed as not constructive. – Jim Sep 13 '12 at 13:41

3 Answers

You can ask questions about computer science on the Computer Science.

Note that asking for ideas for a project is not an appropriate question for any Stack Exchange site. You're welcome to chat to discuss ideas; the chatroom isn't very active but people do drop in now and then.

If you have specific questions related to your project idea, such as difficulties you might have understanding existing literature, or technical questions about existing concepts and theories, ask on Computer Science.

CS.SE is the right place for most questions related to a computer science project — a project that involves some mathematical model of a computation (whether you go through the math or you don't but could in principle if you had all the time in the world). If this is a programming project, questions are likely to belong on Stack Overflow, or perhaps Programmers if they're about program design.

If your projet is in theoretical computer science, and you're at the level of reading research papers about the subject, you might ask on Theoretical Computer Science instead of Computer Science. CSTheory.SE is technically about a subtopic of CS.SE, but the audience is more specialized (CSTheory's focus is on researchers and graduate students, only in theoretical topics). Thus if your question is within CSTheory.SE's purview, you have a better chance of reaching the right expert who can answer your question on CSTheory.SE than on CS.SE. Thanksto its more specialized audience, CSTheory.SE is also a bit more welcoming of questions that would be considered non-constructive by usual SE standards.

If you have questions about the practical applicability of your project, there may be a place on Stack Exchange where you can reach experts in the application domain; that depends on your subject. Remember to ask specific, answerable questions.

Asking about the feasibility of a project is a tough one. A grad project has to be a small step into the unknown, you won't have your path completely mapped in advance. Evaluating this requires good knowledge of the topic and a precise knowledge of your background and ability. This is fundamentally your advisor's job. Generally, you would choose the topic of your project (among available offers), but your advisor tunes the scope.

share|improve this answer

What about Computer Science?

FAQ says:

What kind of questions can I ask here?
Computer Science - Stack Exchange is for students, researchers and practitioners of computer science.

And:

Theoretical Computer Science

FAQ says:

What kind of questions can I ask here? Theoretical Computer Science - Stack Exchange is for theoretical computer scientists and researchers in related fields.

Also see these old questions:

share|improve this answer

First of all you need to mention what kind of questions you want to ask.

If you are looking for Subjective, "whiteboard" questions, you should post in http://cs.stackexchange.com/

For programming queries and Specific question with some problem with coding, you could use Stack Overflow

and Programmers

for assistance on Web Applications, you could use Web Apps

Other Helpfull sites are, Code Review

Software Quality Assurance

IT Security

share|improve this answer
Specific question with some problem with coding is for SO. Subjective, "whiteboard" question is for Programmers. Code review is for a working code whose quality needs to be upped. – nhahtdh Sep 13 '12 at 6:40
2  
“If you are looking for some project ideas, you should post in cs.stackexchange.com” NO. Asking for project ideas does not make a Stack Exchange question. Computer Science isn't really concerned with SDLC, either. – Gilles Sep 13 '12 at 9:12

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged