User Jason Mock - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T07:36:53Zhttp://stackoverflow.com/feeds/user/13630http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1307577/how-do-we-as-a-community-help-encourage-programming-in-public-schools-or-stat/1307640#13076400Answer by Jason Mock for How do we, as a community, help encourage programming in public schools? (Or state Schools for the UKers.)Jason Mock2009-08-20T17:19:29Z2009-08-20T17:19:29Z<p>One definite area is to improve overall interest in Computer Science and Software Engineering as a whole. Sometimes it starts with nothing more than building a club (I.E. when I built rockets in elementary school), which then goes out and makes some cool examples of what you can do with those skills. Hopefully this would then spark interest in the students around them and hopefully faculty (I.E. those defining curricula). </p>
<p>Another area would be to improve the relationship with the College Board, which administers the Advanced Placement (AP) program. A recent article published by 'Communications of ACM' titled 'Why Computer Science Doesn't Matter' reports that because of a lack of interest in computer science, it has been dropped to the same level of importance as Latin. This article (which I will try to find the URL later if I can) covers what ACM has tried to do up to this point to provide data showing the importance of such a skill and what could be done to improve the situation.</p>
<p>Overall I think the main issue comes down to sparking interest and improving subject matter knowledge for both the students and the educators.</p>
http://stackoverflow.com/questions/109230/what-is-the-best-online-book-service-for-software-development-references2What is the best online book service for software development references?Jason Mock2008-09-20T20:15:54Z2008-12-09T18:44:14Z
<p>I'm a member of ACM, and I have limited access to both Books 24x7 and Safari Books Online, however if I was interested in moving up to a full account for greater access to other books what online book service would you recommend?</p>
http://stackoverflow.com/questions/125269/how-would-you-handle-users-who-dont-read-dialog-boxes24How would you handle users who don't read dialog boxes?Jason Mock2008-09-24T03:32:20Z2008-09-26T05:41:54Z
<p>A recent article on <a href="http://arstechnica.com/news.ars/post/20080923-study-confirms-users-are-idiots.html" rel="nofollow">Arstechnica</a> discusses a recent study performed by Psychology Department of North Carolina State University, that showed users have a tendancy to do what ever it takes to get rid of a dialog box to get back to their task at hand. Most of them would click ok or yes, minimize the dialog, or close the dialog, regardless of the message being displayed. Some of the dialog boxes displayed were real, and some of them were fake (like those popups displayed by webpages posing as an antivirus warning). The response times would indicate that those users aren't really reading those dialog boxes. </p>
<p>So, knowing this, how would this effect your design, and what would you try to do about it (if anything)?</p>
http://stackoverflow.com/questions/124701/what-do-you-do-during-a-build/125304#1253040Answer by Jason Mock for What do you do during a build?Jason Mock2008-09-24T03:42:19Z2008-09-24T03:42:19Z<p>Sleep. <em><a href="http://linuxdevcenter.com/linux/cmd/cmd.csp?path=a/at" rel="nofollow">at</a></em> is a wonderful thing...</p>
http://stackoverflow.com/questions/109153/what-is-the-best-way-to-handle-overly-aggressive-reviewers-during-a-code-review6What is the best way to handle overly aggressive reviewers during a code review?Jason Mock2008-09-20T19:55:56Z2008-09-20T20:50:25Z
<p>Everyone that has ever had to perform any form of code review has probably been here. You're a member of a code review team, and during the code review you come to an issue where a member of the team is overly aggressive about their viewpoint of a solution, whether it is right or wrong. </p>
<p>How would you handle such a situation, especially if the solution presented <em>is</em> wrong?</p>
http://stackoverflow.com/questions/109188/php-is-a-directory-writable/109204#1092040Answer by Jason Mock for Php Is a directory writableJason Mock2008-09-20T20:12:29Z2008-09-20T20:12:29Z<p>stat()</p>
<p>Much like a system stat, but in PHP. What you want to check is the mode value, much like you would out of any other call to stat in other languages (I.E. C/C++).</p>
<p><a href="http://us2.php.net/stat" rel="nofollow">http://us2.php.net/stat</a></p>
http://stackoverflow.com/questions/102714/what-was-your-first-home-computer/109169#1091690Answer by Jason Mock for What was your first home computer?Jason Mock2008-09-20T20:00:48Z2008-09-20T20:00:48Z<p>The Apple IIe my parents bought. It was great! I played SuperBunny, and Castle Wolfstein. My parents bought me a book with simple games to program using Apple Basic. That computer is probably the main reason I'm a software engineer today!</p>
<p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Apple_iieb.jpg/250px-Apple_iieb.jpg" alt="alt Apple IIe" /> Those were the days...</p>
http://stackoverflow.com/questions/86047/why-does-imake-interpret-certain-words-in-a-imakefile-to-numerical-values-1Why does Imake interpret certain words in a Imakefile to numerical values?Jason Mock2008-09-17T18:15:42Z2008-09-17T23:27:38Z
<p>I've found it very difficult to find any existing documentation on this. What I'm trying to find out is why Imake would interpret a word such as "unix", "linux" or "i386" to a number 1 in the produced Makefile? I'm sure it is a function of indicating whether or not your on that system or not. I've not been able to find that this is a #define set somewhere, so is this something that's built in?</p>
http://stackoverflow.com/questions/82620/what-is-the-best-physical-operating-environment-for-a-developer/82745#827450Answer by Jason Mock for What is the best physical operating environment for a developer.Jason Mock2008-09-17T12:45:47Z2008-09-17T12:45:47Z<p>Once you have a great chair, make sure that chair "fits the desk". When I was having problems with my wrists and shoulders, a ergonomics specialist told me that the ideal position for your arms is straight down, and then a 90 degree angle for your forearms. The arms themselves should rest upon chair arms. Additionally ergonomic keyboards keep your forearm and your hand in a straight line, keeping your tendons from having to "go around a curve".</p>
<p>Then your next concern is the screen placement. The same specialist recommended, for good neck posture, to have the middle to top of the screen at eye level. Of course, as Jeff would agree, plenty of desktop real estate is a plus!</p>
<p>Last but not least have plenty of good ambient lightning to cut back on the eye strain.</p>
http://stackoverflow.com/questions/75538/hidden-features-of-c/78484#7848451Answer by Jason Mock for Hidden Features of C++?Jason Mock2008-09-16T23:57:50Z2008-09-16T23:57:50Z<p>One language feature that I consider to be somewhat hidden, because I had never heard about it throughout my entire time in school, is the namespace alias. It wasn't brought to my attention until I ran into examples of it in the boost documentation. Of course, now that I know about it you can find it in any standard C++ reference.</p>
<pre><code>namespace fs = boost::filesystem;
fs::path myPath( strPath, fs::native );
</code></pre>
http://stackoverflow.com/questions/1511029/c-tokenize-a-string-and-include-delimiters/1511530#1511530Comment by Jason Mock on c++ tokenize a string and include delimitersJason Mock2009-10-13T13:11:17Z2009-10-13T13:11:17Z-1 for suggestions toolkit outside of the STL.http://stackoverflow.com/questions/176580/what-was-your-first-programming-language/176586#176586Comment by Jason Mock on What was your first programming language?Jason Mock2009-10-07T17:15:59Z2009-10-07T17:15:59ZAhhh, those were the days when my parents handed me a 'How to Program Games in Basic' book.http://stackoverflow.com/questions/1219863/python-gtk-drag-and-drop-get-url/1221896#1221896Comment by Jason Mock on Python GTK Drag and Drop - Get URLJason Mock2009-08-31T21:41:11Z2009-08-31T21:41:11ZBe careful in that you might have to call data.get_uris() if the data is in the form of a uri list. So for example, if you were DnD'ing a list of files from konqueror/nautilus to the window and your accepting say 'text/uri-list', get_data() on the GtkSelectionData will return None.http://stackoverflow.com/questions/1307577/how-do-we-as-a-community-help-encourage-programming-in-public-schools-or-stat/1307627#1307627Comment by Jason Mock on How do we, as a community, help encourage programming in public schools? (Or state Schools for the UKers.)Jason Mock2009-08-20T17:22:27Z2009-08-20T17:22:27ZIf you find a passionate teacher, then definitely latch on to this. Sometimes that's all it takes to get interest pushed further up the chain.http://stackoverflow.com/questions/109153/what-is-the-best-way-to-handle-overly-aggressive-reviewers-during-a-code-review/109165#109165Comment by Jason Mock on What is the best way to handle overly aggressive reviewers during a code review?Jason Mock2008-09-21T17:16:17Z2008-09-21T17:16:17ZFor the most part I would agree here. Generally my approach is to take that specific issue offline, where we can work out the specifics. Then that allows the discussion to continue outside of the highly stressful / personal context of the review itself.