User Zee JollyRoger - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T13:44:50Zhttp://stackoverflow.com/feeds/user/11118http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/69730/annotations-of-a-programmers-life-helping-entry-level-persons-to-comprehend1Annotation(s) of a Programmer's Life - Helping Entry-Level persons to comprehend more about real-world programming.Zee JollyRoger2008-09-16T06:11:25Z2008-11-14T22:23:25Z
<p>I am interested in gathering first-hand information and accounts of the typical life of a programmer. My goal is to grasp the fundamental concepts of working in the professional field of programming.</p>
<p>I just want to "see" into what it is/means to come to an entry-level programming job and program. See what kind of skills, mentality, expectations, etc., and such are required.</p>
<p>Imagine like an 8-hour long video of any "typical/average" programming job. I really want to see what it is like and know where I stand to what the expectations are before I try to get myself involved.</p>
<p>Any information you lend me is appreciated and I will reward you with pie.</p>
http://stackoverflow.com/questions/214395/is-it-wise-to-buy-books-on-programming-languages/214481#2144810Answer by Zee JollyRoger for Is it wise to buy books on programming languages?Zee JollyRoger2008-10-18T03:12:56Z2008-10-18T03:12:56Z<p>Even though the Internet is dynamic and chock full of goodies, I still love a hard copy of any language. Sometimes a text reference provides me an easier means to finding my answer. As mentioned above however, some books will go out of date quicker than others.</p>
http://stackoverflow.com/questions/214452/what-surprised-you-the-most-about-the-software-industry/214480#2144802Answer by Zee JollyRoger for What surprised you the most about the software industry?Zee JollyRoger2008-10-18T03:10:58Z2008-10-18T03:10:58Z<p>I did an overview of a company one day. I walked in, got to sit in and watch how things worked and the like. I was completely astonished at the amount of meetings that the staff was forced to attend. Some were legitimate "hit the panic button, the build just broke" meetings...but it still surprised me.</p>
http://stackoverflow.com/questions/214230/iostream-vs-iostream-h-vs-iostream-h/214234#2142342Answer by Zee JollyRoger for <iostream> vs. <iostream.h> vs. "iostream.h"Zee JollyRoger2008-10-18T00:11:41Z2008-10-18T00:11:41Z<p>Here is a decent link <a href="http://members.gamedev.net/sicrane/articles/iostream.html" rel="nofollow">article.</a></p>
http://stackoverflow.com/questions/213907/c-stdendl-vs-n/213964#2139642Answer by Zee JollyRoger for C++: "std::endl" vs "\n"Zee JollyRoger2008-10-17T21:53:29Z2008-10-17T21:53:29Z<p>I've always had a habit of just using std::endl because it is easy for me to see.</p>
http://stackoverflow.com/questions/189791/stop-overlooking-minor-details/189836#1898364Answer by Zee JollyRoger for Stop overlooking minor detailsZee JollyRoger2008-10-10T01:37:12Z2008-10-10T01:37:12Z<p>I find that if I'm having any particular trouble trying to fix a bug or think a problem through I'll take a 5-minute breather. By the time I get something to drink or just relax and come back to the problem I tend to be more focused and less stressed.</p>
http://stackoverflow.com/questions/184118/what-programming-book-would-you-not-recommend-to-developers/185197#18519728Answer by Zee JollyRoger for What Programming Book would you NOT recommend to Developers?Zee JollyRoger2008-10-08T22:40:05Z2008-10-08T22:40:05Z<p><img src="http://ecx.images-amazon.com/images/I/51wkRQgwGFL._SL500_AA240_.jpg" alt="alt text" /> Do I need to explain why?</p>
http://stackoverflow.com/questions/165473/are-programming-books-a-necessity-nowadays/165561#1655610Answer by Zee JollyRoger for Are programming books a necessity nowadaysZee JollyRoger2008-10-03T03:17:03Z2008-10-03T03:17:03Z<p>I believe that programming books are a huge commodity that are great to have. They make great references, they give you a "view into the past" with many older versions, and they're fun to read. Books coped with the Internet can be an effective way to achieve a goal or learn something new.</p>
http://stackoverflow.com/questions/163600/when-not-to-comment-code/165206#1652060Answer by Zee JollyRoger for When NOT to comment codeZee JollyRoger2008-10-03T00:22:53Z2008-10-03T00:22:53Z<p>I don't comment when code is intuitive/informative enough to show what is going on.</p>
http://stackoverflow.com/questions/158585/how-do-you-add-a-timed-delay-to-a-c-program/160919#1609190Answer by Zee JollyRoger for How do you add a timed delay to a C++ program?Zee JollyRoger2008-10-02T04:52:21Z2008-10-02T04:56:26Z<p>On Windows you can include the windows library and use "Sleep(0);" to sleep the program. It takes a value that represents milliseconds.</p>
http://stackoverflow.com/questions/138227/getting-started-with-pair-programming/156007#1560071Answer by Zee JollyRoger for Getting Started with Pair ProgrammingZee JollyRoger2008-10-01T02:34:06Z2008-10-01T02:34:06Z<ul>
<li>Be supportive and encouraging.</li>
<li>Don't hog the keyboard to yourself.</li>
<li>Make sure the other pair-programmer has time to code, possibly more than you.</li>
<li>If he/she makes a mistake, give them hints as to what is wrong.</li>
<li>Always reflect and review code. Talk intensively about what is going on. Make sure you both understand what is going on.</li>
</ul>
<p>Good luck. :)</p>
http://stackoverflow.com/questions/68675/why-did-you-become-a-programmer/155863#1558630Answer by Zee JollyRoger for Why did you become a programmer?Zee JollyRoger2008-10-01T01:38:02Z2008-10-01T01:38:02Z<p>I became a programmer because I loved creating things. To see a simple little screen flicker and think "Hey, I made that. It is my child, it is special to me. I love my little screen," it made me feel good. I love thinking and solving problems, even though the struggle can be quite a pain sometimes.</p>
http://stackoverflow.com/questions/155762/best-c-resource/155765#1557651Answer by Zee JollyRoger for Best C++ ResourceZee JollyRoger2008-10-01T00:53:39Z2008-10-01T00:53:39Z<p>I use <a href="http://cprogramming.com/" rel="nofollow">Cprogramming.com</a>, there are quite a few articles and tutorials there. Some of them may be outdated/slightly old. It gets the job done though.</p>
http://stackoverflow.com/questions/155672/starting-graphics-games-programming-java-and-maybe-c/155684#1556842Answer by Zee JollyRoger for Starting Graphics & Games Programming (Java and maybe C++)Zee JollyRoger2008-10-01T00:13:17Z2008-10-01T00:13:17Z<p>I have this book: <a href="http://rads.stackoverflow.com/amzn/click/1598633600" rel="nofollow">Beginning C++ Through Game Programming</a>. It might seem trivial at first, but it teaches you a-lot as you go through it. There is no GUI based programming in this book, just the console. Which is good to an extent if you want to see how an entire "story" of a game can come together. </p>
<p>You can also check out <a href="http://www.gamedev.net/" rel="nofollow">Gamedev.net</a>, they have a vast amount of resources and articles to get you started. Good luck. :)</p>
http://stackoverflow.com/questions/152691/is-eclipse-the-best-ide-for-java/155594#1555940Answer by Zee JollyRoger for Is Eclipse the best IDE for Java?Zee JollyRoger2008-09-30T23:35:15Z2008-09-30T23:35:15Z<p>I have experience with using <a href="http://www.jcreator.com/" rel="nofollow">JCreator LE</a>. I like it because it is easy to use and it is free. Give it a try if it interests you.</p>
http://stackoverflow.com/questions/140376/what-easter-eggs-have-you-placed-in-code/151620#15162021Answer by Zee JollyRoger for What Easter Eggs have you placed in code?Zee JollyRoger2008-09-30T03:10:39Z2008-09-30T03:10:39Z<p><a href="http://thedailywtf.com/Articles/We-Burned-the-Poop.aspx" rel="nofollow">This Story</a> has to be one of my favorite "eggs" gone wrong.</p>
http://stackoverflow.com/questions/147070/are-we-as-programmers-becoming-too-dependent-on-our-ides/147095#1470953Answer by Zee JollyRoger for Are we as programmers becoming too dependent on our IDEs?Zee JollyRoger2008-09-29T00:35:03Z2008-09-29T00:35:03Z<p>If an IDE can cut down on human errors and help productivity then that is great.</p>
http://stackoverflow.com/questions/146670/hardest-concept-to-grasp-as-a-beginner/146940#1469400Answer by Zee JollyRoger for Hardest concept to grasp as a beginnerZee JollyRoger2008-09-28T22:50:31Z2008-09-28T22:50:31Z<p>Pointers had to be one of my biggest problems I struggled with. Referencing and Dereferencing them, etc. I overcame the problem by following tutorials and reading as much as I could about them. It was a happy day for me when I figured them out. </p>
http://stackoverflow.com/questions/124153/applying-for-a-programming-position-include-my-salary-requirements/143304#1433040Answer by Zee JollyRoger for Applying for a programming position--include my Salary Requirements?Zee JollyRoger2008-09-27T09:29:18Z2008-09-27T09:29:18Z<p>I suggest that whether or not you put it on your resume or negotiate it after being hired that it might be beneficial to do some research on wages. It could give you a little bit of leverage when you're negotiating or if you put your expectations on your resume. It couldn't hurt you to know a few statistics, I'm sure your potential employer will know.</p>
http://stackoverflow.com/questions/296/should-i-learn-c/143286#1432861Answer by Zee JollyRoger for Should I learn C?Zee JollyRoger2008-09-27T09:15:33Z2008-09-27T09:15:33Z<p>I think C is a valuable and worthy language for anyone to learn. It is like an essential ingredient to a tool-kit.</p>
http://stackoverflow.com/questions/143248/how-do-you-choose-your-project-codename/143264#1432641Answer by Zee JollyRoger for How do you choose your project codename?Zee JollyRoger2008-09-27T08:55:02Z2008-09-27T08:55:02Z<p>If you're a huge music fan or movie-buff you could use band names, song names, or movie names I suppose, but those might seem a bit trivial. I do think it would be funny to walk into an office and ask "So how's Project Tarantula doing?" or "So how's the Dark Side of the Moon?"</p>
http://stackoverflow.com/questions/142916/whats-your-favorite-programmable-calculator/143259#1432591Answer by Zee JollyRoger for What's your favorite programmable calculator?Zee JollyRoger2008-09-27T08:49:50Z2008-09-27T08:49:50Z<p>I programmed on the TI-83 in Trig/Analyt. The class shared calculators so we picked a victim every week and we'd program the calculator so when it started it would say "Susy Q likes Billy Joe." It was a pretty silly little joke that kept the few of us entertained when we should have been studying.</p>
http://stackoverflow.com/questions/142202/should-a-programmer-go-back-to-school-if-he-she-doesnt-have-a-degree/142232#1422320Answer by Zee JollyRoger for Should a programmer go back to school if he/she doesn't have a degree?Zee JollyRoger2008-09-26T21:56:22Z2008-09-26T21:56:22Z<p>If you're employed and you know what you're doing and you're doing a great job at it then I don't see a reason why to go back to get a degree. Given there might be some companies that won't hire, whether you have experience, just because you don't have a degree. Those types of companies sound like the kind of place I would not want to work in. Real-world experience is a precious commodity and tool. I recommend that if you feel like you need it to accomplish some missing piece of your goals or dreams, then by all means do it. </p>
http://stackoverflow.com/questions/140677/how-often-should-you-refactor/142200#1422001Answer by Zee JollyRoger for How often should you refactor?Zee JollyRoger2008-09-26T21:51:15Z2008-09-26T21:51:15Z<p>Refactoring often can often save the day, or at least some time. There was a project I was working on and we refactored all of our code after we hit some milestone. It was a great way because if we needed to rip code out that was no longer useful it made it easier to patch in whatever new thing we needed.</p>
http://stackoverflow.com/questions/141110/what-is-the-single-software-company-that-you-most-want-to-work-for-why/142141#1421411Answer by Zee JollyRoger for What is the single software company that you most want to work for? Why?Zee JollyRoger2008-09-26T21:37:15Z2008-09-26T21:37:15Z<p><a href="http://www.bungie.net" rel="nofollow">Bungie</a>, the people who brought you Halo, Oni, Myth, Marathon, etc. They're a talented group of fellows and it would be great to work with some of the best. </p>
http://stackoverflow.com/questions/140959/if-your-software-development-team-is-not-following-any-design-methodology-what-i/142117#1421170Answer by Zee JollyRoger for If your software development team is not following any design methodology, what is that called?Zee JollyRoger2008-09-26T21:32:54Z2008-09-26T21:32:54Z<p><a href="http://www.youtube.com/watch?v=HB7tc9pVvYg" rel="nofollow">Ludicrous Coding</a></p>
http://stackoverflow.com/questions/58640/great-programming-quotes/141976#1419765Answer by Zee JollyRoger for Great programming quotesZee JollyRoger2008-09-26T21:06:21Z2008-09-26T21:06:21Z<p>"Inside every complex program is a simple program trying to get out." - My Mentor</p>
http://stackoverflow.com/questions/135868/whiteboard-interview-questions/137015#1370152Answer by Zee JollyRoger for Whiteboard Interview QuestionsZee JollyRoger2008-09-26T00:03:46Z2008-09-26T00:03:46Z<p>You may want to try a few problems from <a href="http://projecteuler.net/index.php?section=problems" rel="nofollow">Project Euler</a> they're fairly math oriented, but they can be quite challenging and rewarding.</p>
http://stackoverflow.com/questions/136829/how-do-you-check-if-a-variable-is-used-in-a-project-programmatically/136857#1368572Answer by Zee JollyRoger for How do you check if a variable is used in a project programmatically?Zee JollyRoger2008-09-25T23:26:39Z2008-09-25T23:26:39Z<p>Find all References is your friend.</p>
http://stackoverflow.com/questions/136440/how-often-should-you-hit-the-save-button/136725#1367250Answer by Zee JollyRoger for How often should you hit the Save button?Zee JollyRoger2008-09-25T22:56:38Z2008-09-25T22:56:38Z<p>I save frequently. Whenever I complete a small little bit of code I save. If I modify something just slightly I'll save. I've been a victim of power surges and lightening strikes at the most inconvenient times. That is the downside to sunny-florida.</p>
http://stackoverflow.com/questions/63668/confessions-of-your-worst-wtf-moment-what-not-to-do/69587#69587Comment by Zee JollyRoger on Confessions of your worst WTF Moment. (What not to do.)Zee JollyRoger2009-03-11T10:48:57Z2009-03-11T10:48:57ZNow that I think about it, that is a good point. I think the reason why I was so frustrated for having to do it was because I understood a little bit more of what I was doing than most people. http://stackoverflow.com/questions/184118/what-programming-book-would-you-not-recommend-to-developers/185197#185197Comment by Zee JollyRoger on What Programming Book would you NOT recommend to Developers?Zee JollyRoger2008-12-26T19:20:58Z2008-12-26T19:20:58Z@Cameron: A good friend of mine found it and linked it to me. I think the "how he found it" should be remain a myster. ;)http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-booksComment by Zee JollyRoger on What are some good free programming books?Zee JollyRoger2008-12-25T17:01:32Z2008-12-25T17:01:32ZI literally spent an hour browsing through all of the material linked in this thread. Great topic.http://stackoverflow.com/questions/184118/what-programming-book-would-you-not-recommend-to-developers/185197#185197Comment by Zee JollyRoger on What Programming Book would you NOT recommend to Developers?Zee JollyRoger2008-10-10T00:57:08Z2008-10-10T00:57:08ZYes, the book is real. A part of my soul died a little bit when I found this book. Amazon link: <a href="http://www.amazon.com/Manga-Guide-Databases-Mana-Takahashi/dp/1593271905/ref=sr_1_1?ie=UTF8&s=books&qid=1223600208&sr=8-1" rel="nofollow">amazon.com/Manga-Guide-Databases-Mana-Takahashi/dp/…</a>http://stackoverflow.com/questions/171643/what-was-your-worst-client-request-specification/171658#171658Comment by Zee JollyRoger on What was your worst client request/specification?Zee JollyRoger2008-10-05T09:23:05Z2008-10-05T09:23:05ZMan, that is a drag.http://stackoverflow.com/questions/160975/diet-advice-for-programmers/160987#160987Comment by Zee JollyRoger on Diet advice for programmersZee JollyRoger2008-10-02T05:40:07Z2008-10-02T05:40:07ZPersonally, I find substituting green tea or any type of tea satisfying when trying to break any drinking habit.http://stackoverflow.com/questions/156030/coming-up-with-creative-ideas-for-gamesComment by Zee JollyRoger on Coming up with Creative Ideas for GamesZee JollyRoger2008-10-01T02:54:33Z2008-10-01T02:54:33ZYou might want to try <a href="http://www.gamedev.net/" rel="nofollow">gamedev.net</a> for more ideas and info.http://stackoverflow.com/questions/155762/best-c-resource/155905#155905Comment by Zee JollyRoger on Best C++ ResourceZee JollyRoger2008-10-01T01:53:22Z2008-10-01T01:53:22ZAgreed. I've always heard of it being a good reference, but beginners better think twice. http://stackoverflow.com/questions/155743/define-a-bad-programmer/155748#155748Comment by Zee JollyRoger on Define a bad programmerZee JollyRoger2008-10-01T01:50:42Z2008-10-01T01:50:42ZThe best way to learn what not to do.http://stackoverflow.com/questions/68675/why-did-you-become-a-programmer/68728#68728Comment by Zee JollyRoger on Why did you become a programmer?Zee JollyRoger2008-10-01T01:36:17Z2008-10-01T01:36:17ZOnly if I could find some of these "girls" you speak of.http://stackoverflow.com/questions/65116/whats-your-favorite-harmless-computer-practical-joke/65137#65137Comment by Zee JollyRoger on What's Your Favorite Harmless Computer Practical Joke?Zee JollyRoger2008-10-01T01:32:57Z2008-10-01T01:32:57ZClassic prank. Sometimes its really hard not to giggle out-loud while watching. It always makes the day better to enjoy a good joke with a friend or coworker.http://stackoverflow.com/questions/154705/how-to-reduce-time-spent-in-meetings-as-a-developer/154721#154721Comment by Zee JollyRoger on How to reduce time spent in meetings as a developer?Zee JollyRoger2008-10-01T01:27:59Z2008-10-01T01:27:59ZGood show, good show. I do think that tactic would expedite the meeting process.http://stackoverflow.com/questions/155762/best-c-resource/155770#155770Comment by Zee JollyRoger on Best C++ ResourceZee JollyRoger2008-10-01T00:55:35Z2008-10-01T00:55:35ZThat is also another great website I forgot to include. :)http://stackoverflow.com/questions/155743/define-a-bad-programmerComment by Zee JollyRoger on Define a bad programmerZee JollyRoger2008-10-01T00:52:12Z2008-10-01T00:52:12ZA bad programmer is the person who doesn't learn from mistakes.http://stackoverflow.com/questions/140376/what-easter-eggs-have-you-placed-in-code/146187#146187Comment by Zee JollyRoger on What Easter Eggs have you placed in code?Zee JollyRoger2008-09-30T22:28:00Z2008-09-30T22:28:00ZYou should get a T-Shirt that says "If you see me running, you'd better follow." :)