Tagged Questions
The psychology tag has no wiki summary.
41
votes
17answers
3k views
Psychology researcher wants to learn new language [closed]
I'm currently considering R, MATLAB, or Python, but I'm open to other options. Could you help me pick the best language for my needs? Here are the criteria I have in mind (not in order):
Simple to ...
28
votes
12answers
2k views
Human factors design (meeting psychological needs in UI design)
Reading about the G.729 codec, I found this interesting tidbit about "Comfort Noise":
A comfort noise generator (CNG) is
also set up because in a communication
channel, if transmission is ...
27
votes
22answers
1k views
How would you handle users who don't read dialog boxes?
A recent article on Ars Technica discusses a recent study performed by the Psychology Department of North Carolina State University, that showed users have a tendency to do whatever it takes to get ...
25
votes
10answers
850 views
What should a developer know about interface design, usability and user psychology to create great software? [closed]
Possible Duplicate:
Human factors design (meeting psychological needs in UI design)
What should a developer know about user interface design, usability and less technical aspects of human ...
24
votes
8answers
2k views
Selling Yourself [closed]
I realize that this might be counted as subjective by some, and, as such, downvotes might ensue; I don't mind.
I would hope that some might actually provide links to references and detailed analysis. ...
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?
18
votes
19answers
1k views
Programming-psychology: When, why and how long are your totaly unmotivated-phases? [closed]
Everybody knows it: the time when you don't enjoy programming / when you have a blocking wall in your head that stops you from programming.
Sometimes you are hacking programs for about a week and ...
16
votes
6answers
318 views
Are there algorithms for generating psychologically random numbers?
True random numbers often don't seem random to the average person since randomly generated sequences will be interpreted as structure. Are there any algorithms that generate a set of numbers that ...
15
votes
24answers
5k views
Computer Science and Psychology [closed]
I'm a Computer Science major with a minor in Psychology. For an upcoming paper I have to present an interesting topic that touches both CS and Psychology". Uhm yeah, it really is that vague.
Now, ...
13
votes
9answers
1k views
Some solid OOP criticism?
I want to ask you to provide me with some articles (maybe books), which you possibly have found very convincing criticising the OOP methodology.
I have read some in the WWW on this topic and I didn't ...
12
votes
11answers
609 views
What strategies do you use to minimise the effects of context-switching in your job?
Working in an environment with both development and support aspects, sometimes it can be very difficult to switch back and forth between tasks - usually on totally different systems.
I personally ...
10
votes
5answers
563 views
Economics of software development
Can anyone point me towards any references that attempt to formulate an economics of software development? In my own research, I discovered a book by Barry Boehm on this, but it seems very awkward ...
8
votes
7answers
800 views
What's so special about the greenish-blue color? Why is it so popular in web design?
I've noticed that this color is somehow preferred over pure blue or blue-violet. Vista and Windows 2008 have largely adopted this color. Many dating sites seem to prefer this one over blue or violet. ...
7
votes
1answer
151 views
Does a reference work with human behavior/perception patterns exist?
In all current and future projects I pledged to concentrate all the ground work around interaction design.
I'm aware of Alan Cooper's work, and it's excellent, but what I'm looking for is a reference ...
6
votes
7answers
2k views
How to recover from a creative burn out
What would be some efficient (economical) ways to recover from a creative burn out
6
votes
14answers
766 views
Dealing with complexity [closed]
Forgive me for asking a rather general question, but how do you psychologically deal with high levels of complexity in software projects?
I'm working on a personal compiler project and am currently ...
5
votes
3answers
503 views
How can I parallelize input and display in MATLAB?
I'm using Psychtoolbox in MATLAB to run a behavioral psychology paradigm. As part of the paradigm, users have to view a visual stimulus and respond to it using some input mechanism. For a keyboard, ...
5
votes
3answers
247 views
Have examples when Cognitive Biases affected Software development?
What examples do you have when cognitive Bias affected software development?
List of biases: http://en.wikipedia.org/wiki/List_of_cognitive_biases
5
votes
7answers
829 views
Progress bars for tasks that can take an indeterminate ammount of time?
Another random question that hit me (I've drank ~9 cups of coffee in the last 5 hours, so sorry...) -- What kind of progress bar would you show a user for a taks that you do don't know how long it ...
4
votes
6answers
120 views
Gettting rid of old thinking patterns when moving to a new language/framework/platform [closed]
I have been programming in C then C++ then Java and now doing C#. Here's the embarrassing admission: My C# is being written like I am writing C++ !!!
I am having trouble completely shaking the ...
4
votes
9answers
277 views
Still don't understand regex - How can I learn it? [closed]
Possible Duplicates:
How do I learn Regular Expressions?
Learning Regular Expressions
I've read regex tutorials, books, stackoverflow questions. But I can't 'get' regex. I don't know why. ...
4
votes
11answers
241 views
Any tips for forgetting standards, ideal workflows, conventions, etc… and just coding? [closed]
As my question implies, I seem to have a problem getting my hands dirty when learning new programming methods and technology. My problem lies in knowing there may be faster, more efficient, less ...
3
votes
11answers
419 views
How to stop working [closed]
Sometimes I just don't know how to stop working.
I have a task to be completed in N days and for some reason I don't quite get, I want to make it in one.
I just see how the clock keeps going, 6pm ...
3
votes
6answers
140 views
What subjects are beneficial to learn in order to understand human interaction with computers
I was inspired by this question, and it's first answer to ask my question.
What specific areas of study, if any, focus on human-machine interaction and the study of human behaviour with regard to ...
3
votes
3answers
271 views
Do you know about any serious essay about psychological profile of software developers [closed]
Is common to see developers enjoy technology, to care about intangible things (like stackoverflows badges, videogames records), a lot of them really like music and usually the have a particular humor ...
3
votes
8answers
274 views
How do you combat denial? While focused on doing task X you encounter a crash, or performance problem, or something else really bad [closed]
... that you've never seen before. But at the moment, you are are focused on task X, and you really don't want to believe what you've just seen, so you let yourself believe that the crash/problem ...
2
votes
2answers
116 views
jQuery: how can I play a sound with absolute minimal or *quantified* lag?
I'm writing a psychology app in jQuery. Part of my project requires measurement of the reaction time of a user to a sound (user presses a key). Thus, I need to play a sound file with the smallest ...
2
votes
6answers
159 views
The Psychology of web design
I am a developer and have built a fair number of websites over the years.
I am looking for any info regarding site Psychology, but hopefully more scientific information relating to designing websites ...
2
votes
11answers
403 views
What's your all-time creativity problem?
Sometimes, you stumble with programming. Sometimes, it's a lack of creativity, sometimes, you need a new solution.
But there are a lot of situations, you stick in, every time they occur.
For myself, ...
2
votes
17answers
747 views
What affects your motivation level to write good code?
When you suddenly feel "eehhhhhh....not now...just to get it done somehow", what can be the reason?
1
vote
1answer
80 views
Psych Experiment in Python (w/Django) - how to port to interactive web app?
I'm writing a psychology experiment in Python, and I need to make it available as a web app. I've already got the Python basically working as a command-line program. On the recommendation of a CS ...
1
vote
2answers
146 views
How could I emulate a visual analogue scale (VAS) in Winforms?
In Psychology, Visual Analogue Scales (VASs) are commonly used to collect subjective responses without overtly quantifying them. They don't have gradations; just end-points. The participant is asked ...
1
vote
3answers
183 views
Why do so many people confuse “/” as a backslash? [closed]
This question will probably get closed. But I am very curious so I wanted to ask it anyways in hopes it will start a good discussion.
It seems like more people think / is a backslash then the ones ...
1
vote
0answers
47 views
I'm looking for a way to evaluate reading rate in several languages
I have a software that is page oriented instead of scrollbar oriented so i can easily count the words, but i'd like a way to filter outliers and some default value for the text language (that is ...
1
vote
10answers
353 views
Are some places more conducive to programming than others?
I have been experimenting with programming in different places like parks, coffee houses and even the beach !!! I have almost always found that programming in places such as these stimulates the brain ...
0
votes
1answer
28 views
Tf2 item and game [closed]
Um, tf2 hat for Portal2 , someone is cheating me ? He said that they don't have many customers and they have 'promotion' ... Ha also give the part of key ...
RA52E-875XB-XXXX-XXXX-XXXXX
Fake stuff ...
0
votes
1answer
63 views
Do not know what to do [closed]
I have a problem.. Or at least I think that this is the problem.
I'm very curious guy in terms of computer programming. But the issue is that I'm not a professional in any field of computer "science" ...
0
votes
2answers
190 views
Are there different intensity levels of flow/“being in the zone”? Is there a high quality flow? [closed]
There have been a few occasions where I experienced "the zone" in an uncommon intensity. During these occasions I simply do not lose any thinking power and do not tire over the course of a 12+ hour ...
0
votes
4answers
232 views
Tips on creating user interfaces and optimizing the user experience
I am currently working on a project where a lot of user interaction is going to take place. There is also a commercial side as people can buy certain items and services.
In my opinion a good blend of ...