User Sherm Pendley - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T11:20:05Z http://stackoverflow.com/feeds/user/27631 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/317618/what-are-the-implications-of-dropping-windows-98-support/317635#317635 2 Answer by Sherm Pendley for What Are The Implications of Dropping Windows 98 Support? Sherm Pendley 2008-11-25T15:05:30Z 2008-11-25T15:05:30Z <p>If you still have users running Windows 98, then one obvious drawback to dropping support is that some of those will inevitably refuse to upgrade. They'll either stick with the version of your software they already have, or switch to something else.</p> <p>On the other hand, the cost of developing for and supporting those users probably outweighs the additional revenue gained from it. So even though in principle you don't want any unhappy customers, in practice it may be more cost-effective to keep 99% of them happy.</p> http://stackoverflow.com/questions/316283/building-a-computer-around-programming/316296#316296 5 Answer by Sherm Pendley for Building a Computer around Programming? Sherm Pendley 2008-11-25T03:35:39Z 2008-11-25T03:35:39Z <p>For one thing, don't eat so many sandwiches at your desk - that will keep your next computer from getting so crummy. :-)</p> <p>Seriously though. Compilers are very disk-intensive, opening, reading, and writing a <strong>ton</strong> of relatively small files in rapid succession. So you want at least a 7200RPM hard drive, and faster if you can afford it. Seek times are important here.</p> <p>Compilers are also RAM-hungry. Plan on at least 1-2GB per core.</p> http://stackoverflow.com/questions/316200/which-c-library-for-cgi-programming/316228#316228 2 Answer by Sherm Pendley for Which C++ Library for CGI Programming? Sherm Pendley 2008-11-25T02:49:11Z 2008-11-25T02:49:11Z <p>If I were thinking of working at that level, I'd probably just write a straight-up Apache or IIS module instead of a CGI.</p> <p>That said, if you <em>do</em> want to go with CGI, I'd suggest using the venerable <a href="http://www.boutell.com/cgic/" rel="nofollow">cgic</a> from Thomas Boutell. It's a "plain" C library, but it's been in constant use since the mid '90s so it's thoroughly tested and solid as a rock.</p> http://stackoverflow.com/questions/316132/what-ever-happened-to-aspect-oriented-programming/316144#316144 4 Answer by Sherm Pendley for What ever happened to Aspect Oriented Programming? Sherm Pendley 2008-11-25T02:08:19Z 2008-11-25T02:21:47Z <p>That tends to happen with every "next big thing." Lots of hype, followed by a slow decline in the use of the buzzword. But, even though buzzwords fade and eventually disappear, whatever good ideas were behind them tend to stick around to be absorbed into the mainstream.</p> <p>[<strong>Edit</strong>] Okay, an example for those who think I'm "bashing" something, or claiming that aspect oriented programming is going to disappear. At one time the next big thing was structured programming. Object oriented programming grew out of that, and now nobody <em>talks</em> about doing "structured programming" any more. But, in many ways we're still using its best ideas, because OOP adopted them, improved them, and added still more new ideas.</p> http://stackoverflow.com/questions/315470/why-do-people-ask-for-computer-it-help-if-you-tell-them-youre-a-programmer/315827#315827 2 Answer by Sherm Pendley for Why do people ask for computer (IT) help if you tell them you're a programmer? Sherm Pendley 2008-11-24T23:12:08Z 2008-11-24T23:12:08Z <p>I say "Sorry, I'm a Mac guy. I don't know anything about Windows."</p> <p>It's a complete lie of course - although I do own and use a Mac, I also have several versions of Windows running in VMWare, and Macs are no different inside than PCs these days. But it does send them packing, and it's less upsetting to them if they think I <em>can't</em> fix it, than if they think I <em>won't</em>.</p> http://stackoverflow.com/questions/315782/develop-app-to-run-natively-or-go-cross-platform/315801#315801 1 Answer by Sherm Pendley for Develop app to run natively or go cross platform? Sherm Pendley 2008-11-24T23:01:04Z 2008-11-24T23:01:04Z <p>If your app uses an MVC design, you can write portable model classes using C++, and native controller and view classes for each platform you want to support. That gives you the best of both worlds - portability where that's practical, and a native interface for which your users will thank you.</p> http://stackoverflow.com/questions/301665/a-computer-science-student-needs-help-selecting-topic-for-thesis-j2ee/315219#315219 0 Answer by Sherm Pendley for A computer science student needs help selecting topic for thesis [j2ee] Sherm Pendley 2008-11-24T19:49:42Z 2008-11-24T19:49:42Z <p>Not that I want to be difficult, but... If you don't yet know the topic, how can you have already chosen the best tools with which to build it? Surely, if you're to the point of writing a master's thesis, you're capable of adapting and using whatever tools are best suited to the job at hand.</p> http://stackoverflow.com/questions/313135/iphone-documentation-can-i-watch-the-getting-started-videos-from-linux/313327#313327 1 Answer by Sherm Pendley for iPhone Documentation - Can I Watch the Getting Started Videos from Linux? Sherm Pendley 2008-11-24T03:11:44Z 2008-11-24T03:11:44Z <p>What's the point? Xcode and the iPhone SDK only run on Mac OS X anyway. Watching videos of stuff you can't play with would just be a tease.</p> http://stackoverflow.com/questions/312419/language-features-you-should-never-use/312484#312484 11 Answer by Sherm Pendley for Language features you should never use? Sherm Pendley 2008-11-23T13:02:41Z 2008-11-23T21:44:42Z <p>You should never write Perl code without:</p> <pre><code>use warnings; use strict; </code></pre> <p>Also, you should never use a <a href="http://en.wikipedia.org/wiki/JAPH" rel="nofollow">JAPH</a> in production code. Those are strictly for use in <a href="http://en.wikipedia.org/wiki/Signature_block" rel="nofollow">.signature</a> files and <a href="http://en.wikipedia.org/wiki/Perl_golf#Perl_golf" rel="nofollow">golf</a>. Their misuse elsewhere is, IMHO, one of the main reasons for Perl's reputation as a "write-only" language.</p> http://stackoverflow.com/questions/311802/w3c-involvement-in-flash-silverlight/311858#311858 0 Answer by Sherm Pendley for W3C Involvement In Flash & Silverlight Sherm Pendley 2008-11-22T22:28:01Z 2008-11-22T22:28:01Z <p>The W3C has no real authority to "take a role" in the development of a proprietary technology. They can only be <strong>given</strong> such a role if the company that owns the technology decides to give it to them, and so far neither Adobe nor Microsoft has done so.</p> http://stackoverflow.com/questions/311816/how-can-i-associate-js-php-to-javascript-syntax-in-the-netbeans-6-5-ide/311841#311841 1 Answer by Sherm Pendley for How can I associate ".js.php" to JavaScript Syntax in the NetBeans 6.5 IDE? Sherm Pendley 2008-11-22T22:15:24Z 2008-11-22T22:15:24Z <p>What I usually do is condense such "compound" extensions into one, following the tradition of condensing .tar.gz into .tgz.</p> http://stackoverflow.com/questions/311751/whats-the-status-of-4d/311819#311819 0 Answer by Sherm Pendley for What's the status of 4D? Sherm Pendley 2008-11-22T21:49:02Z 2008-11-22T21:49:02Z <p>There are still some old school "Mac guys" out there, who feel threatened by the change to a Unix-based OS. They're scarce and getting scarcer, but there's a few of them still around. It sounds like your "4D developer" might be one of them, and trying to rationalize a decision that's based more on fear of change than on logic.</p> http://stackoverflow.com/questions/310376/unordered-lists-and-accessability/310384#310384 3 Answer by Sherm Pendley for Unordered lists and accessability Sherm Pendley 2008-11-21T22:12:25Z 2008-11-21T22:12:25Z <p>Navigation is basically a list of links, so marking it up as a list seems correct to me.</p> http://stackoverflow.com/questions/309825/what-is-the-best-way-today-to-maintain-clipper-5-3-code/309858#309858 4 Answer by Sherm Pendley for What is the best way today to maintain clipper 5.3 code? Sherm Pendley 2008-11-21T19:18:05Z 2008-11-21T19:18:05Z <p>There are quite a few Clipper compilers available: <a href="http://www.harbour-project.org/" rel="nofollow">Harbour</a>, <a href="http://www.itk.ru/english/index.shtml" rel="nofollow">CLIP</a>, and <a href="http://www.xharbour.org/" rel="nofollow">xHarbour</a>, to name a few of the free ones.</p> http://stackoverflow.com/questions/309733/angular-momentum-transfer-equations/309817#309817 2 Answer by Sherm Pendley for Angular Momentum Transfer equations Sherm Pendley 2008-11-21T19:05:05Z 2008-11-21T19:05:05Z <p>You should have a look at <a href="http://rads.stackoverflow.com/amzn/click/0596000065" rel="nofollow">Physics for Game Developers</a> - it's hard to go wrong with an O'Reilly book.</p> http://stackoverflow.com/questions/309776/lasting-influence-of-c/309795#309795 10 Answer by Sherm Pendley for Lasting influence of C++ Sherm Pendley 2008-11-21T18:59:16Z 2008-11-21T18:59:16Z <p>No, C++ the <em>language</em> isn't dead. It's as useful as it ever was, and quite widely used. But, the <em>hype</em> surrounding the language has moved on to Java, Ruby, etc. C++ isn't getting as much press as it once did - and frankly, I consider that to be a good thing.</p> http://stackoverflow.com/questions/309334/what-features-do-you-wish-were-in-common-languages/309617#309617 0 Answer by Sherm Pendley for What features do you wish were in common languages? Sherm Pendley 2008-11-21T17:53:47Z 2008-11-21T17:53:47Z <p>Call me silly, but I don't think every feature belongs in every language. It's the "jack of all trades, master of none" syndrome. I like having a variety of tools available, each one of which is the best it can be for a particular task.</p> http://stackoverflow.com/questions/307820/how-to-deal-with-a-non-technical-boss-who-wants-to-be-the-architect/307829#307829 11 Answer by Sherm Pendley for How to deal with a non technical boss who wants to be the architect? Sherm Pendley 2008-11-21T04:11:56Z 2008-11-21T04:11:56Z <p>Start looking for another job - you're in a no-win situation. If you lose the technical arguments, you may well find yourself trying to build the impossible. Even if you win the arguments and get to build things the right way, you'll still be left with someone who outranks you and probably holds a grudge.</p> http://stackoverflow.com/questions/307089/php-coding-standards/307115#307115 4 Answer by Sherm Pendley for PHP coding standards Sherm Pendley 2008-11-20T22:28:53Z 2008-11-21T04:07:24Z <p>Combining programming code and output data (including HTML) is IMHO a very bad idea. Most of the PHP gurus I know use a template engine such as <a href="http://www.smarty.net/" rel="nofollow">Smarty</a> to help keep the two things separate.</p> http://stackoverflow.com/questions/307653/how-do-you-develop-an-application-to-draw-edit-and-save-uml-models-in-cocoa/307805#307805 2 Answer by Sherm Pendley for How do you develop an application to draw, edit and save UML models in Cocoa? Sherm Pendley 2008-11-21T04:01:52Z 2008-11-21T04:01:52Z <p>Have you looked at the Sketch example project, found in /Developer/Examples/AppKit? It should get you at least halfway to where you're going.</p> http://stackoverflow.com/questions/307703/how-many-of-you-have-contributed-gave-feedback-to-your-standards-committees/307789#307789 1 Answer by Sherm Pendley for How many of you have contributed/gave feedback to your standards committees? Sherm Pendley 2008-11-21T03:54:46Z 2008-11-21T03:54:46Z <p>Perl has neither a standard nor a committee, but I've participated from time to time in the mailing list (known as <a href="http://lists.cpan.org/showlist.cgi?name=perl5-porters" rel="nofollow">p5p</a>) where its many authors and maintainers communicate among themselves, and I've written an article (<a href="http://perldoc.perl.org/perlmacosx.html" rel="nofollow">README.macosx</a>) that's part of the Perl docs.</p> <p>A long time ago, in a web far far away, I <a href="http://lists.w3.org/Archives/Public/www-style/1996Nov/0013.html" rel="nofollow">responded</a> when the W3C asked for feedback on the first version of the draft CSS proposal. It's interesting that my suggestion, that reader-specified !important rules should override !important rules specified by the authors, was not followed for CSS1, but it <em>was</em> eventually adopted in CSS2.</p> http://stackoverflow.com/questions/307128/how-do-i-cast-id-to-a-float/307149#307149 1 Answer by Sherm Pendley for How do I cast id to a float? Sherm Pendley 2008-11-20T22:39:10Z 2008-11-20T22:39:10Z <p>The compiler makes that kind of assumptions when multiple classes declare methods with the same name, that return different types. Since your "item" variable is typed as an "id," the compiler doesn't know which of these classes it will be sending the message to at run time, and chooses one.</p> <p>To avoid this problem, you can inform the compiler what class "item" is an instance of, by declaring it with a specific type instead of the generic "id":</p> <pre><code>SomeItemClass *item; </code></pre> <p>You could also avoid it by not declaring identically-named methods that return different types.</p> http://stackoverflow.com/questions/307013/how-do-i-filter-all-html-tags-except-a-certain-whitelist/307031#307031 0 Answer by Sherm Pendley for How do I filter all HTML tags except a certain whitelist? Sherm Pendley 2008-11-20T22:07:56Z 2008-11-20T22:07:56Z <p>Attributes are the major problem with using regexes to try to work with HTML. Consider the sheer number of potential attributes, and the fact that most of them are optional, and also the fact that they can appear in any order, and the fact that ">" is a legal character in quoted attribute values. When you start trying to take all of that into account, the regex you'd need to deal with it all will quickly become unmanageable.</p> <p>What I would do instead is use an event-based HTML parser, or one that gives you a DOM tree that you can walk through.</p> http://stackoverflow.com/questions/306840/create-a-makefile-for-multiple-oses-this-make-ext-doesnt-work/306854#306854 3 Answer by Sherm Pendley for Create a makefile for multiple OSes, this make (ext?) doesn't work? Sherm Pendley 2008-11-20T21:06:01Z 2008-11-20T21:15:50Z <p>"make Makefile.w32" is looking for a <strong>target</strong> named Makefile.w32, not a make file by that name. To run make and tell it to read the make file "Makefile.w32", use the -f switch:</p> <pre><code>make -f Makefile.w32 </code></pre> <p><strong>Edit</strong>: Incidentally, why do you launch a separate instance of make in the "all" target, if all you want is for "all" to depend on the "mingw32" target in the same make file? It'd be better, IMHO, to declare it as a dependent target instead:</p> <pre><code>all: mingw32 </code></pre> <p>Likewise with "clean" and "mingw32-clean":</p> <pre><code>clean: mingw32-clean </code></pre> http://stackoverflow.com/questions/306695/choose-one-programming-meme-what-would-it-be/306700#306700 2 Answer by Sherm Pendley for Choose one programming meme. What would it be? Sherm Pendley 2008-11-20T20:14:37Z 2008-11-20T20:20:03Z <p><a href="http://en.wikipedia.org/wiki/GIGO" rel="nofollow">GIGO</a> - Garbage In, Garbage Out.</p> http://stackoverflow.com/questions/306460/how-do-you-take-criticism/306563#306563 1 Answer by Sherm Pendley for How Do You Take Criticism? Sherm Pendley 2008-11-20T19:33:54Z 2008-11-20T19:33:54Z <p>Being my own worst critic, I have no problem with criticism. What I do have problems with are compliments. I tend to think that the other person either doesn't see the (to me, painfully, blindingly obvious) flaws in the code we're reviewing, or that they <em>do</em> see the flaws in it and they're trying to "spare my feelings" or some such.</p> http://stackoverflow.com/questions/306178/ftp-alternative/306188#306188 0 Answer by Sherm Pendley for FTP Alternative Sherm Pendley 2008-11-20T17:45:16Z 2008-11-20T17:45:16Z <p>Using a different protocol won't change anything. Lost packets are lost packets, whether they're destined for port 21 or port 80.</p> http://stackoverflow.com/questions/306085/shouldnt-c-4-0s-new-named-parameters-feature-be-called-named-arguments/306148#306148 6 Answer by Sherm Pendley for Shouldn't C# 4.0's new "named parameters" feature be called "named arguments"? Sherm Pendley 2008-11-20T17:32:11Z 2008-11-20T17:32:11Z <p>Oh, you wanted <strong>arguments</strong>! Sorry, this is parameters - arguments are two doors down the hall on the left.</p> http://stackoverflow.com/questions/303876/what-is-your-best-programming-experience/303993#303993 2 Answer by Sherm Pendley for What is your best programming experience? Sherm Pendley 2008-11-20T00:38:45Z 2008-11-20T00:38:45Z <p>I was working on a children's web site that focused on pre-school literacy skills, and I read an email from a proud mom whose child had finished reading a book from cover to cover for the first time.</p> http://stackoverflow.com/questions/302965/what-affects-your-motivation-level-to-write-good-code/303029#303029 6 Answer by Sherm Pendley for What affects your motivation level to write good code? Sherm Pendley 2008-11-19T19:20:19Z 2008-11-19T19:20:19Z <p>About eight years ago, I had completely "bought into" the project I was working on. I was focused, psyched, felt like an important part of the team, and I enjoyed my work.</p> <p>I arrived at work one day to find I'd been transferred to another project. I literally had less than a week's warning. Turns out one of the team members had not only blamed me for her own mistakes and stupid decisions, but she had also accused me of some rather unsavory behavior. Fortunately for me, cooler (and saner) heads prevailed, and neither the blame nor the accusations stuck. Even so, it was obvious that one of us had to go, and management felt that I was more easily replaced.</p> <p>I was crushed, and I've had pretty much zero motivation ever since. I feel like one of those people who go through a nasty divorce, and never marry again. I'd <em>like</em> to commit to a new project, but there's a nagging doubt that I can't shake, that doing so would only be inviting another disaster.</p> <p>I can still force myself to program, but my motivation is gone. What used to be fun is now a chore, and it's been long enough that I seriously doubt that it will ever be fun again.</p> http://stackoverflow.com/questions/317393/what-are-your-2009-predictions/317408#317408 Comment by Sherm Pendley on What are your 2009 Predictions? Sherm Pendley 2008-11-25T15:52:26Z 2008-11-25T15:52:26Z Given the 0x numbering, '09 is their last chance. :-) http://stackoverflow.com/questions/317245/what-is-the-minimum-complexity-required-for-a-question-in-this-community/317347#317347 Comment by Sherm Pendley on What is the minimum complexity required for a question in this community ? Sherm Pendley 2008-11-25T14:56:35Z 2008-11-25T14:56:35Z +1 If only such sense actually were common! For me, SO appears to be devolving into endless repetition of &quot;please do my homework,&quot; and slashdot-style groupthink voting. http://stackoverflow.com/questions/317245/what-is-the-minimum-complexity-required-for-a-question-in-this-community/317247#317247 Comment by Sherm Pendley on What is the minimum complexity required for a question in this community ? Sherm Pendley 2008-11-25T13:54:54Z 2008-11-25T13:54:54Z The question isn't how does SO behave, it's how <i>should</i> SO behave. You upvoted an answer that says &quot;yes, you should be lazy.&quot; Your words say one thing, but your vote says another - and actions (i.e. votes) speak louder than words. http://stackoverflow.com/questions/317245/what-is-the-minimum-complexity-required-for-a-question-in-this-community/317250#317250 Comment by Sherm Pendley on What is the minimum complexity required for a question in this community ? Sherm Pendley 2008-11-25T13:20:54Z 2008-11-25T13:20:54Z @Gamecat - Too much blood in the caffeinestream can be harsh... http://stackoverflow.com/questions/317245/what-is-the-minimum-complexity-required-for-a-question-in-this-community/317247#317247 Comment by Sherm Pendley on What is the minimum complexity required for a question in this community ? Sherm Pendley 2008-11-25T13:19:43Z 2008-11-25T13:19:43Z @Gilles - Do <i>you</i> enjoy picking up slack for a coworker who's too lazy to do his own job? Yes, of course there's always going to be a few in every crowd, but that doesn't mean such behavior should be rewarded. http://stackoverflow.com/questions/317245/what-is-the-minimum-complexity-required-for-a-question-in-this-community/317261#317261 Comment by Sherm Pendley on What is the minimum complexity required for a question in this community ? Sherm Pendley 2008-11-25T13:15:23Z 2008-11-25T13:15:23Z Well, if we're going to quote philisophy: &quot;If you give a man a fish you've fed him for a day; teach him to fish and you've fed him for a lifetime.&quot; From the perspective of the student, that says it's better to ask for fishing lessons than for fish. http://stackoverflow.com/questions/317245/what-is-the-minimum-complexity-required-for-a-question-in-this-community/317247#317247 Comment by Sherm Pendley on What is the minimum complexity required for a question in this community ? Sherm Pendley 2008-11-25T13:11:39Z 2008-11-25T13:11:39Z Downvoted - laziness should not be encouraged. http://stackoverflow.com/questions/316204/how-to-set-an-application-as-the-default-program-of-opening-a-certain-type-of-fil Comment by Sherm Pendley on How to set an application as the default program of opening a certain type of file programmatically? Sherm Pendley 2008-11-25T03:50:43Z 2008-11-25T03:50:43Z Retagged - removed &quot;c++&quot; tag because this has nothing to do with what language the app happens to be written in. Added windows because registry entries are highly platform-specific. http://stackoverflow.com/questions/316283/building-a-computer-around-programming/316290#316290 Comment by Sherm Pendley on Building a Computer around Programming? Sherm Pendley 2008-11-25T03:37:53Z 2008-11-25T03:37:53Z &quot;Fly&quot; is a great description - the 10k drives I've used tend to sound like jets taking off. Very, very fast though. :-) http://stackoverflow.com/questions/316200/which-c-library-for-cgi-programming/316237#316237 Comment by Sherm Pendley on Which C++ Library for CGI Programming? Sherm Pendley 2008-11-25T02:58:21Z 2008-11-25T02:58:21Z And yes, I realize how old it makes me sound, talking about Denny's server for Windows NT, and about the NCSA httpd that predates Apache. Get off my lawn! :-) http://stackoverflow.com/questions/316200/which-c-library-for-cgi-programming/316237#316237 Comment by Sherm Pendley on Which C++ Library for CGI Programming? Sherm Pendley 2008-11-25T02:57:08Z 2008-11-25T02:57:08Z Yes, CGI is quite generic. That's the whole point, to standardize the interface between a web server and a child process that's launched to service a request. I've written CGIs with Turbo C using Bob Denny's HTTP server, for deployment on SGI servers running NCSA's, with no trouble at all. http://stackoverflow.com/questions/316132/what-ever-happened-to-aspect-oriented-programming/316184#316184 Comment by Sherm Pendley on What ever happened to Aspect Oriented Programming? Sherm Pendley 2008-11-25T02:53:43Z 2008-11-25T02:53:43Z @hasen - I'm wondering that myself, and waiting for the epic Jon Skeet vs. Chuck Norris showdown. http://stackoverflow.com/questions/316132/what-ever-happened-to-aspect-oriented-programming/316144#316144 Comment by Sherm Pendley on What ever happened to Aspect Oriented Programming? Sherm Pendley 2008-11-25T02:26:09Z 2008-11-25T02:26:09Z @Jason - We have OOP because structured programming was once the next big thing, and much of it stuck around. Buzzwords come and go, but the good parts of the &quot;thing&quot; behind them tend to stick around. http://stackoverflow.com/questions/315890/how-to-keep-happy-with-yourself-as-a-programmer/315902#315902 Comment by Sherm Pendley on How to keep happy with yourself as a programmer? Sherm Pendley 2008-11-25T01:38:16Z 2008-11-25T01:38:16Z <a href="http://en.wikipedia.org/wiki/Attention-Deficit_Hyperactivity_Disorder" rel="nofollow">en.wikipedia.org/wiki/&hellip;</a> http://stackoverflow.com/questions/313135/iphone-documentation-can-i-watch-the-getting-started-videos-from-linux/313327#313327 Comment by Sherm Pendley on iPhone Documentation - Can I Watch the Getting Started Videos from Linux? Sherm Pendley 2008-11-25T01:03:10Z 2008-11-25T01:03:10Z I can see your point, but a lot of the value in those videos comes from being able to follow along, duplicating each step in Xcode. At least, in my experience. YMMV.