I once installed Linux on a VM using Virtual Box running on a Windows 7 Host, never went back to it after the install. And i've stared at the screen of our Zimbra mail server running on some Linux flavour, but i can't remember which. Windows all the way for me.
Steven Nicholas
Posts
-
Which OS do you work primarily on ? -
SharewareWhen downloading the trial of ISOBuster 3, ESET is complaining about Win32/Toolbar.Conduit potentially unwanted application; is this optional to install? Thanks Edit: Just to answer my own question, yes it is an optional install.
-
System Design PointerMindjet Mindmanager 8 for the initial database and class design. Once i have the initial overall structure broken down into projects/folders in Visual Studio and i have started coding, i just use the map to keep track of database changes and class changes are made in my head, but i sometime still stick them back into a map it they get too much. :wtf:
-
My First Computer, The only computer I bought everAah the Spectrum. 48k. Then the Commodore 64 and then finally onto the 286. Games that stood out from those days were Microprose's Gunship, Tank Platoon, Pirates (Sid Meier was a legend!!) and Tom Clancy's Red Storm Rising. Good times.
-
Bug of the dayWell, males do have an extra digit. :sigh:
-
Looking for advice in managing code in related applications (long)Dan Neely wrote:
Group of files. Take the latest svn snapshot, delete all the bin/obj folder junk. Delete all the .svn folders.
TortoiseSVN :thumbsup:, so i assume that other clients probably have it too, has a function called Export that does all of that for you. Just in case you didn't know. Manually finding those .svn directories can be a pain in a large project.
-
Jokes in Code CommentsDoes leaving sarcastic error messages for the users count? Would have been funny if they had been picked up in testing and/or QA, but alas; the users didn't think they were so funny.... :laugh:
-
How do I manage a small dev team with a large number of small projectsYep, i second OnTime. Compare editions: http://www.axosoft.com/ontime/try_ontime_free[^] There is an limited feature Express Edition which is free as well as the single-user-free Professional Edition. If you are moving to medium enterprise though, a few hundred bucks shouldn't be a problem for the full version.
-
WPF--Why? No, Really!I agree with your observation. Coding seems to have lost the initial lure as a hobby->job and has sunk to being a normal 9-5 type of job for some people. It's also my experience that the guys that don't code at home are also more likely not to do much unit testing on thier own code. Basically, if it compiles, it's good enough to submit to QA. But that's just been my experience.