active questions tagged human-factors - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T00:58:08Z http://stackoverflow.com/feeds/tag/human-factors http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1879780/why-is-short-project-lifetime-and-other-situation-specific-reasons-used-to-excuse 1 Why is short project lifetime and other situation-specific reasons used to excuse crappy code? [closed] sharptooth 2009-12-10T09:27:05Z 2009-12-10T11:12:47Z <p>Every now and then (including on SO) people say things implying that "if the project is short lived you can leave obvious defects there" or "that memory leak only accounts for 100 bytes per whole program lifetime and could be left".</p> <p>Now in my practice I always reuse company-owned code to the greatest extent I can. Like if I need something and I can find it in the company codebase I take it from there and reuse or adapt. This means that any crappy code will be reused as well and I might notice or not notice defects therein. So the defect in some "test we only need for a month" can slip into a proram we ship to customers. And a leak that "only accounted for 100 bytes per lifetime" now could account for 100 bytes 10 times per second in a server application intended to run for months.</p> <p>That's why I don't understand why excuses like that are offered. Is our compamy the only one having a source control? Or are we the only company that requires writing human-readable code?</p> <p>Could anyone shed a light on why people seriously offer such excuses?</p> http://stackoverflow.com/questions/556062/do-you-consider-performance-reviews-useful-and-why 7 Do you consider performance reviews useful and why? Rorick 2009-02-17T09:19:21Z 2009-11-24T23:40:03Z <p>Hello, all,<br /> It looks like performance reviews are used in virtually any organization. You know, those lists of objectives, values, estimates (achieved, partially achieved, exceeded etc.) And then you'll get bonus and (or) promotion by results. Or won't get. </p> <p>But there are certain objections against these reviews. E.g. from Joel Spolsky: <a href="http://www.joelonsoftware.com/news/20020715.html" rel="nofollow">Measure</a> or <a href="http://www.inc.com/magazine/20081001/how-hard-could-it-be-sins-of-commissions.html?partner=fogcreek" rel="nofollow">Sins of Commissions</a> As far as I remember, <a href="http://rads.stackoverflow.com/amzn/click/0932633439" rel="nofollow">DeMarco and Lister</a> also criticized performance reviews. Nevertheless, there are tons of management and HR books about performance reviews and appraisals.</p> <p>So I feel confused. Obviously, there should be some way to promote software engineers. But performance reviews seem to be extremely subjective, error-prone and demoralizing. I have not enough experience to form my consistent opinion, so I'd like to read opinions of others on this matter:<br /> Are performance review useful and why? What are alternatives?</p> http://stackoverflow.com/questions/1747567/new-project-panic 2 New project panic Palantir 2009-11-17T09:23:14Z 2009-11-17T09:47:06Z <p>I have a question which is not strictly-speaking programming related, but nevertheless caused by being an analyst and a programmer at the same time. </p> <p>It's about starting new projects which seem to be unfeasible, because they have an unknown domain, lack specifications, and/or require technology which I am not familiar with. I get some sort of panic when I approach such a project, and then relax as I proceed along with domain and technology understanding. </p> <p>Is this something you experience? How do you cope with it?</p> http://stackoverflow.com/questions/1735394/how-much-code-can-a-programmer-be-intimately-familar-with 3 How much code can a programmer be intimately familar with? JimDaniel 2009-11-14T19:49:36Z 2009-11-14T21:00:33Z <p>Are there any statistics for this? I realize it must vary from person to person, but it seems like there should be a general average.</p> <p>The reason I ask is that the company I contract for has multiple software products, totaling ~75,000 lines of code - and they seemed disappointed and shocked when they ask me a question about a specific portion that I don't immediately know the answer to (I am the only programmer they have, and did not author the majority of the systems) They think I should just know it all from memory. So I wanted something like a statistic to show them that an average programmer couldn't possibly have all that in his head at one time. Or should I?</p> http://stackoverflow.com/questions/1004738/how-to-get-the-most-out-of-a-3-month-intern 13 How to "get the most" out of a 3 month intern. firoso 2009-06-17T02:01:41Z 2009-10-29T17:07:58Z <p>We've got a software engineering intern coming in, fairly competent, shows promise, only catch: we have him for 3 months full time, and we can't count on anything past that. We have a specific project we're putting him on. How can we maximize his productivity while still giving him a positive learning experience?</p> <p>Edit: he still has a year of school left, which is why we can't say for sure that we have him past 3 months.</p> <p>Edit 2: he wants to learn about development cycles and real world software-engineering. Anything that you think would be critical to learn that you wish you had earlier?</p> <p>Edit 3!: Purely informative, it's now been nearly six months, he's preformed admirably and even I have learned alot from him. Thank you all for the input. Now I wanted to provide feedback to YOU!</p> <p>He has benefitted most from sitting down and writing code. However he has had a nasty history of bad software engineering practices which I'm trying to replace with good habits (properly finishing a method before moving on, not hacking code together, proper error channeling, etc)</p> <p>He has also really gained alot by feeling involved in design decisions, even if most of the time they're related to my own design plans.</p> http://stackoverflow.com/questions/1590149/did-you-ever-get-into-trouble-because-of-using-or-creating-odd-named-software 2 Did you ever get into trouble because of using or creating odd-named software? DR 2009-10-19T17:56:58Z 2009-10-20T09:02:30Z <p>I've noticed that some software names occasionally raise an eyebrow.</p> <p>I'm thinking of:</p> <ul> <li>libpr0n (semi-official synonym of <a href="http://www-archive.mozilla.org/projects/libimage/libpr0n.html" rel="nofollow">libimg2</a>)</li> <li>mutt (Mail client)</li> <li>BullZip (Freudian slip waiting)</li> <li>GSpot (codec identification software)</li> </ul> <p>Did you ever get into trouble for using software or creating software with an odd name like these?</p> http://stackoverflow.com/questions/901724/what-skills-should-a-tech-leader-have 7 What skills should a tech leader have? Gabriel Sosa 2009-05-23T15:19:52Z 2009-09-30T13:33:33Z <p>Should they have a degree?</p> <p>A few things I can see, they:</p> <ul> <li>should know the platform they are working on </li> <li>should know to listen</li> <li>should know how to drive problems</li> <li>should know how to mediate between co-workers</li> <li>many others....</li> </ul> http://stackoverflow.com/questions/497484/is-it-possible-to-teach-humility-to-a-smart-but-inexperienced-programmer 13 Is it possible to teach humility to a smart but inexperienced programmer? joeforker 2009-01-30T22:18:55Z 2009-09-10T13:47:31Z <p>I used to work with a guy who was fresh out of college and acted like he was the God of Java &mdash; <em>the best possible programming language that could ever be invented</em> (and no other language, with the possible exception of XML). He was pretty good at Java, condescending if asked for advice on a topic, and thought it would be a great idea to rewrite our 180kloc project. "6 months tops, no problem!" (Thankfully, the boss did not agree.)</p> <p>This person did not find "We have seen the enemy, and he is us." to be a convincing mantra.</p> <p>Is there anything a more experienced but "inferior" peer can do to help? Should this person receive a brutal rejection? Or do his coworkers just have to wait a few years, and trust the boss to say no to rewrites?</p> http://stackoverflow.com/questions/92159/how-do-you-vent-stress-as-a-programmer 77 How do you vent stress as a programmer? [closed] Aleksandar Dimitrov 2008-09-18T12:39:01Z 2009-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/891701/captcha-algorithm 0 Captcha algorithm Roger Nolan 2009-05-21T07:06:55Z 2009-08-21T09:44:47Z <p>I've notised that Stack Overflow only presents me with a captcha occasionally. Does anyone know if it has a good algorithm for sensing if I might be a robot or, instead if it's just random. </p> <p>Reducing reliance on captchas is obviously a good thing.</p> http://stackoverflow.com/questions/1054775/how-can-i-describe-a-bug-as-a-feature 1 How can I describe a bug as a feature? [closed] Pablojim 2009-06-28T11:48:28Z 2009-06-28T12:03:32Z <p>I often hear of situations where a bug in a program is passed off as a feature. This seems like a useful skill to have.</p> <p>Please describe a technique for doing this - preferably with specific examples.</p> http://stackoverflow.com/questions/549248/do-programmers-usually-possess-the-wake-up-late-go-to-bed-late-personality-typ 23 Do programmers usually possess the "wake up late, go to bed late" personality type? User 2009-02-14T15:34:23Z 2009-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/888083/using-spaced-repetition-to-retain-programming-knowledge 4 Using spaced repetition to retain programming knowledge nagul 2009-05-20T14:00:45Z 2009-05-20T20:53:31Z <p>Has anybody successfully used spaced repetition concepts embodied in programs like supermemo in the context of programming ? </p> <p>The motivation for this question: I'm increasingly having to look up things I knew. </p> <p>Reading this Wired piece <a href="http://www.wired.com/medtech/health/magazine/16-05/ff_wozniak" rel="nofollow">"Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm"</a> has me wondering if this has worked in practice for anybody. I'm talking about using it to remember programming snippets, keywords, APIs etc so I don't have to browse through "X in a Nutshell" just to refresh my memory.</p> <p><strong>Update:</strong> I think I should expand on this a bit more. Let me illustrate with 2 examples: </p> <ul> <li>Around 5 years back, I wrote many a Perl program without breaking sweat. I have now forgotten so many of the simple things about writing Perl scripts that the time I'd take to get really productive again isn't worth the simple problem a script solves. Worse yet, I know I'd forget this yet again because it'd be a cursory glance at "Perl in a Nutshell" and the next script-writing opportunity would probably turn up another 6 months down.</li> <li>At an earlier time, I knew the C++ STL inside out. Now, I'm spending time going over the intricacies of the STL, the gotchas, the non-obvious mistakes that it's easy to make that could doom my project, or at least force me to spend hours debugging later.</li> </ul> <p>In both cases, I'd spend that little bit extra time &amp; effort this time around, if I knew it'd help me retain this info in future. Probably highlighting APIs and keywords as what I'd like to remember isn't entirely right, but it's not programming concepts either. I can remember those. It's the knowledge that falls in between, the quirks and specialized ways of doing things on a particular language/platform that I'd like to not have to re-learn. </p> <p>So, has anyone used these techniques to retain this kind of knowledge?</p> http://stackoverflow.com/questions/873602/how-does-ui-design-differ-when-designing-a-software-appliance-console-from-tradit 1 How does UI design differ when designing a software appliance console from traditional web applications? jm04469 2009-05-17T00:12:10Z 2009-05-17T02:18:14Z <ul> <li>Are there any open source frameworks that are for this purpose?</li> <li>How does UI design differ when designing a software appliance console from traditional web applications?</li> <li>Any examples of particularly well-design user interfaces for software appliances?</li> </ul> http://stackoverflow.com/questions/639797/constructing-regex 2 Constructing regex goldenmean 2009-03-12T18:03:58Z 2009-03-12T18:55:27Z <p>Hi,</p> <p>I use regex buddy which takes in a regex and then gives out the meaning of it from which one gets what it could be doing? On similar lines is it possible to have some engine which takes natural language input describing about the pattern one needs to match/replace and gives out the correct(almost correct) regex for that description?</p> <p>e.g. Match the whole word 'dio' in some file </p> <p>So regex for that could be : <code>&lt;dio&gt;</code> or</p> <p>\bdio\b</p> <p>-AD.</p> <p>P.S. = I think few guys here might think this as a 'subjective' 'not-related-to-programming' question, but i just need to ask this question nonetheless. For myself. - Thanks.</p> http://stackoverflow.com/questions/335293/human-factors-design-meeting-psychological-needs-in-ui-design 25 Human factors design (meeting psychological needs in UI design) Adam Davis 2008-12-02T20:22:53Z 2009-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/489302/os-user-interface-guidelines-when-to-ignore 4 OS user interface guidelines: when to ignore? Adam Davis 2009-01-28T20:52:53Z 2009-02-27T16:55:27Z <p>A line in <a href="http://stackoverflow.com/questions/98310/focus-follows-mouse-plus-auto-raise-on-mac-os-x#100142">this answer</a>, "<em>Get used to using the Mac on its own terms</em>", took me aback a little bit, and made me start to think about something I pondered ages ago and still haven't come up with a good answer to.</p> <p>Each OS has its own guidelines for how to develop an application's interface so it fits with the OS, and consequently the mindset of the user.</p> <p>While no one really enforces this to any great degree (aside from the usual "made for xyz OS" programs) it bothers me that I have to make a choice when developing an application that suggests functionality that is different from the OS suggestion. It may be the application itself is better with a different user interface, or it may be due to implementation, such as being a webapp or cross-platform.</p> <p><strong>App vs OS:</strong></p> <ul> <li>What are the ramifications if I choose to develop against those UI recommendations assuming I have a good reason to do so?</li> </ul> <p><strong>Webapp vs OS:</strong></p> <ul> <li>If I'm developing a webapp that's meant to be used as if it were a desktop app what do I do: <ul> <li>Develop and follow my own convention (or one of the major OS's conventions)</li> <li>Check the user's OS and follow that convention (and thus a user would get a different experience on different computers even if using the same account)</li> <li>Follow the convention of another major webapp (gmail/docs, live, etc)</li> </ul></li> </ul> <p><strong>Cross platform vs OS:</strong></p> <ul> <li>In developing an app that is cross platform <ul> <li>Follow one OS's convention</li> <li>Use a cross platform library that follows most of the OS conventions depending on the OS it's being run on, though none are perfect</li> <li>Custom interface for each OS that is fully native</li> </ul></li> </ul> <p>I realize it depends greatly on resources available, and various other unknowables, but what are the considerations, tactics, and arguments you use when considering this choice.</p> http://stackoverflow.com/questions/491423/what-healthy-tricks-do-you-use-to-stimulate-your-brain-and-increase-code-output 5 What Healthy Tricks Do You Use to Stimulate Your Brain and Increase Code Output? Brock Woolf 2009-01-29T12:33:42Z 2009-02-19T17:01:22Z <p>There have been a few posts around the place as to what is the best music for coding, etc. While music can certainly make coding more enjoyable, I don't believe it actually makes me more productive and in fact probably distracts me more as I want to mess around with iTunes playlists, ratings and find good music to listen to.</p> <p>I find that the best way to increase my code output is to get my brain active. Moderate exercise say at least a good run once per week keeps my brain "refreshed" and when i need to code hard core I find that Red Bull helps a LOT.</p> <p>Coke is a second and Coffee is third in line with how effective I am when programming. Red Bull for me is like some magic crazy juice that unleashes my brain to do some super coding. I probably sound like a drug addict Artist who does his best work when on Cocaine or something, but it's oddly true. I have a friend who is the same, except his drug of choice is V.</p> <p>The thing that isn't good about this is that I would imagine that drinking Red Bull all the time is not good for my health, since it's loaded with caffeine, sugar and food acid so I try to drink it only when I absolutely must, which is around the time when projects are due.</p> <p>So what healthy alternatives do you use in order to increase your coding output and stimulate your brain activity?</p> http://stackoverflow.com/questions/364885/do-you-use-your-mouse-as-a-placeholder-while-youre-reading-code-documentation 6 Do you use your mouse as a "placeholder" while you're reading code/documentation? Uri 2008-12-13T05:25:18Z 2009-02-02T09:53:20Z <p>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 for remaining oriented. I'd like to correlate what I see with the experiences of others.</p> <p>So, let's say you're reading a long piece of code or documentation. Do you use your mouse or the insertion point as a placeholder? Select stuff before you read it? Just move the cursor around? Not do any of that at all and just rely on memory? Any feedback or observations would be appreciated. </p> <p>EDIT: Also, do you sometimes end up returning to something you have recently read/marked? Would you benefit from something that highlighted your most recent markings and then slowly "decayed"?</p> http://stackoverflow.com/questions/395144/what-should-be-considered-when-deciding-between-explicit-vs-implicit-paging-in-a 1 What should be considered when deciding between explicit vs implicit paging in a UI? Steve Steiner 2008-12-27T16:43:47Z 2008-12-30T18:05:56Z <p>When a list becomes <strong>very large</strong>, presenting it in a UI raises a design issue. Should the user get pages of items or should the user get a list control that pages items implicitly as it is scrolled? </p> <p>In google search, paging of results is explicit. You get a set of results and hit a link to get the next set. On the iPhone the application names in the app store are implicitly paged. In that case scrolling causes them to load. The inbox in Outlook is implicitly paged, but the inbox in Outlook Web Access is explicitly paged. </p> <p>What factors should be considered when when making this UI design decision?</p> <p>Edit: The term <strong>very large</strong> is subject to some interpretation.<br /> To give some structure consider these different cases:</p> <p>Case A: The list: 1. May grow over time. 2. Has at least 2 Billion items.</p> <p>Case B: The list: 1. May grow over time. 2. Has thousands of items.</p> <p>I'd claim case A and B are qualitatively different, though I'm certainly open to being shown that I'm wrong.</p> http://stackoverflow.com/questions/244038/how-do-you-deal-with-brain-buffer-overflow 3 How do you deal with Brain Buffer Overflow? EvilTeach 2008-10-28T16:55:17Z 2008-10-28T20:30:20Z <p>This is probably an old topic, but I just ran into it again, and it sounds like a good area to look for other ideas.</p> <p>The library I am working on has a bug that I am having difficulty isolating. In fact one of the things that happened in the last day or two, was the size got too big. The amount of detail is so large, I can't keep the whole thing in my head.</p> <p>I call this Brain Buffer Overflow.</p> <p>There are many techniques available to help reduce the size of the stuff you need to fit into your head, so there is room for more important stuff.</p> <ul> <li>Breaking things into <strong>functions</strong>, so you deal with the interface, rather than the internal details.</li> <li>Same thing for <strong>classes</strong>. Hide the dirty implementation behind a class interface, so you don't have to think about the details.</li> <li>I print source listings and tape them up on the wall, so I have a more global view than what is available, though my 22 inch lcd monitor.</li> </ul> <p>What techniques do you use to help keep unneeded stuff out of your brain buffer, so you can deal with larger problems?</p> http://stackoverflow.com/questions/219718/work-breaks-eye-condition 1 Work Breaks & Eye condition Miguel Ping 2008-10-20T20:11:35Z 2008-10-20T20:40:07Z <p>I've found <a href="http://stackoverflow.com/questions/119064/tips-for-reducing-eye-strain">this</a> tips great. But some years ago, I had some programs that popped up an alert every hour or so (Tea Break or something like that was the name of the program).</p> <p>Does anybone know a good, non-intrusive program that indicates me when it's time to have a break? When I'm deep coding, I loose the notion of time, so some kind of notification program would be great to reduce eye strain.</p> http://stackoverflow.com/questions/188835/pronouncable-passwords 2 Pronouncable passwords? Adam Davis 2008-10-09T19:32:35Z 2008-10-09T20:47:46Z <p>Modules or software solutions for generating English pronounceable passwords?</p> <p>Are there similar modules for other languages?</p> <p>-Adam</p>