What real life bad habits has programming given you? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-11-08T19:48:05Zhttp://stackoverflow.com/feeds/question/164432http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you341What real life bad habits has programming given you? [closed]Jacob T. Nielsen2008-10-02T20:31:11Z2009-11-08T08:57:46Z
<p>Programming has given me a lot of bad habits and it continues to give me more everyday. But I have also gotten some bad habits from the mindset that I have put myself in. There simply are some things that are deeply rooted in my nature, though some of them I wish I could get rid of.</p>
<p>A few:</p>
<ul>
<li>Looking for polymorphism, inheritance and patterns in all of God's creations.</li>
<li>Explaining the size of something in pixels and colors in hex code.</li>
<li>Using code related abstract terms in everyday conversations. </li>
</ul>
<p>How have you been damaged? </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164436#164436100Answer by Rich B for What real life bad habits has programming given you?Rich B2008-10-02T20:32:02Z2008-10-02T20:32:02Z<p>I swear my attention span gets shorter everyday...</p>
<p>Wait... What?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164446#164446514Answer by Glomek for What real life bad habits has programming given you?Glomek2008-10-02T20:33:34Z2009-01-29T17:57:28Z<p>I tend to take things hyper-literally. For example, my wife was annoyed when she used to ask "Do you want to take out the garbage?" (no) instead of "Will you take out the garbage?" (yes).</p>
<p>Whether this is a result of programming, or just an innate trait that helps in programming, I cannot say.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164449#16444955Answer by Doug T. for What real life bad habits has programming given you?Doug T.2008-10-02T20:34:22Z2008-10-02T20:34:22Z<p>Working in a mostly male dominated field gives you all kinds of unfortunate bad habits (use your imagination), which only causes the field to be sadly, mostly male dominated.</p>
<p>I also learned about feedback loops.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164451#164451690Answer by Bill the Lizard for What real life bad habits has programming given you?Bill the Lizard2008-10-02T20:34:56Z2008-10-02T20:34:56Z<p>When I'm reading a text book I get <em>very</em> frustrated when I can't Ctrl-F and just search for what I'm looking for.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164454#164454123Answer by Adam for What real life bad habits has programming given you?Adam2008-10-02T20:35:14Z2008-10-02T20:35:14Z<p>Fairly often when typing in normal conversation I will end my sentences with semicolons;</p>
<p>:/</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164464#1644641Answer by MagicKat for What real life bad habits has programming given you?MagicKat2008-10-02T20:37:03Z2008-10-02T20:37:03Z<p>First, not so much programming per say, but I have been caught saying brb instead of saying be right back a few times.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164469#164469153Answer by Steve B. for What real life bad habits has programming given you?Steve B.2008-10-02T20:38:08Z2008-10-02T20:38:08Z<p>Programming teaches you that the universe is predictable and deterministic. I've personally found that this has shaped my expectations and fed my impatience with people and things that are not.</p>
<p>There's a positive side to this - I think that spending time in an environment where you can't "fudge" the answer or bullS**t your way through (you can't "kind-of" sort a set of integers, and it won't sort unless you tell the computer exactly what to do, and correctly) has sensitized me to b.s. in other environments, from commercials to claims about tax cuts - I just find it much more obvious when people are clearly hand-waving/fudging an answer.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164471#164471130Answer by Mark Biek for What real life bad habits has programming given you?Mark Biek2008-10-02T20:38:52Z2008-10-02T20:38:52Z<p>I want to use regular expressions to search for physical objects.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164475#164475277Answer by jay_swift for What real life bad habits has programming given you?jay_swift2008-10-02T20:39:39Z2009-06-19T21:24:18Z<p>I google everything.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164476#16447616Answer by Paul Tomblin for What real life bad habits has programming given you?Paul Tomblin2008-10-02T20:39:43Z2008-10-02T20:39:43Z<p>I used to work in a Fortran shop that had a lot of Chinese programmers. I noticed that they used the word "continue" in normal conversation a lot more that a native English speaker would.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164504#164504159Answer by cmause for What real life bad habits has programming given you?cmause2008-10-02T20:44:13Z2008-10-02T20:44:13Z<p>I find that sometimes I speak very precisely, and get irritated when somebody (usually my wife) doesn't appreciate the precision of what I said, and treats what I said kind-of sort-of similar to what I said. </p>
<p>Like when I'm cooking and she hands me the margarine: I didn't mean, "hand me anything yellow out of the refrigerator," I meant, "hand me the butter."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164515#164515183Answer by cmause for What real life bad habits has programming given you?cmause2008-10-02T20:47:57Z2008-10-02T20:47:57Z<p>Always being on the lookout for bugs in programs, or things that just don't look right, I find bugs in everything, especially TV shows. My wife LOVES it when I rewind a show ten or fifteen seconds to point out something that's not right. She would give me so much crap about it that I escalated and started keeping a laser pointer next to my chair so I could pause the show and "circle" the offending item with the laser. </p>
<p>Funny, the laser disappeared one day while I was at work... curious.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164522#16452254Answer by davethegr8 for What real life bad habits has programming given you?davethegr82008-10-02T20:49:06Z2008-10-02T20:49:06Z<p>I wish I could grep my keys.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164528#16452873Answer by ΤΖΩΤΖΙΟΥ for What real life bad habits has programming given you?ΤΖΩΤΖΙΟΥ2008-10-02T20:49:38Z2008-11-11T03:07:38Z<p>Because of the programming mindset, I tend to say exactly what I mean (even if other human beings tend not to throw syntax errors or other exceptions so lightly :). The problem is, when others tend to ask me something but they mean something else, I tend to get irritated. If I'm in a good mood, I will attempt to be helpful, à la:</p>
<ul>
<li><em>This</em>?</li>
<li>Do you mean <em>that</em>?</li>
<li>Yes.</li>
<li><em>Answer</em>.</li>
</ul>
<p>However, and more often than not, I tend to reply to the question as they asked it, which typically is not very well accepted (ask my mother-in-law :)</p>
<ul>
<li><em>This</em>? (while meaning <em>That</em>)</li>
<li>Yes. (or No, or whatever other terse reply, but if it can be replied by a Yes/No, I always answer Yes or No. I occasionally use <em>mu</em> when appropriate and let them wonder).</li>
<li>Yes? How can it be?</li>
<li>It's your answer.</li>
<li>But I asked <em>that</em>.</li>
<li>No, you asked <em>this</em>, and yes is the answer.</li>
<li>But I meant <em>that</em>!</li>
<li>Then you should have asked <em>that</em>.
etc</li>
</ul>
<p>Awful, isn't it?</p>
<p>PS The author of this answer is an
● Offender<a href="http://stackoverflow.uservoice.com/pages/general/suggestions/67834" rel="nofollow">.</a></p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164535#164535328Answer by Dan for What real life bad habits has programming given you?Dan2008-10-02T20:51:17Z2009-06-20T21:12:40Z<p>It's ruined my ability to read normal English without wanting to hurt someone.</p>
<p>Punctuation now infuriates me. For example:</p>
<pre>She asked around (quietly.)</pre>
<p>Is apparently the correct way to write a sentence that ends in a bracketed phrase. But my brain refuses to accept it.</p>
<p>Also, unterminated quote characters (which is, I'm told, perfectly acceptable when quoting larger passages) make me want to stab people in the eyes.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164556#164556910Answer by Kip for What real life bad habits has programming given you?Kip2008-10-02T20:54:30Z2009-01-30T13:54:59Z<p>I now consider 256 to be a nice, round number. Occasionally I'm caught off-guard when non-programmers don't get that.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164570#16457013Answer by Optimal Solutions for What real life bad habits has programming given you?Optimal Solutions2008-10-02T20:57:44Z2009-07-27T01:34:34Z<p>You tend to become very logical and with a highly developed memory, and it can be a very large pain in the butt when dealing with people in the real world (outside of other very logical folks), such as behind the deli counter (dont ever ask for 1/3 of a pound of anything!) or the post office, or the my God - you're toast if you go to Mc Donalds and dont order by number. They have no clue as to how to convert what you ordered to their number key for the "value meal" on their register (i.e. memory)..</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164577#1645773Answer by rshimoda for What real life bad habits has programming given you?rshimoda2008-10-02T20:58:51Z2008-10-02T20:58:51Z<p>When someone explains a problem they had (flat tire, wrong bank statements, bills) I can't help but imagine a sequence of states and actions which move that person from one container to the next (where he/he will have other actions to move to other containers).</p>
<p>It is kind of weird but it helps when you want to give someone options to get out of a problem.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164580#16458095Answer by ChalkTrauma for What real life bad habits has programming given you?ChalkTrauma2008-10-02T20:59:13Z2008-10-02T20:59:13Z<p>Lack of sleep, which I now kind of accept as a way of life, but probably shouldn't be..</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164583#16458321Answer by ΤΖΩΤΖΙΟΥ for What real life bad habits has programming given you?ΤΖΩΤΖΙΟΥ2008-10-02T20:59:55Z2008-11-10T17:57:24Z<p>Two one-off NSFW events (translated into English):</p>
<p>[CENSORED]</p>
<p>I assume it was found offensive by others.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164612#16461212Answer by steffenj for What real life bad habits has programming given you?steffenj2008-10-02T21:07:56Z2008-10-02T21:07:56Z<p>Starting weird conversations with colleagues by making completely illogical or straight-out confusing remarks about whatever they're currently talking about, deliberately twisting and mixing their topics or words and saying something about what i pretend to have understood they were talking about while at the same time enjoying how they try to make sense of it and seeing in their faces the questions wether i'm really serious about this - which of course i am - even though most of the time i just make terrible, terrible jokes - on purpose.</p>
<p>I also write confusingly long-winded sentences that are hard to follow.</p>
<p>This is my way of dealing with the logical and predictable world we program in. No, you don't call that living. Or do you? Tss, tss...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164622#16462213Answer by Marshyboy for What real life bad habits has programming given you?Marshyboy2008-10-02T21:09:53Z2008-10-06T15:47:57Z<p>Drink too much diet coke 4 | 5 cans a day!!!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164658#164658248Answer by NotDan for What real life bad habits has programming given you?NotDan2008-10-02T21:17:59Z2008-10-02T21:17:59Z<p>I start counting with 0 and often times end up with 1 less than everyone else comes up with.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164660#164660105Answer by Kristopher Johnson for What real life bad habits has programming given you?Kristopher Johnson2008-10-02T21:18:13Z2009-04-17T16:53:43Z<p>I'm very methodical when doing practically anything around the house.</p>
<p>For example, I thoroughly read any manual that comes with a product I've bought, even something as simple as a toaster, before using it.</p>
<p>If I'm going to hang a picture frame, I'll google "hang picture frame" to verify that I know how to do it correctly (or I'll look for a book at Amazon about picture-frame hanging).</p>
<p>I'll gather all necessary tools before starting a task. I do a lot of measuring and experimentation before committing to any action that is not easily undoable.</p>
<p>This drives my wife nuts.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164663#16466390Answer by Ferruccio for What real life bad habits has programming given you?Ferruccio2008-10-02T21:19:24Z2008-10-02T21:19:24Z<p>We use to have a lot of Quake tournaments at the office. I distinctly remember driving home one day after a particularly long match. I caught sight of something in a tree as I drove by it.</p>
<p>The first thought that ran through my head was: Sniper! If I spin the car around, I can get off a shot before he sees me!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164685#16468511Answer by Schnapple for What real life bad habits has programming given you?Schnapple2008-10-02T21:27:14Z2008-10-02T21:27:14Z<p>I have referred to the part of the grocery store where the food is sold (as opposed to the lightbulbs, flowers, detergent, etc.) as a <a href="http://www.schnapple.com/2002_04_07_archive.html#75312634" rel="nofollow">subset of rows</a>.</p>
<blockquote>
<p><em>Supermarkets are laid out in such a way that you can usually narrow it down to where your food isn't. At some point in the store, the items stop being food and tend to be things like mops and detergent, until you hit the wall where the frozen stuff is. Then on the other end of the store tend to be things like produce and the deli/florist/pharmacy. <strong>So I had the Velveeta narrowed down to a subset of rows</strong>, but I went up and down these rows repeatedly. Add to this the fact that I'm getting more hungry, tired and flustered and the situation started to really suck.</em> </p>
</blockquote>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164696#164696172Answer by Bob King for What real life bad habits has programming given you?Bob King2008-10-02T21:30:21Z2008-10-02T21:30:21Z<p>Every User Interface, digital <em>or otherwise</em> infuriates me when it does something that makes it needlessly difficult for the user. Like hitting "Cancel" to run my debit card as a "credit" card. WTF?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164698#1646989Answer by Erik for What real life bad habits has programming given you?Erik2008-10-02T21:31:06Z2008-10-02T21:31:06Z<p>I look for logic in everything I do - consequently, I am largely devoid of religion (although since I consider logic to be the basis of reality, I could consider logic itself to be a 'higher power' I suppose).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164699#1646990Answer by anbanm for What real life bad habits has programming given you?anbanm2008-10-02T21:31:25Z2008-10-02T22:46:00Z<p>This isn't very related to programming per se... but when I was in final year in varsity, all those assignments really got to me. In exams I found myself trying to tap CTRL-Z whenever I'd make a mistake.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164700#1647001Answer by Tobias for What real life bad habits has programming given you?Tobias2008-10-02T21:31:25Z2008-10-02T21:31:25Z<p>I agree with <strong>Glomek</strong>. I tend to be precise in what I say and also expect others to be. I too often hear what people say and not what they mean. Well most times I know what they mean I just ignore it...</p>
<p>Also I started hating quick dirty fixes of problems. If I want to solve a problem I schedule it to find a time and then totally commit to it and do it right. In real life that means that I either clean the whole room rather than just cleaning up one corner. My girlfriend doesn't like that.</p>
<p>BTW: It's a real relief to read that other programmers also expierenced this. I immediately forwarded this post to my girlfriend.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164725#16472525Answer by Jacob T. Nielsen for What real life bad habits has programming given you?Jacob T. Nielsen2008-10-02T21:39:36Z2008-10-02T22:47:30Z<p><a href="http://stackoverflow.com/users/12881/mostlyharmless">Mostlyharmless</a> posted this one as a comment to another answer. I can perfectly relate and I am laughing my ass of right now.</p>
<blockquote>
<p>That happens with me and mom when i
visit home. "Do you want anything to
eat?"... "No."... "Want some cookies?"
... "Arent cookies a subset of food?
Stop asking the same questions, you'll
get the same answer." "GET OUT OF MY
HOME!" "fine, fix the PC yourself next
time". Mostlyharmless</p>
</blockquote>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164731#16473168Answer by Bill K for What real life bad habits has programming given you?Bill K2008-10-02T21:41:48Z2008-10-02T21:41:48Z<p>Along the lines of precise speaking, I find that I refuse to deal with ambiguous questions/statements until they are resolved. Even if I have a pretty good idea what they want, if they phrased it wrong I can't answer because then I'd have to guess and programmers shouldn't ever have to guess.</p>
<p>But repeating "What do you mean" when someone thinks they phrased something perfectly well just pisses everyone off.</p>
<p>Also--cookbooks. I can't go near a kitchen!</p>
<p>First you combine a pinch of this in a rolling motion with a scoop of that.</p>
<p>DEFINE YOUR GODDAMN TERMS</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164742#1647420Answer by Dre for What real life bad habits has programming given you?Dre2008-10-02T21:44:04Z2008-10-02T21:44:04Z<p>Ending sentences with ";"s</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164801#1648010Answer by Alvin for What real life bad habits has programming given you?Alvin2008-10-02T21:59:40Z2008-10-02T21:59:40Z<p>My comp sci frd and I started to talk geekly</p>
<p>When we are hungry we say "my buffer is underflow"
When we get sick and throw up we say "my buffer overflowed"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164815#16481548Answer by keysersoze for What real life bad habits has programming given you?keysersoze2008-10-02T22:03:52Z2008-10-02T22:03:52Z<p>One thing I've noticed lately is that many engineers in different fields (EE, ME) don't try to simplify and automate things as much as software people do. I'm not sure why that is, or even if it's true in general. After all, the sample size I'm basing this on isn't very big (a couple dozen engineers I've worked with).</p>
<p>It may be cliche, but it seems that people who get good at writing software are motivated by laziness. If everyone was as constructively lazy as a good programmer is, the whole world would be more efficient.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164818#164818442Answer by mgb for What real life bad habits has programming given you?mgb2008-10-02T22:05:24Z2009-10-16T18:23:25Z<p>Q; Do you want tea OR coffee?<br />
A: Yes</p>
<p>edit: now I have to confess I just found a bug in our app where I was trying to set a bunch of option flags by ANDing them together ;-(</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164829#16482935Answer by benzado for What real life bad habits has programming given you?benzado2008-10-02T22:08:52Z2008-10-02T22:08:52Z<p>I spend too much time thinking instead of reacting and my improv performances suffer as a result.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164843#164843253Answer by penyaskito for What real life bad habits has programming given you?penyaskito2008-10-02T22:13:23Z2008-10-02T22:13:23Z<p>I really need control+Z in real world.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164872#164872185Answer by Joe Rattz for What real life bad habits has programming given you?Joe Rattz2008-10-02T22:18:03Z2009-08-05T20:28:07Z<p>I find it very annoying when you ask a question that should
be answerable but get no answer, especially when it relates
to time.</p>
<p>ME: So how long do you think it will take to fill this prescription?<br />
THEM: I really can't say.<br />
ME: Can you give me a rough ballpark?<br />
THEM: No, there are a lot of customers ahead of you.<br />
ME: Will it be filled by the end of the week?<br />
THEM: Oh yeah, it will be filled by then.<br />
ME: Will it be filled by tomorrow?<br />
THEM: Oh yeah, it will be ready within a couple hours.<br />
ME: Thanks. </p>
<p>Why they can never tell me that to begin with I will never know.</p>
<p>My wife used to get irritated with me and said I was
interrogating people until it affected her one night. We
were at the hospital at 1:00 am because my mother-in-law had
fallen and hurt her hip. The nurse came in to take her for
X-rays, and my wife and I were wondering if we should just
go home because it looked like it was going to be an all
night ordeal.</p>
<p>ME: How long will the X-rays take?<br />
HER: I don't know, it just depends on how many people are ahead of her in X-ray.<br />
ME: No idea?<br />
HER: No.<br />
ME: OK, we'll wait here.<br />
HER: You might want to get a drink or snack because it will probably take at least a couple of hours. </p>
<p>Uh, ok, why couldn't you just say that to begin with?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164974#16497413Answer by MikeJ for What real life bad habits has programming given you?MikeJ2008-10-02T23:02:40Z2008-10-02T23:02:40Z<p>I answer either or questions with "yes".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/164988#1649887Answer by hayalci for What real life bad habits has programming given you?hayalci2008-10-02T23:10:41Z2008-10-02T23:10:41Z<p>"""I had a big let down when I first realized the term "Google Earth" didn't mean what I first thought it meant"""</p>
<p>-Comment by <a href="http://stackoverflow.com/users/1288/bill-the-lizard">Bill the Lizard</a> on one of the answers </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165028#1650280Answer by Gary Willoughby for What real life bad habits has programming given you?Gary Willoughby2008-10-02T23:24:37Z2008-10-02T23:24:37Z<p>When ever i make a mistake in anything in real life, the first thing that goes through my mind is ctrl-z!!!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165033#1650338Answer by unknown (yahoo) for What real life bad habits has programming given you?unknown (yahoo)2008-10-02T23:27:33Z2008-10-02T23:27:33Z<p>I forget to clean up after myself ever since I started using Garbage Collectors :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165063#165063-1Answer by anjanb for What real life bad habits has programming given you?anjanb2008-10-02T23:35:04Z2008-10-02T23:35:04Z<p>CTRL + ALT + DEL (OR REBOOT) does NOT fix things! in real life</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165074#16507413Answer by Robert Rossney for What real life bad habits has programming given you?Robert Rossney2008-10-02T23:39:10Z2008-10-02T23:39:10Z<p>I think spending most of my waking hours sitting on my ass in front of a computer is a bad habit. I'm surprised there's not moss growing on my north side.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165077#1650773Answer by Stuart Helwig for What real life bad habits has programming given you?Stuart Helwig2008-10-02T23:40:10Z2008-10-02T23:40:10Z<p>I lose my keys/sunglasses whatever...I want Google to find them for me!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165081#1650812Answer by Bratch for What real life bad habits has programming given you?Bratch2008-10-02T23:42:46Z2008-10-02T23:42:46Z<p>I watch Alton Brown's "Good Eats" cooking show on the Food Network and he refers to the food ingredients as the "software" and the knives, peelers, pots, pans, and other kitchen implements as the "hardware." Being a programmer, I appreciate his terminology, but I have also started to apply the terms to other activities where "software" and "hardware" can be separated like that. </p>
<p>I also tend to use more computing terms in day to day conversation, like downloading stuff from the car, or taking a "data dump." America needs to be "rebooted." Sometimes I ponder if I am in the matrix or not, and I really enjoy caffinated drinks, at almost any time of the day.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165116#165116182Answer by Edu Felipe for What real life bad habits has programming given you?Edu Felipe2008-10-02T23:53:07Z2009-08-05T20:31:04Z<p>Knuth would kill me, but I try to optimize every single path
that I take, from college to home or just to the bathroom. I
also tend to try to optimize the flow of people serving
things in restaurants. But that's just sad.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165161#1651610Answer by Paul Beckingham for What real life bad habits has programming given you?Paul Beckingham2008-10-03T00:09:50Z2009-02-01T20:31:25Z<p>Thinking that concepts and techniques you learn in the software industry can be applied to Real Life.</p>
<p>They cannot.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165215#16521549Answer by schonarth for What real life bad habits has programming given you?schonarth2008-10-03T00:26:03Z2008-10-03T00:26:03Z<p>It's not exactly programming, but what the hell...</p>
<p>I wish life had a Quicksave button. I would push it everytime my wife starts a conversation; who knows when she will get offended by something I said unwittingly?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165299#1652997Answer by Dave Sherohman for What real life bad habits has programming given you?Dave Sherohman2008-10-03T01:02:15Z2008-10-03T01:02:15Z<p>While on vacation a couple years ago, I was standing atop one cliff, looking at the opposite cliff in a scene which was a bit beyond what my brain is used to accepting as "real" and I immediately thought "Wow... Impressive special effects."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165319#1653190Answer by dydx for What real life bad habits has programming given you?dydx2008-10-03T01:16:13Z2008-10-03T01:16:13Z<p>Seems like subtle things have seeped into my daily life over the years. Gradually started staying up later working on things. Overly literal in how I understand real life scenarios. Biggest thing of all is ending sentences with ';' or '?>' (I've come to loath PHP now) ;)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165339#1653393Answer by Nazadus for What real life bad habits has programming given you?Nazadus2008-10-03T01:28:52Z2008-10-03T01:28:52Z<p>I frequently wish I had direct SQL access to databases for where items should be located.
Mostly to see if they even (1) ever carried the item in the first place and (2) if they have any now.</p>
<p>Books-A-Million. WalMart or Target is another one. Are the coolers in the camping sections or on top of the drinks this time of year? (Camping during winter, near drunks during summer -- usually). I just need a sql prompt... I can figure the rest out. Or hell, any access to custom search queries. I can type faster than all those CSR's... :P</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165371#1653718Answer by Shadow2531 for What real life bad habits has programming given you?Shadow25312008-10-03T01:49:35Z2008-10-03T01:49:35Z<p>If I'm going to the race and you ask me, "Aren't you going to the race?", I'll say, "no" because "You are not going to the race." is a false statement. If I'm not going, I'll say "yes" because the statement would then be true. Some find that irritating, but I can't help it. That's what you get for saying, "Are not you going to the race?".</p>
<p>However, to allow me to answer the question properly without confusing people, I'll do "No, I'm going." and "That's correct." repspectively. This seems to be less irritating to people.</p>
<p>I also avoid asking questions with negatives in them so I don't get improper answers that might confuse me.</p>
<p>I never had this problem before programming. I guess all those bools and conditionals just got to me.</p>
<p>I guess technically, it's a good habit, but in reality, since not enough think that way, it becomes a problem.</p>
<p>I also have a shorter attention span now.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165393#16539334Answer by moffdub for What real life bad habits has programming given you?moffdub2008-10-03T02:08:21Z2008-10-03T02:08:21Z<p>The last time I was standing in line at the airport to check my bags, I surveyed the situation.</p>
<p>I'm in a long line. </p>
<p>There are a limited number of ticket counters. </p>
<p>There are a handful of airport employees at the front of the line directing passengers to available ticket counters. </p>
<p>Then it hits me. <em>I'm in a packet-switched queue</em>.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165687#1656875Answer by Mike Thompson for What real life bad habits has programming given you?Mike Thompson2008-10-03T04:26:20Z2008-10-03T04:26:20Z<p>When my salary is expressed as $xK, I expect a multiple of 1024. I am usually disappointed.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165697#1656970Answer by bouvard for What real life bad habits has programming given you?bouvard2008-10-03T04:34:27Z2008-10-03T04:34:27Z<p>I get tremendously excited about new technologies when it is obvious that they will be shoddily put together because that means there will be more opportunities to hack them back into working order.</p>
<p>As a corollary, I take things apart that I have no reason to believe I will be able to put back together often with the thought in the back of my mind that I can roll back to the last working version.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165701#16570121Answer by SKapsal for What real life bad habits has programming given you?SKapsal2008-10-03T04:36:15Z2008-10-03T05:21:32Z<p>I have those little fold out paper hangers attached to the sides of my monitor ... to hold database diagrams or specs or whatever ...</p>
<p>When I get into "the zone" I often try to mouse onto the paper and get frustrated when the pointer stops at the edge of the screen.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165707#16570712Answer by SKapsal for What real life bad habits has programming given you?SKapsal2008-10-03T04:41:13Z2008-10-03T04:41:13Z<p>I'm getting good at vi, but...
<li>j and k don't scroll in word or notepad or visual studio or dreamweaver ...<br />
<li>escape takes you out of insert mode in vi, but takes what you just typed out of an excel cell.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165712#1657127Answer by nickf for What real life bad habits has programming given you?nickf2008-10-03T04:42:45Z2008-10-03T04:42:45Z<p>Back in high school, instead of doing "mind map" notes for lectures like we were told to do, I always did nested list elements, alternating the bullet style at each indent level.</p>
<p>Crap, I just referred to writing bullet points as "list elements". There you go.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165730#1657301Answer by badmate for What real life bad habits has programming given you?badmate2008-10-03T04:52:24Z2008-10-03T12:42:34Z<p>I do not socialise too much, Even if I have to say Hi to my roommate I do it on Orkut. Talking to Computer for me is just as normal as talking to some friend, the only difference it stays there to listen me and friends walk away</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165768#1657689Answer by Gordon Bell for What real life bad habits has programming given you?Gordon Bell2008-10-03T05:18:04Z2008-10-03T05:18:04Z<p>I think <strong>Midnight Code Warrior</strong> syndrome qualifies, sometimes accidentally staying up until 4AM. ;-)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165870#165870163Answer by Rich for What real life bad habits has programming given you?Rich2008-10-03T06:08:57Z2008-10-03T06:08:57Z<p>Believing that being right is enough.</p>
<p>Believing that people will listen to reason.</p>
<p>(And all the more amusing ones that everyone else has posted!)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165875#16587532Answer by Theine for What real life bad habits has programming given you?Theine2008-10-03T06:13:15Z2008-10-03T06:13:15Z<p>I see patterns.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165877#1658771Answer by Rich for What real life bad habits has programming given you?Rich2008-10-03T06:14:59Z2008-10-03T06:14:59Z<p>Nomad Dervish's answer reminded me — I used to be a level designer, and on more than one occasion I looked at a beautiful sunset and thought that it was a really good skybox.</p>
<p>On another occasion I chose my route across a courtyard to optimize my r_speeds.</p>
<p>I spend too much time on the computer :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/165888#165888273Answer by keparo for What real life bad habits has programming given you?keparo2008-10-03T06:21:14Z2008-10-03T06:21:14Z<p>It's really hard to <strong>stay healthy</strong> when you <strong>sit and stare</strong> at a screen for <strong>10 hours per day</strong>.</p>
<p>If you're not careful, programming can help you learn a <strong>sedentary lifestyle.</strong></p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166055#1660553Answer by Ian Devlin for What real life bad habits has programming given you?Ian Devlin2008-10-03T09:14:35Z2008-10-03T09:14:35Z<p>I tend to forget that to non-programmers numbers are numbers. The concept of short and long integers for example, is completely alien to them.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166075#16607589Answer by Simon Knights for What real life bad habits has programming given you?Simon Knights2008-10-03T09:26:26Z2008-10-03T09:26:26Z<p>I find that if I'm writing a letter (yeah, I know it supposed to be email (or texting)) to someone I tend to nest brackets when I am making side points.</p>
<p>My wife thinks I'm crazy when she sees that. So do the recipients of those letters. But its a habit.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166088#16608855Answer by RodgerB for What real life bad habits has programming given you?RodgerB2008-10-03T09:32:29Z2008-10-03T09:32:29Z<p>I forget how to make small talk :(.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166122#1661221Answer by Anonymous for What real life bad habits has programming given you?Anonymous2008-10-03T09:47:36Z2008-10-03T09:47:36Z<p>I'd say excessive pedantry (which is an asset in programming) is a bad habit in many real life situations.</p>
<p>Also thinking in terms of templates makes our mind less flexible. Almost every time when I'm looking for something in a paper-printed book, I'm catching myself wanting to press that "/" :-)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166139#1661397Answer by Phill Sacre for What real life bad habits has programming given you?Phill Sacre2008-10-03T09:54:36Z2008-10-03T09:54:36Z<p>I'm not sure whether it's a bad habit, but I think I do have a propensity to try and optimise too much / think things through logically (given that the world is not a logical place)...</p>
<p>For example, when my wife and I go to the supermarket, I draw out a plan of the store and note down what we need in which aisle. Then, when we're cooking, I tend to go through the list of ingredients and if it says "1/2 chopped onion" I damn well get that onion out and start chopping it before we start! (Depending on when it's needed in the recipe, of course, sometimes you can do these things while other stuff is cooking).</p>
<p>The other thing I find is, I'm not sure whether this is the result of being a programmer or just me being weird but I find I have a strange memory for numbers. If I use them enough, I can remember credit card numbers, phone numbers, library card numbers... etc.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166209#1662092Answer by Nidonocu for What real life bad habits has programming given you?Nidonocu2008-10-03T10:16:10Z2008-10-03T10:16:10Z<p>I find it annoying when I'm typing anything that's not code, be it IM conversations, forum posts or general writing in Word, and I can't get IntelliSense or tab complete words and phrases.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166248#1662481Answer by Anthony for What real life bad habits has programming given you?Anthony2008-10-03T10:30:52Z2008-10-03T10:30:52Z<p>In my first two years of Computer Science at university, I learned patience and problem solving: how to chip away at things that were being very frustrating by not doing what I thought they would instead of just getting angry. I think that's a good habit.</p>
<p>Like others, I have lately tend to query rather than guess at the meaning of poorly or ambiguously phrased statements. or just those with no clear context. After clarification, I tend to explain how they could have phrased it better. This doesn't usually go down well.</p>
<p>It's hard to say if being neat made we want well organised code, or if the habit of well-organised and laid out code has made me neater around the house, but it's sometimes a source of tension.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166333#16633334Answer by PintSizedCat for What real life bad habits has programming given you?PintSizedCat2008-10-03T10:57:07Z2008-10-03T18:18:45Z<ol>
<li>There is a reason for everything, I mean EVERYTHING, if someone is sad, why are they sad.</li>
<li><p>I am now incredibly inquisitive, this is not a good thing, as demonstrated. </p>
<pre>Casual conversation:
B: "I'm sad"
A: Why?
B: "I don't want to speak about it"
A: (Internal dialog) "Why would they be feeling sad,
have they had a bad day,
what's been going on in their life,
did I say something wrong..."
Some period of time elapses.
A: Why are you sad?
B: *Annoyed as well now*</pre></li>
<li><p>I want to fix everything, EVERYTHING. Above B was feeling bad, I must now fix their problem, because there is a fix to everything (EVERYTHING).</p></li>
<li><p>I am addicted to cola and not in a casual one a day kind of thing.</p></li>
<li><p>I try all the stuff as others do (copy-paste irl etc)</p></li>
</ol>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166344#16634418Answer by Vihung for What real life bad habits has programming given you?Vihung2008-10-03T11:01:26Z2008-10-03T11:01:26Z<p>Wishing I could attach a debugger to anything to see what is happening - particularly when I am feeling ill</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166355#1663553Answer by Tooony for What real life bad habits has programming given you?Tooony2008-10-03T11:06:47Z2008-10-03T11:06:47Z<p>Due to the quick changes of requirements in the IT industry I rarely finish off anything I st</p>
<p>;-)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166469#1664693Answer by Furis for What real life bad habits has programming given you?Furis2008-10-03T11:46:27Z2008-10-03T11:46:27Z<p>Looking for code completion in all forms of text editors, including Word and Outlook.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166495#1664950Answer by Mote for What real life bad habits has programming given you?Mote2008-10-03T11:59:14Z2008-10-03T11:59:14Z<p>I started using .com at the end of almost all my sentences, i am writing in Arial and i speak English better than my own language (Macedonian).com</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166499#1664990Answer by Skuta for What real life bad habits has programming given you?Skuta2008-10-03T12:00:59Z2008-10-03T12:00:59Z<p>I miss description / comment tags on anything. When I walk to school and there is a computer as "Jobstation".. after a while you find out you can only browser pre-set websites of popular employers, but you can't connect to internet.. Why isn't there any sticker with description? "study chair, study table, door, window", etc.. :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166586#1665860Answer by Cory Dee for What real life bad habits has programming given you?Cory Dee2008-10-03T12:33:53Z2008-10-03T12:33:53Z<p>I tend to handle any decision relying on outside influence in if statements.</p>
<p>"if waiter was friendly, tip well</p>
<p>else if waiter was slower than expected, don't tip</p>
<p>else tip 10%"</p>
<p>Apparently pseudo code doesn't make for a nice conversation to normal people.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166656#16665655Answer by Martin Brown for What real life bad habits has programming given you?Martin Brown2008-10-03T12:50:44Z2008-10-03T12:50:44Z<p>I have started writing Color instead of Colour. (I'm British by the way)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166663#1666630Answer by boris callens for What real life bad habits has programming given you?boris callens2008-10-03T12:52:06Z2008-10-03T12:52:06Z<p>Rather regularly I try to click the light switch with my mouse when the dark becomes straining for my eyes.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166681#1666813Answer by boris callens for What real life bad habits has programming given you?boris callens2008-10-03T12:55:10Z2008-10-03T12:55:10Z<p>Expressing numbers in x times K.
Like in: "My bed cost me two point one kay".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166713#1667138Answer by Vasil for What real life bad habits has programming given you?Vasil2008-10-03T13:00:50Z2008-10-03T13:00:50Z<p>ISometimesForgetToUseSpacesWhenIType</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166743#1667430Answer by thismat for What real life bad habits has programming given you?thismat2008-10-03T13:07:34Z2008-10-03T13:07:34Z<p>Not so much just programming but web design/development as a whole, I deconstruct and reconstruct real objects into websites or elements mentally and constantly throughout my day. </p>
<p>Living in a constant state of agitation because of so much bad typography around. A little kerning goes a long ways.</p>
<p>Mentally write out methods that operate the functions I perform on a daily basis, such as doing the dishes, folding laundry, et cetera (I also refactor everything so that I'm as effective as possible when doing said chores.) </p>
<p>A huge need for structure and order - if things are not done properly or don't look structured it throws off the whole balance of my day and I will dwell on that one thing until it's fixed.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166824#1668245Answer by H den Breejen for What real life bad habits has programming given you?H den Breejen2008-10-03T13:24:14Z2008-10-03T13:24:14Z<p>I sometimes use the wrong name for a person or a thing. I explain this by saying that in my brain this wrong name hashes in the same bucket.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166850#1668500Answer by Carl for What real life bad habits has programming given you?Carl2008-10-03T13:30:37Z2008-10-03T13:30:37Z<p>I tend to over-analyse everyday things, I think that it annoys the missus when I come up with corner or edge cases about stuff that REALLY shouldn't be that complicated...</p>
<p>I am convinced that she is the only reason that I ever get anything done; left to me, most moments would have long passed by the end of the analysis phase.</p>
<p>I do think that it's slightly different to being pedantic, definitely a programmerism</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166909#1669091Answer by Fortyseven for What real life bad habits has programming given you?Fortyseven2008-10-03T13:40:20Z2008-10-03T13:40:20Z<p>I get spooked when I'm about to try something, like, say, cooking something, and my first instinct is to make a backup of my 'work' first to try it and then revert if something goes wrong.</p>
<p>I'm far too used to working with a safety net. ;)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166916#16691628Answer by Nick Masao for What real life bad habits has programming given you?Nick Masao2008-10-03T13:41:03Z2008-10-03T13:41:03Z<p>Pressing Tab too often when I am writting an email expecting some words to autocomple
te.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/166970#1669703Answer by Franck Mesirard for What real life bad habits has programming given you?Franck Mesirard2008-10-03T13:49:40Z2008-10-03T13:49:40Z<p>I can just love websites because they are well designed, intuitive and useful. And I will tell all my friends about them (<a href="http://www.skyscanner.com" rel="nofollow">http://www.skyscanner.com</a>, <a href="http://www.nestoria.co.uk/" rel="nofollow">http://www.nestoria.co.uk/</a>, <a href="http://openstreetmap.com/" rel="nofollow">http://openstreetmap.com/</a>, ...)</p>
<p>And along with that, I can hate others. Because some are just wrong in the way they do things. It is irritating. Especially when you know they could have done better with a couple of days of work and/or a better interface (<a href="http://www.voyages-sncf.com" rel="nofollow">http://www.voyages-sncf.com</a>, ...).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167078#16707838Answer by Chris B-C for What real life bad habits has programming given you?Chris B-C2008-10-03T14:15:53Z2008-10-03T14:15:53Z<p>Being far too analytical about absolutely everything. It's a great attribute professionally, but only leads to frustration in my private life...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167315#1673150Answer by DotNetWill for What real life bad habits has programming given you?DotNetWill2008-10-03T15:06:05Z2008-10-03T15:06:05Z<p>I always try to use Ctrl-Spacebar in Outlook to complete my sentences for me when writing emails or in Live! messenger.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167446#1674460Answer by OnesimusUnbound for What real life bad habits has programming given you?OnesimusUnbound2008-10-03T15:33:02Z2008-10-03T15:33:02Z<p>I became obsessive with the latest or popular or best tool for programmers that I stay late at night to get be familiar with it.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167458#1674580Answer by Scuffia for What real life bad habits has programming given you?Scuffia2008-10-03T15:35:33Z2008-10-03T15:35:33Z<p>my head is every day nearer to my right shoulder</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167478#1674780Answer by lamcro for What real life bad habits has programming given you?lamcro2008-10-03T15:40:04Z2008-10-03T16:01:02Z<p>wife: "I don't feel good."<br>
me: "Please define <strong><em>'I don't feel good'</em></strong>. Be more <strong>detailed</strong>."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167525#1675250Answer by Philip.ie for What real life bad habits has programming given you?Philip.ie2008-10-03T15:49:32Z2008-10-03T15:49:32Z<p>I find myself continuously and subconsciously filtering all my world experiences to some inbuilt sorting algorithm (could be a bucket sort?). This has afforded me the ability to give attention to the top 10% or 20% and blissfully disregard the long tail everything else</p>
<p>To boot - I have a great relationship with my wife, daughter, dog and laptop (not necessarily in that order), but feck all else….</p>
<p>Perhaps this is why I find stack overflow such a cool site ;0)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167592#1675920Answer by David Holm for What real life bad habits has programming given you?David Holm2008-10-03T16:03:14Z2008-10-03T16:03:14Z<p>I find it very annoying when people aren't expressing themselves syntactically or semantically correct in written language. It has come to the point that I sometimes find myself refusing to read or accept what I'm reading if the person is unable to express themselves correctly.<br />
It doesn't apply to standard human error though, just to people who consistently doesn't use correct language.</p>
<p>It has been this way for me for quite some time but recently I realized that most non programmers around me aren't really bothered by this.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167597#1675970Answer by skiphoppy for What real life bad habits has programming given you?skiphoppy2008-10-03T16:03:48Z2008-10-03T16:03:48Z<p>Never focusing on anything more than two feet away from my face. I'm developing all kinds of vision problems.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167689#1676891Answer by Fry for What real life bad habits has programming given you?Fry2008-10-03T16:18:21Z2008-10-03T16:18:21Z<p>When I'm looking for real life things, I find myself wanting to put everything in a list and say <code>List.IndexOf(item);</code> :P</p>
<p>I also find myself correcting people more because what they said wasn't equivalent to what they meant :P course that may just be me...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167699#16769942Answer by EvilTeach for What real life bad habits has programming given you?EvilTeach2008-10-03T16:19:54Z2008-10-03T16:19:54Z<p>I find that most people get upset by mistakes.</p>
<p>I generally don't. I have always thought that the reason is that I am trained to accept that there will be mistakes, because compilation errors are a norm. When they happen, you fix them, and move on with your life. If you get upset over compilation errors, you won't last in this biz :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167784#16778411Answer by Julien Grenier for What real life bad habits has programming given you?Julien Grenier2008-10-03T16:37:42Z2008-10-03T16:37:42Z<p>I now drink way to much coffee.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167955#1679552Answer by hendrixski for What real life bad habits has programming given you?hendrixski2008-10-03T17:22:31Z2008-10-03T17:22:31Z<p>I've learned to create test cases. Seriously, before I do something now I think about breaking it down into smaller tasks then how to verify that each part works, and how to continue to verify it as I do further tasks related to it.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/167980#1679807Answer by Rodger Cooley for What real life bad habits has programming given you?Rodger Cooley2008-10-03T17:27:15Z2008-10-03T17:27:15Z<p>Due the prevalence of online banking and credit cards, I have to think for a second or two whenever I have to write a check.... "OK fingers, spell out \"One hundred fifty-five and 0/100\" ".
<br/>
In fact, I refer to <strong>all</strong> handwriting as "<em>the analogue method</em>" now.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168025#1680251Answer by Niklas Winde for What real life bad habits has programming given you?Niklas Winde2008-10-03T17:38:17Z2008-10-03T17:38:17Z<p>If someone signs an email to me with: </p>
<pre><code>//Their name
</code></pre>
<p>I always sign my reply with: </p>
<pre><code>/*My name*/
</code></pre>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168419#1684190Answer by Bill for What real life bad habits has programming given you?Bill2008-10-03T19:12:11Z2008-10-03T19:12:11Z<p>If I'm working on something that I'm bored with, I start chewing my lips. It started in college when I would only let myself take breaks from studying for a test if I was hungry and had to eat. Now it makes me crazy.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168474#1684740Answer by Dan Dyer for What real life bad habits has programming given you?Dan Dyer2008-10-03T19:24:55Z2008-10-03T20:01:12Z<p>Went out for lunch with a colleague, stopped off at the ATM for cash. Got into a rant about the user interface, collected my card, walked off and left £40 in the machine :(</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168483#1684830Answer by leolobeto for What real life bad habits has programming given you?leolobeto2008-10-03T19:27:19Z2008-10-03T19:27:19Z<p>I usually try to mentally press crtl + z to undo actions like pouring coffee over my desk or saying something stupid.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168492#1684920Answer by roosteronacid for What real life bad habits has programming given you?roosteronacid2008-10-03T19:29:30Z2008-10-03T19:29:30Z<p>I'm addicted to SO (yes, already). I really should seek help.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168547#168547269Answer by cciotti for What real life bad habits has programming given you?cciotti2008-10-03T19:38:06Z2008-12-17T21:54:03Z<p>I was getting lunch a few years ago at Rebecca's Cafe in Kendall Square and the girl behind the counter asked me what kind of bread I wanted and without thinking I said, "Whatever the default is."</p>
<p>She might still be laughing . . . </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168553#1685531Answer by blizpasta for What real life bad habits has programming given you?blizpasta2008-10-03T19:39:31Z2008-10-03T19:39:31Z<p>I am reluctant to use things which I do not have enough information about. It's about being afraid of unexpected/unsafe behaviour and wanting to use something in the best possible way or not at all. Which is partly the reason why I'm still using a wired router for my computers instead of wireless routers which are the rage nowadays. </p>
<p>I use quicksort to sort my playing cards. Ok, just kidding.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168637#1686370Answer by Dana for What real life bad habits has programming given you?Dana2008-10-03T19:59:06Z2008-10-03T19:59:06Z<p>I have become very good at figuring out everything that's needed before embarking on a new adventure. I overplan.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168775#1687753Answer by Philippe Grondier for What real life bad habits has programming given you?Philippe Grondier2008-10-03T20:33:59Z2008-10-03T20:33:59Z<p>While most 'non-programmer' people have their outlook synchronized with their wifi-bluetooth strawberry phone, I use notepad for my tasks lists and memo notes ...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168842#1688423Answer by Jacob T. Nielsen for What real life bad habits has programming given you?Jacob T. Nielsen2008-10-03T20:50:47Z2008-10-03T20:50:47Z<p>Some one suggested me to move them into a post:</p>
<ul>
<li>Looking for polymorphism, inheritance and patterns in ALL of "Gods" creations. </li>
<li>Explaining the size of something in pixels and colors in hex code. </li>
<li>Using code related abstract terms in everyday conversations. </li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168854#1688543Answer by davebug for What real life bad habits has programming given you?davebug2008-10-03T20:53:21Z2008-10-03T20:53:21Z<p>I'll often jump into a task (like, say, repairing the fence) somewhat thinking I can pause my work at any time, and worse, believing I can easily ctrl-z any major mistakes.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/168866#16886647Answer by davebug for What real life bad habits has programming given you?davebug2008-10-03T20:55:58Z2008-10-03T20:55:58Z<p>from <a href="http://www.xkcd.com/477/" rel="nofollow">xkcd</a>:</p>
<p><img src="http://imgs.xkcd.com/comics/typewriter.png" alt="alt text" title="Somewhere in the world, my actual grandmothers are reading this and angrily exclaiming that I never write even malformed thank-you notes. DEAR GRANDMOMS: I AM SORRY! YOU ARE WONDERFUL PEOPLE AND THANK YOU FOR EVERYTHING. LOVE reddit.com RANDALL." /></p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169018#1690184Answer by Mr. Lame for What real life bad habits has programming given you?Mr. Lame2008-10-03T21:44:06Z2009-06-15T07:52:42Z<ul>
<li>I dropped my keys in front of my door
and tried to hit CTRL-Z with my left
hand</li>
<li>During breakfast, I double-clicked
on my bread to open the butterdish</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169067#1690670Answer by Electrons_Ahoy for What real life bad habits has programming given you?Electrons_Ahoy2008-10-03T22:01:16Z2008-10-03T22:01:16Z<p>I tend to type a lot of all emails in all lower case so that they'll "compile correctly."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169099#1690990Answer by John Cleese for What real life bad habits has programming given you?John Cleese2008-10-03T22:15:22Z2008-10-03T22:15:22Z<p>i so long for Ctrl+Z</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169142#1691420Answer by fatcat1111 for What real life bad habits has programming given you?fatcat11112008-10-03T22:26:07Z2008-10-03T22:26:07Z<p>I set the volume on my stereo to powers of 2. The first few are generally too quiet, but 8 is nice for background listening, 16 when I want to actually hear it, and 32 for parties or when we all go out on the deck. </p>
<p>Of course there are times when it isn't right there, but there's no way I'd set the voulme to 15 or 17 :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169174#1691743Answer by Jeff for What real life bad habits has programming given you?Jeff2008-10-03T22:39:00Z2008-10-03T22:39:00Z<p>After doing some web programming I found that I was in the habit of supplying sample answers to my own questions. "How long will it take? 5 min, 10 min, 15 min, longer?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169215#16921511Answer by Kevin Conner for What real life bad habits has programming given you?Kevin Conner2008-10-03T22:58:22Z2008-10-03T22:58:22Z<p>When I listen to a question that's asked of me, and it isn't crystal clear what is being asked, I usually ask for clarification before I answer. But 99% of the time I could have spent some CPU and figured out what the question was. Some people I know don't carefully build their sentences, so it really pisses them off. If I don't do the work of listening, I'm not really listening.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169225#1692250Answer by Jerry Cheung for What real life bad habits has programming given you?Jerry Cheung2008-10-03T23:01:15Z2008-10-03T23:01:15Z<p>Sometimes I get a weird urge to shout HELO in a conversation.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169244#1692441Answer by Oscar Reyes for What real life bad habits has programming given you?Oscar Reyes2008-10-03T23:07:39Z2008-10-03T23:07:39Z<p>I try to end my IM chat conversations typing</p>
<pre><code>exit
</code></pre>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169317#1693170Answer by Léo for What real life bad habits has programming given you?Léo2008-10-03T23:31:11Z2008-10-03T23:31:11Z<p>Binary search in sorted lists! Specially dictionaries and references (the ones made of dead trees).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169325#1693254Answer by Declan Shanaghy for What real life bad habits has programming given you?Declan Shanaghy2008-10-03T23:33:53Z2008-10-03T23:33:53Z<p>I think rather than programming, because the web has given me instant access to the information i need within a few seconds of typing into google. I expect answers from people to be just as consise and accurate.</p>
<p>When people don't answer the question that i ask them it drives me mad!!</p>
<p>For example:
Me:
What time did John say he'd be here?</p>
<p>Answer:
Well he said he had to go to the store first to pick up a carton of milk for his great aunt who is bed-ridden, then he was going to wash the cat. Then later he has to pick up Mary from night school and they'll probably go out for dinner later. Oh....and he was wondering if you had dropped off the hedge trimmer you borrowed last week because he hadn't seen it around.</p>
<p>Me:
So is he coming over then?</p>
<p>...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169331#1693310Answer by dlamblin for What real life bad habits has programming given you?dlamblin2008-10-03T23:38:11Z2008-10-03T23:38:11Z<p>I find I remember a lot more about programming than the kinds of things people usually remember. Take a shopping list for example, I don't remember what's on the list because I should be able to refer to the list any time necessary. Addresses and Phone numbers are in a grepable text file, I never actually recall them myself. Etc.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169752#16975223Answer by Allah for What real life bad habits has programming given you?Allah2008-10-04T04:43:57Z2008-10-04T04:43:57Z<p>I tend to use '==' instead of '=' regularly, also sometimes indenting documents the way I would with C.</p>
<p>I don't consider it a bad habit, per-se. Alas; the rest of the world would ;]</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169790#1697900Answer by jeremy Ruten for What real life bad habits has programming given you?jeremy Ruten2008-10-04T05:24:32Z2008-10-04T05:25:23Z<p>Sometimes I accidentally and automatically end my sentences with semi-colons.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169804#1698040Answer by J Healy for What real life bad habits has programming given you?J Healy2008-10-04T05:34:36Z2008-10-04T05:34:36Z<p>I don't know, programming pretty much played right into all my bad habits. Before programming (BP), I was almost keeping them under control, which took a lot of constant effort. Programming was sort of like finally being able to take a leak after holding it for way to olong.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169808#1698080Answer by mm2001 for What real life bad habits has programming given you?mm20012008-10-04T05:35:47Z2008-10-04T05:36:20Z<p>Sitting here writing this in the evening instead of being with my wife (or working on the spec that's overdue).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169822#1698220Answer by for What real life bad habits has programming given you?2008-10-04T05:45:04Z2008-10-04T05:45:04Z<p>Almost all of the ones others have listed show up in my list too. Wishing the world could be more programmable. (Just the other day I commented to my SO while we were watching a story on the financial meltdown that it should be trivial to link a congressperson to their entire history of contributions, bills they've sponsored, their co-sponsors and their bills, etc. How unreachable a goal given the characteristic non-transparency of the political universe.)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169842#1698425Answer by David Plumpton for What real life bad habits has programming given you?David Plumpton2008-10-04T05:59:22Z2008-10-04T05:59:22Z<p>We are quick to get annoyed when other people are imprecise, or even to realize that they are being imprecise.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/169871#16987144Answer by nobody for What real life bad habits has programming given you?nobody2008-10-04T06:37:47Z2008-10-04T06:37:47Z<p>I think of powers of two as round numbers.</p>
<p>I throw my important documents into a shoebox instead of sorting them. I figure that I so rarely read from that cache compared to how often I write to it that it's overall cheaper to have expensive reads and really fast writes.</p>
<p>Excessive literalism. When playing something like 20 questions, I'll come across something like "is the object bigger than a breadbox?" and can't answer yes or no, because the answer depends on the size of the breadbox and the size of the object in question.</p>
<p>I think that floor numbering in Europe is more sensible than here in the United States.</p>
<p>I have an annoyance with English misuse of logical operators.</p>
<p>These may not be strictly because I'm a programmer, but more because I'm just a dork :P</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170073#1700734Answer by Ian Hopkinson for What real life bad habits has programming given you?Ian Hopkinson2008-10-04T10:07:26Z2008-10-04T10:07:26Z<p>Thinking that powers of 2 are round numbers is one habit. Forgetting how to talk to people if I've been programming all day, is another.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170136#1701362Answer by Omar Abid for What real life bad habits has programming given you?Omar Abid2008-10-04T11:03:37Z2008-10-04T11:03:37Z<p>not concentrating on my studies</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170187#1701872Answer by James Atkinson for What real life bad habits has programming given you?James Atkinson2008-10-04T11:46:01Z2008-10-04T11:54:27Z<p>I no longer count sheep... I iterate a loop.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170736#1707360Answer by Cristián Romo for What real life bad habits has programming given you?Cristián Romo2008-10-04T17:44:35Z2008-10-04T17:44:35Z<p>It's not a bad habit, but I've learned how to give very accurate, concise instructions. Thank you imperative programming!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170802#17080210Answer by Romulo A. Ceccon for What real life bad habits has programming given you?Romulo A. Ceccon2008-10-04T18:28:01Z2008-10-04T18:28:01Z<p>Noticing that the need of a <em>reset</em> button in a tool (home appliances, gadgets etc.) grows exponentially with the dependency on software. That depresses me as a programmer.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170803#1708033Answer by mamama for What real life bad habits has programming given you?mamama2008-10-04T18:28:36Z2008-10-04T18:28:36Z<p>I needed to watch Wall-E (or any other Pixar movie, for the matter) ten times before I could pay attention to the story: I spent most of my time trying to figure out the polygon count.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170811#1708119Answer by Jonathan Arkell for What real life bad habits has programming given you?Jonathan Arkell2008-10-04T18:34:01Z2008-10-04T18:34:01Z<p>Caffeine and Nicotine addiction.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170836#17083611Answer by Andrew Penner for What real life bad habits has programming given you?Andrew Penner2008-10-04T18:53:25Z2008-10-04T18:53:25Z<p>I always end up sending one last IM at the end of a conversation that says "exit". Its embarrassing..</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170871#17087159Answer by lamcro for What real life bad habits has programming given you?lamcro2008-10-04T19:11:26Z2008-10-04T19:11:26Z<p>Criticize paper forms that have unnecessary fields.</p>
<pre><code>"Why does it ask for my age when it already asks for my birth-day?"
</code></pre>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170883#1708830Answer by lamcro for What real life bad habits has programming given you?lamcro2008-10-04T19:19:22Z2008-10-04T19:19:22Z<p>When I clean my house, I feel as if I'm "defraging" a hard-drive.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/170891#1708914Answer by lamcro for What real life bad habits has programming given you?lamcro2008-10-04T19:26:51Z2008-10-04T19:26:51Z<p>I like doing tune-up work (defrag, chkdsk, the works) on people's computers, if they are computer illiterate. I feel it's a calling, a ministry, an addiction. I wife thinks differently, especially if I do it for free.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171047#1710472Answer by for What real life bad habits has programming given you?2008-10-04T21:48:22Z2008-10-04T21:48:22Z<p>Thinking that I'm dangerously under-caffeinated when I can't put two ideas together. Wondering, sometimes, why caffeine can't be injected. Would be much more efficient, wouldn't it?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171087#1710874Answer by Simon Brown for What real life bad habits has programming given you?Simon Brown2008-10-04T22:06:53Z2008-10-04T22:06:53Z<p>I often try to press Ctrl-Z in real life!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171181#1711812Answer by dicroce for What real life bad habits has programming given you?dicroce2008-10-04T23:27:49Z2008-10-04T23:27:49Z<p>Occasionally, I look at the wall in my room and think: "Look at those specular highlights! I wonder how many poly's that is?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171242#1712420Answer by Cory for What real life bad habits has programming given you?Cory2008-10-05T00:22:08Z2008-10-05T00:50:01Z<p>I very regularly wish I could multi-thread many tasks.</p>
<p>Also wishing I could have a control / API / Scripting language to change real world environment variables.</p>
<p>Wait for a misspelled word's to become under-lined when hand writing.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171335#1713351Answer by Greg Dean for What real life bad habits has programming given you?Greg Dean2008-10-05T01:43:22Z2008-10-05T01:43:22Z<ol>
<li>Lack of patience, especially when
things need to be fixed/changed. (Can't recompile to fix my car)
2) Overusing logic (most non
programmers can't handle logic, so
you end up with a lot of blank
looks)
3) Smoking - i solve most tough problems over a smoke break.</li>
</ol>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171415#1714150Answer by questzen for What real life bad habits has programming given you?questzen2008-10-05T03:11:22Z2008-10-05T03:11:22Z<p>To start with</p>
<ol>
<li>Typing Ctrl+space while using text editors. This is essentially a auto completion feature in eclipse/netbeans. This happens more often than ending sentences with ';'</li>
<li>Trying to illustrate list of things graphically using pen and paper - Sounds Good. Trying to do the same with your family/doctor - Bad. Numbering the first item as 0 (zero) - Ugly</li>
<li>While taking snaps, asking people to do a Ctrl++ (Zoom) instead of asking to come closer</li>
<li>Scolding your pals as 'Ctrl-Alt-Del' is funny though.</li>
<li>I also tend to pause when I hear about cook books, do they have something to do with cooking or programming.</li>
</ol>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171496#1714961Answer by jeffdanger for What real life bad habits has programming given you?jeffdanger2008-10-05T04:38:14Z2008-10-05T04:38:14Z<p>I have trouble having civil arguments with other people sometimes. Programming has left me with an arguing style where I rephrase my argument until the other person (the compiler) is unable to respond (print a compilation error).</p>
<p>Unfortunately this leaves people with the impression that I bullied them into submission rather than compromising, even when the end result is the same. It takes a conscious decision to allow ambiguity or misinterpretation in the interest of harmony.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171524#1715240Answer by Nathan Omukwenyi for What real life bad habits has programming given you?Nathan Omukwenyi2008-10-05T05:03:24Z2008-10-05T05:03:24Z<p>An irregular sleeping pattern (borderline insomnia and sleeping at the wrong time), </p>
<p>A less than optimal social life</p>
<p>A compulsion to find fault in almost everything. </p>
<p>A total dislike of meetings (of any length and nature). </p>
<p>Severe impatience with people who don't read error messages before calling in a support ticket.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171559#1715590Answer by Peter Wone for What real life bad habits has programming given you?Peter Wone2008-10-05T05:58:01Z2008-10-05T05:58:01Z<p>I press the reset button <em>before</em> my girlfriend/parent has finished telling me what the problem is. Slowly they are learning to make backups. :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171568#1715680Answer by neohaven for What real life bad habits has programming given you?neohaven2008-10-05T06:20:41Z2008-10-05T06:20:41Z<p>I tend to look at everything, from building design/architecture to mechanical objects to ATMs in terms of efficiency and ease of use, and will often say that "$RANDOM_OBJECT is badly designed" for the sake of making people realize things could be simpler if we really tried.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171715#171715159Answer by RodeoClown for What real life bad habits has programming given you?RodeoClown2008-10-05T08:50:30Z2008-10-05T08:50:30Z<p>I've got caught out teaching my kids the three primary colours are Red, Green and Blue...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/171743#1717430Answer by Artur Carvalho for What real life bad habits has programming given you?Artur Carvalho2008-10-05T09:19:44Z2008-10-05T09:19:44Z<p>After starting using a tablet pc, I started trying to Ctrl + C on paper...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/172002#1720020Answer by Lee for What real life bad habits has programming given you?Lee2008-10-05T13:44:37Z2008-10-05T13:44:37Z<p>Whenever I stand in line to pay for groceries in a shop where you have one line that splits into many checkout tills at the front, I start thinking about grid computing and load balancing algorithms and whether the shop queuing solution can be improved, or if I can improve my servers based on my shopping experience.</p>
<p>(It passes the time while queueing I suppose :-)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/172023#1720238Answer by vito for What real life bad habits has programming given you?vito2008-10-05T14:00:20Z2008-10-05T14:00:20Z<ul>
<li>I look for <strong>symmetry</strong> in GOD's best creation -- girls ;)</li>
<li>At some social gathering with non-technical people, when my friends start a debate and when more than 2 of them talk simultaneously, I start to explain them about <strong>synchronization</strong>, mutex, etc.</li>
<li>I find myself using the words "abstract" and "<strong>encapsulate</strong>" a lot</li>
<li>Whenever I go to some restaurant, I start thinking how quickly can an order be queued, served, billed, etc. instead of enjoying the food. Basic <strong>Big-O</strong> and stuff.</li>
</ul>
<p>Everything else is already told by my fellow programmers.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/172379#1723791Answer by legend for What real life bad habits has programming given you?legend2008-10-05T18:13:35Z2008-10-05T18:13:35Z<p>I am constantly trying to break problems down to smaller pieces. I'll have someone tell me they are having a problem with 'A' 'B' and 'C'. I ask for details about 'A', and I get their life story. That's nice, I'll say, but tell me about 'A'. Then they go off and tell me about how 'B' and 'C' are related to 'A'. Great, thanks for that information, but tell me about 'A'. Round and round we go until they tell me about 'A'.</p>
<p>Usually, the problem turns out to be a loose nut between the keyboard and the chair.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/172683#17268310Answer by Niklas for What real life bad habits has programming given you?Niklas2008-10-05T21:22:47Z2008-10-05T21:22:47Z<p>I celebrate Christmas eve on Oct 30.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/173109#1731092Answer by jjnguy for What real life bad habits has programming given you?jjnguy2008-10-06T03:16:09Z2008-10-06T03:16:09Z<p>I try to ctrl + shift + f (Auto format in Eclipse) word documents and web pages that I don't feel are properly formatted. I feel pretty stupid when nothing happens.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/173231#1732311Answer by icelava for What real life bad habits has programming given you?icelava2008-10-06T04:49:37Z2008-10-06T04:49:37Z<p>I find it unacceptable not being able to rollback real-world mistakes back to a previous state/revision.</p>
<p>Still trying to invent real-life version control repository. Time travel is not it.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/173539#1735390Answer by Chad Moran for What real life bad habits has programming given you?Chad Moran2008-10-06T08:04:09Z2008-10-06T08:04:09Z<p>I always think of decisions as a conditional statement and try to find a way to short-circuit the condition to get out of the question in the first place.</p>
<p>I also take the world's real-life objects and imagine them as programming objects. Like a cat is an animal Cat : Animal that has 4 legs public int Legs {get;}.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/173882#1738822Answer by Philippe Grondier for What real life bad habits has programming given you?Philippe Grondier2008-10-06T11:05:12Z2008-10-06T11:05:12Z<p>People have roles and things are objects. People can apply methods on these objects depending on their role. Ernie can drive a truck if he has a truck driving license.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/173906#1739060Answer by daemonkid for What real life bad habits has programming given you?daemonkid2008-10-06T11:11:17Z2008-10-06T11:11:17Z<p>I've found myself thnking ctrl+alt+del while approaching my locked main door or car sometimes...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/173975#1739750Answer by lbownik for What real life bad habits has programming given you?lbownik2008-10-06T11:39:59Z2008-10-06T11:39:59Z<p>I get irritated if hings are needlessly complicated (like tosters or tv sets).
I also got a hump ;).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/173993#1739933Answer by unknown (yahoo) for What real life bad habits has programming given you?unknown (yahoo)2008-10-06T11:50:23Z2008-10-06T11:50:23Z<p>My father asked me write a letter and he said "300 something.." I asked him is 300 integer or a string? he gave me a blank stare :-O</p>
<p>Regards
V</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/175208#17520810Answer by bobwienholt for What real life bad habits has programming given you?bobwienholt2008-10-06T17:02:51Z2008-10-06T17:02:51Z<p>I was sitting on the couch watching TV and my roommate at the time (also a programmer) asked me to "scroll over" so that he could sit down.</p>
<p>He also handed me an empty Coke can and asked me to "delete it" for him.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/175747#1757470Answer by Chris Charabaruk for What real life bad habits has programming given you?Chris Charabaruk2008-10-06T19:15:27Z2008-10-06T19:15:27Z<p>I use programming terms all the time to discuss real-life matters, including the person/computer metaphor (brain is CPU, things I'm doing are processes, etc.). It drives my fiancée crazy, and most of my family don't understand a damn thing I mean.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/175784#1757840Answer by David for What real life bad habits has programming given you?David2008-10-06T19:22:25Z2008-10-06T19:22:25Z<p>When I once locked myself out of the house, I wondered why I couldn't rezrov the door.</p>
<p>(Zork reference)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/177382#1773824Answer by kosoant for What real life bad habits has programming given you?kosoant2008-10-07T06:26:07Z2008-10-07T06:26:07Z<p>When my wife asks me to take the dishes out of the washing machine I usually do that. As a result of me doing what she asked for she gets annoyed. Why? Because when she asks me to "take the dishes out of the washing machine" she means "pleas do that <b>AND put new dishes in AND clean the surfaces around the sink</b>". So programming has resulted in me processing every request quite literally.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/177387#1773870Answer by kosoant for What real life bad habits has programming given you?kosoant2008-10-07T06:28:39Z2008-10-07T06:28:39Z<p>When I heard a discussion on social security numbers in a movie my brain immediately started thinking on how the validation of such a numbre should be done in an application. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/177388#1773884Answer by Keith Patton for What real life bad habits has programming given you?Keith Patton2008-10-07T06:28:45Z2008-10-07T06:28:45Z<p>< answer >writing emails which have imaginary xml in them< /answer >< snigger / ></p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/177392#17739225Answer by Mauro for What real life bad habits has programming given you?Mauro2008-10-07T06:31:59Z2008-10-07T06:31:59Z<p>bad jokes...</p>
<p>"God is real, unless declared as an integer".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/177409#1774095Answer by kosoant for What real life bad habits has programming given you?kosoant2008-10-07T06:45:52Z2008-10-15T15:56:17Z<p>I've become a UI/usability fanatic:</p>
<p>One of the local Finnish gas (petrol, whatever) stations was acquired by another. All was well until they changed the credit card payment systems of the gas pumps. Previously the process went like: </p>
<ul>
<li>1) Credit card in, </li>
<li>2) enter pin number (4 numbers) on a numeric keyboard just to the right of the credit card slot, </li>
<li>3) select pump by pressing the left or the right flashing button to select the left or the right pump (from the perspective where I'm standing)</li>
<li>4) credit card pops out</li>
<li>5) start pumping</li>
</ul>
<p>Now it's like this:</p>
<ul>
<li>1) Card in</li>
<li>2) Enter pin number</li>
<li>3) wait while nothing happens</li>
<li>4) Realize that i have to press a friggin' OK button to proceed</li>
<li>5) Select a pump by entering its number on a separate numeric keyboard that's located on top of the payment interface. To enter the correct pump number I have to check what the number is on the pump.</li>
<li>6) Credit card pops out</li>
<li>7) Star pumping</li>
</ul>
<p>Way to f'n design an interface!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/177914#1779140Answer by ozsoyra for What real life bad habits has programming given you?ozsoyra2008-10-07T10:44:45Z2008-10-07T10:55:13Z<p>Not Programming but CYBERHABBIT!..</p>
<p>Whenever I need to look for something (like my keys, eye glasses,remote control etc.) in my house or in my office, I allways think there must be a "<strong>find and search</strong>" functionality that can be really usefull.
But there isn't. :((</p>
<p>Funny but it is true.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/177947#1779471Answer by korona for What real life bad habits has programming given you?korona2008-10-07T10:58:24Z2008-10-07T10:58:24Z<p>Whenever I get into a fight/heated discussion with my girlfriend, I tend to interrupt her to get her to specify exactly what she means with something she just said. She often fails to do so, which results in me reiterating the question until I get an answer that rules out all possible ambiguities. It also results in her being even more furious than before, thus beginning to express herself even in less precise ways. Engage recursion.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/178010#1780102Answer by Ramesh Soni for What real life bad habits has programming given you?Ramesh Soni2008-10-07T11:21:38Z2008-10-07T11:21:38Z<p>Nightmares of programming.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/182895#1828950Answer by gath for What real life bad habits has programming given you?gath2008-10-08T13:56:26Z2008-10-08T13:56:26Z<p>Spelling mess ... this will kill me!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/183861#18386139Answer by Nick Nelson for What real life bad habits has programming given you?Nick Nelson2008-10-08T17:19:04Z2008-10-08T17:19:04Z<p>Being a college coder, I tend to take notes in programming syntax now. It is actually a really good habit, as it tends to save me a lot of time.</p>
<p>For example, I might write something like "This != That" or, in history I find myself doing this one, I'll write "while(WWII) {stuff that happened during WWII}.</p>
<p>Funny thing is, people stopped asking to copy my notes. Odd...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/184270#1842702Answer by Joshua Carmody for What real life bad habits has programming given you?Joshua Carmody2008-10-08T18:49:42Z2008-10-08T18:49:42Z<p>Does ADD count? Having projects frequently "switch gears" at my company, and constantly having my thought process interrupted by sudden e-mails, phone calls, meetings, annoying coworkers, and even shiny objects has caused me to feel like I can't pay attention to anything anymore! I rarely even watch 5 minute Youtube videos all the way to the end.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/205338#2053381Answer by Andrew Moore for What real life bad habits has programming given you?Andrew Moore2008-10-15T16:08:48Z2008-10-15T16:08:48Z<p>Self-explanatory:</p>
<pre><code># find /home -name remotecontrol
</code></pre>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/205344#2053443Answer by hydroes for What real life bad habits has programming given you?hydroes2008-10-15T16:10:16Z2008-10-15T16:10:16Z<p>I tend to critique every UI, every program.
And if it's only my head and don't tell - but I freaking often think things like "Why the hell is this button there and not there", "who the hell can possible grasp the meaning of these choice boxes".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/205403#20540329Answer by Nathan Koop for What real life bad habits has programming given you?Nathan Koop2008-10-15T16:24:37Z2008-10-15T16:24:37Z<p>Not sure if this is a bad habit or not, but I interrogate store cashier's when they ask for any sort of information when I am purchasing/returning an item.</p>
<p>Q: "What is your postal code (zip code)?"<br />
A: "Now why would you possibly require that? Can I see your privacy policy? May I speak to a manager?"</p>
<p>Q: "Can I see some ID?"<br />
A: "No."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/206813#2068130Answer by GameFreak for What real life bad habits has programming given you?GameFreak2008-10-15T22:44:49Z2008-10-15T22:44:49Z<ul>
<li>writing functions as <code>f(x){x^2+2*x+1}</code> instead of <code>f(x)=x^2+2x+1</code> during math class </li>
<li>adding additional apostrophes at the end of words that contain and odd number of them like <code>can't'</code> </li>
<li>wishing Word would synatax highlight things that I wrote.</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/206875#206875190Answer by callingshotgun for What real life bad habits has programming given you?callingshotgun2008-10-15T23:17:44Z2008-10-15T23:17:44Z<p>If I ask a question that's yes/no, I have serious difficulty processing an answer that isn't either one of those.</p>
<p>For instance,
Q: "Do you care if I flip the channel?"
A: "I'm IMing my sister."</p>
<p>To me, this is like:
public bool canFlip()
{
return "I'm IMing my sister";
}</p>
<p>The return value here is clearly a string, and supposed to be a bool. From the other person's end they're answering the question. From mine they've just committed an invalid cast error. If I ask again and they answer the same, well, that's throwing an exception in a catch block.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/207722#2077227Answer by Eli for What real life bad habits has programming given you?Eli2008-10-16T07:55:18Z2008-10-16T07:55:18Z<p>I often speak with people (usually my wife) expecting a boolean answer, and they return null, which spreads through the entire conversation and pretty soon we have no idea what we are talking about.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/216332#2163320Answer by wile1one for What real life bad habits has programming given you?wile1one2008-10-19T12:04:48Z2008-10-19T12:04:48Z<p>As a debugger... I draw paralells between looking at whats behind what I see in software and what I see in real life... </p>
<p>For example... often times a small square on the screen took 4000 lines of superfluous code to put there... and did all sorts of things behind the scenes... </p>
<p>The innocent question... do you like my top???? well... I just know there is more to that...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/219118#21911816Answer by unknown (yahoo) for What real life bad habits has programming given you?unknown (yahoo)2008-10-20T16:47:52Z2009-08-01T22:04:33Z<p>Seriously this happened today.My father asked what day of the week today is.I walked all the way to my computer room and looked into my computer's calender and said "Monday" ! I missed 3 calenders which were hanging on the wall , on the way to my computer room :-(</p>
<p>Regards,
Vivek </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/219178#21917811Answer by Lance Kidwell for What real life bad habits has programming given you?Lance Kidwell2008-10-20T17:06:24Z2008-10-20T17:06:24Z<p>I guess the question could be "what things do you do that your significant other finds annoying or inexplicable?"</p>
<p>One, I have a "search don't sort" philosophy when it comes to putting clothes away. Instead of putting shirts in one drawer, socks in another, etc. I put them in the first available drawer as it's much more efficient to just look when you want something then spend time putting certain things in particular places. </p>
<p>I feel compelled to run the dishwasher and laundry at bedtime, as it's just idle time and those activities do not require human intervention. Like doing a backup at night.</p>
<p>I once started listening to a radio program in the middle of a "top ten" countdown, after they played #1 I was confused as to why they didn't play the top song. </p>
<p>My five year old also begins lists with zero - as in plans for the day: 0 - pick up amanda from her appointment, 1 - go home, 2 - play my lego batman game. I asked him why he started with 0, his answer: "well, if we started with 1, we wouldn't pick up amanda."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/222784#22278425Answer by Enrique for What real life bad habits has programming given you?Enrique2008-10-21T17:49:40Z2008-10-21T17:49:40Z<p>When I send an e-mail, write a document or use im I very often end sentences with :wq</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/223256#223256577Answer by Matthew Scouten for What real life bad habits has programming given you?Matthew Scouten2008-10-21T19:54:17Z2008-12-10T20:45:00Z<p>I try to compress orders at restaurants by giving all necessary information in one packet. This frequently does not work, because the order taker's task buffer is limited to one piece of data at a time.</p>
<p>Fast Food Girl: Can I take your order?</p>
<p>Me: number 6, BBQ, diet cola, debit.</p>
<p>FFG: What dipping sauce would you like?</p>
<p>Me: BBQ, diet cola, debit.</p>
<p>FFG: What would you like to drink?</p>
<p>Me: Diet Cola, debit.</p>
<p>FFG: Is Pepsi OK? </p>
<p>Me: [ponders Abstract Base Classes and the FFG's lack of Polymorphic Behavior] Sure. I'll pay with my debit card.</p>
<p>FFG: And how will you be paying?</p>
<p>Me: [sighs] debit. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/223714#2237140Answer by Kota for What real life bad habits has programming given you?Kota2008-10-21T22:11:48Z2008-10-21T22:11:48Z<p>I tend to end sentences with semi-colens, and try to simplify everything and write it in the most efficient matter.... doesn't help with my english essays... also, i use why too many parenthesis</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/223814#2238140Answer by Human Bagel for What real life bad habits has programming given you?Human Bagel2008-10-21T22:41:23Z2008-10-21T22:41:23Z<p>I want a Ctrl+F in real life.
I end IM lines with semi colons.
I use bitwise logic at all times.
Every time I see a pipe (|) I want to add another one, to make it an OR</p>
<p>Worst of all, I test of XSS exploits on almost every site I visit. I have angered more than a few admins when I email them about it. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/223867#2238671Answer by madlep for What real life bad habits has programming given you?madlep2008-10-21T23:00:42Z2008-10-21T23:00:42Z<p>I optimise everything in my head to come up with better implementations. This frustrates the hell out of me when it comes to things I can't control - like moronic airport security, or train timetables that run appallingly behind schedule.</p>
<p>It ends up being quite a source of stress :/ </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/223891#2238911Answer by Nicholas Poole for What real life bad habits has programming given you?Nicholas Poole2008-10-21T23:11:26Z2008-10-21T23:11:26Z<p>After prolonged periods of writing C/C++ I find myself hitting ";" at the end of each sentence;<br>
Not so good for documentation;</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/223986#2239861Answer by Mike for What real life bad habits has programming given you?Mike2008-10-21T23:53:46Z2008-10-21T23:53:46Z<p>I try to compile all of my word documents instead of save. I also start counting from 0 a lot of the time :p</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/223989#2239898Answer by Jeff for What real life bad habits has programming given you?Jeff2008-10-21T23:55:38Z2008-10-21T23:55:38Z<p>In high school, I could spell ANYTHING. Now I'm lucky to spell my own name right.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/227688#2276881Answer by 6smail for What real life bad habits has programming given you?6smail2008-10-22T21:55:58Z2008-10-22T21:55:58Z<p>Seeing <strong>mapping</strong> everywhere and considering everything as a <strong>virtualisation</strong> of everything</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/227867#2278670Answer by mltorrefranca for What real life bad habits has programming given you?mltorrefranca2008-10-22T23:05:59Z2008-10-22T23:05:59Z<p>Whenever I turn on my laptop, I have to fight the urge to get on my work VPN. I also get anxious if I go a day without checking my work email.</p>
<p>Gaming related, after long stints of playing first person shooters, whenever I need to see something far away, I try to zoom in... and then become sad. I can see similar eventually happening due to iPhone/iPod touch pinch/strech functionality.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/227872#22787214Answer by mltorrefranca for What real life bad habits has programming given you?mltorrefranca2008-10-22T23:08:39Z2008-10-22T23:08:39Z<p><a href="http://xkcd.com/149/" rel="nofollow"><img src="http://imgs.xkcd.com/comics/sandwich.png" alt="alt text" /></a></p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/229462#2294621Answer by Atro for What real life bad habits has programming given you?Atro2008-10-23T11:53:27Z2008-10-23T11:53:27Z<p>I find patterns and algorithms for everyone's behavior. They usually come out to be true, specially the ones for my wife and governments.
It is seriously disappointing.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/233006#2330060Answer by Joshi Spawnbrood for What real life bad habits has programming given you?Joshi Spawnbrood2008-10-24T10:25:59Z2008-10-24T10:25:59Z<p>My worst is to speech with variables inside my sentences, like</p>
<p>"If you wanna do this thing, go to $yourprovider and ask for $module_for[$action_you_need] "</p>
<p>this sometimes, is useful...
.. someothertime make me not understandable.. </p>
<p>I also speak about colors using HEX code... </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/235594#2355940Answer by michael for What real life bad habits has programming given you?michael2008-10-24T23:27:50Z2008-10-24T23:27:50Z<p>when i write essays and am editing long sections, i find that i type // to comment out the old section. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/235597#2355970Answer by BoltBait for What real life bad habits has programming given you?BoltBait2008-10-24T23:30:11Z2008-10-24T23:30:11Z<p>I'm not sure if this totally came from being a programmer, but I tend to try to fix any problem that is presented to me... which drives my wife crazy.</p>
<p>"I didn't ask you to solve my problem. I just wanted you to listen."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/236168#2361680Answer by everest40 for What real life bad habits has programming given you?everest402008-10-25T09:44:28Z2008-10-25T09:44:28Z<p>1) Zero is nothing. Zero is also a positive number. Therefore, nothing is a positive number.</p>
<p>2) I sometimes find myself riding my bike in the evening as the sun is getting lower, wondering how I am managing to get such nice graphics at such a <em>perfect</em> frame rate.</p>
<p>3) I have a habit - I don't know if this is a result of my computer use - of never looking continuously at a single object for more than about 10 seconds. It's probably the reason I haven't gone nearsighted from constantly sitting in front of computers. Even if I'm reading a book or concentrating really hard on some nearly unsolvable problem, I glance away every few seconds.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/237720#2377200Answer by Salvatore Iovene for What real life bad habits has programming given you?Salvatore Iovene2008-10-26T08:13:52Z2008-10-26T08:13:52Z<p>It makes me think about scalability LITERALLY EVERYWHERE. The most common example? When accumulating milk cartons for recycling, my girlfriend just stacks them somewhere, but I know that it won't scale up to dozens of cartons, so I fold them maniacally so that I can collect up to probably 200 cartons in a drawer, before having to take them out. Same for plastic shopping bags: I keep them in another plastic bag, and then I usually reuse them as garbage bags. Normal people just pushes the new bag in the heap, somehow, and in the end no more than 20 bags will fit. I fold them perfectly and can store hundreds of them. Not surprisingly, people don't get it when I claim that my solution "scales better".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/237727#2377270Answer by Salvatore Iovene for What real life bad habits has programming given you?Salvatore Iovene2008-10-26T08:24:24Z2008-10-26T08:24:24Z<p>I also have another one: if I get a shopping list by my girlfriend, I get to the shop, read the list, and wish she had sorted the items so that I would find them in the order I would walk the aisles of the supermarket. Of course this is not the case, so I mentally sort them to most optimal order.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/237761#2377610Answer by Midhat for What real life bad habits has programming given you?Midhat2008-10-26T08:58:54Z2008-10-26T08:58:54Z<p>I used the terms "exactly", atleast" and "atmost" alot. (I got rid of it).</p>
<p>Someone: is there a bag on the table
Me: Yes there is atleast one bag on the table (If i cant see the whole table) OR there is exactly one bag on the table</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248245#2482450Answer by Michael Lambert for What real life bad habits has programming given you?Michael Lambert2008-10-29T20:13:09Z2008-10-29T20:13:09Z<p>I was out at lunch with my workmates. One of them kept pestering me to answer when a project I was working on would be finished. I kept telling him that it would be finished soon but I could not give him a precise time. He kept on pestering me. Eventually I exclaimed, "Jon, I don't want to parse this subtree again!" Probably a simple, "I'm will not explain this again." would have sufficed.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248266#24826638Answer by Dustin Getz for What real life bad habits has programming given you?Dustin Getz2008-10-29T20:18:31Z2008-10-29T20:18:31Z<p>i want to refactor the government.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248306#2483068Answer by gsmd for What real life bad habits has programming given you?gsmd2008-10-29T20:32:08Z2008-10-29T20:32:08Z<p>People (the normal ones) find me slow at times. It's just they don't know that I thing CODE. When facing a major coding problem, it's not uncommon for me to think about the code when going to sleep, kinda see code in the dreams and code being the very first thought in the morning. This is sick, still can't get rid of it.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248313#2483130Answer by azamsharp for What real life bad habits has programming given you?azamsharp2008-10-29T20:34:18Z2008-10-29T20:34:18Z<p>This might sound crazy but I think I am more organized because of programing. This is because I have to perform so many different tasks due to programing which includes Podcasts, Videos, Articles, Blogging, Reading etc. </p>
<p>There was no way out except to organized my tasks. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248328#2483281Answer by lImbus for What real life bad habits has programming given you?lImbus2008-10-29T20:39:23Z2008-10-29T21:11:34Z<p>By others (see below), the worst thing is, by far, that I have developed an intriguing dependency on computers and internet. Not because I am a lazy nerd not able to spend my time otherwise. Just because when working in that job, you get used TOO MUCH to these tools.<br>
Probably comparable to a mechanic who forgets about the utility of his bicycle the day his own car breaks down.</p>
<p>other things:</p>
<ul>
<li>not beeing able to Ctrl-F in a book,</li>
<li>searching for Ctrl-Z after having dropped something on the floor,</li>
<li>spending more time to <em>think</em> of building a tool to simplify a specific task instead of either programming that tool or even do that task right away,</li>
<li>in consequence, not liking easy jobs that could be even more easy if it could be scripted,</li>
<li>trying to greasemonkey every awkward webapplication.</li>
</ul>
<p>edit: oh, forgot about this one: trying to intellisense and do tab-completition in normal text editing and even handwriting (but only when really tired, tho :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248480#2484800Answer by Alex Brault for What real life bad habits has programming given you?Alex Brault2008-10-29T21:26:38Z2008-10-29T21:26:38Z<p>Whenever I need to quote something in an instant message, I often use ''' or """.</p>
<p>So far, I haven't been called out on it</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248600#24860055Answer by Jack for What real life bad habits has programming given you?Jack2008-10-29T22:04:10Z2008-10-29T22:04:10Z<p>I use the phrase "non-trivial" a lot. Confuses the rest of the family no end.</p>
<p>At a friend's birthday, he was bringing a plate of food to the table but there was no room.</p>
<p>His comment: "Heap overflow"</p>
<p>My response: "There'd be room, but there's too much fragmentation of the free space"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248751#2487515Answer by alexp206 for What real life bad habits has programming given you?alexp2062008-10-29T23:09:19Z2008-10-29T23:09:19Z<p>I never say "oh" when I mean "zero" when I have to say a number, even if it obvious that it couldn't be the letter.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/248817#24881713Answer by ChrisA for What real life bad habits has programming given you?ChrisA2008-10-29T23:41:13Z2008-10-29T23:41:13Z<p>Am I the only one here that thinks most of the answers on this thread are confusing cause and effect?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/252554#2525540Answer by guloug for What real life bad habits has programming given you?guloug2008-10-31T03:52:39Z2008-10-31T03:52:39Z<p>if remember something i want to show to someone i forget that im irl, and automatically think of hyper-linking it to them</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/255165#2551650Answer by Jeff for What real life bad habits has programming given you?Jeff2008-10-31T22:42:16Z2008-10-31T22:42:16Z<p>As a programmer, i find it hard to survive in the real world without CTRL+F for physical objects(like keys), and text based books</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/255463#2554630Answer by Alexander Miller for What real life bad habits has programming given you?Alexander Miller2008-11-01T03:12:25Z2008-11-01T03:12:25Z<p>I always want to build a situation before I step through it. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/255482#2554820Answer by Art for What real life bad habits has programming given you?Art2008-11-01T03:29:59Z2008-11-01T03:29:59Z<p>My son asked me to review a paper written for one of his college courses. I started logging "defects" against him.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/255581#2555810Answer by John for What real life bad habits has programming given you?John2008-11-01T06:24:56Z2008-11-01T06:24:56Z<p>I also try to get from point a to point b as efficiently as possible, and before starting a task I'll execute it in my head. I will step through everything that I will do and in what order to do things as efficently as possible. I will also be precise in my language and will on accident say things like "whatever the default is" my english as a result becomes very choppy. The final thing that I do is set everything in straight rows, I'm not sure if that's from programming, or from being OCD... I do it in my programs too, every line MUST be same length, unless syntax dictates otherwise.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/255948#2559481Answer by Tom for What real life bad habits has programming given you?Tom2008-11-01T18:45:53Z2008-11-01T18:45:53Z<p>the universe is deterministic, we just haven't got the manual for the debugger!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/256008#2560080Answer by David McReynolds for What real life bad habits has programming given you?David McReynolds2008-11-01T19:42:24Z2008-11-01T19:42:24Z<p>I now have no problems starting an argument with any computer operator who insists that I am wrong and they are right because they spent millions on their application.</p>
<p>I take great delight in parsing other's sentences or statements so as to impart the most ambiguity. It makes me feel smarter than the average bear. Yes, I am sick.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/256233#2562330Answer by Jon for What real life bad habits has programming given you?Jon2008-11-01T23:16:18Z2008-11-01T23:16:18Z<p>I indent everything...</p>
<p>I do maths when I really don't need to...</p>
<p>And (I know it's been said) I regularly nest brackets, sometimes to four or five levels. This is especially prevalent in online forums (I don't do it when writing, but regularly do when typing anything)</p>
<p>I instinctively reduce anything into its smallest possible functionality, and think anything can be done procedurally, which causes problems when any level of multitasking is required (eg when driving, my head is sure it's perfectly acceptable to apply gas, raise clutch then steer - instead of all 3 at once)</p>
<p>I use excessive amounts of whitespace and comment on everything (for example, notice all the brackets at the end of my paragraphs) - surely a side effect of documentation</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/256280#2562801Answer by Wagner Silveira for What real life bad habits has programming given you?Wagner Silveira2008-11-01T23:53:55Z2008-11-01T23:53:55Z<p>I now start to analyse everything and anything, and complain if the "requirements" are not complete enough! ;-)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/256594#2565940Answer by Maha for What real life bad habits has programming given you?Maha2008-11-02T06:18:33Z2008-11-02T06:18:33Z<p>Anytime I would notice interesting "human"behavior, I would try to think off what it would take to program it. I then try to explain all the hidden complexities to my friends, who them want to punch me.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/256659#2566591Answer by Andrew Hedges for What real life bad habits has programming given you?Andrew Hedges2008-11-02T08:14:24Z2008-11-02T08:14:24Z<p>gosub grocerystore</p>
<p>return</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/256766#2567660Answer by Ali A for What real life bad habits has programming given you?Ali A2008-11-02T10:59:05Z2008-11-02T10:59:05Z<p>Reliance on the "undo" button, e.g. while cooking.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/257277#2572770Answer by rayn for What real life bad habits has programming given you?rayn2008-11-02T19:56:41Z2008-11-02T19:56:41Z<p>Every time I see someone performing a repetitive task i start thinking about how i could automate it. Even if I'm the one doing it I always think, "A computer would be done by now."</p>
<p>also, i wish life had an 'end' key.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/257571#25757111Answer by Jeff D for What real life bad habits has programming given you?Jeff D2008-11-02T23:29:50Z2008-11-02T23:29:50Z<p>I no longer think of a constant variable as an oxymoron</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/258018#25801850Answer by Alan for What real life bad habits has programming given you?Alan2008-11-03T06:01:41Z2008-11-03T06:01:41Z<p>I see it in how my young children communicate.</p>
<p>For example, my 4 year old wanted me to open the door. </p>
<p>He phrased it as:
"Daddy, can you take the door out of lock mode?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/258634#2586340Answer by Shoban for What real life bad habits has programming given you?Shoban2008-11-03T13:37:04Z2008-11-03T13:37:04Z<p>I tend to use cancel, apend, delete etc</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260428#2604280Answer by Jon for What real life bad habits has programming given you?Jon2008-11-04T00:15:55Z2008-11-04T00:15:55Z<p>When asked to pass the Arial in the kitchen, I got confused... (Ariel is a washing up liquid, apparently)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260479#2604791Answer by Germán for What real life bad habits has programming given you?Germán2008-11-04T00:50:10Z2008-11-04T00:50:10Z<p>Let's say somebody asks "does anybody here know about [whatever]?"
If I do, I'll say yes, but if I don't, I'll say nothing, and they might complain that I don't reply.</p>
<p>If I said "no", I would be replying for everybody else!
And "I don't" is not exactly an answer to that question.</p>
<p>So, since everyone can only answer regarding themselves, failure to get an answer should be understood as "nobody knows".</p>
<p>Actually, in these situations I mostly end up saying "I don't", choosing to be annoyed rather than annoy them. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260539#2605391Answer by Andrzej for What real life bad habits has programming given you?Andrzej2008-11-04T01:24:49Z2008-11-04T01:24:49Z<p>I keep trying to change my wife's operating system. The current one is unpredictable, flaky and seems to crash frequently. It also costs me a lot in maintenance fees.</p>
<p>I keep trying to reboot her with Ubuntu Linux, but keep getting an error message of the form:</p>
<p>"REDMOND00314: This software is not comaptible with the target firmware. Please hit the men-o pause key to continue".</p>
<p>Help!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260589#2605890Answer by Jonthecomposer for What real life bad habits has programming given you?Jonthecomposer2008-11-04T01:55:51Z2008-11-04T01:55:51Z<p>I find faults in music (as in - I <em>DEBUG</em> it). And although it can become VERY annoying, it actually helps me as a producer. </p>
<p>For instance, go listen to the song "Fire" from the Ohio Players. It's a great song with great feel --- not to mention, it's groovy. HOWEVER, listen to the bass line as in some places it's fairly naked. There is an <strong>OPEN A STRING</strong> that rings out!!! Although you can barely hear it, it just sticks out like a sore thumb. It makes me want to kill the bass player (and I AM a bass player).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260599#2605992Answer by Jacob for What real life bad habits has programming given you?Jacob2008-11-04T02:07:59Z2008-11-04T02:07:59Z<p>I can't grasp the punctuation stuff either. I close things in the order I open them. Which is bad, because I like to use parentheses (a lot).</p>
<p>I have also many times made the mistake of believing people (parents, specifically) would be swayed by logic and reason.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260645#2606450Answer by Joshua Kogut for What real life bad habits has programming given you?Joshua Kogut2008-11-04T02:36:27Z2008-11-04T02:36:27Z<p>While reading all of these comments, I found myself irritated and/or confused with all of the <Control-Z> fanatics out there.</p>
<p>Why the hell would you want to suspend life? I had to think about it for a while and realize that most "programmers" are in Visual Studio and <Control-Z> reverts instead of suspending an operation.</p>
<p>I too, am hyper literal when it comes to parsing orders/inquiries from friends or relatives.</p>
<p>:wq</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260718#2607181Answer by Frederic Daoud for What real life bad habits has programming given you?Frederic Daoud2008-11-04T03:02:25Z2008-11-04T03:02:25Z<p>Being obsessed by things like up-votes and reputation points.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/260763#2607630Answer by Ikhwan for What real life bad habits has programming given you?Ikhwan2008-11-04T03:22:21Z2008-11-04T03:22:21Z<p>I find it hard to be convinced that something will work if it haven't pass enough testing. Such as in relationship etc. But how much is enough test?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261003#2610030Answer by lani for What real life bad habits has programming given you?lani2008-11-04T05:43:53Z2008-11-04T05:43:53Z<p>I expect people to speak unambiguously. And include a reference to the context in each line. for eg, if someone says , "I went to meet mr.smith", "he drank coffee", I do not assume the second line to mean "mr smith drank coffee". As a result I keep correcting people. yeah, I'm a lonely guy these days</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261108#2611081Answer by harshad for What real life bad habits has programming given you?harshad2008-11-04T06:56:06Z2008-11-04T06:56:06Z<p>Bad habit 1: the belief that you can optimize the functionality/usability of just about everything that you can get your hands on. </p>
<p>Which has taught me the hard way that:</p>
<ul>
<li>Taking apart kid's toys in front of them is a potential risk to the geek.</li>
<li>You cannot optimize people, at least not to your liking. No matter who they are.</li>
</ul>
<p>Bad habit 2: I crave for the source code of the most closed source project ever... Life!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261309#26130910Answer by Christoph for What real life bad habits has programming given you?Christoph2008-11-04T09:16:52Z2008-11-04T09:16:52Z<p>Twenty years ago, when i did a lot of assembly programming, i saw in a lot of car signs and abbreviations assembly instructions and cpu semantics. For instance in a car sign for Aachen, Germany "AC-C 7568", and i see accumulator, or munich "M-OV 8787" apparently stands for the move instruction.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261330#26133016Answer by yogman for What real life bad habits has programming given you?yogman2008-11-04T09:28:22Z2008-11-04T09:28:22Z<p>I unit-test my wife, expecting deterministic, solid outputs for a certain input with boundary conditions. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261359#2613592Answer by Bruce Chapman for What real life bad habits has programming given you?Bruce Chapman2008-11-04T09:43:33Z2008-11-04T09:43:33Z<p>I was frustrated today : I had a crossword question where the clue was 'Collections'. I struggled for a long time to think of non-programming uses of the word. I struggled so hard that I missed the obvious answer : it was 'Arrays'. Apparently Arrays and Collections get used in real-world conversations as well !? Who knew?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261497#26149714Answer by Michael Feathers for What real life bad habits has programming given you?Michael Feathers2008-11-04T10:46:12Z2008-11-04T10:46:12Z<p>I use the word "contiguous" in day to day conversation. It freaks out non-programmers. They say "whaaaaat?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261692#26169255Answer by Jon for What real life bad habits has programming given you?Jon2008-11-04T12:17:00Z2008-11-04T12:17:00Z<p>I like to optimise my day by parallel processing as many things as possible.</p>
<p>Such as starting my PC, run to kitchen and turn on kettle, prepare coffee, run back and sign in to pc, start firefox, pour boiling water, bring coffee over ready for internet news.</p>
<p>Also, cleaning teeth while sat on the toilet literally saves me a minute or two each day.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261826#2618262Answer by callipygous for What real life bad habits has programming given you?callipygous2008-11-04T13:06:33Z2008-11-04T13:06:33Z<p>wondering why alt-tab doesn't magically transport me to the kitchen when i need a cup of tea.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261942#2619420Answer by fforw for What real life bad habits has programming given you?fforw2008-11-04T13:47:18Z2008-11-04T13:47:18Z<p>When my GF picked our last license plate number, she took 512. Me: "Yay! power of 2." She: "I took it because the sum of digits is 8 -- a lucky number." conclusion: no matter how damaged you are, it can all work out.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261952#2619521Answer by Joel McCracken for What real life bad habits has programming given you?Joel McCracken2008-11-04T13:50:28Z2008-11-04T13:50:28Z<p>I have started to develop a problem communicating with people who do not deal in logic on a daily basis. It really grates me, because I see the supreme inferiority in them (not inferior to me, but inferior to people who can think).</p>
<p>I have a tendency to believe that ideas are either right or wrong, and most of my friends who are programmers tend to understand and communicate that way as well.</p>
<p>If you say you like x, and I say that I dislike x for reason y, and your brain explodes and you cannot continue conversation, you need to learn to think.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/261964#2619640Answer by Manuel Ferreria for What real life bad habits has programming given you?Manuel Ferreria2008-11-04T13:55:37Z2008-11-04T13:55:37Z<p>After having worked for over a week with an issue concerning Time Servers (you know, those things that put your PC Clock in sync), I went to the kitchen, looked at the microwave oven clock, noticed it to be ten minutes late, the first thing to cross my mind was 'I wonder how could I activate the NSTP server on this thing'.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262091#2620910Answer by phillc for What real life bad habits has programming given you?phillc2008-11-04T15:11:08Z2008-11-04T15:11:08Z<p>I try to refactor everything.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262225#2622251Answer by Kramii for What real life bad habits has programming given you?Kramii2008-11-04T16:00:22Z2008-11-04T16:00:22Z<p>Apparently, I use language differently from other people. I once gave a talk on programming, and it took me all afternoon to figure out why people were sniggering every time I mentioned the use of some public property as a means to expose a class' private members.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262286#2622860Answer by cpuklok for What real life bad habits has programming given you?cpuklok2008-11-04T16:14:04Z2008-11-04T16:14:04Z<p>Not sure if this would qualify as a bad habit or not but I always have the urge to log everything that happens. I now obsessively take notes during conversations irl just in case I need to examine the logs later. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262340#2623406Answer by Techboy for What real life bad habits has programming given you?Techboy2008-11-04T16:22:01Z2009-04-17T11:40:35Z<p>Making geeky jokes that non-geeks don't understand.</p>
<p>Also, making edits to get points and badges in SO!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262522#2625227Answer by kthodla for What real life bad habits has programming given you?kthodla2008-11-04T17:04:55Z2008-11-04T17:04:55Z<p>Lazy evaluation and Just-in-time :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262553#2625532Answer by Gregg Tavares for What real life bad habits has programming given you?Gregg Tavares2008-11-04T17:14:01Z2008-11-04T17:14:01Z<p>I find that when I'm really sick, especially with a high fever, I can't help but see lines of code in my mind and I start feeling if I can only find the bug I'll get better.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262591#2625912Answer by Edward Kmett for What real life bad habits has programming given you?Edward Kmett2008-11-04T17:21:51Z2008-11-04T17:21:51Z<p>Lazy evaluation.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262607#2626070Answer by nagarjunary for What real life bad habits has programming given you?nagarjunary2008-11-04T17:28:00Z2008-11-04T17:28:00Z<p>I assume there's an open-source library already written for just about anything IRL and all I have to do is link to it.</p>
<p>"c'mon, how hard could it possibly be? I'm sure it's got its own Wikipedia page already!"</p>
<p>"Dude, somehow I don't think reading the Wikipedia article for brain surgery qualifies you as a doctor."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262736#2627360Answer by Brian for What real life bad habits has programming given you?Brian2008-11-04T17:59:31Z2008-11-04T17:59:31Z<p>Back in the days of line numbers I found myself numbering tasks.. if that wasnt bad enough they were numbered by 10's so I could go back and insert on easlily.</p>
<p>10 wake up</p>
<p>15 eat breakfast</p>
<p>20 brush teeth
30 take shower
40 go to work</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262777#2627770Answer by Justin Bailey for What real life bad habits has programming given you?Justin Bailey2008-11-04T18:11:52Z2008-11-04T18:11:52Z<p>I expect everything to come with a manual. When RTFM doesn't work in meatspace I get agitated.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262800#2628000Answer by Asgeir for What real life bad habits has programming given you?Asgeir2008-11-04T18:16:33Z2008-11-04T18:16:33Z<p>Using ocaml's typing in mathematics. My friends do not understand that. In fact, they do not understand typing.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262843#2628431Answer by Jon for What real life bad habits has programming given you?Jon2008-11-04T18:26:56Z2008-11-04T18:26:56Z<p>I was looking at a beautiful sunset the other day and caught myself wondering, "I wonder what resolution that is in?" ;-)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262874#2628744Answer by Shawn Craver for What real life bad habits has programming given you?Shawn Craver2008-11-04T18:37:55Z2008-11-04T18:37:55Z<p>I find if I'm in the middle of a big project, I'm working on it whenever my mind isn't focused on something else. It just becomes my default state, even if I'm not anywhere near a computer. It's gotten to the point where I sometimes really have to concentrate to hold a conversation.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262877#2628771Answer by Genesis for What real life bad habits has programming given you?Genesis2008-11-04T18:39:46Z2008-11-04T18:39:46Z<p>Global Optimization! Sometimes I find myself trying to optimize everything I encounter. Even written or spoken phrases I tend to shorten by using more complex words. Shopping and driving are other areas I tend to optimize.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/262920#26292023Answer by Adam for What real life bad habits has programming given you?Adam2008-11-04T18:50:37Z2008-11-04T18:50:37Z<p>I am extremely uncomfortable with ambiguity.</p>
<p>I always slash my zeros, sevens, and Zs in anything handwritten. I use oxford commas when enumerating any list, and I will always keep sentence punctuation outside of internally quoted sentences.</p>
<p>My most frequently used phrase is "What?"; it is my exasperated request for elaboration or clarification on a question that has any level of ambiguity.</p>
<p>Yes, I annoy even my closest friends.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/263315#2633151Answer by Mike Roberts for What real life bad habits has programming given you?Mike Roberts2008-11-04T20:27:40Z2008-11-04T20:27:40Z<p>I search for problems with EVERYTHING. If I don't find the problem with a high level scan, I'll begin to search iteratively (that's a separate trait... everything is iterative). This means that when I'm staring at a beautiful landscape, I'm scanning section by section for something that doesn't belong, or would make the scenery better if it were not there. This is a trait that I had BEFORE programming. When I was in the Boy Scouts, some Army guy talked to us while we were in the field, and the whole time he was there, I kept staring at the camouflaged guy on the ground behind him (a hidden sniper that was supposed to stand up and scare us later on) and looking at the speaker as if he was crazy. The speaker had to stop and ask me what the problem was and I burst his bubble. None of the other scouts even knew he was there.</p>
<p>I am an optimizing machine. When getting the car out of the garage, I told my wife to get the book from the house, so I could continue to lock up the garage because she'd finish about the same time that I would and we'd leave sooner.</p>
<p>Learning the interface to ANYTHING takes 0 seconds. I got my first cell phone the same time that my wife got her third. I had the address book filled out, voice recognition calibrated, and personalizations set while she was entering her third phone book entry. She actually got mad at ME for finishing so quickly.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/263510#26351069Answer by gbarry for What real life bad habits has programming given you?gbarry2008-11-04T21:30:30Z2008-11-04T21:30:30Z<p>Waitress: Hi, I'm Christy, and I'm your server!</p>
<p>Me: Hi, I'm gbarry, and I'm your client!</p>
<p>(True story)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/264369#2643690Answer by ActionScript kidz for What real life bad habits has programming given you?ActionScript kidz2008-11-05T04:50:59Z2008-11-05T04:50:59Z<p>Whenever I'm at school I take notes really simplistically but precise at the same time, always look for a better way to do things, ALWAYS try to find the answer to a question (answer == null; <----Syntax Error) And I miss Command-z(always seem to screw up somewhere ;P), Command-f when I cant find essays, AND PLEASE GOD wouldn't life be great if you go Command-control-q-esc? or at least Ctrl-alt-delete or alt-f4.... somwhere along those lines would be great... I miss google too...</p>
<p>Oh and thats the other thing (because I haven't typed enough)</p>
<p>I always make stupid comments like "just undo it" or like "did you save?", "did you update everything" and then my friends laugh because there is no computer involved :P</p>
<p>Also like to say "null" instead of "none" and I comment my speech, AND FINALLY I like to define all variables when I speek ("so all you need to do is get [insert product here], which is like a thing that does this...) and It drives people nutz and they're like "OK I KNOW WHAT THAT IS/KNOW WHAT THAT MEANS!!!!"</p>
<p>:)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/275074#2750741Answer by Dustin for What real life bad habits has programming given you?Dustin2008-11-08T19:21:11Z2008-11-08T19:21:11Z<p>One bad habit I have is that I sometimes "optimize" arithmetic operations using bitwise operations. If someone asks me what 2 * 2 is, I easily think that is 4 because multiplying by 2 is just a bit-shift away... I also do something similar with remainders. For example, the remainder of 7 / 4 is 3 because 7 & 3 results in 3 since the second bit in 3 is 0. I also count using the hexadecimal number system and sometimes Japanese because it helps me to remember what I counted more easily than counting using decimal or English for that matter.</p>
<p>My friends call me weird, but I don't know why...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/275760#2757601Answer by for What real life bad habits has programming given you?2008-11-09T09:09:22Z2008-11-09T09:09:22Z<p>Every time I write out any maths in real life, I always do it on one line, and use slashes and stars for division and subtraction</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/276864#2768640Answer by AkKi for What real life bad habits has programming given you?AkKi2008-11-10T01:46:23Z2008-11-10T01:46:23Z<p>If i had to wish for ONE thing. I'd ask for a Ctrl+Z functionality in real life.
Also, Google is the answer to everything.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/277215#27721580Answer by Anon for What real life bad habits has programming given you?Anon2008-11-10T06:38:20Z2008-11-10T06:38:20Z<p>Calling bits of text Strings. That really confuses non-programmers - what's a String?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/277304#2773043Answer by Alan for What real life bad habits has programming given you?Alan2008-11-10T07:39:42Z2008-11-10T07:39:42Z<p>ive become such a logical person after learning programming that it hurts. its like i feel life might crash if i dont make sense all the time.
nice post btw, iwonder if anyone has taken time to study the effect of programming on people. :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/278634#2786343Answer by Steffan James for What real life bad habits has programming given you?Steffan James2008-11-10T17:50:30Z2008-11-10T17:50:30Z<p>You think you lot have got it bad? I'm 14 years old, and just recently my friend asked:</p>
<blockquote>
<p>What is the easiest set of numbers for
you to remember?</p>
</blockquote>
<p>They go: </p>
<blockquote>
<p>1,2,3 etc.</p>
</blockquote>
<p><em>I go:</em> </p>
<blockquote>
<p>8, 16, 32, 64, 128, 256, 512, 1024,
2048...</p>
</blockquote>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/278883#2788831Answer by Belkorin for What real life bad habits has programming given you?Belkorin2008-11-10T19:25:34Z2008-11-10T19:25:34Z<p>I find myself doing most of the above things, as well as expecting syntax highlighting and hyperlinking in written documents and speech. I do this to such an extent that when I hear someone speaking, I see highlighting and hyperlinking in my mind.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/279525#2795251Answer by John MacIntyre for What real life bad habits has programming given you?John MacIntyre2008-11-10T23:13:52Z2009-01-28T22:18:30Z<p><strong>Spelling 'go to' as 'goto' in english documents</strong> .... then arguing with non-programmer coworkers that IT IS spelt correctly!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/279544#2795446Answer by Konrad Rudolph for What real life bad habits has programming given you?Konrad Rudolph2008-11-10T23:24:34Z2008-11-10T23:24:34Z<p>This has actually really happend to me. I was trying to hang a glass picture frame on the wall and accidentally dropped it. And in the shock of the moment, I loudly yelled “Control Z!” Then the glass hit the floor and smashed.</p>
<p>Another thing, I was once searching for a CD on my desk which was quite chaotic. I couldn't find it by shifting the individual books and stacks of papers so I decided to empty it. So I grabbed the mouse and pressed the “Show Desktop” icon in the Windows task bar. I needed a few seconds to realize that one desktop wasn't causally connected to the other: neither was my desk now empty, nor was the CD to be found on my Windows desktop.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/279647#2796470Answer by Philip Hanson for What real life bad habits has programming given you?Philip Hanson2008-11-11T00:19:36Z2008-11-11T00:19:36Z<p>While reading these responses, I realized that one of the reasons I like OpenOffice is because it has auto-completion...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/279683#2796835Answer by Todd for What real life bad habits has programming given you?Todd2008-11-11T00:36:04Z2008-11-11T00:36:04Z<p>Out of habit, I hit CTRL+S every couple minutes in just about every program I use.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/279976#27997612Answer by ahoka for What real life bad habits has programming given you?ahoka2008-11-11T04:10:43Z2008-11-11T04:10:43Z<p>I don't trust computers.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/280943#2809434Answer by Roberto for What real life bad habits has programming given you?Roberto2008-11-11T13:57:42Z2008-11-11T13:57:42Z<p>I wanted to try a 'psychology trick' of analyzing a tree drawn by a person, e.g. if it has roots, branches, leaves, a horizon, fruits, etc., on a group of computer science student colleagues at my university. I asked one of my colleagues to draw a tree so I can analyze it. He drew a binary tree. Apparently, he wasn't paying attention to my explanation and misunderstood me or he was truly a computer scientist.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/280955#280955150Answer by T.E.D. for What real life bad habits has programming given you?T.E.D.2008-11-11T14:04:08Z2008-11-11T14:04:08Z<p>I temporize way too much in conversation. Things that anyone else would say as fact, I will still throw a "probably" or "perhaps" on, because I know there could always be that one edge case where a meteor strikes my neighborhood and I wouldn't after all be able to make it out that day to Thanksgiving dinner.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/281093#2810931Answer by JXG for What real life bad habits has programming given you?JXG2008-11-11T14:51:46Z2008-11-11T14:51:46Z<p>Forget about real life! Even from application to application. I use vi a lot, so I got used to pressing esc after typing every complete thought. In Outlook, I wind up throwing out a lot of mail I compose (esc closes the window. Yes, it prompts you, but it's usually gone before I realize).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/281709#28170912Answer by Matt for What real life bad habits has programming given you?Matt2008-11-11T18:13:42Z2008-11-11T18:13:42Z<p>I tend to use != to mean not equal in Instant Messages. One time to hilarious effect I stated </p>
<p>Pedophile!=good person</p>
<p>To me that read Pedophile does not equal good person
To the reader it read Pedophile! equals good person</p>
<p>Hilarity ensued.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/283060#2830600Answer by Adyt for What real life bad habits has programming given you?Adyt2008-11-12T04:36:43Z2008-11-12T04:44:34Z<p>When i want to refresh a page or anything I press ctrl+shift+B (you're supposed to use F5)</p>
<p>When I want to save something I press ctrl+shift+S (to save all but in reality i just need to save one thing)</p>
<p>sometimes I press ctrl+shift+S then automatically press ctrl+shift+B</p>
<p>and this is all done when im not programming(using a compiler).</p>
<p>and now I am starting to have a tendency to end sentences with ; instead of .</p>
<p>and to make it worse, im just in the beginning of my programming career.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/283068#2830680Answer by John T for What real life bad habits has programming given you?John T2008-11-12T04:42:11Z2008-11-12T04:42:11Z<p>I use technical terms when explaining simple things to people. As previously stated, when reading a book i also sometimes think im on a computer for a split second and want to CTRL-F for that small section i read before. </p>
<p>Not so much a habit for this part, but i don't enjoying playing games as much any more since i know the theory behind how some parts are implemented. I'll see a certain screenshot and start thinking of the DirectX implementation in my head.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/283072#2830720Answer by Jon DellOro for What real life bad habits has programming given you?Jon DellOro2008-11-12T04:43:58Z2008-11-12T04:43:58Z<p>Well, when I purchase things, people say "Cheque or Savings?" and I say, "Yes" :) Not to self, must remember, human 'OR' is XOR, not OR.</p>
<p>Why can't they just say Cheque exclusive-or Savings? Then I'd get it straight away.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/284035#2840351Answer by Adam for What real life bad habits has programming given you?Adam2008-11-12T14:08:31Z2008-11-12T14:08:31Z<p>I was writing notes in a meeting, when I noticed that I had popped open a new sheet and written in a google query.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/290046#2900463Answer by avenmore for What real life bad habits has programming given you?avenmore2008-11-14T13:20:12Z2008-11-14T13:20:12Z<p>When typing an e-mail or document, I can't help hitting Ctrl+Space expecting intellisense to pop up with a list of appropriate words.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/290821#2908212Answer by vulture for What real life bad habits has programming given you?vulture2008-11-14T17:42:13Z2008-11-14T17:42:13Z<p>I am always very careful when i use the word "this". </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/291681#2916812Answer by Cris7ian for What real life bad habits has programming given you?Cris7ian2008-11-14T22:39:45Z2008-11-14T22:39:45Z<p>Whenever im writting that something is equal to something else i always use the == operator, and when people dont use it i tend to think that they dont know what they're saying</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/291799#2917993Answer by Corin for What real life bad habits has programming given you?Corin2008-11-14T23:46:25Z2008-11-14T23:46:25Z<p>Having learned to count in binary on my fingers, I now respond "Four to you too!" when someone flips the bird at me. Some people just don't appreciate geeky humour when they are angry.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/291805#29180511Answer by Fehr for What real life bad habits has programming given you?Fehr2008-11-14T23:48:28Z2008-11-14T23:48:28Z<p>Whenever I am presented with a repetitive task, I don't mind at first until I realize I can't write a loop to do it.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/293773#2937731Answer by Ubiquitous Che for What real life bad habits has programming given you?Ubiquitous Che2008-11-16T10:46:34Z2008-11-16T10:53:16Z<p>I think I have to chip in with a few others, and fall back on the whole 'I can't accept ambiguity' thing.</p>
<p><hr /></p>
<p>Example:</p>
<p>Me: When do you think you'll be ready?</p>
<p>Other: In a little while.</p>
<p>Me: Okay. Now, taking this new information into account: When do you think you'll be ready?</p>
<p><hr /></p>
<p>The other thing working as a developer has done to me is to completely unhinge me from what normal people know about technology. That itself isn't so bad. The only problem is I always consider the problem so simple that I can easily explain the situation. This always turns out to be a spectacular failure.</p>
<p><hr /></p>
<p>Other: I'm having trouble with my computer. X isn't working.</p>
<p>Me: You probably need to restart the Y service.</p>
<p>Other: Service? Huh?</p>
<p>Me: Oh. Right. Think of a service as a process running in the background of your operating system. You just have to whip open the admin console, find the Y service, and click reset.</p>
<p>Other: Process? Admin console? Operating system? Huh?</p>
<p>Me: Oh bugger. Right. Click the start menu...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/293940#2939409Answer by domus.vita for What real life bad habits has programming given you?domus.vita2008-11-16T14:55:14Z2008-11-16T14:55:14Z<p>I have become INCREDIBLY impatient. Searching for a certain cold medicine at Walmart is horrible when I can't google it's location. </p>
<p>I hate when my kids still do their own thing after I give them detailed instructions, even tell them what to do in case of a problem (try...catch) and yet they still break my logic. I wish I could unit test my kids.</p>
<p>I find it more and more difficult to work as a team when my situation day to day is sitting in front of a computer that obeys (for the most part) my every command.</p>
<p>Could be worse though. I could be in politics and break the law every day. That would be a bad habit.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/294238#29423813Answer by avenmore for What real life bad habits has programming given you?avenmore2008-11-16T19:07:16Z2008-11-16T19:07:16Z<p>I always put a slash through the character zero when I write it. I often get asked whether I've written a zero or a one or simply crossed out a mistake.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/307205#3072055Answer by kajaco for What real life bad habits has programming given you?kajaco2008-11-20T22:55:20Z2008-11-20T22:55:20Z<p>Wanting to type vim commands no matter what software I'm using. This does not work well in spreadsheets.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/307489#3074895Answer by dtroy for What real life bad habits has programming given you?dtroy2008-11-21T01:06:50Z2008-11-21T01:06:50Z<ul>
<li><p>I had an argument with my Girlfriend
about colors. I claimed white is a
color and you can produce it by
mixing red green and blue with full
intensity (255).</p></li>
<li><p>I find it hard to explain to
non-programmers what I do. I just
say I am a computer geek. </p></li>
<li>I binary search for things </li>
<li>It's easier for me to IM someone sitting behind me at the office or even next to me in the living room than talk to them. </li>
<li>I often write something
like (me!=happy) , forgetting most
people don't know "!=" means not
equal. </li>
<li>I Look for Visual studio
Shortcuts like Ctrl+I in other
software.</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/308023#3080233Answer by Epu for What real life bad habits has programming given you?Epu2008-11-21T06:14:02Z2008-11-21T06:14:02Z<p>Acting like a know-it-all all the time because my coworkers expect me to defend my decisions or lose.</p>
<p>This can be a drawback when dealing with normals.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/321250#3212508Answer by Alex Angas for What real life bad habits has programming given you?Alex Angas2008-11-26T16:09:48Z2009-11-08T08:57:46Z<p>I get excited by finding BSoDs in the real world.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/340256#3402561Answer by ControlBreak for What real life bad habits has programming given you?ControlBreak2008-12-04T11:21:35Z2008-12-04T11:21:35Z<p>Let my grandma believe I do <a href="http://fr.wikipedia.org/wiki/Donut" rel="nofollow">pastry</a> as I told her I work on <em>dotNET</em>.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/340289#3402891Answer by sobbayi for What real life bad habits has programming given you?sobbayi2008-12-04T11:37:17Z2008-12-04T11:37:17Z<p>I double click the remote control whenever i finally sit down to watch "tube". Ooops i meant TV.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/340339#3403391Answer by LuRsT for What real life bad habits has programming given you?LuRsT2008-12-04T11:55:21Z2008-12-04T11:55:21Z<p>I'm always trying to think of ways to automatize everything!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/343006#3430061Answer by hmm for What real life bad habits has programming given you?hmm2008-12-05T05:47:14Z2008-12-05T05:47:14Z<p>I wish i can do ctrl+c ctrl+v on a lot of real world things</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/343040#3430404Answer by ehassler for What real life bad habits has programming given you?ehassler2008-12-05T06:20:44Z2008-12-05T06:20:44Z<p>A friend and I were on our way to Tucson on a beautiful day, and as we passed Picacho peak, I looked out the open window and marveled, "Wow, look at the resolution..." for which I'm still ridiculed to this day.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/346996#3469965Answer by edude05 for What real life bad habits has programming given you?edude052008-12-06T23:41:57Z2009-01-30T01:52:18Z<p>Thinking in algorithms.
For example, I'll press the button to change the light at a cross walk and while I'm waiting I try and figure out what OS it runs and how the software works.</p>
<p>Also, alot of times I try to optimize real life situations by think about them as a program. </p>
<p>Also, I refer to complete tasks as poping them off the stack</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/357493#35749323Answer by James Van Huis for What real life bad habits has programming given you?James Van Huis2008-12-10T20:30:30Z2008-12-10T20:30:30Z<p>Along the same lines as the grocery store optimizations...</p>
<p>I tend to put items into the cart so that they are unloaded onto the belt in such a way that it will be efficient to bag them.</p>
<p>Never ceases to amaze my wife.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/357504#35750431Answer by joseph.ferris for What real life bad habits has programming given you?joseph.ferris2008-12-10T20:33:56Z2008-12-10T20:33:56Z<p>Since most of my time typing is spent coding, I will say that the biggest single bad habit that I have picked up is the inability to write legibly. I use a pen and paper so rarely, that sometimes I have to stop and think about how it is supposed to work.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/357524#3575242Answer by lmsasu for What real life bad habits has programming given you?lmsasu2008-12-10T20:38:06Z2008-12-10T20:38:06Z<p>I consider the number two to be smaller than three, even for large values of two. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/359430#35943019Answer by graham.reeds for What real life bad habits has programming given you?graham.reeds2008-12-11T13:59:08Z2008-12-11T13:59:08Z<p>My list of bad habits:</p>
<ul>
<li>Popping conversations on and off my mental stack: I can remember precisely what I was talking about after going off on tangents. Tends to confuse people.</li>
<li>Optimising my life: I've optimised my journey to and from work by sitting on the closest chairs to the doors on the train, etc.</li>
<li>Regularly hitting CTRL+SHIFT+S even when browsing. I've even hit CTRL+Space while in Word.</li>
<li>Thinking of everything as lists and sets. When I was doing 3D stuff I started seeing everything as points, edges and surfaces.</li>
<li>Looking up on google to see if there is an optimal solution to a problem. Came in handy when I suddenly got a pair of DMs on which I needed to <a href="http://www.maa.org/mathland/mathtrek_2_8_99.html" rel="nofollow">lace up the boots</a>. <a href="http://www.shoe-lacing.com/shoelace/" rel="nofollow">Fortunately on the WWW there is always someone with more time on their hands than you</a>.</li>
<li>Correcting people who say black is their favourite colour.</li>
<li>I feel a little bit of happiness when my ticket at the deli counter is a power of 2.</li>
<li>I complained that the house we looked at purchasing was number 62.</li>
<li>Thinking of optimisations. When I go to the cinema I really want to defrag it!</li>
</ul>
<p>There's probably others but I need to get back to work!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/359521#35952118Answer by Kip for What real life bad habits has programming given you?Kip2008-12-11T14:27:48Z2008-12-11T14:27:48Z<p>When my daughter learned to crawl last month, I watched her navigate from one side of the room to a toy on the other side of the room, and I thought "she has an excellent path finding algorithm."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/359597#3595971Answer by nialljsmith for What real life bad habits has programming given you?nialljsmith2008-12-11T14:48:56Z2008-12-11T14:48:56Z<p>I tend to start writing or even typing everything in CamelCase.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/360115#36011510Answer by Karthik Hariharan for What real life bad habits has programming given you?Karthik Hariharan2008-12-11T17:03:09Z2008-12-11T17:03:09Z<p>I assume that most other people actually get paid to do what they love just like I do. Its amazing how eager so many people are to work in jobs they hate purely for the cash.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/362201#3622012Answer by Ken Yao for What real life bad habits has programming given you?Ken Yao2008-12-12T08:22:10Z2008-12-12T08:22:10Z<p>I tend to sleep late coding. This is not good for health. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/362216#3622160Answer by rIPPER for What real life bad habits has programming given you?rIPPER2008-12-12T08:31:07Z2008-12-12T08:32:08Z<p>Everything is a 1 or 0.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/367114#3671148Answer by Dan Blanchard for What real life bad habits has programming given you?Dan Blanchard2008-12-14T22:57:29Z2008-12-14T22:57:29Z<p>I find programming has bled into my nightmares. </p>
<p>A few years ago I started working a long way from home (by my standards at the time). It was a two hour drive each way, plus long hours at the client site. </p>
<p>I noticed after a couple of weeks that my driving, particularly on the trip home, was becoming worse as I was very tired. This began to worry me increasingly. We'd just had a baby and I was terrified of what would happen to my family if I had an accident on the road. I worried to the point of losing sleep - which obviously made things worse. Then the nightmare happened: </p>
<p><strong>Whilst dreaming</strong>, I reasoned that as there was only a finite amount of time available to sleep I should spin up multiple copies of myself on several threads simultaneously so I could get my sleep in parallel. </p>
<p>Shortly afterwards we moved home to be closer to the client.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/381564#3815640Answer by unknown for What real life bad habits has programming given you?unknown2008-12-19T17:09:47Z2008-12-19T17:09:47Z<p>Sometimes I dream in brightly colored fixed-width ASCII fonts on a black background.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/383943#3839432Answer by fandelost for What real life bad habits has programming given you?fandelost2008-12-21T00:43:24Z2008-12-21T00:43:24Z<p>I feel the content of the clipboard as an extension of my mind. I can walk around the place, talk to people, and then come back and still "sense" there's something there, waiting to be pasted! In my opinion, it's a good thing though.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/383945#383945-1Answer by Charlie Martin for What real life bad habits has programming given you?Charlie Martin2008-12-21T00:45:09Z2008-12-21T00:45:09Z<p>Eating. Paying rent.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/385331#3853311Answer by henry000 for What real life bad habits has programming given you?henry0002008-12-22T01:35:11Z2008-12-22T01:35:11Z<p>When I read books, I really miss the automated search functions (CTRL+F or otherwise).</p>
<p>Has anyone mentioned <strong><em>hyperlinks</em></strong>? Boy, I really need it when fliping through various documents.</p>
<p>Using '==' or '!=' and the likes in non-programming (i.e. real world) situations...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/389670#3896702Answer by John Sonmez for What real life bad habits has programming given you?John Sonmez2008-12-23T18:24:23Z2008-12-23T18:24:23Z<p>I often camelCase words in emails and other communication.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/389972#3899720Answer by mmyers for What real life bad habits has programming given you?mmyers2008-12-23T20:20:08Z2008-12-23T20:20:08Z<p>Numbers remind me of things. I just noticed that this question has 131 votes and thought, "Hmm, that's almost like 131072."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/409820#4098201Answer by Lawand for What real life bad habits has programming given you?Lawand2009-01-03T20:53:50Z2009-01-03T20:53:50Z<p>Can't find spell checking when writing down something :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/409829#4098291Answer by driAn for What real life bad habits has programming given you?driAn2009-01-03T21:00:09Z2009-01-03T21:00:09Z<p>Sometimes I see real-life things as "objects" in an OOP sense ;)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/409835#4098353Answer by billybob for What real life bad habits has programming given you?billybob2009-01-03T21:03:41Z2009-01-03T21:03:41Z<p>As my partner will tell you, everytihng has to be efficient.</p>
<p>If you cut the onions this way, it will be faster with the same result...</p>
<p>(That one really pisses her off)</p>
<p>And language has to be precise.</p>
<p>Can you get that?
What do you want me to get?
That, over there?
Which thing?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/416288#4162881Answer by MrWiggles for What real life bad habits has programming given you?MrWiggles2009-01-06T12:09:20Z2009-01-06T12:09:20Z<p>I hate doing anything in real life that doesn't allow me to undo or allow me to make changes after the event, mostly related to mechanics and DIY.</p>
<p>While tiling a bathroom once, I found myself spending too much time thinking about how I could get the job done but have an easy way to swap the tiles out for something else if I changed my mind later.</p>
<p>I won't work on a car/bike if the job means I could end up in a situation where I can't easily "undo" what I've just done, i.e. if I do something and it's permanent it makes me far too uneasy.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/428567#4285673Answer by J. Pablo Fernández for What real life bad habits has programming given you?J. Pablo Fernández2009-01-09T15:48:26Z2009-01-09T15:48:26Z<p>When trying to find a solution or anything, I eliminate all possibilities before going forward. For example: "bring me the glasses". I go, open a door, no glasses, open another door, glasses, but I would still continue opening all the doors to be sure there are no other type of glasses. Maybe what I'm seeing are not really glasses for this person. Maybe they are wine glasses, or whiskey glasses. And maybe I'll just find two types of glasses in which case I'll ask which one.</p>
<p>When I'm doing this in front of another person they go crazy. "You already found the glasses!", "No, I'm not 100% sure these are glasses.". At that time they start to back off slowly saying yes. I smile.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/428578#4285781Answer by J. Pablo Fernández for What real life bad habits has programming given you?J. Pablo Fernández2009-01-09T15:51:16Z2009-01-09T15:51:16Z<p>When I see something wrong, that is, all the time, I want to report it, file a ticket or something. "They can't fix it if they don't know about it!"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/428585#4285851Answer by Mikey for What real life bad habits has programming given you?Mikey2009-01-09T15:53:43Z2009-01-09T15:53:43Z<p>This isn't so much of a habit that I've developed...it's more like everyone around me developed the habit that just because I know how to program, I know everything else about computers (hardware, networking, etc.)!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/433230#4332301Answer by Jami for What real life bad habits has programming given you?Jami2009-01-11T17:12:11Z2009-01-11T17:12:11Z<p>I find that I want to tag things in real life. This happens most often with sections of books, but another example might be passing a restaurant I'd like to try some time. I want to slap "restaurant, thai, todo, food" on that building. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/441490#4414900Answer by acidzombie24 for What real life bad habits has programming given you?acidzombie242009-01-14T00:46:04Z2009-11-05T15:47:05Z<p>I dont know what i was thinking when i wrote this. I know i must have been laughing. Maybe i'll rephrase this answer someday.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/441574#4415741Answer by Ralph Lavelle for What real life bad habits has programming given you?Ralph Lavelle2009-01-14T01:24:04Z2009-01-14T01:24:04Z<p>I know this has been touched on a bit before, but I'm increasingly intolerant of people <strong>answering a question with another question</strong>, even if it implicitly contains the answer. The assumption is that they know what I'm driving at, and jump there ahead of me. But how do they know why I want to know what I just asked. There could be any number of reasons I wanted to know that. </p>
<p>Just ... answer the question, then I can decide what to do, for whatever reason I might want to do it. I've had my share of frustrating conversations caused by someone's assumption that what I really meant was big X, when all I asked was small x.</p>
<p>And I call that a bad habit, because assumptions are just what people do, and have to do, and most of the time they're ok. But I still get mad.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/445000#4450002Answer by Jonathan Sampson for What real life bad habits has programming given you?Jonathan Sampson2009-01-14T22:45:42Z2009-01-14T22:45:42Z<p>Last night my wife and I were planning an app on the white board. She erased a spec far too quickly, and I immediately said "Undo!" That, and I recall once in the past reading a book or magazine with somebody, and as they progressed to the next page I asked politely that they "Scroll back."</p>
<p>Like the original poster, I too view God's Green Earth as a massive application comprised of numerous instances of billions of objects all implementing numerous interfaces - it blows my mind that reality is able to process all of these calculations and manage all of this memory so neatly!</p>
<p>Furthermore, my wife finds conversing with me to be annoying at times because I cannot accept a conclusion unless it logically makes sense, or all possible exceptions have been covered. Today she said, "I'll never live in Alabama." I then corrected her, "You mean, 'I do not want to live in Alabama.' We may very well have to live there. I don't plan on it, but it is POSSIBLE." Needless to say, much of our discussions could be much shorter if I could just let that type of stuff go :)</p>
<p>Programming has turned me into a social-reject incapable of having an intelligible conversation with real people :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/445019#4450190Answer by chaos for What real life bad habits has programming given you?chaos2009-01-14T22:52:41Z2009-01-14T22:52:41Z<p>Thinking about everything first and foremost in terms of how it can, and therefore will, go wrong. Not as universally appropriate in real life as it is in coding, and tends to make people think of you as a pessimistic curmudgeon.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/445053#4450532Answer by feonixrift for What real life bad habits has programming given you?feonixrift2009-01-14T23:06:23Z2009-01-14T23:06:23Z<p>I keep wishing for a debugger with breakpoints for my cooking.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/445100#4451008Answer by Calyth for What real life bad habits has programming given you?Calyth2009-01-14T23:29:16Z2009-01-14T23:29:16Z<ul>
<li>A very literal sense of argument, and backtracking to hunt for the logical truth - my girlfriend absolutely hates that.</li>
<li>I assume that everyone is rational</li>
</ul>
<p>As to lifestyle bad-habits:</p>
<ul>
<li>bad slouchching</li>
<li>being in a chair and consume a massive amount of caffeine</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/445327#4453271Answer by Sean James for What real life bad habits has programming given you?Sean James2009-01-15T01:25:45Z2009-01-15T01:25:45Z<p>I organize all of my papers as a stack. It looks unorganized to others, but it makes perfect sense! Papers, houndouts, etc I've recently been given or worked on are always near the top, and as things get older, they sink down. Why others cant understand why this is useful is beyond me...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/451474#4514741Answer by rlb.usa for What real life bad habits has programming given you?rlb.usa2009-01-16T18:36:43Z2009-01-16T18:36:43Z<p>Is that counting in Zero or One-Indexing?</p>
<p>Is that homework interval 5...9 open or closed?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/461143#4611430Answer by Adam Hawes for What real life bad habits has programming given you?Adam Hawes2009-01-20T12:45:01Z2009-01-20T12:45:01Z<p>One of the guys at work regularly says "sadface" and "sigh". I want to bash him over the head with his laptop!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/486121#4861214Answer by SealedSun for What real life bad habits has programming given you?SealedSun2009-01-28T01:24:03Z2009-01-28T01:24:03Z<p>I flinch whenever I see low-resolution images printed onto official-looking paper. (low-res as in you-can-count-the-pixels-low-res, that is)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/486263#4862630Answer by Sridhar Iyer for What real life bad habits has programming given you?Sridhar Iyer2009-01-28T02:24:24Z2009-01-28T02:24:24Z<p>I get totally irritated when someone uses the word "I think blah blah" when they are guessing something. Either they know it or they dont and should say whatever they exactly mean.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/488052#4880522Answer by Barry for What real life bad habits has programming given you?Barry2009-01-28T15:33:51Z2009-01-28T15:33:51Z<p>Responding to questions using boolean logic, eg.</p>
<p>Question: What's the opposite of inclusive?
Answer: Not inclusive.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/488878#4888781Answer by Nathan for What real life bad habits has programming given you?Nathan2009-01-28T18:59:42Z2009-01-28T18:59:42Z<p>I can't understand why everyone doesn't use a version-control system for everything on the computer. I use it for everything from taxes to wedding announcements. </p>
<p>I find that most non-technical folks like the idea (having all your documents versioned with notes), but introducing the concepts is hard for some reason.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/488932#4889320Answer by rajat for What real life bad habits has programming given you?rajat2009-01-28T19:11:42Z2009-01-28T19:11:42Z<p>i use breadth first search when looking for stuff in my house. if it is important it should be on top of its respective stack. i end up running circles inside my house searching the same stack 14 times before looking at the 2nd element and finding what i wanted.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489058#4890581Answer by Marc Seeger for What real life bad habits has programming given you?Marc Seeger2009-01-28T19:54:15Z2009-01-28T19:54:15Z<p>I get really annoyed at stores/restaurants when I see something that could be optimized by parallelization or better queuing. Imperfection in processes haunts me ^^</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489125#4891251Answer by AndyDrum for What real life bad habits has programming given you?AndyDrum2009-01-28T20:15:42Z2009-01-28T20:15:42Z<p>Once in college a friend showed up to class late. As he was frantically copying down the notes from the board, the teacher erased them. The next time he looked up, they were gone and I saw him tap his desk with his pinky & thumb on his left hand.</p>
<p>When I asked him why he started laughing. He had absent-mindedly Ctrl-Zed the board to get the lecture notes back.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489129#4891292Answer by igorgue for What real life bad habits has programming given you?igorgue2009-01-28T20:17:26Z2009-01-28T20:17:26Z<p>I do binary search on everything, it works quite well though :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489449#4894491Answer by travisjeffery for What real life bad habits has programming given you?travisjeffery2009-01-28T21:24:56Z2009-01-28T21:24:56Z<p>Working with other people. Computers do exactly what you want and if an error occurs its your fault.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489464#4894640Answer by leed25d for What real life bad habits has programming given you?leed25d2009-01-28T21:28:36Z2009-01-28T21:28:36Z<p>Well, as a programmer, you get used to having arbitrary levels of
'undo'. It is useful sometimes to wipe out what you have done or to
stash it away temporarily and start over. Real life just doesn't
give you the chance to have a doOver whenever you want it. Sigh.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489535#4895351Answer by Todd Friedlich for What real life bad habits has programming given you?Todd Friedlich2009-01-28T21:47:14Z2009-01-28T21:47:14Z<p>I always end up using variables in my day to day speech : "I am going to need X widgets." </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489646#4896460Answer by dmindreader for What real life bad habits has programming given you?dmindreader2009-01-28T22:14:20Z2009-01-28T22:14:20Z<p>None except sedentarism, (which aint's programming's "fault" but my own).</p>
<p>I think most of the answer on this topic are forced attempts at drama/humor. Well.. I'm just being a hypocrite, I liked a bunch of them. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489657#4896570Answer by jinxed_coder for What real life bad habits has programming given you?jinxed_coder2009-01-28T22:16:14Z2009-01-28T22:16:14Z<p>Getting in trouble for teaching my nephews how to count in binary.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489672#48967213Answer by Sparr for What real life bad habits has programming given you?Sparr2009-01-28T22:21:05Z2009-01-28T22:21:05Z<p>Like the old joke about good programmers, I often catch myself looking both ways before crossing a one-way street.</p>
<p>Not sure if you would consider that habit "bad".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489696#4896962Answer by Bart for What real life bad habits has programming given you?Bart2009-01-28T22:29:14Z2009-01-28T22:29:14Z<p>I see interfaces everywhere i.e.</p>
<p>I think of a chair, a stool, and pants as all implementing the IFitAss interface.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/489728#48972813Answer by Ates Goral for What real life bad habits has programming given you?Ates Goral2009-01-28T22:36:37Z2009-01-28T22:36:37Z<p>The phrase "I could count them with the fingers of my hand" doesn't suggest scarcity to me.</p>
<p>I say, "cool, there were like 1023 of them".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/490051#4900510Answer by TJ for What real life bad habits has programming given you?TJ2009-01-29T00:30:05Z2009-01-29T00:30:05Z<p>I can't stand owning ANYTHING that doesn't have preferences!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/490170#4901705Answer by zachary for What real life bad habits has programming given you?zachary2009-01-29T01:26:54Z2009-01-29T01:26:54Z<p>I find myself wishing people came equipped with a -q or --quiet flag/option.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/490215#4902151Answer by cSpeak for What real life bad habits has programming given you?cSpeak2009-01-29T01:49:05Z2009-01-29T01:49:05Z<p>I read through all of these and honestly, I haven't let programming affect me when I'm not programming. When I'm not programming, i'm either on my dirt bike, in the gym, out skating, or hanging out with friends. Programming hasn't given me any habits outside of programming :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/490341#4903410Answer by south wales seo for What real life bad habits has programming given you?south wales seo2009-01-29T02:51:15Z2009-01-29T02:51:15Z<p>I try to point at things off the monitor by using the mouse - the person opposite doesn't tend to find it very helpful.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/490359#4903596Answer by BenAlabaster for What real life bad habits has programming given you?BenAlabaster2009-01-29T03:02:34Z2009-01-29T14:09:57Z<p>My posture sucks these days... I guess not sitting up straight is a bad habit brought on by programming...</p>
<p>Also, I find myself putting semi-colons at the end of my sentences instead of a period.</p>
<p>The "Last" button on the TV remote isn't nearly flexible enough... it should hold like the last 10 channels so I can line up a comprehensive list of TV shows I need to flick back and forward with. It should work more like Alt-Tab/Alt-Shift-Tab.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/490393#4903930Answer by Lucas McCoy for What real life bad habits has programming given you?Lucas McCoy2009-01-29T03:33:56Z2009-01-29T03:33:56Z<p>One time I was taking a true/false test and I accidentally called it a boolean test.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/490553#4905533Answer by Greg for What real life bad habits has programming given you?Greg2009-01-29T05:16:33Z2009-01-29T05:16:33Z<p>Lately I've been interupting myself when I use poor boolean grammer.</p>
<p>I don't think... wait, I mean I think that you should not....
It is not that I didn't think, but rather that I thought and it was not appropriate.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/491243#4912432Answer by Ewen for What real life bad habits has programming given you?Ewen2009-01-29T11:12:20Z2009-01-29T11:12:20Z<p>Once I tried to explain to my girlfriend that I forget to do things because I use interrupts whilst she uses polling.</p>
<p>It didn't work.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/491826#4918261Answer by agnieszka for What real life bad habits has programming given you?agnieszka2009-01-29T14:37:41Z2009-01-29T14:50:18Z<ul>
<li>i really had this situation once: i was taking off my sweater when i realised that it's too cold and i'd better put it on again and before i could logically think the first thought in my mind was: Ctrl+Z.</li>
<li>i forget (always) that for normal people indexing starts at 1...</li>
<li>my and my friends' jokes are so full of references to programming that when we meet with other people i'm so embarrassed that they don't understand us and that we look weird ("M i know you're multithreaded but could you stop doing this and just listen to me?", "yyy i'm sorry i got in a neverending loop thinking about this")</li>
<li>i tend to visualize actions to complete some task as algorithm in pseudo-code </li>
<li>i'm sooooo precise, i'm obsessed with being precise and logical, i find lines in articles, books, people speeches etc. that are illogical or do not cover all possibilities ("you are: a) a student, b) a working person c) senior" - what about not working, not studying 23-year-old?). i sometimes write sentences like mathematical definitions - so precisly that you can't interpret it in another way, though i know all the people who will be reading this would understand it anyway</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/491894#4918943Answer by Richard E for What real life bad habits has programming given you?Richard E2009-01-29T14:53:22Z2009-01-29T14:53:22Z<p>Waiting for an informative tooltip to appear when I stare at a photo in a newspaper or magazine...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/491942#4919420Answer by Bernard for What real life bad habits has programming given you?Bernard2009-01-29T15:07:56Z2009-01-29T15:40:56Z<p>Every time I see a numeric series that is a power of two I have to count out the rest of that series up to 65536.</p>
<p>I refuse to do anything that can't be turned into an automated process.</p>
<p>When I do math I can't start it with numbers, I have to derive the final F(x) formula and then plug in values.</p>
<p>I never expect people to understand me so I over explain everything, even when they don't care.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492025#4920255Answer by Przemek for What real life bad habits has programming given you?Przemek2009-01-29T15:22:10Z2009-01-29T15:22:10Z<p>When our co-worker announced that she was going to have a child someone said that it was going to be her first <b>RELEASE</b>. :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492054#4920540Answer by chanux for What real life bad habits has programming given you?chanux2009-01-29T15:28:02Z2009-01-29T15:28:02Z<p>I want ctrl+F when reading books. And even when answering an exam paper.
I need tab completion when I'm taking down, or anywhere I write or key in something.
I always look for closing brackets & semi colons.
I want grep built in to my physical life.
I need a mute button for people who I don't wanna listen(doesn't come from programming though).
Ah... I always look for good indentation.
I need loops in real life.... & LIST GOES ON.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492121#4921211Answer by Spencer Wysinger for What real life bad habits has programming given you?Spencer Wysinger2009-01-29T15:41:40Z2009-01-29T15:41:40Z<p>A few, but I'll spare everyone. Instead, I'll ask myself what bad habit programming gives to some of the posters in this thread: Feeling superior to non-programmers, significant others, people in food service, anyone who doesn't speak like a machine, and just about anyone else not on the same 'genius' mental plane. It fuels the pompous stigma.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492155#4921550Answer by d4nt for What real life bad habits has programming given you?d4nt2009-01-29T15:46:21Z2009-01-29T15:46:21Z<p>Typing the word "cache" when I mean to type "cash".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492161#4921613Answer by kpollock for What real life bad habits has programming given you?kpollock2009-01-29T15:47:46Z2009-01-29T15:47:46Z<p>I attempt to optimise <em>everything</em> (and for too many factors). Queues, routes, budgets, gym routines etc. I go for maximum paralleling of any task to get it done in the shortest possible time. I cannot stop my brain from doing it. Sometimes it feels like it just thrashes... Never go to the airport with me....</p>
<p>I have this incredible feeling of <em>WRONG</em> that there are certain boring things I have to do over and over (washing, cooking, washing up, cleaning, maintenance) and it nags at me and I keep trying to solve it...</p>
<p>I cannot bear any inefficency or bad design that I can possibly affect (and get upset by those I can't).</p>
<p>I often wonder whether I am like this because I am a programmer, or I am a programmer because I am like this.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492308#4923080Answer by John Gallagher for What real life bad habits has programming given you?John Gallagher2009-01-29T16:18:07Z2009-01-29T16:18:07Z<p>When I make a mistake away from the computer - writing the wrong thing in my notepad, spilling milk on my jumper - I instinctively reach for Command-Z.</p>
<p>Not particularly normal, although it does go to show how much my life has improved. I used to reach for Control-Z instead.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492610#49261017Answer by Michael Bishop for What real life bad habits has programming given you?Michael Bishop2009-01-29T17:29:32Z2009-01-29T17:29:32Z<p>My need to understand why something <em>was</em> broken, even when it has magically fixed itself.</p>
<p>Common exchange between me and my girlfriend...</p>
<p><strong>Her:</strong> "Hey look, it stopped clicking!"</p>
<p><strong>Me:</strong> "That's great ... and now I must take it apart."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492626#4926260Answer by Matthew Kanwisher for What real life bad habits has programming given you?Matthew Kanwisher2009-01-29T17:33:46Z2009-01-29T17:33:46Z<p>I hate it when I'm writing a paper for school and I mess up something and I'm looking for the undo command ;)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492648#4926481Answer by Anthony Rizk for What real life bad habits has programming given you?Anthony Rizk2009-01-29T17:40:49Z2009-01-29T17:40:49Z<p>Trying to find bugs in everything - not just software (or at least, not just traditional end-user software).</p>
<p>E.g. a couple of years ago I was amused for several minutes by a multi-disc DVD player by trying to break it by pressing buttons in certain sequences at certain times. 'Ok, so did they take into account <em>this</em> case' and so on</p>
<p>Works with car windshield wiper and radio controls, all kinds of electronic kids toys, etc.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492693#4926932Answer by Signal9 for What real life bad habits has programming given you?Signal92009-01-29T17:55:43Z2009-01-29T17:55:43Z<p>ask a person for a declaration before a definition.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492912#49291215Answer by IDisposable for What real life bad habits has programming given you?IDisposable2009-01-29T18:52:08Z2009-01-29T18:52:08Z<p><strong>Wife</strong>: "Can I ask you a question?"</p>
<p><strong>Me</strong>: "Yes. Would you like another, more useful one?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/492945#4929450Answer by Shane for What real life bad habits has programming given you?Shane2009-01-29T19:02:18Z2009-01-29T19:02:18Z<p>Last Fall my friends and I began playing NCAA Football in anticipation for football season. We play on my Xbox 360 hooked up to my 1080p HDTV, and it looks pretty good.</p>
<p>First game of the season I'm in the student section near the end zone. After the first play I think, "Damn, this is really good resolution." My friends thought I was stupid, but at the time I really thought IRL had great resolution compared to my TV.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/493204#4932044Answer by Jj for What real life bad habits has programming given you?Jj2009-01-29T20:14:56Z2009-01-29T20:14:56Z<ul>
<li>Ample use of double or triple negation in my statements</li>
<li>Build my arguments base as a chain of True statements (I make sure they agree with me on each statement I make)</li>
<li>When making hand gestures of "talking" I move my fingers as typing on a keyboard (and sometimes not only when gesturing "talking" :-\ )</li>
<li>Draw rotated smileys on paper</li>
<li>Refer to regular mail as "paper e-mail"</li>
<li>Refer to my house as my Shpping address</li>
<li>Think on what's the rationale behind every reaction or I see, this has strongly influenced me of my perception of marketing</li>
<li>When people make plans or find solutions I always calculate their algorithm's complexity</li>
<li>It's hard for me to make a 100% positive statement, becuase I always contemplate an edge case (or bug) I'm not contemplating.</li>
<li>Can't stand human grep</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/493512#4935121Answer by duha for What real life bad habits has programming given you?duha2009-01-29T21:26:47Z2009-01-29T21:26:47Z<p>I always write ".." instead of "..." cause I consider the third dot redundant</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/494080#4940804Answer by cp21yos for What real life bad habits has programming given you?cp21yos2009-01-30T00:39:15Z2009-01-30T00:39:15Z<p>I try to work 24 hours a day - like my computers. Then I get annoyed by the simple fact that I take 8 hours to reboot. Meanwhile my computer can work for weeks and weeks without a reboot (unless a software update comes along).</p>
<p>Then it gets worse, it reboots in less than a minute looking like it's just woken up refreshed for another couple of months of work.</p>
<p>Why can't I do that - it so frigin' annoying. </p>
<p>And yes Virginia this topic does annoy my wife, children, parents...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/494132#4941321Answer by TokenMacGuy for What real life bad habits has programming given you?TokenMacGuy2009-01-30T01:09:31Z2009-01-30T01:09:31Z<p>I think i'm most acutely aware of concurrency. An example from the other day. </p>
<p>My room-mate and I went to subway for lunch. I asked for a sandwich, yes I wanted it toasted. The 'sandwich artist' then asked my roommate about his sandwich.</p>
<p>"Aren't you going to toast it?"</p>
<p>"Yes, toasted."</p>
<p>Silence, as he waits for my roommate to talk about the sandwich he'll be ordering.</p>
<p>See, it doesn't take all that long for the sandwich to toast. In the time he's preparing my roommates sandwich, my sandwich could be in the toaster, and 10-20 seconds later, when my roommate's sandwich would be ready for toasting, mine would be suitably crispier and ready to be finished off. </p>
<p>This fairly simple pipeline optimization iritated me for it's absence, and I became quite short with the guy.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495235#4952350Answer by ananda for What real life bad habits has programming given you?ananda2009-01-30T11:38:14Z2009-01-30T11:38:14Z<p>Many times, I miss having search interface while reading book/newspaper to locate to particular keywords and with color highlighted as well ...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495254#4952544Answer by Mark Fowler for What real life bad habits has programming given you?Mark Fowler2009-01-30T11:44:42Z2009-01-30T11:44:42Z<p>I write dates on forms as "2009-01-30" rather than anything 'human readable'</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495261#4952610Answer by Okok for What real life bad habits has programming given you?Okok2009-01-30T11:47:48Z2009-01-30T11:47:48Z<p>Not from programming, but from websurfing and blogging, working online 6-10 hourd a day: </p>
<p>Whenever I'm reading a book, magazine, newspaper or just a printed piece of paper, y <b>click with my finger on anything underlined</b>. Anything. And I may click again 5 minutes later if re-reading something!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495304#4953042Answer by codemeit for What real life bad habits has programming given you?codemeit2009-01-30T12:06:16Z2009-01-30T12:06:16Z<p>Because of programming,</p>
<ul>
<li>I learnt English, typically American
English. e.g. not Initialise() but
Initialize()</li>
<li>I wished there was a button on the
rubbish bin in the Kitchen.</li>
<li>There are some biscuits and my hair
in my keyboard.</li>
<li>I hold mouse longer than my wife'
hand.</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495500#4955001Answer by Stroboskop for What real life bad habits has programming given you?Stroboskop2009-01-30T13:33:09Z2009-01-30T13:33:09Z<p>I tried a few times (at the end of long nights) to switch off my monitor by clicking the on/off button with the mouse (failing to reach it due to screen bounds).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495602#4956020Answer by lbolognini for What real life bad habits has programming given you?lbolognini2009-01-30T14:11:29Z2009-01-30T14:11:29Z<p>I try everything and try to handle the exceptions!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495630#4956301Answer by Cruachan for What real life bad habits has programming given you?Cruachan2009-01-30T14:18:58Z2009-01-30T14:18:58Z<p>Not exactly programming, but I write a fair amount of code to manipulate 3D objects and I do a fair amount with virtual reality type systems too. So whenever I'm watching a video on the computer I often find myself reaching for the Ctrl-Shirt buttons to move the camera around the scene before before remembering that I can't</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495657#49565753Answer by Pete Kirkham for What real life bad habits has programming given you?Pete Kirkham2009-01-30T14:26:22Z2009-01-30T14:26:22Z<p>I didn't get married until I was 37.</p>
<p>(late binding)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495833#4958333Answer by Philsie for What real life bad habits has programming given you?Philsie2009-01-30T15:08:46Z2009-01-30T15:08:46Z<p>I find that when I go grocery shopping with my wife that after she puts the groceries on the checkout conveyor (in no particular order), I begin bubble-sorting them from least break-breakable to most breakable, and sub-grouping cold, canned, boxed, and personal products so that they end up bagged in the cart in a sensible manner and unload more easily at home. Why she doesn't load them that way to being with I have no idea... :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/495866#4958663Answer by tkotitan for What real life bad habits has programming given you?tkotitan2009-01-30T15:17:16Z2009-01-30T15:17:16Z<p>My writing has gotten worse. Too detailed now. Too wordy.</p>
<p>I used to write concise, interesting and stylish reports and web posts that would grab my reader's attention and adoration when I was in high school. I was one of the best writers in my class.</p>
<p>Now, unless, I take significant time to edit (and even then it doesn't always help) I write novellas of emails to co-workers trying to explain every aspect and avenue of a problem and situation to let them see my full perspective. A brief email for me is a paragraph. I just think of everything and believe omitting key information is a form of lying. But often people don't have the patience to read my verbosity. So, my current goal is to shorten it up a bit. </p>
<p>Definitely a result of me being a programmer/engineer.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/496223#4962230Answer by Dominic for What real life bad habits has programming given you?Dominic2009-01-30T16:44:05Z2009-01-30T16:44:05Z<p>Not so much because of programming as it is a result of continuous computer usage, but....
I keep my taskbar on autohide, no matter what system I'm using. I like my screen real estate. When I want to check the time, I move the mouse to bottom of my screen to pop up the taskbar and see the clock.
Which is all well and good until I half-woke from sleep in the middle of the night and rather than roll over to see the time on the digital clock, I found myself trying to mentally move a mouse cursor to the bottom of the "screen" I was seeing in my half-sleep so I could check the time.
This has happened to me at least once a week since.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/496246#4962463Answer by Jared Stein for What real life bad habits has programming given you?Jared Stein2009-01-30T16:48:06Z2009-01-30T16:48:06Z<p>When I worked as an undergrad in a tiny office with 2 other developers we also spoke in "or die" propositions. "Die" also became a common way of commanding someone to shut up, or stop working so we could go have lunch (or Play Quake 2, whatever).</p>
<p>I mentally shift-ctrl-s when I am writing on paper and get to the end of a page.</p>
<p>And to this day when I encounter a bug report that can't be accounted for I always ask "did s/he try rebooting the user?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/496345#4963452Answer by BEN ENGLISCH for What real life bad habits has programming given you?BEN ENGLISCH2009-01-30T17:11:15Z2009-01-30T17:11:15Z<p>Telling my roommate that the washing machine threw an UnbalancedLoadException and getting a puzzled look</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/496638#49663827Answer by showerdude for What real life bad habits has programming given you?showerdude2009-01-30T18:35:35Z2009-01-30T18:35:35Z<p>You know how the label on the shampoo bottle reads?</p>
<p>Lather.
Rinse.
Repeat.</p>
<p>I'm still washing my hair. I can't stop.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/496834#4968341Answer by McWyrm for What real life bad habits has programming given you?McWyrm2009-01-30T19:22:13Z2009-01-30T19:22:13Z<p>I have a tendency to get hung up when people describe things as being "twice as <em>[slow/small/cheap/etc]</em>". </p>
<p>I've also become very critical of kids' shows.</p>
<p>I was watching Teletubbies with my baby (8 months old today) last week. There was a segment that counted the Teletubbies, putting each character on the screen and then taking them off ( 1 ... 2 ... 3 ... 4 ... 3 ... 2 ... 1). I was quite irritated that they didn't begin and end at zero.</p>
<p>There's a segment of Sesame Street where Big Bird goes about searching for a shape that "has four sides, all sides the same." At the end of the segment we're told that such a shape is a square. That drives me nuts.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/497705#4977051Answer by NTulip for What real life bad habits has programming given you?NTulip2009-01-30T23:35:15Z2009-01-30T23:35:15Z<p>The ability to question my wife has caused me more headaches than programming is worth. I've taken so many Aspirins that my blood can't get any thinner.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/497774#4977742Answer by Paul for What real life bad habits has programming given you?Paul2009-01-31T00:10:58Z2009-01-31T00:10:58Z<p>I think the worst is when people associate unrelated events.</p>
<p>Q: Can you do the dishes so I can do the laundry?<br />
A: What? One has nothing to do with the other.</p>
<p>How about this...
Q: Can you go buy some detergent so I can do the laundry?
A: Yes.</p>
<p>Also, I tend to enumerate the acceptable responses to any question I ask. An answer outside that, tends to result in an error.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/497793#4977931Answer by Michel for What real life bad habits has programming given you?Michel2009-01-31T00:18:54Z2009-01-31T00:18:54Z<p>A couple times I've referred to taking out the garbage as "deleting the trash." I've also merge sorted by length (luckily they're all black so there was no need to make the sort more complex) all of the socks when putting away laundry to find matching pairs faster.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/498212#4982121Answer by macnamee for What real life bad habits has programming given you?macnamee2009-01-31T04:03:13Z2009-01-31T04:03:13Z<p>I when driving my car at night I put my lights on high beam and then expect to be able to go brighter and brighter, a nice round number like 16 brightness levels will do.</p>
<p>In the same way I expect to be able to zoom in on stuff in real life. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/498807#4988070Answer by bad-habit for What real life bad habits has programming given you?bad-habit2009-01-31T13:12:32Z2009-01-31T13:12:32Z<p>I give instructions to people as if it were code. They always fail.
For instance,
Dear X,
While the system is not loaded, please start processing the files for xx project.
Check whether there are files that are still being processed from a previous run.
If the system is clear, start processing the files starting with xxy.</p>
<p>Result:
When they start the system is not loaded, the system does get loaded, they keep processing. Some of the processes fail. Now there are "files still processing" but there weren't there when they started, so they keep on going.
Crash</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/499975#4999750Answer by for What real life bad habits has programming given you?2009-02-01T01:22:19Z2009-02-01T01:22:19Z<p>Hey, davethegr8, check this out, I'm about to "grep for my keys":</p>
<pre><code>[mcintire@yossarian mcintire]# sudo find /home/ -type f | grep -e ".pub$"
/home/cliffm/.ssh/id_dsa.pub
/home/mcintire/.ssh/id_dsa.pub
/home/mcintire/svn_work/mcintire_home/.ssh/id_dsa.pub
/home/mcintire/svn_work/cliffm_home/.ssh/id_dsa.pub
[mcintire@yossarian mcintire]#
</code></pre>
<p><em>Found them!</em> (In 2 places, each!) Redundancy, that's an engineering theme in my life. I can't imagine how pre-computing peoples lived without these tools of limited omniscience to inform them. I guess that's why they call everything before 1900 "the dark ages".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/499992#4999922Answer by for What real life bad habits has programming given you?2009-02-01T01:41:10Z2009-02-01T01:41:10Z<p>OK, "real world" example:</p>
<p>I read-write cache, all the time. For example, I have a place for everything, and I also have places for things which are not in their correct places. This caching system is 4 levels deep:</p>
<ul>
<li><p>I have a "using right now" bin, to collect my in-use mess within arm's reach. </p></li>
<li><p>I have a "recently used" bin in the corner, because something I've used recently, I'll probably need again soon. </p></li>
<li><p>I also have a "move this outside of my room" bin for things that I'm done using. </p></li>
<li><p>And I have a "take to storage" area, for things that I won't need for a long time, to free up house-space resources. </p></li>
</ul>
<p>Hmmm, that last example wasn't a "bad habit", sorry to all you literalist programmers. I'm a sysadmin, can you tell? ;)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/499999#4999990Answer by BBetances for What real life bad habits has programming given you?BBetances2009-02-01T01:43:12Z2009-02-01T01:43:12Z<p>Hating people in management positions. Broke up with my girlfriend because she got her management degree last year. 5 years down the drain.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/500012#5000120Answer by louism for What real life bad habits has programming given you?louism2009-02-01T01:51:39Z2009-02-01T01:51:39Z<ol>
<li><p>i no longer see the point to capitalization and punctuation (notice how i started this sentence with <em>i</em> instead of <em>I</em>). </p></li>
<li><p>i look at parking signs and think to myself "thats bad usability". (notice its <em>thats</em> rather then <em>that's</em>).</p></li>
</ol>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/500039#5000391Answer by davogones for What real life bad habits has programming given you?davogones2009-02-01T02:22:41Z2009-02-01T02:22:41Z<p>I think I had all the bad habits listed here to begin with, so I naturally gravitated towards programming. :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/500097#5000971Answer by Andreas for What real life bad habits has programming given you?Andreas2009-02-01T03:12:37Z2009-02-01T03:12:37Z<p>As a linux geek i often scramble infront of a Windows mashine
as it is the most hated thing for me to always point and click on those friggin icons
and i always search for a shortcut in everything
i often think about quotes made by famous developers in everyday life and moments they would fit to. I sometimes do little scratches on my school folders of scripts and
code files i think of....
i sometimes write or think in 1337....</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/500173#5001731Answer by Patrik for What real life bad habits has programming given you?Patrik2009-02-01T04:06:21Z2009-02-01T04:06:21Z<p>I have a tendency to think there is undo/redo for everything.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/502603#5026034Answer by Andrei Rinea for What real life bad habits has programming given you?Andrei Rinea2009-02-02T08:57:47Z2009-02-02T08:57:47Z<p>I suffer from Garbage Collector disease since I started programming in a managed environment :P :</p>
<p>I won't pick up papers and things that should be thrown away from my desk until it gets 2/3 full or something.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/508765#50876518Answer by Bigballs for What real life bad habits has programming given you?Bigballs2009-02-03T20:21:44Z2009-02-03T20:21:44Z<p>I'm always angry when someone says to me : "Hey you are programmer, can you program my TV/DVD ?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/509618#50961843Answer by agnieszka for What real life bad habits has programming given you?agnieszka2009-02-04T00:29:03Z2009-02-04T00:29:03Z<p>it certainly changed the <strong>meaning of half of my vocabulary</strong> or at least first association.<br />
Do you still remember what these words meant to you <strong>BEFORE</strong>?</p>
<ul>
<li>code - before: some cipher, now: to code</li>
<li>list - used to be a shopping list</li>
<li>trees</li>
<li>memory</li>
<li>exception - like exception from a rule</li>
<li>inheritance</li>
<li>child-parent realtionship</li>
<li>colouring (graphs)</li>
<li>queue</li>
<li>container, control, form<br />
and so many more.<br />
I really had to think carrefully to find out what some of these words would mean for me i wasn't a programmer.</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/509698#5096980Answer by Soviut for What real life bad habits has programming given you?Soviut2009-02-04T01:01:31Z2009-02-04T01:01:31Z<p>I tend to say words that don't exist, like "char" (as in charbroiled) and "varchar" (as in var car).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/513370#5133702Answer by dotjoe for What real life bad habits has programming given you?dotjoe2009-02-04T21:12:18Z2009-02-04T21:12:18Z<p>I say/write "if" too much!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/534203#5342031Answer by Thorarin for What real life bad habits has programming given you?Thorarin2009-02-10T21:03:52Z2009-02-10T21:03:52Z<p>+1 @ fast food ordering, though I'm not sure that has anything to do with being a programmer per se. I just want to complete the task of ordering my food as efficiently as possible.. but yeah, it usually has an adverse effect :(</p>
<pre><code><Thorarin> Oh, that reminds me, speakers are on and kinda loud :)
<Thorarin> catch (NeighbourQQException) { }
<Zlut> door.Open();
<Zlut> throw neighbour;
</code></pre>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/548152#5481524Answer by Brendan for What real life bad habits has programming given you?Brendan2009-02-13T23:56:03Z2009-02-13T23:56:03Z<p>I end sentances with semicolons... Also i use semicolons in papers when i would never use them before. I excessively use parentheses too;</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/549237#54923716Answer by Souken for What real life bad habits has programming given you?Souken2009-02-14T15:27:58Z2009-02-14T15:27:58Z<p>Everytime I see two mirrors placed towards each other I wonder why the infinite loop isn't locking everything up. Is reality multithreaded?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/549495#5494950Answer by SharePoint Newbie for What real life bad habits has programming given you?SharePoint Newbie2009-02-14T18:22:04Z2009-02-14T18:22:04Z<p>I wonder why my parents take so long to open GTalk.
I also wonder what the hell are they doing with a Cyrix 800!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/550053#5500531Answer by joshuawelch for What real life bad habits has programming given you?joshuawelch2009-02-15T00:29:04Z2009-02-15T00:29:04Z<p>cant spell go to right...always: goto</p>
<p>i cant stop.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/550076#5500762Answer by Rauhotz for What real life bad habits has programming given you?Rauhotz2009-02-15T00:42:25Z2009-02-15T00:42:25Z<p>When i read an article in a newspaper, i'm looking for the comments link.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/569077#5690775Answer by Chris Needham for What real life bad habits has programming given you?Chris Needham2009-02-20T10:41:19Z2009-02-20T10:41:19Z<p>When a website fails to function correcly I load up FireBug and Tamper Data...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/576987#576987-1Answer by Overflown for What real life bad habits has programming given you?Overflown2009-02-23T09:20:12Z2009-02-23T09:20:12Z<p>Speaking Hungarian</p>
<p>Note: except in Hungary I would guess, but don't know</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/577368#5773681Answer by darshan for What real life bad habits has programming given you?darshan2009-02-23T11:43:59Z2009-02-23T11:43:59Z<p>When i am desperately searching anything... i feel if there was Google search and that thing should appear right in front of my eyes.. I hate hard-copy books... i feel turning the page or using a bookmark is a bane!
...and many more</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/579287#5792871Answer by jimi hendrix for What real life bad habits has programming given you?jimi hendrix2009-02-23T20:50:06Z2009-04-15T22:12:47Z<p>my notes now look like python code </p>
<pre><code>main point:
sub point
</code></pre>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/583842#5838421Answer by Scott Herbert for What real life bad habits has programming given you?Scott Herbert2009-02-24T22:11:02Z2009-02-24T22:11:02Z<p>I want an undo button!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/587630#587630136Answer by The_Fox for What real life bad habits has programming given you?The_Fox2009-02-25T20:08:19Z2009-02-25T20:08:19Z<p>I'm getting impatient and annoyed when watching a 'regular' person working on a computer. They are soo... slow, they can't find the right functions on time, don't use shortcuts. Did you know that you can copy and paste the text of a document to another document, by..</p>
<ul>
<li>dragging the scrollbar to the top</li>
<li>placing the cursor at the start of the document</li>
<li>Hold shift</li>
<li>dragging the scrollbar to the bottom</li>
<li>placing the cursor at the end of the document</li>
<li>Release shift</li>
<li>Go to the Edit menu</li>
<li>Select Copy</li>
<li>Select the other document on the taskbar</li>
<li>Drag the scrollbar to the bottom</li>
<li>Placing the cursor at the end of the document</li>
<li>Go to the Edit menu</li>
<li>Click paste?</li>
</ul>
<p>Instead of..</p>
<ul>
<li>Ctrl+A</li>
<li>Ctrl+C</li>
<li>Alt+Tab</li>
<li>Ctrl+End</li>
<li>Ctrl+V</li>
</ul>
<p>Sometimes I just want to grab the keyboard and mouse from them and do it my way.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/598689#5986891Answer by Dustin for What real life bad habits has programming given you?Dustin2009-02-28T21:06:07Z2009-02-28T21:06:07Z<p>Counting units in hexadecimal makes it easier for me to remember what number I stopped at before I was interrupted. Then I just do the arithmetic to convert it to decimal. Of course, I don't do this for money... After all, I might make a rather costly mistake during conversion...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/617209#61720912Answer by Adam for What real life bad habits has programming given you?Adam2009-03-05T23:49:05Z2009-03-05T23:49:05Z<p>I constantly type <code><Esc> :wq <Enter></code> into Word documents or Google. Nothing interesting happens, and it certainly doesn't save anything.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/622583#6225839Answer by Dave for What real life bad habits has programming given you?Dave2009-03-07T22:03:47Z2009-03-07T22:03:47Z<p>My fiancée goes nuts about my systematic approach to everything I do at home, and I go nuts about the fact that she doesn't do things the same way every time. It doesn't make any sense! Why would you put the salt in one press tonight, and then put it in a completely different press tomorrow?! I use exact quantities of EVERYTHING when I'm cooking, as defined on the packet (technical specification), and cook it for exactly the specified length of time.</p>
<p>I thought I was crazy before I found this site. It turns out I'm just an ordinary programmer :-)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/629825#6298254Answer by Krzysztof Koźmic for What real life bad habits has programming given you?Krzysztof Koźmic2009-03-10T11:56:37Z2009-03-10T11:56:37Z<p>I live in Poland, but due to fact, that code I write is de-facto english-based it feels more natural to use english words in normal conversations as well. I also get annoyed when someone uses translated version of common words (Solution (VS) -> Solucja), (event (C# keyword) -> zdarzenie) etc.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/632834#6328341Answer by Coda for What real life bad habits has programming given you?Coda2009-03-11T00:25:39Z2009-03-11T00:25:39Z<p>When I should be relaxing I'm thinking about that piece of code that didn't work they way I wanted it to and trying to figure out the solution.</p>
<p>More times than not programming(and related things) consumes my mind.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/634788#6347882Answer by rarelyevil for What real life bad habits has programming given you?rarelyevil2009-03-11T14:39:26Z2009-03-11T14:39:26Z<p>I tend to answer questions, that have a negative in it, the wrong way:</p>
<p>Mom: "Don't you want a cup of tea?"
Me: "Yes. I don't want a cup of tea."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/634812#6348120Answer by dankyy1 for What real life bad habits has programming given you?dankyy12009-03-11T14:43:44Z2009-03-11T14:43:44Z<p>physical problems ...
on neck ,on eyes i got aches...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/634828#6348283Answer by asp316 for What real life bad habits has programming given you?asp3162009-03-11T14:47:27Z2009-03-11T14:47:27Z<p>When typing emails, documents or whatever, I sometimes end the sentence with ;</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/635056#6350561Answer by sobbayi for What real life bad habits has programming given you?sobbayi2009-03-11T15:28:53Z2009-03-11T15:28:53Z<p>was once playing grand theft auto and my niece asked me to show here how to use the dish washer. not wanting to loose full attention of my game i unknowingly and hastily told her to "COMPILE AND RUN" THE DISHES... to be sure she got the right instructions she asked "run what?" and I answered "F5... F5... F5"!!!</p>
<p>She is now a programmer so we understand each other more nowadays.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/635101#6351012Answer by ginzotech for What real life bad habits has programming given you?ginzotech2009-03-11T15:38:41Z2009-03-11T15:38:41Z<p>I cannot deal with vague answers to questions.</p>
<p>When driving in a car:</p>
<p>She: turn over there.</p>
<p>Me: where?</p>
<p>She: Over there.</p>
<p>Me: At the light?</p>
<p>She: No (now angry) over there - turn into the mall entrance.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/638106#6381060Answer by Konstantinos for What real life bad habits has programming given you?Konstantinos2009-03-12T10:55:10Z2009-03-13T15:51:15Z<p>i some times want to <strong>debug</strong> Greek bureaucracy to find where the problem really lies.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/643348#6433481Answer by Gordon Mackie JoanMiro for What real life bad habits has programming given you?Gordon Mackie JoanMiro2009-03-13T15:48:02Z2009-03-13T22:13:00Z<p>I get blank looks from non-developers when I try to convince people that only one of the Hot and Cold taps (faucets) in the bathroom/kitchen needs to be labelled...and usually told that I need to get out more.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/643909#6439090Answer by Alberto for What real life bad habits has programming given you?Alberto2009-03-13T18:09:45Z2009-03-13T18:09:45Z<p>I tend to over-over-over-metaphorize when I am speaking, assuming that the other person(s) has(have) the same references (imports) than me on their brains: “Yeah, it’s a Memento-meets-Matrix-Reloaded with a touch of 1984 kind of situation”. Maven for the brain, anyone?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/644063#6440631Answer by Nip for What real life bad habits has programming given you?Nip2009-03-13T18:35:51Z2009-03-13T18:35:51Z<p>I can't make everything in my life fit into a primitive data type.</p>
<ul>
<li>bool</li>
<li>int</li>
<li>string</li>
<li>"crazy people"</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/644120#6441201Answer by TokenMacGuy for What real life bad habits has programming given you?TokenMacGuy2009-03-13T18:56:06Z2009-03-13T18:56:06Z<p>As a linux user, who has to use Windows at work, And has managed to convince management that Firefox is actually better, I occasionally have to run Internet explorer to access the corporate website.</p>
<p>I Have no idea how normal people run it. Never figured out where it lives. Not a major problem, though.</p>
<p><code><WinKey> <R> iexplore.exe <Enter></code></p>
<p>Same with <code>calc.exe</code>, <code>notepad.exe</code> and a few others. But Yah, mainly iexplore</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/644188#6441881Answer by rlbond for What real life bad habits has programming given you?rlbond2009-03-13T19:13:40Z2009-03-13T19:13:40Z<p>Every time I see a queue with those post & rope line setups (you know... <a href="http://img.alibaba.com/photo/51905269/Stanchion%5Fqueue%5Fbarrier%5Fline%5Fpost%5F.jpg" rel="nofollow" title="these things">these things</a>) I want to close off the end and make it a stack instead.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/645920#6459201Answer by gra for What real life bad habits has programming given you?gra2009-03-14T13:38:25Z2009-03-14T13:38:25Z<p>I once wished my car was open sourced, so that someone else or I could fix that annoying noise. You know, the one you still don't know where it comes from at the back.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/646220#6462201Answer by anjuna for What real life bad habits has programming given you?anjuna2009-03-14T16:45:13Z2009-03-18T19:24:52Z<p>I wish i could ctrl-s real-life conversations just to prove to some people they are inconsistent and twist the truth all the time; When I was younger I tried to record conversations (secretly) but the lack of body language and facial expressions made the recordings pretty useless :( Nowadays i store those people in the "don't bother/faulty" container hehehe;</p>
<p>[Thank science we now have IM];</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/646243#6462431Answer by Marcus Lindblom for What real life bad habits has programming given you?Marcus Lindblom2009-03-14T16:54:57Z2009-03-14T16:54:57Z<p>I tend to assume programmer mistakes/errors (like compilation/link/test errors) are equivalent to real world errors, like being a bit late for a meeting, forgetting to send a snail-mail letter, nailing stuff together or just doing things that might break, you know, real stuff.</p>
<p>Mistakes, even fatal (BSOD) in my world, aren't near as fatal as the real. Coding for 8 hours a day for 10 years doesn't help with that distinction.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/649403#6494032Answer by Dawsy for What real life bad habits has programming given you?Dawsy2009-03-16T06:10:11Z2009-03-16T06:10:11Z<p>I had to make a list of 10 things the other day, and without even thinking about it, numbered it 0 to 9. </p>
<p>Similarly I also have started getting cranky at my keyboard for having the number keys start with 1...I think I broke somthing...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/649452#64945216Answer by Shraptnel for What real life bad habits has programming given you?Shraptnel2009-03-16T06:34:29Z2009-03-16T06:34:29Z<p>After seeing the pure logic, predictability and efficiency of programming I am continually annoyed at how complicated and inefficient interactions with other humans are.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/656365#6563651Answer by ext920 for What real life bad habits has programming given you?ext9202009-03-17T23:01:00Z2009-03-17T23:01:00Z<p>I don't go to bed when I should ..</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/656409#6564093Answer by fmsf for What real life bad habits has programming given you?fmsf2009-03-17T23:22:00Z2009-03-17T23:22:00Z<p>Saying to my Girlfriend "Stop throwing exceptions that I'm not willing to catch."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/659726#6597260Answer by qudoos for What real life bad habits has programming given you?qudoos2009-03-18T19:21:55Z2009-03-18T19:21:55Z<p>whenever planning something in real life, I always say "we are only going to find that out at runtime". No one really gets it but I think they do.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/659797#6597971Answer by MasterMax1313 for What real life bad habits has programming given you?MasterMax13132009-03-18T19:38:31Z2009-03-18T19:38:31Z<p>After staring at a computer screen for hours on end, at times I am impressed by the vivid colors around me (black, white, and the occasional intellisense colors are less prevalent in everyday life... from what I hear)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/660995#6609956Answer by jerebear for What real life bad habits has programming given you?jerebear2009-03-19T03:45:35Z2009-03-19T03:45:35Z<p>Not sleeping. Oh and I kid you not...every time I type "myself", I accidentally type mysql</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/661200#6612001Answer by Trey Stout for What real life bad habits has programming given you?Trey Stout2009-03-19T05:59:34Z2009-03-19T05:59:34Z<p>XOR vs OR drives me crazy.</p>
<p>I ignore all warnings and only pay attention to errors.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/669451#6694512Answer by talonx for What real life bad habits has programming given you?talonx2009-03-21T15:25:11Z2009-03-21T15:25:11Z<p>Moving my hand as if looking for a mouse when I want to point at a calendar on the wall.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/669469#6694690Answer by Xolve for What real life bad habits has programming given you?Xolve2009-03-21T15:37:13Z2009-03-21T15:37:13Z<p>I think everything in terms of open source and free software.</p>
<p>I also tend to count from 0 and make geeky jokes and comments and later saying it was trivial.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/693262#6932620Answer by gra for What real life bad habits has programming given you?gra2009-03-28T18:25:46Z2009-03-28T18:25:46Z<p>I was refining my keyboard shortcuts when I tried to remember which one turns the light on.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/693299#6932990Answer by Yassir for What real life bad habits has programming given you?Yassir2009-03-28T18:51:19Z2009-03-28T18:51:19Z<p>Sometimes i wish i can select some people then press DELETE key to delete them :D
Also i want a CTRL-Z so i can undo stuff :D</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/745030#7450305Answer by YordanGeorgiev for What real life bad habits has programming given you?YordanGeorgiev2009-04-13T19:15:13Z2009-05-18T06:21:59Z<p>In Word.exe instead of Ctrl + M , pressing Tab and buff the whole paragraph disappeared </p>
<p>Woke up at 03:00 AM realizing there is a bug in the code just went to production which will brake the whole shit ...</p>
<p>Woke up at 03:00 AM realizing that "HEUREKA" it has to be done that way and even going down to code straight away .. </p>
<p>Get a new cool idea just before getting sleep. Not sleeping all night since the brain runs the program and debugs it ...</p>
<p>Watching people's movements in the public areas ( train , metro ) associating them with debugging of the "current cool code" and accidentally bumping or doing something clumsy - yep it is embarrassing! </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/753694#7536942Answer by Alexander Kahoun for What real life bad habits has programming given you?Alexander Kahoun2009-04-15T20:58:58Z2009-05-19T19:49:23Z<p>When some physical object breaks, like one of my table chairs, I find myself thinking that the first solution is to Ctrl-C and Ctrl-V one of the good chairs...</p>
<p>EDIT:
Just the other day I was watching someone use two microwaves at once in our break room and the first thing I thought of was that he was good at multi-threading...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/753868#7538684Answer by Tom for What real life bad habits has programming given you?Tom2009-04-15T21:47:13Z2009-04-15T21:47:13Z<p>I wish i could "kill dash nine" all dishonest politicians.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/753913#7539131Answer by Zifre for What real life bad habits has programming given you?Zifre2009-04-15T22:00:15Z2009-04-15T22:00:15Z<p>It drives me crazy when I realize that there is no year zero. Then we could just say "the year -200," rather than "the year 201 BC." Then we wouldn't even have that stupid BC/AD vs BCE/CE argument!</p>
<p>What is even worse is when, for example, people have a list of 100 items grouped into 10s, and I see 1-10, 11-20, 21-30, etc. I get <em>very</em> angry at anyone who does this. I tell tell them, "number them as 00-09, 10-19, 20-29, etc.!" And then I get even more angry when they think that makes no sense.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/753933#7539330Answer by Raf for What real life bad habits has programming given you?Raf2009-04-15T22:08:36Z2009-04-15T22:08:36Z<p>When looking for something in the real world first thing on my mind is search box with blinking cursor...Would be so much easier ;)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/756876#7568763Answer by Jeff K for What real life bad habits has programming given you?Jeff K2009-04-16T16:11:45Z2009-04-16T16:31:01Z<p>I always stay up way too late!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/756946#7569461Answer by job for What real life bad habits has programming given you?job2009-04-16T16:30:58Z2009-04-16T16:30:58Z<p>I know I've been writing too much Java code when I start ending my sentences like this;</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/756965#7569656Answer by kmerkle for What real life bad habits has programming given you?kmerkle2009-04-16T16:35:02Z2009-04-16T16:35:02Z<p>I have dreams in which I'm trying to solve real-life problems (my son doesn't want to his homework, for example) with code. Just when I think I've got this cool, elegant algorithm to tackle it, some exception scenario (my son is not programmable) emerges. So, in my dream, I try some way to handle the exception but then the exceptions begin to grow exponentially and it all just spirals out of control. </p>
<p>Gee, if it were only that simple...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/756997#75699716Answer by MasterPeter for What real life bad habits has programming given you?MasterPeter2009-04-16T16:42:40Z2009-04-16T16:42:40Z<p>When I receive instructions such as:</p>
<pre>Go to the shop and buy a loaf of bread. If they have free-range eggs, buy 10.</pre>
<p>I'd return home from shopping with 10 loaves of bread.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757024#7570241Answer by Reuben Mallaby for What real life bad habits has programming given you?Reuben Mallaby2009-04-16T16:47:34Z2009-04-16T16:47:34Z<p>Dammit, I do at least half of these things!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757121#7571211Answer by Macha for What real life bad habits has programming given you?Macha2009-04-16T17:08:48Z2009-04-16T17:08:48Z<p>I can work with base-2 easier than base-10 at times.
I get frustrated watching people do things with computers inefficiently.
I use != while taking notes rather than =/= .</p>
<p>My sentences (written or typed) use a lot of brackets (such as this note here (which I did right now (sometimes they end up looking like LISP at the end (I have never programmed LISP though (Although I thought about learning, but then didn't (I learned C# instead)))))).</p>
<p>I consider 60 wpm an average typing speed. Most of my friends consider 30 average.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757320#7573201Answer by mmc for What real life bad habits has programming given you?mmc2009-04-16T17:59:28Z2009-04-16T17:59:28Z<p>As has been mentioned a couple of times, I use far too many parenthesis (certainly when writing, but also when speaking (I'll go off on a side note before returning to my main point)).</p>
<p>I've never really gotten complaints, but I feel like if I just had better sentence structure, it would not be necessary.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757430#7574300Answer by Daniel for What real life bad habits has programming given you?Daniel2009-04-16T18:24:53Z2009-04-16T19:01:51Z<p>There are a few bad habits, but my favorite is: I answer "or" questions with "Yes".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757451#7574512Answer by majkinetor for What real life bad habits has programming given you?majkinetor2009-04-16T18:29:37Z2009-04-16T18:29:37Z<ol>
<li><p>I drive and think about code. You see, the driving in big cities is so borring that I only need partial visual sensation to make it to the home - when something big dark is in front of me, press the break, when it is not there, press the gass. (what ? man are not multitasking) :P</p></li>
<li><p>I never listen to my wife or pretty much anybody else when I am programming (this may be a good thing)</p></li>
<li><p>I miss some important events in my life.</p></li>
<li><p>I tend to hang out with other nerds, like you guys here, lol :P (this is definitelly bad, I call this forum thingie "hanging out", zomg )</p></li>
</ol>
<p>EDIT:</p>
<p><strong>O yeah. I play World of Warcraft and constantly catch myself programming in Lua in chat instead of relaxing and killing monsters...</strong></p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757463#7574630Answer by Sascha for What real life bad habits has programming given you?Sascha2009-04-16T18:32:39Z2009-04-16T18:32:39Z<p>No sports ;)</p>
<p>No stairs if an elevator is available - the simplest solution</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757466#7574662Answer by trent for What real life bad habits has programming given you?trent2009-04-16T18:33:11Z2009-04-16T18:33:11Z<p>being in a constant sleep deprived caffeinated state and thinking it must be normal</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/757704#7577044Answer by riney for What real life bad habits has programming given you?riney2009-04-16T19:30:03Z2009-04-18T18:33:06Z<p>I've found that in general conversation, I - </p>
<ul>
<li>refer to repeated tasks as "iterations"</li>
<li>use "delta" in sentences; "Well, we've got everything we need to make spaghetti, delta some garlic."</li>
<li>quantify the difficulty of things as "trivial" and "non-trivial"</li>
<li>describe the process of going through stuff in the mailbox to sort out good stuff from junk as "parsing the mail"</li>
<li>"ping" people to see if they're available</li>
<li>use "WTF" and "FMH" as exclamations</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/760149#7601497Answer by n8wrl for What real life bad habits has programming given you?n8wrl2009-04-17T12:03:42Z2009-04-17T12:03:42Z<p>Can't claim this one for myself. I invited some friends to a party. One of them, a networking wiz, called me at home. When I answered the phone I heard</p>
<pre><code>ACK (click)
</code></pre>
<p>Technically all he told me was he GOT the invite, but we enjoyed his company nonetheless.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/760244#7602442Answer by Ben Lowery for What real life bad habits has programming given you?Ben Lowery2009-04-17T12:39:13Z2009-04-17T12:39:13Z<p>I try to evaluate parentheticals in written text (like this) and get upset when it doesn't work.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/760285#7602851Answer by Gregor for What real life bad habits has programming given you?Gregor2009-04-17T12:51:46Z2009-04-17T12:51:46Z<p>Since a few years I've alway this strong feeling that something goes wrong.</p>
<p>So I always say:</p>
<blockquote>
<p>This should work, but no guarantee!</p>
</blockquote>
<p>It's sometimes funny when you sit in an airplane, talk about computer bugs and you feel something inside of you (there isn't an application without mistakes) ;)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/761968#7619681Answer by CodeCaster for What real life bad habits has programming given you?CodeCaster2009-04-17T19:58:39Z2009-04-17T20:14:57Z<p>I always try to (micro-)optimize everything!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/762017#7620174Answer by Tony Eichelberger for What real life bad habits has programming given you?Tony Eichelberger2009-04-17T20:11:38Z2009-04-17T20:11:38Z<p>In the delirium between deep sleep and consciousness I tend to think that everything in the world can be programmed, and I end up trying to solve all my problems in code.</p>
<p>I have several small children and if one of them starts crying during the night, for instance, I may end up thinking about ways I can program this problem away. Our newborn baby girl apparently does not come with a very good ruby interpreter.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/762019#7620192Answer by Pat for What real life bad habits has programming given you?Pat2009-04-17T20:11:51Z2009-04-17T20:11:51Z<p>Getting frustrated at not being able to 'Undo' what I erased on my whiteboard.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/762060#7620604Answer by JH for What real life bad habits has programming given you?JH2009-04-17T20:22:14Z2009-04-17T20:22:14Z<p>Answering WORKSFORME or WONTFIX to "friends/relatives/spouses" when assigned chores around the house. Wives and girlfriends never like those types of responses, although bugzilla is completely fine with them. I think there is probably something wrong with "friends/relatives/spouses" so maybe there should be a bug to track that.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/762563#7625632Answer by CodeCaster for What real life bad habits has programming given you?CodeCaster2009-04-17T23:33:13Z2009-04-20T22:28:57Z<p>Sometimes I find I wish I could debug my life (set <b>breakpoints</b>, move the execution point around, etc!)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/762572#7625720Answer by Daniel LeCheminant for What real life bad habits has programming given you?Daniel LeCheminant2009-04-17T23:38:33Z2009-04-17T23:39:01Z<p>
I lazy evaluate everything!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/762596#7625961Answer by Isaac Waller for What real life bad habits has programming given you?Isaac Waller2009-04-17T23:59:51Z2009-04-17T23:59:51Z<p>I thought the primary colors were red, blue, and green.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/762635#7626351Answer by Gary Kephart for What real life bad habits has programming given you?Gary Kephart2009-04-18T00:32:43Z2009-04-18T00:35:55Z<p>I'm losing the ability to write manually because I've been typing everything for so long. I can no longer handwrite except for my signature. My standard writing sucks as well, and I have to keep it in all caps for it to be legible. And it all takes soooo much longer than typing.</p>
<p>Also, I've referred to cities as being not "user-friendly" because the street signs are hidden or missing.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/763105#7631054Answer by Chris for What real life bad habits has programming given you?Chris2009-04-18T07:52:02Z2009-04-18T08:03:41Z<p>Sometimes I wish I could quick sort some of the laundry, dishes, or clutter in my home.</p>
<p>One of my favorites was when I was asked what I was doing, my response was, "compiling diner".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/764764#7647640Answer by Ismael for What real life bad habits has programming given you?Ismael2009-04-19T03:11:10Z2009-04-19T05:46:25Z<p>Worst habit, trying to press Ctrl+S each 5 minutes, even without a keyboard! </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/766279#7662791Answer by Randy77 for What real life bad habits has programming given you?Randy772009-04-19T22:40:39Z2009-04-19T23:24:31Z<p> I can't function without being able to look things up on the search engine (<a href="http://www.google.com/" rel="nofollow">google</a> of course)!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/766342#7663422Answer by Nicolas Dorier for What real life bad habits has programming given you?Nicolas Dorier2009-04-19T23:12:38Z2009-04-19T23:12:38Z<p>laziness is a good thing</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/766485#7664851Answer by paul.mulyani for What real life bad habits has programming given you?paul.mulyani2009-04-20T00:23:38Z2009-04-20T00:23:38Z<p>I think the most obvious one for me is to use nested parentheses in written English. I'll avoid the temptation right now though :o)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/766518#7665180Answer by Thomas for What real life bad habits has programming given you?Thomas2009-04-20T00:35:54Z2009-04-20T00:35:54Z<p>I now divide every number larger than 1024 by 1024 as if it equals 1000. Very odd.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/766800#7668002Answer by nibblesmx for What real life bad habits has programming given you?nibblesmx2009-04-20T03:39:20Z2009-04-20T03:39:20Z<p>Well...</p>
<ul>
<li>Whenever someone ask me something, I give them a <em>detailed</em> step-by-step answer, and that tends to exasperate people</li>
<li>I try to find patterns in almost everything I see, and then I write a function in my mind to optimize it (finding patterns in discotheque-lights is particularly sad)</li>
<li>I hate ambiguous questions/answers</li>
<li>I can't write (not even handwrite) spanish with spanish characters (á é í ó ú ñ) because I don't use them in my code</li>
<li>I usually talk with programming terms in regular conversations</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/767395#7673952Answer by krisku for What real life bad habits has programming given you?krisku2009-04-20T08:31:01Z2009-04-20T08:31:01Z<ul>
<li>When I posting comments in the forums, I don't use [QUOTE] tag, instead use '/*' or '//'. ;-)</li>
<li>Sometimes when I watching a TV or walking on the street, I see a some advertisement, in my mind I asked question how it's made, and how can I made it with Photoshop. For example, Sprite logo:
-- drop shadow; black storke, 1px; & etc...</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/767445#7674450Answer by rpr for What real life bad habits has programming given you?rpr2009-04-20T08:45:18Z2009-04-20T08:45:18Z<p>If something goes wrong:<br />
Before anything...<br />
..."restart" and see if it is reproducible!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/768931#7689312Answer by Ed Woodcock for What real life bad habits has programming given you?Ed Woodcock2009-04-20T16:05:43Z2009-04-20T16:05:43Z<p>Finishing sentances with ;</p>
<p>I spend waaay to much time going through reports correcting that!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/768954#76895416Answer by mikl for What real life bad habits has programming given you?mikl2009-04-20T16:09:46Z2009-04-20T16:09:46Z<p>I think my main bad habit I got from my job as a developer is the relevancy filter.</p>
<p>I tend to zone out really quickly, becoming bored, when people are talking about something that my brain for some reason does not think to be "relevant". I find it hard to find other people's lives interesting…</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/769525#7695252Answer by Cenk for What real life bad habits has programming given you?Cenk2009-04-20T18:31:01Z2009-04-20T18:31:01Z<p>When asked a question on class I always give precise, neatly packed up answers consisting of only a couple of sentences but including a maximum of information, as opposed to my classmates who seem to enjoy giving answers that are as diffused, wishy-washy and as long as possible, while revealing hardly any new facts but simply repeating what other people said the other way round. Sadly, my teachers don't really appreciate the way I do it.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/769603#7696031Answer by TokenMacGuy for What real life bad habits has programming given you?TokenMacGuy2009-04-20T18:48:47Z2009-04-20T18:48:47Z<p>I notice that I apply the <a href="http://c2.com/cgi/wiki?RulesOfOptimization" rel="nofollow">Rules of Optimization</a> to every day life. I usually will just apply any silly process to complete a task without much regard as to where It could be improved. </p>
<pre><code>while not dishwasher_is_full():
walk_into_living_room()
pick_up_a_dish()
walk_into_kitchen()
if sink_is_full():
while sink_has_dishes():
put_dish_in_dishwasher()
pick_up_a_dish()
else:
put_dish_in_sink()
start_dishwasher()
</code></pre>
<p>Obviously not good, but I don't really have a <code>profile_chores</code> tool, and n has never grown so large as to require significant refactoring.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/772909#7729091Answer by n8wrl for What real life bad habits has programming given you?n8wrl2009-04-21T14:41:05Z2009-04-21T14:41:05Z<p>More on the undo theme - at my last annual vision exam they dialated my eyes. After the exam I asked for the 'undo drops.'</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/773111#7731111Answer by adeel825 for What real life bad habits has programming given you?adeel8252009-04-21T15:18:45Z2009-04-21T15:18:45Z<p>I try to do imaginary SQL queries in my head. For example if I go into a restaurant, I'll look at the menu and think "SELECT * FROM Menu WHERE Quality='Yummy' AND Spicy='Mild' ORDER BY Price ASC".</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/774061#7740612Answer by drozzy for What real life bad habits has programming given you?drozzy2009-04-21T18:53:53Z2009-04-21T18:53:53Z<p>I catch myself forming Google search queries during the day.</p>
<ul>
<li>Looking at a nice porsche passing by:
"cheapest sports car reviews"</li>
<li>Walking during a nice summer day: "best camping spots toronto"</li>
<li>Entering my apt. building: "anti-smoking laws ontario"</li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/778655#7786556Answer by for What real life bad habits has programming given you?2009-04-22T18:54:22Z2009-04-22T18:54:22Z<p>youKnowYouHaveBeenCodingTooMuchWhenYouForgetSpacesAndCamelCaseTheWords;
alsoWhenYouEndThoseSentencesWithSemiColonsOrParentheses()</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/778691#7786916Answer by simon for What real life bad habits has programming given you?simon2009-04-22T19:06:13Z2009-04-22T19:06:13Z<p>Sometimes I treat my desk as if it has a garbage collector. Wishful thinking, I suppose.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/780410#7804102Answer by MrValdez for What real life bad habits has programming given you?MrValdez2009-04-23T05:26:33Z2009-04-23T05:26:33Z<p>I can't drive a car. </p>
<p>Everytime I drive, my brain keeps going back to that piece of code which I'm working on.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/780435#7804352Answer by Prashant for What real life bad habits has programming given you?Prashant2009-04-23T05:50:49Z2009-04-23T05:50:49Z<p>When go back to home, I try to open Door with Access card... Insted of Knocking it or using key</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/798841#7988413Answer by Kevin Laity for What real life bad habits has programming given you?Kevin Laity2009-04-28T16:42:42Z2009-04-28T16:42:42Z<p>Some times I put underscores_instead_of_spaces in handwritten text</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/805331#805331-1Answer by Deener for What real life bad habits has programming given you?Deener2009-04-30T04:25:06Z2009-05-01T03:13:32Z<ul>
<li>Thinking about colors in terms of Red, Green and Blue </li>
<li>Insisting the fastest way to accomplish anything computer related is to write a computer program to do it for me</li>
<li>Looking everything up </li>
</ul>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/806546#8065466Answer by MichaelD for What real life bad habits has programming given you?MichaelD2009-04-30T11:58:22Z2009-07-27T18:56:18Z<p>I often wonder what non-computer minded people do in their spare time</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/810540#8105403Answer by Jane Sales for What real life bad habits has programming given you?Jane Sales2009-05-01T07:41:59Z2009-05-01T07:41:59Z<pre><code>#ifdef sarcasm
It hasn't affected me at all.
#endif
</code></pre>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/812372#8123721Answer by Oakcool for What real life bad habits has programming given you?Oakcool2009-05-01T17:31:52Z2009-05-01T17:31:52Z<p>Algorithm think, every simples task becomes lines of code.</p>
<p>Raize Event AlarmRing</p>
<p>OnAlarmRing do</p>
<p>Test if awake return "damn clock"
Test if sleep enough return "false"
Execute(AlarmOff)
Execute(TurAround)
Sleep(600000)</p>
<p>End OnAlarmRing</p>
<p>Raize Event WifeCrazy</p>
<p>OnWifeCrazy do
No Testing
Execute(Jump)
Execute(Run)</p>
<p>End OnWifeCrazy</p>
<p>Raize ForgotEverything</p>
<p>OnForgotEverything do</p>
<p>Execute(TurnOffThePhone)</p>
<p>End OnForgotEverything</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/829717#8297170Answer by Utkarsh for What real life bad habits has programming given you?Utkarsh2009-05-06T13:58:35Z2009-05-06T13:58:35Z<p>try to copy paste something u seen in real life like on television if see something interesting I would like to copy it.........but :( wont be able to do it</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/842473#8424730Answer by Michael Hart for What real life bad habits has programming given you?Michael Hart2009-05-09T01:34:07Z2009-05-09T01:35:28Z<p>I'm sure someone has mentioned it by this point, but it drives me crazy when I can't get a direct answer out of someone.</p>
<p>Example:</p>
<p>Me: Do you know if it's going to be cold today?</p>
<p>Them: I don't <em>think</em> so.</p>
<p>Me: Well, do you think it would be a good idea to bring a jacket? Maybe it's supposed to rain or something? Snow? Hail?</p>
<p>Them: I don't know.</p>
<p>Me: Look, you went outside earlier for a run, right?</p>
<p>Them: Well, yeah.</p>
<p>Me: How was it?</p>
<p>Them: Warm.</p>
<p>Ack!</p>
<p>It also bothers me when I'll try to be thinking of a basic example to explain something, but people get too caught up with minor details of how my example would work in reality.</p>
<p>Me: Okay, so...say you have House X. Three stories tall and...</p>
<p>Them: How many people live in the house?</p>
<p>Me: Er, no one.</p>
<p>Them: Oh. Well...how much does it cost to own? Must be pretty terrible house if no one lives there!</p>
<p>Me: It's <em>not for sale</em>. Okay? The important part is that if you needed to paint this house, you would need y cans of paint. You could figure this out by...</p>
<p>Them: What's with all these stupid namen? "House X"? "Can y"? Those are dumb names, if you ask me.</p>
<p>Me: Well, I'm not asking you. <em>You</em> asked <em>me</em> for help.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/847723#8477234Answer by Access Denied for What real life bad habits has programming given you?Access Denied2009-05-11T11:43:09Z2009-05-11T11:43:09Z<p><strong>IN CHAT</strong></p>
<p>Friend: U thr?
Me: 1</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/847764#8477643Answer by Ali Shafai for What real life bad habits has programming given you?Ali Shafai2009-05-11T11:52:13Z2009-05-11T11:52:13Z<p>I (some times(especially when explaining some ideas(which happens a lot at work))) use nested brackets in my writing...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/847813#8478138Answer by aitor for What real life bad habits has programming given you?aitor2009-05-11T12:11:10Z2009-05-11T12:11:10Z<p>I nearly got my banck account closed because that phone bot asked me for the "position 1" of my password. And I, for three times in a row, gave him the second number in my password, getting more angry each time the bot told me the number was wrong. It was not until my last chance before being kicked out that I realized that, in real life, positions, sizes and all of these really start at 1 (isn't it annoying?).</p>
<p>By the way, I feel I agree with 90% of the answers here...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/861631#8616312Answer by Chadworthington for What real life bad habits has programming given you?Chadworthington2009-05-14T04:56:57Z2009-05-14T04:56:57Z<p>After too many years of working on a business system under a lousy manager, I inevitably write "contract" when I mean to write "contact" and "Theresa" when I mean to write "bitch."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/876004#8760040Answer by unknown (google) for What real life bad habits has programming given you?unknown (google)2009-05-18T02:16:55Z2009-05-18T02:16:55Z<p>I feel like starting daily conversations with 0x</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/876460#8764602Answer by Copas for What real life bad habits has programming given you?Copas2009-05-18T06:31:02Z2009-05-18T06:31:02Z<p>I have found myself "tabbing in" a complex e-mail to my wife for readability only to realize that it looks ridiculous to non-coders. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/884671#8846711Answer by Mike for What real life bad habits has programming given you?Mike2009-05-19T19:45:02Z2009-05-19T19:45:02Z<p>I'm happier when navigating if I'm in error by 90º, 180º or 270º than if I'm out by <10º</p>
<p>Nice, large, round errors are much easier to debug in my world.</p>
<p>Also, when asked what sandwich I want and I'm not sure - I'll usually reply 'a(dot)generic sandwich' - it's part of a old and trusted javascript libary I use and the term has never quite left me.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/884752#8847522Answer by Tim for What real life bad habits has programming given you?Tim2009-05-19T20:04:12Z2009-05-19T20:04:12Z<p>Not strictly programming-related, but I once tried to dial an IP address on a phone. I got as far as the first octet before giving up when I couldn't find the decimal separator.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/896952#8969520Answer by MajorVictory for What real life bad habits has programming given you?MajorVictory2009-05-22T08:53:10Z2009-05-22T08:53:10Z<p>Dreaming about programming something and waking up thinking, damn I didn't save!
I have done this more than once. Dreams need an 'Export to Video' option.</p>
<p>Overanalyzing EVERYTHING. Finding flaws and wanting/trying to fix them.</p>
<p>I tend to correct people a lot. I can't let exceptions go running around uncaught. I have learned to make my corrections a bit more subtle, but it still annoys people.</p>
<p>Being able to sit for long periods of time with nothing to do. e.g. Waiting at the DMV, or just waiting in a public place in general.</p>
<p>I also do the life-optimization thing. but mine are mostly picking the most effective route somewhere, or combining tasks in an effort to reduce... effort.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/897003#8970032Answer by Andrija for What real life bad habits has programming given you?Andrija2009-05-22T09:10:49Z2009-05-22T09:10:49Z<ol>
<li><p>Looking for clock in bottom right while reading newspapers</p></li>
<li><p>One time, while I was writing an email, I commented paragraph of text instead of deleting it :)</p></li>
</ol>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/915994#9159942Answer by codymanix for What real life bad habits has programming given you?codymanix2009-05-27T14:24:42Z2009-05-27T14:24:42Z<p>I once noted that I used parentheses around sin/cos functions and the word PI instead of the symbol in the math class while writing on the blackboard..</p>
<p>The teacher was a little bit inrritated..He should be glad that I didn't start to end each formula with a semicolon!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/916086#9160860Answer by Kieveli for What real life bad habits has programming given you?Kieveli2009-05-27T14:39:55Z2009-05-27T14:39:55Z<p>I want to hit Ctrl-Space to help me remember the name of something I'm trying to explain to someone.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/927962#9279620Answer by serg555 for What real life bad habits has programming given you?serg5552009-05-29T20:24:35Z2009-05-29T20:24:35Z<p>When someone uses "and/or" in a sentence it sounds awkward to me, because it can always be replaced with just "or" (according to Boolean logic) :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/938510#9385102Answer by Attila Bertok for What real life bad habits has programming given you?Attila Bertok2009-06-02T08:33:08Z2009-06-02T08:33:08Z<p>Debugging firmware of household and office appliances, like elevators (what model does it use to answer requests and why doesn't it use a more efficient method) and coffee machines (what happens, if I purchase a "cup only" with the "without cup" option, or if I select a "milk only" with a "more milk" option, or what is the result of a "cup only" with "more milk", etc.). The lack of reason in the first and the results of the second activity never fail to amuse me.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/938535#9385353Answer by coma for What real life bad habits has programming given you?coma2009-06-02T08:41:29Z2009-06-02T08:41:29Z<p>I usually find myself trying to google about why my internet connection is gone...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/938558#9385581Answer by Lukas Šalkauskas for What real life bad habits has programming given you?Lukas Šalkauskas2009-06-02T08:50:36Z2009-06-02T08:50:36Z<p>I always draw a situation and try to think of solution (in practically every heavier situation) :) I can't live without pen & paper.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/938624#9386240Answer by Jian Lin for What real life bad habits has programming given you?Jian Lin2009-06-02T09:23:32Z2009-06-08T10:04:00Z<p>i think of things either right or wrong... too absolute. i consider something either to be true or either false. either it is a yes or a no. for example, if you ask a girl to go for a walk and she says "no", doesn't it actually mean a "no" or "maybe" or "ask me one more time please"?</p>
<p>that's because in programming, something either true or false. an "=" is always an "=" and never a "==".</p>
<p>afterwards i learned that things in the world are more relative: i think it is good but he thinks it can be better. i think something is short and somebody thinks it is long. even in CSS, an absolutely positioned element is relative to the containing element and therefore it is absolute but relative to something. just like if i think something is good, it is good only relative to me, not relative to someone else.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/938846#9388464Answer by Adrian Grigore for What real life bad habits has programming given you?Adrian Grigore2009-06-02T10:30:29Z2009-06-02T10:30:29Z<p>Sometimes when I go for a walk after a few days of programming, I find myself marvelling at the incredibly high texture resolution of everything around me. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/957828#9578281Answer by JohnOpincar for What real life bad habits has programming given you?JohnOpincar2009-06-05T19:54:17Z2009-06-05T19:54:17Z<p>I obsessively analyze the effeciency of everyday tasks. Preparing a bag of popcorn in the microwave is a good example. I would put it in for 1:20 seconds but it was coming out a little burnt, so I started using 1:11 because it was a little less time and very easy to enter. I was happy with 1:11 seconds for awhile and then I realized that 1:11 = 71 and I am now trying to decide whether it's easier to enter 1:11 or 71 on the touch pad.</p>
<p>Sometimes I try to do virtual things in the real world. Just a couple of days ago I scratched my eye and in the process, accidentally smuged my glasses with my finger. I actually thought briefly about hitting the "undo" button on my keyboard to remove the smudge (and restore the itch too I guess).</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/957869#9578691Answer by marcgg for What real life bad habits has programming given you?marcgg2009-06-05T20:02:09Z2009-06-05T20:02:09Z<p>In the building I work there are 6 elevators.</p>
<p>I'm always trying to figure out how to improve the algorithm that handle them (send this one to the 4th floor because at 10pm there's a 75% chance that someone will come up according to previous data)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/964149#9641490Answer by Coder for What real life bad habits has programming given you?Coder2009-06-08T09:58:42Z2009-06-08T09:58:42Z<p>I start analysing human behavior as Brain = Processor, and I tell out my plans </p>
<pre><code>if(some thing happens) do it
else
do other
</code></pre>
<p><code>Ctrl + F</code> a book</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/967932#9679322Answer by MrValdez for What real life bad habits has programming given you?MrValdez2009-06-09T02:58:22Z2009-06-09T02:58:22Z<p>What real life bad habits has programming given to <strong>customers</strong>?</p>
<p><a href="http://www.youtube.com/watch?v=R2a8TRSgzZY" rel="nofollow">2min 19 sec youtube video</a></p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/967949#9679491Answer by Irwin for What real life bad habits has programming given you?Irwin2009-06-09T03:04:58Z2009-06-09T03:04:58Z<p>I wish that I could CTRL+Z everything. [maybe this is more IT related]</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/968117#968117-1Answer by Thanatos for What real life bad habits has programming given you?Thanatos2009-06-09T04:21:37Z2009-06-09T04:21:37Z<p>Mathematicians: log is not an operator. 3 log 2 is a parse error. Unless you're going to assign a precedence to "log", then it's a function: 3 * log ( 2 )...</p>
<p>It's when you look at:</p>
<p>∫ 2 ^ 3 * 2 log x + 2 * 4 log 8 * 3</p>
<p>...X_X</p>
<p>() ! ^ log *,/ integral +,- ... maybe?</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/968191#9681914Answer by Jeffrey Kemp for What real life bad habits has programming given you?Jeffrey Kemp2009-06-09T04:49:27Z2009-06-09T04:49:27Z<p>When I sort cards (e.g. the letter cards for my 4yr old) I use a kind of quicksort - scan through the pack, placing each card into two piles (A-M then N-Z), then recurse to the two piles. I'd like to spawn copies of myself to parallelize the operation, but I'm finding that the copies are not identical to the original...</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/972838#9728381Answer by THEn for What real life bad habits has programming given you?THEn2009-06-09T22:34:52Z2009-06-09T22:34:52Z<p>When I watch tv always try to press F6 to change channels.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/980524#9805240Answer by emaster70 for What real life bad habits has programming given you?emaster702009-06-11T11:13:06Z2009-06-11T11:13:06Z<p>In every circumstance where there're several possibilities I tend to expose all of them nesting sentences containing if/then/else, and sometimes that sounds quite redundant.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/980542#9805422Answer by Colin for What real life bad habits has programming given you?Colin2009-06-11T11:17:47Z2009-06-11T11:17:47Z<p>I would really like a house that just needs Ctrl-Shift-B and be built. </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/980561#9805613Answer by Arcturus for What real life bad habits has programming given you?Arcturus2009-06-11T11:21:08Z2009-06-11T11:21:08Z<p>Dont know if this has been added yet but oh well:</p>
<p>I just hate it when people don't close their round brackets in emails..</p>
<p>For example: I was walking down the street and saw something at the store (you know the one owned by Mr X (who got divorced recently), and I was greeted by....</p>
<p>AARGH close those brackets!!</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/980946#9809461Answer by vidalsasoon for What real life bad habits has programming given you?vidalsasoon2009-06-11T13:05:27Z2009-06-11T13:05:27Z<p>I'm always pressing Ctrl+X to delete a whole line in any document except it only works in Visual Studio.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/995002#9950024Answer by Pascalo for What real life bad habits has programming given you?Pascalo2009-06-15T08:14:37Z2009-06-15T08:14:37Z<p>Sadly, I can't play any computergames any longer without thinking about how some things are realised in code. You can't enjoy a game the same way if you're always trying to figure out how they've done it. </p>
<p>On the other side, it does add some "Wow, that's well done" thoughts to every gaming-experience and you can learn something. But who wants a learning effect during a match of halo? </p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/995118#9951180Answer by Constandinos for What real life bad habits has programming given you?Constandinos2009-06-15T09:00:30Z2009-06-15T09:00:30Z<p>I am trying to find all the paths on nested if<code>s in real life, i just can</code>t accept "do this and that", i am always asking "what if i do that and this?"</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/1006644#10066441Answer by l0b0 for What real life bad habits has programming given you?l0b02009-06-17T12:20:01Z2009-06-17T12:20:01Z<p>I often try to get rid of change by paying e.g. 12.45 on a 7.45 bill. I'm surprised how many just look at the money, hand the 2.45 back, and then count out the rest.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/1012776#10127760Answer by Chris for What real life bad habits has programming given you?Chris2009-06-18T13:58:25Z2009-06-18T13:58:25Z<p>Someone asked me if I finished with a scrap of paper - I responded, "Yeah, you can go ahead and delete it."</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/1012872#10128720Answer by DrFalk3n for What real life bad habits has programming given you?DrFalk3n2009-06-18T14:14:03Z2009-06-18T14:21:10Z<p>In real life I'm not able to find the debugger, not even the unitary test library :-(</p>
<p>My wife:
yes ="no"
no ="yes"
maybe = sometimes "yes" some others "no"</p>
<p>How can I implement this kind of logic???</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/1015585#10155851Answer by Denny for What real life bad habits has programming given you?Denny2009-06-18T22:47:19Z2009-06-18T22:47:19Z<p>I've definitely set down a sheet of paper next to my computer and started typing, wondering why it wasn't showing up on the sheet.</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/1020280#10202800Answer by Alexandru Trandafir Catalin for What real life bad habits has programming given you?Alexandru Trandafir Catalin2009-06-19T22:15:08Z2009-06-19T22:15:08Z<p>First of all THIS POST RULES, as for the question I must say that I think programming affects thinking a lot, and we also spend very much time with computers and internet. Somehow I also think every discipline that you learn until you master it, does a little change in 'who you are and how you act', learning to sing, learning to drive, learning programming and so on, all this changes the way you are.</p>
<p>So there are bad habits and good ones, the bad would be: standing in front of the computer all day long, making your eyes hurt, forgetting about doing things like cleaning the house, and ignoring external life and maybe your kids, girlfriend, family and so on.</p>
<p>I sometimes ask myself if we are on the "good way" building our world based on new and new technology and science, do we have to keep improving until we get space ships like Star Trek? and live a fast life? or should we go slower and live normal lives in villages, with animals and nature? I am thinking about giving up computers and going more spiritual :)</p>
<p>The last thing to add is that programming can also give good habits, like I said before every discipline you learn does a change in you so if you learn to order your programming code to be well structured and commented, you will also be more carefull with things in real life.</p>
<p>PS: When I wash the dishes I insist very much to leave them clean, it takes me 3 times more time than if my girlfriend would do it. I think that's because I associate the dirt on the dishes with possible errors(bugs) in programming, I don't know if this one is bad or good :)</p>
http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you/1020295#10202951Answer by dmindreader for What real life bad habits has programming given you?dmindreader2009-06-19T22:20:38Z2009-06-19T22:20:38Z