User vextasy - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T02:53:04Z http://stackoverflow.com/feeds/user/3010 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/38323/vmware-or-hyper-v-for-developers 5 VMware or Hyper-V for Developers vextasy 2008-09-01T19:26:42Z 2008-09-17T14:40:39Z <p>I'm looking to replace a couple of machines in the office with a more powerful multi-processor machine running either VMware or Microsoft's Hyper-V with a view to hosting a mix of Windows Server 2003, Windows Server 2008 and Linux operating systems. The machines are used mainly for testing ASP.Net or Perl web sites. I don't need advanced features like live migration of running systems but it would be useful to be able to restore a machine to a known state. Performance is not really a big issue either unless one is noticeable faster than the other.</p> <p>My question is: Should I play safe and go with VMware or is Hyper-V mature enough to be a candidate?</p> http://stackoverflow.com/questions/56315/d-programming-language-in-the-real-world/56458#56458 0 Answer by vextasy for D Programming Language in the real world? vextasy 2008-09-11T12:48:58Z 2008-09-11T12:48:58Z <p>I suppose we can read something into the lack of immediate answers to this question and that is that not many/any of the acive stackoverflow responders are using D. I was also a little surprised about the level of its ranking in the TIOBE listing that you link to.</p> <p>Having said that, Walter Bright has been working on the language for quite a number of years now and I think he has quite a number of `followers' who remember what a good job he did with the Zortech C++ compiler back in the '90s. I also note that the language appears to be leaning towards the functional direction now.</p> http://stackoverflow.com/questions/52420/what-is-the-average-salary-for-senior-net-developers-by-state-or-region/52452#52452 0 Answer by vextasy for What is the Average Salary for Senior .Net Developers by State or Region? vextasy 2008-09-09T17:47:57Z 2008-09-09T17:47:57Z <p>I assume you mean for the USA and salary in Dollars. We do have states and regions in other parts of the world too ;-). I guess you might need to make such a question more structured with pre-defined buckets for this kind of voting to work on stackoverflow.</p> http://stackoverflow.com/questions/49809/learning-net/49835#49835 2 Answer by vextasy for Learning .NET vextasy 2008-09-08T14:41:42Z 2008-09-08T14:41:42Z <p>Once you've got a grasp of C#, and assuming that you want to do some web development, take a look at Microsoft's ASP.NET site at <a href="http://www.asp.net/" rel="nofollow">http://www.asp.net/</a> which has many videos and tutorials designed to introduce you to aspects of ASP.NET development.</p> http://stackoverflow.com/questions/48750/is-it-wrong-to-get-feedback-from-stack-overflow-on-a-live-system-architecture/48763#48763 3 Answer by vextasy for Is it wrong to get feedback from Stack Overflow on a live system architecture? vextasy 2008-09-07T20:38:44Z 2008-09-07T20:38:44Z <p>I would suggest that you would get the best response by asking for feedback on a specific aspect of your architecture diagram. Most people here are happy to bite off little chunks of work, and that way you also maximise the likelihood of attracting the attention of someone with specific skills.</p> <p>Having said all of that this is a beta and one way to find out what would happen would be to go ahead and try it out - what is the worst thing that could happen?</p> http://stackoverflow.com/questions/46933/why-doesnt-inheritance-work-the-way-i-think-it-should-work/47010#47010 8 Answer by vextasy for Why doesn't inheritance work the way I think it should work? vextasy 2008-09-05T22:38:45Z 2008-09-05T22:38:45Z <p>Clearly, you'll need a cast if you're operating on a broken DogLeg. </p> http://stackoverflow.com/questions/26843/new-project-mysql-or-sql-2005-express/38475#38475 1 Answer by vextasy for New Project : MySQL or SQL 2005 Express. vextasy 2008-09-01T21:43:09Z 2008-09-01T21:43:09Z <p>I have about 50 web sites running perl/apache/mysql and about 10 running C#/ASP.Net/SQL Server (Lite) and other (large) applications running on SQL Server (Heavy). I never have problems with SQL Server - it just works. I often have problems with MySQL.</p> <p>My advice would be to go for the SQL Server based option even if you had to pay for it.</p> http://stackoverflow.com/questions/559/what-books-would-you-recommend-for-a-beginning-software-developer/38411#38411 5 Answer by vextasy for What books would you recommend for a beginning Software Developer? vextasy 2008-09-01T20:50:19Z 2008-09-01T20:50:19Z <p>One that surely needs adding to the library of any self-respecting C, C++, C# or Java programmer is Kernighan and Pike's <a href="http://rads.stackoverflow.com/amzn/click/020161586X" rel="nofollow">The Practice of Programming</a>.</p> <p>From two of the most influential programmers of the last 30 years the book is packed with gems of advice for people who simply want to write good programs (in almost any language).</p> http://stackoverflow.com/questions/36756/f-what-are-you-using-it-for/38363#38363 5 Answer by vextasy for F# - What are you using it for? vextasy 2008-09-01T20:12:16Z 2008-09-01T20:12:16Z <p>I introduced F# into my work by first using it to write simple applications that only I use. For example, a tool to quickly analyse my monthly timesheet that I keep in Outlook and a tool to analyse web logs. Here F#'s computation expressions combined with the FParSec library allowed me to write the nasty code to parse and hand-off the various components of a web log line in just 30 lines of F#.</p> <p>I then re-wrote our internal site monitor (which I had previously written in C#) in F# with the advantage that F#'s asynchronous workflows allowed me to check each of the 60 web sites we monitor in parallel (with ease).</p> <p>I did find that the take-up of F# at work was not as great as my enthusiasm for it led me to imagine it might have been. I think it's a big step to go from C# to F# and needs some real investment of effort and time to begin using it fruitfully. I also find that unless I keep revisiting it I quickly get rusty.</p> <p>Other people had tinkered with my C# site monitor to the point where I wasn't sure I still fully understood it. Since re-writing it in F# no one has yet made a change!</p> <p>I made a decision to keep F# GUI programming to a minimum, at least initially, until the language is better integrated with Visual Studio and ASP.Net and focus on using F# to do the crunching and use C# for the interaction.</p> http://stackoverflow.com/questions/36294/f-language-hints-for-newbie/36369#36369 4 Answer by vextasy for F# language - hints for newbie vextasy 2008-08-30T21:45:55Z 2008-08-30T21:45:55Z <p>Without doubt, you should purchase Don Syme's excellent book "Expert F#". The book is very well written and is suitable for both beginners and experts alike. In it, you'll find both introductory material and much more challenging material too. At nearly 600 pages it is good value for money.</p> <p>I found that it taught me a lot of useful techniques for writing more functional C# as well as providing all the reference material I needed to get started writing Windows hosted F# applications. </p> <p>The book is published by Apress and has an accompanying web site at: <a href="http://www.expert-fsharp.com/default.aspx" rel="nofollow">http://www.expert-fsharp.com/default.aspx</a></p> http://stackoverflow.com/questions/102714/what-was-your-first-home-computer/102784#102784 Comment by vextasy on What was your first home computer? vextasy 2008-09-19T17:13:45Z 2008-09-19T17:13:45Z In particular, I remember BBC Basic's inline 6502 assember which used a for-next loop to provide multi-pass assembly.