27
votes
18answers
9k views
What’s the cheapest mac development box possible?
Simple question really, I would like to learn some cocoa, primarily for playing around with the Iphone SDK, but first i need a mac.
Macs are expensive, but I don't know at what point an old mac moves …
22
votes
25answers
2k views
Mac Virtualization: VM Ware Fusion or Parallels
I'm curious for all your Mac users out there which virtualization software you use and why? I've been a VM Ware user for Windows for years and have been running Parallels on my Mac (mainly because VM …
12
votes
8answers
878 views
Determine when running in a virtual machine
Is there an official way for an application to determine if it is running in VMWare or Virtual PC (or whatever Microsoft is calling it now)? The code I have seen is usually a hack that took advantage …
12
votes
4answers
272 views
Software optimization for virtual machines
When you know that your software (not a driver, not part of the os, just an application) will run mostly in a virtualized environment are there strategies to optimize your code and/or compiler …
9
votes
9answers
413 views
Virtualization questions
I have never used virtualization, and am trying to get up to speed. My new desktop is coming today and I specifically bought it to try and run all my needs on a single machine (i.e. a vista desktop, a …
9
votes
12answers
2k views
Virtualized SQL Server: Why not?
The IT department where I work is trying to move to 100% virtualized servers, with all the data stored on a SAN. They haven't done it yet, but the plan eventually calls for moving the existing …
9
votes
5answers
2k views
C#: Create a virtual drive in Computer
Is there any way to create a virtual drive in "(My) Computer" and manipulate it, somewhat like JungleDisk does it?
It probably does something like:
override OnRead(object sender, Event e) {
…
9
votes
5answers
780 views
Automating VMWare or VirtualPC
I'm currently experimenting with build script, and since I have an ASP.net Web Part under source control, my build script should do that at the end:
Grab the "naked" Windows 2003 IIS VMWare or …
8
votes
6answers
346 views
Which VMware version for development?
Hello,
I'm lost among the zillion versions of VMware. Which one should I choose?
I just want to:
create VM's
take snapshots
run it on top of a third party host OS (no ESX)
get the least resource …
8
votes
11answers
1k views
.NET Development on a Mac Tips
I have just got a MacBook Pro and have been using it (+Fusion) to develop on for about a month now. The purpose of this question is similar to Hidden Features of C#; to become a how-to of tips and …
7
votes
5answers
423 views
Any Tips for Doing *All* Your Work in a Single Virtual Machine?
I bought a new Vista PC recently but was having lots of problems getting everything to work on it, so I continued doing most of my work (development and other) on a slow XP machine that I've had for …
7
votes
3answers
203 views
What is the impact of virtualisation on cryptographically strong random number generators?
/dev/random and /dev/urandom use environmental noise to generate randomness.
With a virtualised server there can be multiple instances of an Operating System on one hardware configuration. These …
7
votes
6answers
782 views
Which Desktop Virtualization software runs most smoothly?
Background:
I'm running a full-time job and a part-time job in the weekends, and both my employers have supplied a laptop for me to work on. Of course I also have my powerful workstation at home to …
7
votes
10answers
729 views
How to identify that you’re running under a VM?
Is there a way to identify, from within a VM, that your code is running inside a VM?
I guess there are more or less easy ways to identify specific VM systems, especially if the VM has the provider's …
7
votes
2answers
291 views
How can I create virtual machines as part of a build process using MSBuild and MS Virtual Server and/or Hyper-V Server Virtualization?
What I would like to do is create a clean virtual machine image as the output of a build of an application.
So a new virtual machine would be created (from a template is fine, with the OS installed, …
