Tagged Questions
The research tag has no wiki summary.
91
votes
14answers
11k views
Top-Rated JavaScript Blogs [closed]
I am currently trying to find some blogs that talk (almost solely) on the JavaScript Language, and this is due to the fact that most of the time, bloggers with real life experience at work or at home ...
24
votes
22answers
7k views
Hottest areas in computer science research?
Disclaimer I am NOT looking for a Ph.D. topic, just curious what areas of research interests other programmers.
What areas do SO readers think are the hottest areas in computer science research right ...
20
votes
63answers
4k views
Are you a self taught programmer or did you take a programming course? [closed]
Lots of developers I know were self taught programmers including me.
I was wondering how much of the developer community learned programming by taking a course in school or by experimenting, asking ...
18
votes
8answers
797 views
Are there any serious scientific (psychological) studies about the ideal/maximum length of working time for a programmer?
Just curious. I know, in general, this is very subjective and can vary from person to person, but anyway - did anyone do some scientific research in this field?
17
votes
6answers
574 views
Software projects and development in a research environment
What are useful strategies to adopt when you or the project does not have a clear idea of what the final (if any) product is going to be?
Let us take "research" to mean an exploration into an area ...
15
votes
4answers
7k views
Which BlackBerry OS version to target for?
With BlackBerry OS version 5.0 coming up, Which is the highest BlackBerry OS version should I target my code so that I cover the maximum devices that are available in the market? To put it in other ...
15
votes
6answers
619 views
Looking for papers/studies on TDD effectivness
I'm looking for research papers or studies made on Unit Testing and TDD effectiveness.
Points of interest:
Does TDD reduce Development time?
Does overall development cost reduced as well?
Is the ...
14
votes
8answers
726 views
CS Education, where was it? Where is it now? Where is it going?
I'm planning on doing research into Computer Science education for my senior project and I could think of no better group of people to consult than the SO community.
So, what do you think about the ...
14
votes
1answer
434 views
Workflow for academic research projects, one-step builds, and the Joel Test
Working alone on academic research sometimes breeds bad habits. With no one else reading my code, I would write a lot of throw-away code, and I would lose track of intermediate results which, weeks or ...
14
votes
5answers
659 views
computer vision research related blog
Does anyone know any authoritative online sources on computer vision. I am mainly interested in blogs or places where an open discussion is feasible, with a tendency towards academic computer vision ...
14
votes
7answers
1k views
What is the shortest perceivable application response delay?
A delay will always occur between a user action and an application response.
It is well known that the lower the response delay, the greater the feeling of the application responding instantaneously. ...
13
votes
22answers
1k views
When is Googling it wrong?
I've been going through Stack Overflow for quite a bit now and noticed certain people (usually experienced programmers) frown upon Googling (researching) certain problems.
Since I myself tend to use ...
13
votes
8answers
791 views
What are known uses of AI in web development?
What are known uses of AI/machine-learning in web development?
And what would be some fields that, currently don't use AI, but could possibly benefit from AI?
Note: I've worked on AI for academics, ...
12
votes
3answers
655 views
Possible optimizations in Haskell that are not yet implemented in GHC?
So, purely functional languages have their own class of potentials due to the clear separation between pure and impure code. I have seen several features that are somewhat simpler to implement in ...
12
votes
3answers
304 views
Are there any studies showing what percentage of software developers are building internal applications as opposed to consumer applications?
I have always wondered what the industry-wide breakdown is between internal/IT applications (e.g. intranet apps, custom reporting, payroll, or related enterprise software) and consumer applications ...
10
votes
3answers
305 views
Summary of the last decade of garbage collection?
I've been reading through the Jones & Lins book on garbage collection, which was published in 1996.
Obviously, the computing world has changed dramatically since then: multicore, out-of-order ...
10
votes
15answers
1k views
How do you organize your (online) resources and researched data? [closed]
Reading up on some of the answers to another question I found a tip about a book I wanted to take a closer look at. The provided link goes to amazon.com, but for historical reasons I have my wish ...
9
votes
7answers
1k views
Tools and environments supporting Domain Driven Design (DDD)
I'm doing a kind of research on the topic "Domain Driven Design". My question is what tools (or maybe environments) do you use, that support this paradigm?
I know that I can google it, but I wonder ...
9
votes
2answers
611 views
Higher-order unification
I'm working on a higher-order theorem prover, of which unification seems to be the most difficult subproblem.
If Huet's algorithm is still considered state-of-the-art, does anyone have any links to ...
8
votes
2answers
225 views
Native way to merge objects in Javascript
Javascript's Object doesn't have any native merge operation. If you have two objects, say
{a:1, b:2}
{c:3, d:4}
And want to get
{a:1, b:2, c:3, d:4}
As far as I know, you have to iterate ...
8
votes
6answers
202 views
How can I write good “research code”?
"Research code" is often held up as a paragon of what not to do when writing software. Certainly, the kind of code that often results from trying to solve a research problem can end up being ...
7
votes
4answers
152 views
Choosing an investigation topic of Modern Computer Systems Design
I have been asked in one of my university modules to perform a short (10-15 pages) investigation and review on one topic of modern computer systems design. We are given some guide topics such as;
...
7
votes
6answers
126 views
Relation between number of elements in form and users completing form?
We're in the middle of an ongoing discussion about the sole number of form elements in a form and how it affects the user to actually avoid from submitting the form.
The sales department wants the ...
7
votes
4answers
122 views
Any known discusson of why string identifiers are used to access resource data
I'm working a project to replace a Resource Management system (QuickTime Resource Manager on Mac and Windows) that has been deprecated and I have been using the current model that Qt uses where data ...
7
votes
9answers
1k views
The most expressive web app programming language/framework combination?
When concerned about creating web applications, I often ask myself how I can make the code easy to read and above all; how to make it easy to maintain. There has been alot of inventions in the last ...
7
votes
24answers
762 views
When do you believe software AIs will truly be able to pass the Turing Test?
When, if at all, do you believe that we will see AI systems that are capable of passing the Turing Test?
If a machine acts as intelligently as a human being, then it is as
intelligent as a human ...
7
votes
13answers
1k views
What is the next great UI metaphor that will replace the Desktop?
The desktop metaphor has been hanging around for a number of years now. The creativity within the software field should be able to produce a new cooler metaphor that doesn't involve dragging windows ...
7
votes
4answers
188 views
Are there any papers or research results concerning the way people use tags and keywords?
I'm working on a tagging system at work, but one thing that I would be interested in is determining what has already been learned about the way people use such systems so that, when using libraries ...
6
votes
1answer
432 views
Neo4j database research
I recently started researching database features of databases.
At the moment I'm looking into Neo4j Graph database.
Unfortunately, I can't find every bit of information I need.
I found most ...
6
votes
2answers
246 views
How can I simplify “for x in a for y in b for z in c …” with the unordered?
#!/usr/bin/python
#
# Description: I try to simplify the implementation of the thing below.
# Sets, such as (a,b,c), with irrelavant order are given. The goal is to
# simplify the messy "assignment", ...
6
votes
2answers
433 views
Computer graphics research
What are the best known labs for research in CG especially raytracing/rendering? I want to pursue Masters/PhD in this field and though I have been working on projects such as raytracers, it is all ...
6
votes
2answers
179 views
Too many tools and frameworks - how do you get anything done?
As a developer on the Microsoft stack (say what you will) that always feels "consciously incompetent" and loves to learn and find the "best" ways to get things done, I constantly find myself in a ...
6
votes
7answers
91 views
Open-sourcing a web site with active users?
I currently run several research-related web-sites with active users, and these sites use some personally identifying information about these users (their email address, IP address, and query ...
6
votes
7answers
232 views
Programming, publishing results, and getting help of your boss
let's say that you are working in a public scientific and computer programming research center as research associate and that you are not independent and have kind of a boss. Let's say that you create ...
6
votes
3answers
274 views
What data exists to show that refactoring is useful?
I'm giving a presentation on refactoring Python. I'd like to put in a couple of slides giving statistics to show that refactoring is a good thing. I've been searching the ACM digital library, but ...
6
votes
4answers
467 views
Shortcomings with Declarative Programming
I've been reading through previous posts on declarative programming and I think I understand the underlying concepts. Could anyone describe some declarative programming paradigms and what they are ...
6
votes
6answers
508 views
Can you recommend any information about least ambiguous letters/numbers?
I'm interested in generating short codes (up to 6 characters) which are unambiguous for human readability:
i.e.: 2Z8B5S would be a very bad code because B looks a lot like 8 and 2 looks a lot like Z, ...
5
votes
3answers
185 views
What is a good timeout for autocomplete results
When doing auto-complete/instant search in a text box, you often don't want to fire your lookup event after every keypress, but instead, only X milliseconds after the last keypress. I'm completely ...
5
votes
3answers
123 views
What are some of the largest open source software projects with substantial revision and bug tracking history?
For my Honours project at University this year I'm considering doing some research into which code metrics are useful in predicting where defects are likely to exist in code and what metrics map to ...
5
votes
5answers
1k views
What are some good BibTeX key conventions?
A common BibTeX key convention is last name of lead author followed by year (e.g. Knuth1972). Sometimes this choice is problematic:
It could lead to key collisions due to authors with same last name ...
5
votes
4answers
355 views
How do you implement Software Transactional Memory?
In terms of actual low level atomic instructions and memory fences (I assume they're used), how do you implement STM? The part that's mysterious to me is that given some arbitrary chunk of code, you ...
5
votes
1answer
1k views
How to get sponsorship from Microsoft research?
I have learned that Lua.NET was sponsored by Microsoft Research.
How can one contact them and ask for sponsorship for research? Has anyone any experience in it?
5
votes
7answers
240 views
Do you include Research & Development in your estimates?
My company requires that we achieve our estimates to within 30% of forecast. Typically, clients (any my business is no different) expect that they'll get their product as soon as possible for the ...
5
votes
10answers
247 views
What do you find most helpful in technical books? Theory or Samples?
When you are reading technical materials (books, blogs, wiki…) do you find detailed theory or direct code samples more helpful? Also do you perfer paper or electronic?
5
votes
4answers
899 views
“Best Practices” for a software research and development team?
I have seen numerous articles and questions here on SO regarding best practices for software development in general. I am however after more specific best practices or guidelines focussing more on the ...
5
votes
10answers
401 views
Do you use your mouse as a “placeholder” while you're reading code/documentation?
I'm going through some research tapes of developers who are editing code and reading documentation (either online or via the hover in the IDE) and I'm trying to figure out all the techniques they use ...
5
votes
19answers
648 views
Do you have examples of comments or todos that were difficult to interpret?
I'm writing a chapter of my dissertation that deals with contextual cues and I'm looking for good examples of comments (or todo comments) where it's obvious that whoever wrote them had some knowledge ...
5
votes
4answers
6k views
Best MATLAB toolbox that implements Support Vector Regression? [closed]
In this Wikipedia article about SVM there are a number of links to different implementations of MATLAB toolboxes for Support Vector Machines. Could anyone suggest which of these is best in terms of ...
5
votes
4answers
3k views
How to create a graphical user interface mock-up for research?
I am a student and interested in doing some research on user interface. For some experiments, I have to change the behaviors of many default interactions in an operating system such as double-click or ...
4
votes
1answer
140 views
Finding the most probable anagram from a list of letters [closed]
In August 2007, the I-35W Mississippi River bridge in Minneapolis collapsed, killing 13 people and injuring 145. Four years later, a memorial was erected for the victims of this disaster. ...