active questions tagged psychology - Stack Overflowmost recent 30 from stackoverflow.com2009-12-20T15:57:08Zhttp://stackoverflow.com/feeds/tag/psychologyhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/102702/are-people-with-certain-myers-briggs-personality-types-drawn-to-careers-in-progra17Are people with certain Myers Briggs personality types drawn to careers in programming/development?Steve Duitsman2008-09-19T15:17:52Z2009-12-18T09:31:35Z
<p>I've been wondering if there are certain <a href="http://en.wikipedia.org/wiki/Myers_briggs" rel="nofollow">personality types</a> that are drawn to programming. If you've taken this test, please post your types here and I'll compile the results.</p>
<p><strong>Update:</strong> There have been a few answers <a href="http://stackoverflow.com/questions/102702/are-people-with-certain-myers-briggs-personality-types-drawn-to-careers-in-prog#102813">regarding the erroneous nature</a> of the results from a Myers Briggs personality test. Please take this into consideration if you're using this for anything important. For me, I'm really just curious.</p>
<p>The nature of this question, to me at least, implies that the results of this test have merit. Please limit the answers to actual personality types. Thanks!</p>
http://stackoverflow.com/questions/1813912/does-a-reference-work-with-human-behavior-perception-patterns-exist6Does a reference work with human behavior/perception patterns exist?Domus2009-11-28T22:02:59Z2009-12-04T16:32:57Z
<p>In all current and future projects I pledged to concentrate all the ground work around interaction design.</p>
<p>I'm aware of Alan Cooper's work, and it's excellent, but what I'm looking for is a reference work with observed human behavior when confronted with certain visual elements and usage scenarios.</p>
<p>Some kind of "user psychology for developers." Which colors convey which feelings, where is the eye led, and how. How much can a user remember, which approach to take to map the user's mental model onto the interface as closely as possible (or rather the opposite).</p>
<p>I developed a design steps framework in order to work out interaction scenarios and user goals, taking into consideration several factors such as fun, confusion, and fulfilment.</p>
<p>What is lacking is an exhaustive guide to human interaction behavior and perception, so that one doesn't have to rely on one's own (often faulty) intuition.</p>
<p>My goal, basically, is to achieve a rule-testable interaction design framework.</p>
http://stackoverflow.com/questions/1600071/are-there-any-serious-scientific-psychological-studies-about-the-ideal-maximum10Are there any serious scientific (psychological) studies about the ideal/maximum length of working time for a programmer?Milan Novota2009-10-21T10:52:27Z2009-11-11T17:00:31Z
<p>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?</p>
http://stackoverflow.com/questions/1326925/what-should-a-developer-know-about-interface-design-usability-and-user-psycholog13What should a developer know about interface design, usability and user psychology to create great software?Developer Art2009-08-25T08:49:39Z2009-11-07T17:45:36Z
<p>What should a developer know about user interface design, usability and less technical aspects of human computer interaction?</p>
<p>What knowledge of usage scenarios, user behavior patterns and the psychology of user to computer interaction should we embrace to design effective software that helps users solve their problems in a natural and uncomplicated way without building barriers and creating obstacles?</p>
<p>There is much more to design of software than building the architecture, implementing the requirements and creating a nice-looking interface. A beautiful interface may not necessarily be useful and effective, and vice versa, an ugly software utility can become a favorite tool for many users. What at least basic knowledge should a decent developer or designer have to smooth the user experience?</p>
<p>Please focus on one issue per answer, describe a problem, bring examples, how the user experience is impaired and what are the ways to address the situation.</p>
<p>I will start:</p>
<p>PROBLEM: Interfaces with lots of controls and options immediately on one screen can be overwhelming to users. They will have to waste time looking through all of them trying to locate the one option they need. They'll also get distracted in the process, see one more feature, go there to learn about it and maybe read help to see if it can solve their problems, then another one and so on until they are completely lost.</p>
<p>EXAMPLE: As a good example I will cite the Microsoft Word (as well as other Office applications) of pre-2007 version. The sheer amount of menus and options has always scared me. I managed to remember where were the options I needed most often but that's it. Everything extra, I tend to google for things I need to learn where this particular feature is located in the forest of options.</p>
<p>SOLUTION: Hide out all extra options behind a few menus and submenus <em>logically structured</em> for the user to be able to locate them through the process of logical thinking. The 2007 redesign has obviously taken the problem into account by grouping the options into tabs. I found many new options I needed without googling but just by thinking where it could belong and looking there. Not that it has always worked, but the improvement can be felt.</p>
<p>Now, what are your ideas?</p>
http://stackoverflow.com/questions/1393148/programming-psychology-when-why-and-how-long-are-your-totaly-unmotivated-phases13Programming-psychology: When, why and how long are your totaly unmotivated-phases?Lichtamberg2009-09-08T10:15:36Z2009-11-06T14:21:55Z
<p>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.</p>
<p>Sometimes you are hacking programs for about a week and sometimes you become unmotivated even after 10 minutes...</p>
<p>Did anybody find out, when these unmotivated-phases occur? Did you find out some "psychological"-rules when they happen?</p>
<p>F.e. I noticed, that I'm absolutely unmotivated if I want to "feel alive" and be around with friends... These phase keeps about 2 weeks...</p>
<p>What about you? </p>
http://stackoverflow.com/questions/1139279/computer-science-and-psychology8Computer Science and Psychologyn3rd2009-07-16T18:04:32Z2009-10-14T11:44:23Z
<p>First off, my apologies for asking this fairly off-topic question. But in my experience, there are a lot of highly intelligent people on SO so I figured I might give it a shot. Please don't be too triggerhappy with the 'close'-button :-) Besides, I think there's some chance that this may be of general interest.</p>
<p>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 <em>that</em> vague. Now, there are a lot of interesting things out there that I could go for, Neural Networks (and AI in general) immediately come to mind. I am sure there are some aspects of UI design that could fall into this category as well (I've heard very good things about <a href="http://rads.stackoverflow.com/amzn/click/0672316498" rel="nofollow">Alan Cooper's book</a>, for instance).</p>
<p>Is there anything else you guys would suggest? Bonus points for links to any (scientific) publications that are cite-worthy ;)</p>
http://stackoverflow.com/questions/1455422/progress-bars-for-tasks-that-can-take-an-indeterminate-ammount-of-time4Progress bars for tasks that can take an indeterminate ammount of time?Robert Fraser2009-09-21T16:25:06Z2009-09-21T17:43:31Z
<p>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 would take, but you have a good idea of an "average" time. For example, a task that would usually take around 30 seconds, but you have no way of knowing the progress (other than if its still going on or just failed). What would be the best UX?:</p>
<ul>
<li>A progress bar that starts out fast and slows down (maybe with progress being a 1/x style asymptotic curve) that hits 50% around the average task time (the eclipse style guide suggests this).</li>
<li>A progress bar that progresses, slowly, at a constant rate and maybe hits the "average time" at 15% or something (IE/Firefox do this when initially looking up a domain)</li>
<li>An indeterminate squiggly bar (macs have this all over the place, newer windows versions have it, too) that just shows some sort of motion without suggesting any progress, a spinner, or some animation that just notifies the user that something is going on.</li>
</ul>
<p>Would the answer differ if the average time was 10 minutes instead of 30 seconds?</p>
<p>Thanks,
Robert</p>
<p><strong>EDIT:</strong></p>
<p>Just to be clear, the question is about progress bars where you have NO idea/indication of how long it will take (for example, executing a task on a remote machine). If you do have some indication of progress, it's often good to use that.</p>
http://stackoverflow.com/questions/92159/how-do-you-vent-stress-as-a-programmer77How do you vent stress as a programmer? [closed]Aleksandar Dimitrov2008-09-18T12:39:01Z2009-08-28T19:09:27Z
<p>The title really says it all. Let's face it, programming is an extremely stressful job. I've seen half of my class crying in programming courses at college (I'm a CL student, we have about 70% women ;-), and I remember myself way too often as a train wreck ready to smash everything into pieces.</p>
<p>There are a lot of things that can put a programmer under stress. Most commonly, it's client's expectations, deadlines, nasty bugs that have been slowing you down for a week already. Sometimes you feel like you have to compete with somebody, and produce the better code, of course. Sometimes it's your own stubbornness that can get you into trouble. We probably know it all: you're sitting in front of the computer at 5 a.m., the damn birds already start singing outside and you're still hunting that bug, because… well, BECAUSE! As a result, you don't get enough sleep and next the day everything starts over again, because you cannot concentrate.</p>
<p>The list probably goes on for a while, so feel free to add stuff.</p>
<p>In the past I've had numerous approaches to relieving myself from the strain. Some of them I wouldn't want to talk about on a public forum. Other than that, I've played games (mostly RTS and Shooters, although normally I despise the latter.), went out for a walk, procrastinated work until it was too late…</p>
<p>I have yet to come up with a surefire, or at least marginally reliable method of "letting things go". I think I've made a good step in the right direction in not allowing myself anymore to get angry at 5 a.m. If it's past, say 2 a.m. I just go to bed when something doesn't work as expected, and do it the next day.</p>
<p>But that doesn't cut it. I'm still young (I guess), I don't want to die from a heart attack at age 46. That's why I'd like to find out how more experienced (or clever) people than I are handling a typical porgrammer's stress situations.</p>
<p>If you have some resources on time-management or anti-procrastination techniques, I'd be happy to hear about them, too.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1173214/how-to-stop-working2How to stop workingOscar Reyes2009-07-23T17:14:28Z2009-07-23T21:17:13Z
<p>Sometimes I just don't know how to stop working. </p>
<p>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. </p>
<p>I just see how the clock keeps going, 6pm 7pm 8pm .... 3am </p>
<p>Is not that I really like the code or something, this is different. It like when you thought the change/fix would be sooo easy and suddenly it gets complicated and a tiny error after the other pops. </p>
<p>I can say: well I fix it tomorrow, but then I would be delayed ( the schedule says M of N , M must be finished today ) </p>
<p>The real problem is I get overkill and the next day it is harder for me to think clearly. By the end of the week I'm totally burn out and eventually I slip off the schedule.</p>
<p>I have to make the purpose of STOP WORKING, but I can't </p>
<p><em>"... I just want to see this tiny change reflected before I leave, but a dozen of micro errors happen in the middle...."</em></p>
<p><sub>Should this be CW? I hope there IS a correct answer for this though</sub></p>
http://stackoverflow.com/questions/1047231/what-subjects-are-beneficial-to-learn-in-order-to-understand-human-interaction-wi2What subjects are beneficial to learn in order to understand human interaction with computersCrippledsmurf2009-06-26T03:55:43Z2009-07-11T03:07:40Z
<p>I was inspired by <a href="http://stackoverflow.com/questions/1046994/want-to-get-more-into-design-closed">this</a> question, and it's first answer to ask my question.</p>
<p>What specific areas of study, if any, focus on human-machine interaction and the study of human behaviour with regard to computers?</p>
<p>From my understanding of the issue I am considering study in the following (broad) areas:</p>
<ol>
<li>Design</li>
<li>Psychology </li>
</ol>
<p>Are there any particular disciplines in these areas or others that would benefit me in understanding how users think?
EDIT: It seams the question I was inspired by is closed now, this may mean my question will be closed too. I think the difference is that rather than saying "I want to be good at design" I am asking how I can improve my undestanding of the human factors that makes a design a good one, I don't know if that's sufficxiently different or not, I hope so</p>
http://stackoverflow.com/questions/697876/any-tips-for-forgetting-standards-ideal-workflows-conventions-etc-and-just4Any tips for forgetting standards, ideal workflows, conventions, etc... and just coding?blindf1re2009-03-30T16:14:18Z2009-06-13T22:19:47Z
<p>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 tedious, and overall "better" ways of doing a certain task. Instead of spending the time writing bad code and learning from my own mistakes, I continue absorbing information -- searching for the "right" way of coding (if there is such a thing). I understand I need more practical knowledge to properly associate new information with my own experiences. But the fact that I know I may not using some coding convention or standard practice continually irritates me while I'm writing code.</p>
<p>At this point, the vast amount of information almost becomes a disservice to my learning process.</p>
<p>Does anyone have any tips to strike a balance between theoretical learning and practical knowledge? Could it really be as simple as "stop thinking and start coding"? Perhaps someone might have a relaxation technique they could share which helps focus their mind?</p>
http://stackoverflow.com/questions/549248/do-programmers-usually-possess-the-wake-up-late-go-to-bed-late-personality-typ23Do programmers usually possess the "wake up late, go to bed late" personality type?User2009-02-14T15:34:23Z2009-06-13T22:13:41Z
<p>Inspired by this question: <a href="http://stackoverflow.com/questions/102702/are-people-with-certain-myers-briggs-personality-types-drawn-to-careers-in-progra">Are people with certain Myers Briggs personality types drawn to careers in programming/development?</a></p>
<p>I certainly belong with this group.</p>
<p>By the way, anyone knows the English (psycho-)terms for this personality type and its opposite - "wake up early, go to bed early"?</p>
<p>Edit: Thanks to DrJokepu, we figured out the terms: <strong>early bird (morning person)</strong> vs. <strong>night owl</strong>.</p>
http://stackoverflow.com/questions/672570/bullying-mobbing-at-work1Bullying (mobbing) at work [closed]Michael Damatov2009-03-23T08:40:10Z2009-05-20T22:08:33Z
<p>Have you ever experienced <a href="http://en.wikipedia.org/wiki/Workplace%5Fbullying" rel="nofollow">bullying</a> (mobbing) at the workplace? What did you do?</p>
<p>Or the problem doesn't exist for software developers?</p>
http://stackoverflow.com/questions/646533/how-to-manage-stressful-situations5How to manage stressful situations?Hamid2009-03-14T19:18:44Z2009-04-28T20:43:53Z
<p>Hi.</p>
<p>I've worked in IT, mostly as developer, besides school and full time for a couple of years now. And no matter whether the team was using an agile approach or just somehow "simply do it", mental stress seems inevitable. Every team member reacts differently to stress, some get sick more often and whatever. How to manage stress, or better avoid it, without being careless towards the project or turning unproductive and of course keeping deadlines.</p>
<p>So, how do you manage stress?</p>
http://stackoverflow.com/questions/126589/what-strategies-do-you-use-to-minimise-the-effects-of-context-switching-in-your-j12What strategies do you use to minimise the effects of context-switching in your job?Umber Ferrule2008-09-24T11:29:42Z2009-04-27T04:20:11Z
<p>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.</p>
<p>I personally make notes as I'm working on stuff in the mind-mapping tool, <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" rel="nofollow">Freemind</a>. I find this does minimise the effects of context-switching - I can quite quickly pick up where I left off - but I'd be interested to see what everyone else does.</p>
http://stackoverflow.com/questions/736749/what-is-your-psychological-type-according-to-the-myers-briggs-type-indicator-4What is your Psychological Type according to the Myers-Briggs Type Indicator? [closed]Hideo2009-04-10T04:57:56Z2009-04-10T05:08:12Z
<h3>Duplicate: <a href="http://stackoverflow.com/questions/102702/are-people-with-certain-myers-briggs-personality-types-drawn-to-careers-in-progra">Are people with certain Myers Briggs personality types drawn to careers in programming/development?</a></h3>
<p><hr /></p>
<p>Mine is INTJ.</p>
http://stackoverflow.com/questions/335293/human-factors-design-meeting-psychological-needs-in-ui-design25Human factors design (meeting psychological needs in UI design)Adam Davis2008-12-02T20:22:53Z2009-03-03T18:29:34Z
<p>Reading about the <a href="http://en.wikipedia.org/wiki/G.729" rel="nofollow">G.729 codec</a>, I found this interesting tidbit about "<a href="http://en.wikipedia.org/wiki/Comfort%5Fnoise" rel="nofollow">Comfort Noise</a>":</p>
<blockquote>
<p>A comfort noise generator (CNG) is
also set up because in a communication
channel, if transmission is stopped,
and the link goes quiet because of no
speech, then the receiving side may
assume that the link has been cut. By
inserting comfort noise the old analog
hiss is played during silence to
assure the receiver that the link is
active and operational.</p>
</blockquote>
<p>This is the kind of thing a good programmer needs to know about before they design VOIP software, for instance.</p>
<p>Earlier today I also learned about <a href="http://scienceweek.com/2004/sc040709-4.htm" rel="nofollow">Saccadic Suppression</a>:</p>
<blockquote>
<p>Humans avoid retinal blurring during eye
movement by
temporarily attenuating the data
flowing from the retina into the
brain. An amusing way to demonstrate
this phenomenon is to look at your
face in a mirror. Holding your head
steady, look at one eye and then the
other, rapidly shifting your gaze
between the two. The image is stable
and you do not see your own eye
movement, but another person watching
you will clearly see your eyes move.</p>
</blockquote>
<p>This has application in video game and other visual and graphics development.</p>
<p>There are many books on user interface design, but I have yet to see a single reference which enumerates <em>most</em> of the human design factors we <em>should</em> understand when designing software. I expect a lot of software engineers learn this by the seat of their pants - they design it, find that something is odd and/or annoying, and play with it until it feels comfortable. Yet the answers already exist, the studies have been done, and <em>someone</em> knows not only how to fix our issue, but why it's an issue.</p>
<ul>
<li><strong>Without getting a BS/BA in a dozen different professions, where would I look for this sort of information?</strong></li>
<li><strong>Am I doomed to stumbling across it in daily internet surfing</strong> (which many companies/managers frown on)<strong>?</strong></li>
<li><strong>What other human factors impact programming</strong> (please link a reference, resource, or at least give a googleable technical name - alternately post a new question about it with the tag "human-factors")<strong>?</strong></li>
</ul>
http://stackoverflow.com/questions/560547/whats-so-special-about-the-greenish-blue-color-why-is-it-so-popular-in-web-desi6What's so special about the greenish-blue color? Why is it so popular in web design?User2009-02-18T10:38:28Z2009-02-18T11:18:39Z
<p>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. Is it so that this color is associated with ocean water color and provides some kind of relaxation to the site visitors or is it something else?</p>
<p>I'm in the process of designing a site and for now I'm with the blue color scheme, but... I have two variation, either with greenish-blue or blue-slightly-violet. I love them both equally and can't really choose one over the other.</p>
<p>Opinions, thoughts? Especially would be great if professional designers over here could shed some light.</p>
<p>An example from Windows:</p>
<p><img src="http://i42.tinypic.com/2rem5mt.jpg" alt="alt text" /></p>
http://stackoverflow.com/questions/559226/what-are-your-tips-to-get-into-a-state-of-flow-while-programming-1What are your tips to get into a state of `flow' while programming? [closed]Sridhar Ratnakumar2009-02-17T23:39:07Z2009-02-17T23:43:05Z
<p>Duplicate of <a href="http://stackoverflow.com/questions/75311/what-does-it-take-to-get-you-in-the-zone">http://stackoverflow.com/questions/75311/what-does-it-take-to-get-you-in-the-zone</a></p>
<p>What I normally do is - just start writing code focusing on some functionality as goal and then after 15 mins or so, I enter <a href="http://tinyurl.com/flowpsy" rel="nofollow">flow</a>. How do you approach it?</p>
http://stackoverflow.com/questions/493002/whats-your-all-time-creativity-problem1What's your all-time creativity problem?furtelwart2009-01-29T19:17:08Z2009-02-14T16:02:40Z
<p>Hi folks!</p>
<p>Sometimes, you stumble with programming. Sometimes, it's a lack of creativity, sometimes, you need a new solution.</p>
<p>But there are a lot of situations, you stick in, everytime they occure.</p>
<p>For myself, it's when I have to create the interface between model and viewer. I designed my data structure very well and drew a GUI prototype, but the missing link won't be written.</p>
<p>What are your personal barricades in developing projects?</p>
http://stackoverflow.com/questions/492178/links-between-personality-types-and-language-technology-preferences8Links Between Personality-Types and Language/Technology Preferences?Jonathan Sampson2009-01-29T15:52:15Z2009-02-07T06:29:03Z
<h3>I often times ask myself why I prefer one language over another.</h3>
<p>Whether it was the conditions of my life that shaped my preference subtly over the years, long before I had ever even seen a language.</p>
<p>I've asked myself if particular languages, patterns, or technologies can feed certain personality-traits unconsciously and make me a more tempered person, or less-tempered person. Would my choice language/technologies make me a more friendlier person? Cause me to feel as though I carry esoteric knowledge and am worthy to be adored?</p>
<p>I know that as a developer I've met many other programmers who have ego-issues. Yet others have severe insecurity-issues and feelings that they are incapable of doing anything really well. I'm curious which leads to the other, if any leading is taking place.</p>
<p>Do you think programming has affected you? Do you think your personality helped you pick your choice-technologies?</p>
<h3>Other Questions of Relevance</h3>
<ul>
<li><a href="http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you">What real life bad habits has programming given you?</a></li>
<li><a href="http://stackoverflow.com/questions/168805/what-real-life-good-habits-has-programming-given-you">What real life good habits has programming given you?</a></li>
</ul>
http://stackoverflow.com/questions/394719/economics-of-software-development6Economics of software developmentyacdmnky2008-12-27T06:00:05Z2009-02-05T04:21:28Z
<p>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 and theoretical.</p>
<p>Dependency Structure Matrices seem to offer something worthwhile. Carliss Baldwin has used these in some work on modularization, boundaries, and transaction costs. A lot of it comes off as just common sense, though.</p>
<p>Also, economists have developed something called Behavioral Economics. Is there a "Behavioral Software Engineering" that addresses cognitive biases in developers or groups of developers?</p>
<p>Here's an interesting looking reference:<br />
<a href="http://rads.stackoverflow.com/amzn/click/3639100840" rel="nofollow">http://www.amazon.com/Knowledge-Sharing-Software-Development-Comparing/dp/3639100840/ref=sr_1_1?ie=UTF8&s=books&qid=1232979573&sr=1-1</a></p>
http://stackoverflow.com/questions/174134/how-do-you-combat-denial-while-focused-on-doing-task-x-you-encounter-a-crash-o4How do you combat denial? While focused on doing task X you encounter a crash, or performance problem, or something else really bad...Corey Trager2008-10-06T12:54:55Z2009-02-02T21:51:50Z
<p>... 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 was just some random fluke. And then you forget all about it. Weeks or months later as your app gets wider usage and that fluky thing you say gets reported. You are forced to admit to yourself that you knew, you really knew, about the problem long ago, that you had seen it with your own eyes. But wishful thinking and denial made you [mentally] sweep it under the rug.</p>
<p>Or is this just me?</p>
<p>So, how do you combat denial?</p>
http://stackoverflow.com/questions/493308/do-you-know-about-any-serious-essay-about-psychological-profile-of-software-devel3Do you know about any serious essay about psychological profile of software developersRulas2009-01-29T20:39:40Z2009-01-29T21:16:20Z
<p>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 sense…so what’s the psychological pattern between them ? what is the influence of the context? What makes this vocation so particular?</p>
http://stackoverflow.com/questions/290868/how-to-recover-from-a-creative-burn-out4How to recover from a creative burn outNick2008-11-14T17:54:54Z2008-11-25T20:39:56Z
<p>What would be some efficient (economical) ways to recover from a creative burn out</p>
http://stackoverflow.com/questions/299825/are-some-places-more-conducive-to-programming-than-others1Are some places more conducive to programming than others?Nick2008-11-18T19:22:03Z2008-11-20T20:26:44Z
<p>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 and increases productivity.</p>
<p>Seeing people smiling and having a good time in general creates a good pleasant ambience that results in lesser fatigue ...</p>
<p>Has anyone had a similar experience?</p>
http://stackoverflow.com/questions/305792/favourite-quote2Favourite quote [closed]skifan02008-11-20T16:00:01Z2008-11-20T16:21:48Z
<p>Yesterday, I was attending a presentation on entering a top graduate school. One of the questions they asked was to write an essay about a quote that helped you becoming who you are now. Putting this into a programmer context, which is the quote that helped / helps you when making decisions, helps you to learn or making you grow?
(The presentor was saying that essays on quotes that you have from your high-school days usually score higher than generic quotes from famous people like Gates or Buffett)</p>
<p>PS One of my favorite quotes is this one by Marvin Minsky:</p>
<p>"Of course no computer could understand anything real -- or even what a number is - if forced to single ways to deal with them. But neither could a child or philosopher. So such concerns are not about computers at all, but about our foolish quest for meanings that stand by themselves, outside any context. Our questions about thinking machines should really be questions about our own minds." </p>
<p>To me, it basically states programming = psychology !</p>
http://stackoverflow.com/questions/302965/what-affects-your-motivation-level-to-write-good-code4What affects your motivation level to write good code?badbadboy2008-11-19T19:01:15Z2008-11-19T21:59:41Z
<p>When you suddenly feel "eehhhhhh....not now...just to get it done somehow", what can be the reason?</p>
http://stackoverflow.com/questions/206740/dealing-with-complexity6Dealing with complexitykronoz2008-10-15T22:19:21Z2008-11-16T20:39:22Z
<p>Forgive me for asking a rather general question, but how do you <em>psychologically</em> deal with high levels of complexity in software projects?</p>
<p>I'm working on a <a href="http://www.codegrunt.co.uk/blog/?cat=15" rel="nofollow">personal compiler project</a> and am currently trying to understand the <a href="http://msdn.microsoft.com/en-us/library/ms404384.aspx" rel="nofollow">unmanaged .net metadata API</a> (and before anybody mentions it, Reflection.Emit is <em>not</em> sufficient for my needs!) which are horribly opaque and have very little documentation. Half the time the documentation consists of PaintFooRed() - 'this function paints Foo red.' so I'm really scrabbling around in the dark trying to work things out through trial, error and working things out from first principals.</p>
<p>When dealing with enormous complexity like this I find the uncertainty of a. how long something may take, b. whether it's even possible and c. whether the approach I'm taking is correct is very difficult to deal with. </p>
<p>How do you deal with this kind of situation?</p>
<p>I've found that solving problems of this degree of uncertainty and complexity are a considerably greater joy than finding the solution to more trivial tasks - has anybody else experienced this too?</p>
http://stackoverflow.com/questions/125269/how-would-you-handle-users-who-dont-read-dialog-boxes24How would you handle users who don't read dialog boxes?Jason Mock2008-09-24T03:32:20Z2008-09-26T05:41:54Z
<p>A recent article on <a href="http://arstechnica.com/news.ars/post/20080923-study-confirms-users-are-idiots.html" rel="nofollow">Arstechnica</a> discusses a recent study performed by Psychology Department of North Carolina State University, that showed users have a tendancy to do what ever it takes to get rid of a dialog box to get back to their task at hand. Most of them would click ok or yes, minimize the dialog, or close the dialog, regardless of the message being displayed. Some of the dialog boxes displayed were real, and some of them were fake (like those popups displayed by webpages posing as an antivirus warning). The response times would indicate that those users aren't really reading those dialog boxes. </p>
<p>So, knowing this, how would this effect your design, and what would you try to do about it (if anything)?</p>