Comments on: Developer Machine Considerations https://simpleprogrammer.com/developer-machine-considerations/ Thu, 22 Feb 2018 14:49:01 +0000 hourly 1 https://wordpress.org/?v=7.0 By: Dominic Zukiewicz https://simpleprogrammer.com/developer-machine-considerations/#comment-170 Fri, 06 Mar 2015 22:01:00 +0000 https://simpleprogrammer.com/?p=869#comment-170 In reply to jsonmez.

Argh, you’re one of them 😉 I’ve spent 5 years without admin, and here I am, still working away. nnGranted, you can’t instantly debug IIS, but why don’t you run the process as you local user? Boom, no problem debugging any more.nnOh, you can’t install WCF services? Try running ServiceHosts in an .exe. nnSince I’ve been part of Information Security at a company, I’ve had to be paranoid by default. Although work wise, it makes things simpler, you’ll discover all sorts of utilities, trial ware, personal use, Dropbox, Skype .. All good, but what stops your DB backups appearing across the internet.nnI’m not here to moan about those wicked ways, admin doesn’t half make life easier. But give it a go, see what you need to do, and be safe in the knowledge that you’re running with almost no privileges … Almost … It doesn’t half make you stop and realise how much access you really are granting to just run a website.

]]>
By: jsonmez https://simpleprogrammer.com/developer-machine-considerations/#comment-169 Fri, 06 Mar 2015 21:41:00 +0000 https://simpleprogrammer.com/?p=869#comment-169 In reply to Dominic Zukiewicz.

Yeah, that is a good point.nnI think an outright rejection of local admin grants is pretty ridiculous though. nnIf you are actively putting obstacles in the way of your developers, you can’t expect good results.

]]>
By: Dominic Zukiewicz https://simpleprogrammer.com/developer-machine-considerations/#comment-168 Fri, 06 Mar 2015 20:25:00 +0000 https://simpleprogrammer.com/?p=869#comment-168 Good post!nnOne item worth discussing is the use (and abuse) of the requirement to run as Administrator for web development. For many companies, particularly in the banking sector, local admin is forbidden. I commented on someone’s post where they gave instructions on setting up Visual Studio to run as an Administrator (https://alexandrebrisebois.wordpress.com/2012/09/27/always-run-visual-studio-as-administrator/) and although its a bad idea, its a necessary evil.nnHave you ever tried to configure VS to carry out web development and WCF development without them?nnWhat would your approach be when going to a client where there is an outright rejection of local administration grants?

]]>
By: jsonmez https://simpleprogrammer.com/developer-machine-considerations/#comment-167 Tue, 25 May 2010 14:47:59 +0000 https://simpleprogrammer.com/?p=869#comment-167 In reply to Bryan.

I’ll be running http://www.newegg.com/Product/Product.aspx?Item=N82E16814139055

Which is a 4 DVI out card.

]]>
By: Bryan https://simpleprogrammer.com/developer-machine-considerations/#comment-166 Tue, 25 May 2010 14:18:50 +0000 https://simpleprogrammer.com/?p=869#comment-166 In reply to Chris.

MLC drives have shorter lifespans than SLC drives, but it is still pretty long. MLCs should get around 100,000 write cycles and SLC around 1,000,000. With TRIM support and wear leveling algorithims most SSDs should outlive their usefulness.

Wear leveling allows the drive to store data in every physical cell before writing over a previous so it may be awile before the first write cycle occurs, especially in a 256GB drive.

]]>
By: Chris https://simpleprogrammer.com/developer-machine-considerations/#comment-165 Tue, 25 May 2010 05:44:05 +0000 https://simpleprogrammer.com/?p=869#comment-165 Something that troubled me about the SSD drives is that they have their lifetimes rated in writes. While this is fine for most everything, it made me nervous about frequently written files – especially the pagefile.

What do you think? How long do you suppose your disk will last with the pagefile sitting on it? Was that even a concern for you?

]]>
By: Bryan https://simpleprogrammer.com/developer-machine-considerations/#comment-164 Tue, 25 May 2010 04:21:11 +0000 https://simpleprogrammer.com/?p=869#comment-164 Four monitors, nice. Are you running a Eyefinity with display ports?

I agree with you on the virtualization. with your SSD the speed benefit of a VM will be moot. I keep a couple VMs ready to go when there is a good chance something I am working on will break the OS. They are convenient for end user support especially when paired with profile and application virtualization. Why bother troubleshooting user problems? If something goes wrong you can trash the VM, send over a new one and it will pickup all the user customizations and apps at log on.

I am interested to see how RemoteFX turns out. Full motion video and graphics over RDP will be good times.

]]>
By: Derick Bailey https://simpleprogrammer.com/developer-machine-considerations/#comment-163 Tue, 25 May 2010 02:40:00 +0000 https://simpleprogrammer.com/?p=869#comment-163 i’ve got a MacbookPro with 8 gigs of RAM and I don’t really see the need for more, honestly. but then, i’ve never had more than 4 so 8 seemed like a luxury for me. 🙂

i run 2 external 24″ monitors plus the laptop’s 17″ screen. the laptop is on the left and runs comms, code is in the middle and browser/reference on the right. it’s a pretty sweet setup. not sure what i would do with a 4th monitor.

]]>