hot questions tagged procrastination - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T14:30:37Z http://stackoverflow.com/feeds/tag?tagnames=procrastination&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1770427/code-golf-what-is-the-shortest-program-that-compiles-and-crashes 21 Code-Golf: What is the shortest program that compiles and crashes? Don Johe 2009-11-20T13:29:14Z 2009-12-15T05:30:12Z <p>This is a little bit of fun. Can you devise the shortest program which compiles but does nothing but immediately crash when executed? Wherefore by "crash" we mean that the program stops with an error condition (a core dump for example).</p> <p>Is there a language that crashes faster (7 chars) than C using a gcc compiler? [I leave this answer for somebody to find.]</p> <p>(It should be allowable to use compiler flags. Otherwise 7 wouldn't work nowadays, compiler checks became much better.)</p> <p>[evaluation of results] I am unable to mark a single answer because there are multiple correct ones for multiple languages. It would not be fair to disqualify one answer for another. Please use votes for choosing best answers.</p> http://stackoverflow.com/questions/297037/what-tricks-do-you-use-to-get-yourself-in-the-zone 132 What tricks do you use to get yourself "in the zone"? Tim Jarvis 2008-11-17T21:38:56Z 2009-12-16T16:04:20Z <p>Once I am "in the zone" I am extremely productive and code just flows out of me, often I can get 2 or 3 days coding done in 1 day. But I find that often its hard to get to that place, I find myself procrastinating, getting distracted by other things (SO for example). </p> <p>Is this experience common? How do you force yourself into that state of mind? Is it simply something you can't force?</p> http://stackoverflow.com/questions/138715/programming-with-add-adhd 61 Programming with ADD/ADHD lamcro 2008-09-26T10:56:45Z 2009-10-27T21:41:04Z <p>I have diagnosed ADD. Mild but enough to affect my work:</p> <ul> <li>Easily distracted</li> <li>Can't concentrate on one project at a time</li> <li>Addicted to the web</li> <li>Procrastination</li> <li>etc.</li> </ul> <p>What strategies do you use to compensate?</p> <p><hr /></p> <p><strong>One clarification</strong></p> <p>I have <strong>real</strong> ADD. I was diagnosed with it when I was a child and have wrestled with it all my life. I am not talking about <strong>artificial</strong> ADD, which is induced by media overload.</p> <p><hr /></p> <h2>Update</h2> <p>I just read this description ADD/ADHD. It's a great description, especially for us programming ADDers:</p> <blockquote> <p>I am like a toolbox,<br> with all the tools I will ever need<br> lain gently and neatly in the box,<br> ready for me to use them.<br> The toolbox is translucent<br> so I can see them there.<br> <br> The key to the toolbox is locked inside of it.</p> </blockquote> http://stackoverflow.com/questions/1636513/porting-code-to-windows-7 1 Porting Code to Windows 7 Mark Mayo 2009-10-28T10:52:33Z 2009-10-28T11:13:44Z <p>I wrote a game years ago (under Windows 95) in Pascal. Since then over time I'd checked it and it still ran with the newer OSs. It works in XP. It works in Vista. However under Windows 7, even in the XP compatibility mode, it crashes on the spot.</p> <p>I've yet to get a chance to attach a debugger and wade through the decade-old code, but I was wondering if there's a definitive list of what changes under Win 7 may break code - API implementation changes or new protected memory spaces? I know there are all sorts of marketing things showing the new or changed Features, but not how it affects developers...</p> <p>It'll give me a place to start at least thinking about what it does, before I roll up the sleeves and dig in.</p> http://stackoverflow.com/questions/1147587/games-for-learning 10 Games for learning Jørgen Fogh 2009-07-18T13:54:44Z 2009-10-12T10:57:36Z <p>I often find myself wasting a lot of time playing short games like Mine Sweeper or Solitaire in between my studying. I am looking for a better habit to replace this one.</p> <p>I have learned a lot by solving problems from programming competitions, an activity which has a certain instant gratification / short feedback-loop quality to it. The loop is just not tight enough to replace Solitaire.</p> <p>Do you know any games / exercises which are relevant computer scientist?</p> <p>The important thing is that they should be possible to play with very little preparation and take a very short time to complete. Otherwise they will become just another "task".</p> http://stackoverflow.com/questions/1495075/programming-with-ocpd-obsessive-compulsive-personality-disorder 7 Programming with OCPD (Obsessive-Compulsive Personality Disorder) OCPD 2009-09-29T21:31:54Z 2009-09-29T23:33:27Z <p>From <a href="http://en.wikipedia.org/wiki/Obsessive-compulsive_personality_disorder" rel="nofollow">wikipedia</a>:</p> <blockquote> <p>The primary symptoms of OCPD are a preoccupation with details, rules, lists, order, organization, and schedules; being very rigid and inflexible in their beliefs; showing perfectionism that interferes with completing a task; excessive focus on being productive with their time; being very conscientious; having inflexible morality, ethics, or values; hoarding items that may no longer have value; and a reluctance to trust a work assignment or task to someone else for fear that their standards will not be met.</p> </blockquote> <p>I have not been diagnosed with OCPD but I'm probably suffering from it. In my personal life it has gone so bad that it's really hard to start anything because I know in advance that I cannot reach the result I'm aiming for.</p> <p>In my work as a programmer things aren't as bad, since I don't have total freedom over things, but I do tend to procrastinate on decisions and rarely feel I have achieved something to be proud of. Sometimes it is more important that something is done the right way than it's done. Also I like to work on my own (in the dark) and I'm reluctant to ask for help because I want to make things my way. At the same time I know it's not good. Unfortunately my current work environment doesn't encourage behaving otherwise.</p> <p>If there is anyone with OCPD or severe perfectionist traits, how does it affect your daily work and what can you do to cope with it?</p> <p><strong>Note</strong> that OCPD is not same as OCD. They are often confused.</p> <p>Sorry for the throwaway account.</p> http://stackoverflow.com/questions/245909/how-do-you-jump-start-yourself-to-do-a-task-that-you-just-despise-doing 8 How do you jump start yourself to do a task that you just despise doing? Jason 2008-10-29T05:45:35Z 2009-09-14T14:15:56Z <p>When starting a programming project, how do you jump start yourself to do a task that you just despise doing?</p> http://stackoverflow.com/questions/241602/what-non-technical-items-do-you-keep-on-your-desk 0 What non-technical items do you keep on your desk? Jack 2008-10-27T22:32:17Z 2009-11-21T17:55:16Z <p>I have read that what you keep on your desk is very influential in how you work and your level of productivity. I am trying to optimise the way that I work (I am a terrible procrastinator) and am curious what other programmers have (or deliberately NOT have) on their desks.</p> <p>By 'non-technical', I mean excluding computer, screen, mouse, keyboard, speakers etc.</p>