User sparkes - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T22:16:34Z http://stackoverflow.com/feeds/user/269 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1476/how-do-you-express-binary-literals-in-python/1479#1479 0 Answer by sparkes for How do you express binary literals in Python? sparkes 2008-08-04T18:27:26Z 2009-12-13T16:46:39Z <p>I am pretty sure this is one of the things due to change in Python 3.0 with perhaps bin() to go with hex() and oct().</p> <p>EDIT: lbrandy's answer is correct in all cases.</p> http://stackoverflow.com/questions/30376/getting-organised-the-todo-list 12 Getting organised; The TODO list. sparkes 2008-08-27T15:04:34Z 2009-12-11T06:10:01Z <p>What's the best way to organise my personal TODO list? and what tools are available for organising team TODO lists?</p> <p>Should I still be thinking in terms of TODO or are there better ways to manage my time and projects?</p> <p><a href="http://beta.stackoverflow.com/questions/1831/what-can-someone-do-to-get-organized-around-here" rel="nofollow">See also this question on Organization which is similar</a></p> http://stackoverflow.com/questions/19801/what-interview-question-weeds-out-bad-applicants 32 What interview question weeds out 'bad' applicants? sparkes 2008-08-21T13:04:16Z 2009-11-10T23:56:56Z <p>We have a list of <a href="http://beta.stackoverflow.com/questions/11368/what-is-the-best-interview-question" rel="nofollow">the best interview questions people have been asked</a> and <a href="http://beta.stackoverflow.com/questions/11464/what-is-the-worst-interview-question" rel="nofollow">the worst interview question you've been asked</a> but what question do you believe sorts the chaff from the wheat?</p> <p>One you've been asked, one you've asked or one you wish the co-worker from hell had been asked. There's no magic bullet but is there one question you think helps the process?</p> http://stackoverflow.com/questions/26301/your-favourite-algorithm-and-the-lesson-it-taught-you 10 Your favourite algorithm and the lesson it taught you. sparkes 2008-08-25T15:55:42Z 2009-10-08T14:57:35Z <p>What algorithm taught you the most about programming or a specific language feature?</p> <p>We have all had those moments where all of a sudden we know, just know, we have learned an important lesson for the future based on finally understanding an algorithm written by a programmer a couple of steps up the evolutionary ladder. Whose ideas and code had the magic touch on you?</p> http://stackoverflow.com/questions/20059/suggestions-on-starting-a-child-programming 34 Suggestions on starting a child programming. sparkes 2008-08-21T14:23:53Z 2009-09-28T17:30:57Z <p>What languages and tools do you consider a youngster starting out in programming should use in the modern era?</p> <p>Lots of us started with proprietary Basics and they didn't do all of us long term harm :) but given the experiences you have had since then and your knowledge of the domain now are there better options?</p> <p>There are related queries to this one such as "<a href="http://beta.stackoverflow.com/questions/3088/best-ways-to-teach-a-beginner-to-program" rel="nofollow">Best ways to teach a beginner to program?</a>" and "<a href="http://beta.stackoverflow.com/questions/3553/one-piece-of-advice" rel="nofollow">One piece of advice</a>" about starting adults programming both of which I submitted answers to but children might require a different tool.</p> <p>Disclosure: it's bloody hard choosing a 'correct' answer to a question like this so who ever has the best score in a few days will get the 'best answer' mark from me based on the communities choice.</p> http://stackoverflow.com/questions/3654/html-version-choice 8 HTML version choice sparkes 2008-08-06T16:40:23Z 2008-10-17T18:24:02Z <p>When developing a new web based application which version of html should you aim for?</p> <p>EDIT:</p> <p>cool I was just attempting to get a feel from others I tend to use XHTML 1.0 Strict in my own work and Transitional when others are involved in the content creation.</p> <p>I marked the first XHTML 1.0 Transitional post as the 'correct answer' but believe strongly that all the answers given at that point where equally valid.</p> http://stackoverflow.com/questions/1541/wordpress-theme-development-offline-tools 6 Wordpress theme development offline tools sparkes 2008-08-04T19:33:29Z 2008-09-02T19:18:56Z <p>Are there any offline tools available for Wordpress theme development other than Dreamweaver extentions?</p> <p>I'm looking for something that renders a page in a Gecko (or related widget) window in response to my editing of the theme code so I don't need keep editing files on a web server.</p> <p>Any ideas?</p> <p>EDIT: Should have been more clear. I have test servers in place I was just looking for an application that shows a representation of the standard wordpress views (index,archive,single post etc) and a basic syntax highlighting editor.</p> http://stackoverflow.com/questions/25184/starting-out-in-consultancy 4 Starting out in Consultancy sparkes 2008-08-24T16:56:59Z 2008-08-31T00:56:51Z <p>What extra skills should developers interested in Consulting possess and what is the best way to gain them?</p> <p>see also <a href="http://beta.stackoverflow.com/questions/25184/starting-out-in-consultancy#25222" rel="nofollow">this followup</a> by <a href="http://beta.stackoverflow.com/users/1175/kristopher-johnson" rel="nofollow">Kristopher Johnson</a></p> <blockquote> <p>How does one get a true "consultant" gig, rather than just being a contract programmer?</p> </blockquote> http://stackoverflow.com/questions/32777/what-is-the-best-and-most-complete-implementation-of-unix-system-commands/32805#32805 0 Answer by sparkes for What is the best and most complete implementation of Unix system commands? sparkes 2008-08-28T16:57:58Z 2008-08-28T16:57:58Z <p><a href="http://beta.stackoverflow.com/questions/32777/what-is-the-best-and-most-complete-implementation-of-unix-system-commands#32792" rel="nofollow">Why vote down this question</a>? It's obviously meant to be tongue in cheek is it worth the voter and the receiver losing rep over? Can't you people leave anything at zero and mark up the answers you want to see float rather than mark down the funny one liners?</p> <p>In answer to the question I've used Cygwin in the past but always found it clunky and wanting. I don't think it's the tools problem but mine but I have book marked <a href="http://beta.stackoverflow.com/questions/32777/what-is-the-best-and-most-complete-implementation-of-unix-system-commands#32785" rel="nofollow">Eric's suggestion of unxutils</a> for when my new windows machine arrives tomorrow.</p> http://stackoverflow.com/questions/32710/is-there-some-way-i-can-validate-a-user-in-client-side/32723#32723 0 Answer by sparkes for Is there some way I can validate a user in client side? sparkes 2008-08-28T16:22:54Z 2008-08-28T16:22:54Z <p>You can never trust what's on the other end of the wire.</p> http://stackoverflow.com/questions/32533/how-do-you-write-code-that-is-both-32-bit-and-64-bit-compatible/32547#32547 0 Answer by sparkes for How do you write code that is both 32 bit and 64 bit compatible ? sparkes 2008-08-28T15:15:21Z 2008-08-28T15:15:21Z <p>The same things you should have been doing all along to ensure you write portable code :)</p> <p><a href="http://developer.mozilla.org/En/C___Portability_Guide" rel="nofollow">mozilla guidelines</a> and the <a href="http://c-faq.com/questions.html" rel="nofollow">C faq</a> are good starting points</p> http://stackoverflow.com/questions/32315/what-is-web-3-0/32318#32318 51 Answer by sparkes for What is Web 3.0? sparkes 2008-08-28T13:47:22Z 2008-08-28T13:47:22Z <p>It means the Marketing Department are in charge again.</p> http://stackoverflow.com/questions/32265/when-should-you-release-a-hobby-project-publicly/32276#32276 12 Answer by sparkes for When should you release a hobby project publicly? sparkes 2008-08-28T13:33:45Z 2008-08-28T13:33:45Z <p><a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html" rel="nofollow">Early and Often</a> for both Open Source and sharing your own toys with the world.</p> <p>You just need a thick skin to cope with all the muppets who've never released anything telling you how they believe your father is unknown and you can't code your way out of a paperbag. It's character building and yes I'm bitter.</p> http://stackoverflow.com/questions/32087/what-tools-and-languages-are-available-for-windows-shell-scripting/32124#32124 0 Answer by sparkes for What tools and languages are available for windows shell scripting? sparkes 2008-08-28T12:46:49Z 2008-08-28T12:46:49Z <p>Yesterday I could have repaired this for you ;)</p> <blockquote> <p>What all are the tools/languages for windows shell scripting?</p> </blockquote> <p>Would read better as</p> <blockquote> <p>What tools and languages are available for windows shell scripting?</p> </blockquote> http://stackoverflow.com/questions/32041/how-to-remove-debug-statements-from-production-code-in-java/32046#32046 0 Answer by sparkes for How to remove debug statements from production code in Java sparkes 2008-08-28T11:46:19Z 2008-08-28T11:46:19Z <p>Use <a href="http://discuss.fogcreek.com/joelonsoftware/default.asp?cmd=show&amp;ixPost=63500" rel="nofollow">Java Preprocessor</a>? (google foo low but this is a link to the old Joel forums discussing it)</p> http://stackoverflow.com/questions/30373/what-c-pitfalls-should-i-avoid/30391#30391 7 Answer by sparkes for What C++ pitfalls should I avoid ? sparkes 2008-08-27T15:09:09Z 2008-08-27T15:09:09Z <p><a href="http://developer.kde.org/~wheeler/cpp-pitfalls.html" rel="nofollow">This web page by Scott Wheeler</a> covers some of the main C++ pitfalls.</p> http://stackoverflow.com/questions/28605/c-on-visual-studio/28618#28618 2 Answer by sparkes for C on Visual Studio sparkes 2008-08-26T17:03:41Z 2008-08-26T17:03:41Z <p>Answering the purely subject question "recommend me a better C IDE and compiler" I find <a href="http://www.codeblocks.org/" rel="nofollow">Ming32w and Code::blocks (now with combined installer)</a> very useful on windows but YMMV as you are obviously used to the MS IDE and are just struggling with C.</p> <p>May I suggest you concentrate on console applications to get a feel for the language first before you attempt to tie it together with a windows UI which in my experience is the hardest bit of windows development.</p> http://stackoverflow.com/questions/28567/how-do-i-name-a-consulting-company/28600#28600 1 Answer by sparkes for How do I name a consulting company? sparkes 2008-08-26T16:57:56Z 2008-08-26T16:57:56Z <p><strong>My Answer</strong> I've just used things I've found interesting in the past. There are no bad names that you like and your friends don't immediately point out an obvious double entendre; at least not in your locale. Internationally you are always at risk of having a really silly name.</p> <p><strong>why the question is valid IMHO</strong> I hate to be a hater (to quote some terrible think that I saw on tv the other day) but Joel does speak of a volume of the business of software questions building up a nice knowledge base for programmer who want to step up to management or entrepreneurial roles.</p> http://stackoverflow.com/questions/28542/is-gcc-broken-when-taking-the-address-of-an-argument-on-arm7tdmi/28569#28569 -2 Answer by sparkes for Is GCC broken when taking the address of an argument on ARM7TDMI? sparkes 2008-08-26T16:44:42Z 2008-08-26T16:44:42Z <blockquote> <p>Is this just expected/undefined behaviour? Have I done something wrong or have I in fact found a Compiler Bug™?</p> </blockquote> <p>No bug just the defined behaviour that optimisation options can produce odd code which might not work :)</p> <p>EDIT:</p> <p>If you think you have found a bug in GCC the mailing lists will be glad you dropped by but generally they find some hole in your knowledge is to blame and mock mercilessly :(</p> <p>In this case I think it's probably the -O options attempting shortcuts that break your code that need working around.</p> http://stackoverflow.com/questions/28484/how-do-you-choose-a-linux-unix-bsd-distribution/28524#28524 8 Answer by sparkes for How do you choose a Linux/Unix/BSD distribution? sparkes 2008-08-26T16:21:11Z 2008-08-26T16:21:11Z <p><strong>Differences between Linux, *nix and BSD</strong> A quite general way of looking at it is the unices have paid for the certifications and licences from Open Group that allow them to use the name but in this day and age they all do much the same, can run the same software and can be made to operate (on the surface) in similar ways.</p> <p>Another way of looking at it is one that causes lots of confusion and arguments. Linux is a Kernel and Unices are an operating systems. This is why most Linux distributions are considered GNU/Linux by diehards and free software supporters because the tools come from the GNU project. This is less clear in this day and age where many Unix admins and users replace at least a few of the supplied tools with the GNU tools.</p> <p>BSD sits across both camps because BSD is a Unix based on it's history but is a free unix unlike many of it's competitors. </p> <p><strong>What features should you be looking for? and where to find them?</strong> This is really subjective and as I'm a freesoftware guy this might offend a few people but I think any of the systems that have been developed by teams of user/developers will have all the 'right' tools and features from the off so I'm going to list a few that I think fit firmly in this camp. This list isn't exhaustive but is pretty indicative of those from this method of development with the strongest user/developer bases.</p> <ul> <li>Debian GNU/Linux</li> <li>Slackware GNU/Linux</li> <li>NetBSD</li> <li>FreeBSD</li> <li>OpenBSD</li> </ul> <p>There are also distros based on the above such as Ubuntu which are also great choices because they inherit many of the good points from their ancestors.</p> <p><strong>Main features to look for.</strong> Ease of administration. Most of the above provide usable tools for maintainance and software install with my personal top from the Linux and BSD worlds for this being Debian and FreeBSD.</p> <p>Peer support, all of the above have a wonderful community of users with FAQs and mailing list archives answering the majority of questions you might have.</p> http://stackoverflow.com/questions/28476/what-are-the-ethics-of-time-management-while-working-for-pay/28485#28485 5 Answer by sparkes for What are the ethics of time management while working for pay? sparkes 2008-08-26T16:05:54Z 2008-08-26T16:05:54Z <p>I have to be honest I'm not working for every billable hour but then again I don't bill for the fact 24 hours a day I am solving their problems, at least subconsciously, for all the sleepless nights their problems have given me, or for the times I wished I could forget about their problems for ten minutes and enjoy some time with my family without them interfering so all in all I think 'they' get a good deal. </p> http://stackoverflow.com/questions/28303/web-2-0-color-combinations/28326#28326 0 Answer by sparkes for Web 2.0 Color Combinations sparkes 2008-08-26T15:16:50Z 2008-08-26T15:16:50Z <p><a href="http://useit.mondosearch.com/cgi-bin/MsmFind.exe?QUERY=color" rel="nofollow">search for color on useit</a> </p> <p><a href="http://www.boxesandarrows.com/search?q=color" rel="nofollow">search for color on boxesandarrows</a></p> <p>There has been loads of research on this sort of stuff and most of it is conflicting a couple of good jump off points are listed above.</p> <p>Generally lighter backgrounds and good contrast are favoured by all researchers but the details get niggly.</p> http://stackoverflow.com/questions/28042/what-has-motivated-you-to-commit-to-open-source/28091#28091 1 Answer by sparkes for What has motivated you to commit to open source? sparkes 2008-08-26T13:54:31Z 2008-08-26T13:54:31Z <p>May I refer you to <a href="http://beta.stackoverflow.com/questions/664/what-level-of-programming-should-i-have-to-contribute-to-open-source#1392" rel="nofollow">my earlier answer on another FOSS query (What level of programming should I have to contribute to open source)</a> and add that scratch your own itch rather than attempt to conform to somebodies elses ideas. If a project doesn't interest you unless you have a quick bug fix or feature addition and want to submit a patch move along and find something you'll enjoy more.</p> http://stackoverflow.com/questions/27568/assembler-ide-simulator-for-beginner/27595#27595 0 Answer by sparkes for Assembler IDE/Simulator for beginner sparkes 2008-08-26T09:00:50Z 2008-08-26T09:00:50Z <p>I write z80 asm for the ZX Spectrum (still, I know :) ) and use SJasmPlus to link to a spectrum emulator file. Lots of of the better Spectrum emulators like Fuse and ZXSpin have built in editors as well for on the fly debugging and patching.</p> http://stackoverflow.com/questions/26509/what-workshops-user-groups-conventions-do-you-attend/26521#26521 0 Answer by sparkes for What workshops / user groups / conventions do you attend? sparkes 2008-08-25T18:02:26Z 2008-08-25T18:02:26Z <p>I used to belong to my local Linux User Group which I co-founded but I treated it more as a social event than anything else but obviously a social event full of geeks is still a great way to get a great debate going :)</p> <p>Conventions and the like I've not got much out of other than being pestered by businesses who can offer me nothing that is apart from a bunch of Linux and Hacker ones where I've met loads of people who I consider friends offline, again great for the social aspect but pretty worthless to me in other respects.</p> <p>That's not to say I never got any business out of attending various events it's just that treating them as social occasions meant any business that did come my way was a bonus so I never left an event feeling like it was a waste of time.</p> http://stackoverflow.com/questions/26301/your-favourite-algorithm-and-the-lesson-it-taught-you/26324#26324 2 Answer by sparkes for Your favourite algorithm and the lesson it taught you. sparkes 2008-08-25T16:06:30Z 2008-08-25T16:26:44Z <p>This is a slow one :)</p> <p>I learned lots about both C and computers in general by understanding <a href="http://en.wikipedia.org/wiki/Duff%27s_device" rel="nofollow">Duffs Device</a> and <a href="http://en.wikipedia.org/wiki/XOR_swap_algorithm" rel="nofollow">XOR swaps</a></p> <p>EDIT:</p> <p>@<a href="http://beta.stackoverflow.com/questions/26301/your-favourite-algorithm-and-the-lesson-it-taught-you#26342" rel="nofollow">Jason Z</a>, that's my XOR swap :) cool isn't it.</p> http://stackoverflow.com/questions/26280/favorite-web-host/26281#26281 2 Answer by sparkes for Favorite web host. sparkes 2008-08-25T15:44:52Z 2008-08-25T15:44:52Z <p>In the UK <a href="http://www.bytemark.co.uk/" rel="nofollow">bytemark vps</a>'s are favoured by the Free and Open Source Software Communities and I've yet to hear a bad review.</p> <p>Recently I've had to some terrible service with various hosts so I might be returning to them shortly after a absence of a few years.</p> http://stackoverflow.com/questions/26256/a-tidy-desk/26271#26271 0 Answer by sparkes for A Tidy Desk sparkes 2008-08-25T15:37:42Z 2008-08-25T15:37:42Z <p>My work area is always a heap, but it's my heap I know where stuff is ;)</p> http://stackoverflow.com/questions/26183/screenshot-taking-tools/26190#26190 3 Answer by sparkes for Screenshot Taking Tools sparkes 2008-08-25T15:09:11Z 2008-08-25T15:09:11Z <p>I've found myself using <a href="https://addons.mozilla.org/en-US/firefox/addon/1146" rel="nofollow">ScreenGrab! a firefox plugin</a> a load just recently although generally I use Print Screen/Sys Req under Windows and X and edit the result.</p> http://stackoverflow.com/questions/26113/what-is-your-best-tool-or-techniques-for-getting-the-same-display-on-ie6-7-and-fi/26120#26120 0 Answer by sparkes for What is your best tool or techniques for getting the same display on IE6/7 and Firefox? sparkes 2008-08-25T14:31:17Z 2008-08-25T14:31:17Z <p>I write to the standards and both Firefox and IE7 follow a pretty good set in common. </p> <p>IE6 is dead as far as I am concerned but if I get back into professional web dev I'll probably have to revise that ;)</p>