Slashdot Mirror


User: beeradg

beeradg's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Re:Depends on specialization and responsibilities on Is Programming a Lucrative Profession? · · Score: 1

    This is all very ridiculous and offensive. I started at 45K on a job with a startup about three years ago. I was very determined and did not stop looking for a job until I found one. Fast forward three years to today. My salary is over 150K a year in the Midwest, where the cost of living is much much lower than the coast . It takes a certain mindset to be a successful software developer. One must be determined, motivated, participate deeply in the community, take risks when they present themselves, always be eager to learn and try new things, and once again - be determined. It is not easy money, not everyone can do it, and it is one of the few fields that you are almost always utilized 100% or more. Those who think its not good money are either not intelligent enough to do it or are not determined enough to REALLY try. Oh and by the way, I'm still not finished with school and I mostly write web apps. Try again.

  2. Re:Strange Complaints on Why Developers Are Switching To Macs · · Score: 1

    "It will run Windows, Linux, BSD, and Mac OS/x so if you are going multi-platform on the PC it is the way to go."

    One thing about this that really bothers me:

    There are many tools (many even free) that allow you to run VMs on both Linux and Windows. Yet you can't EVER run Mac legally on anything but a Mac. Why is that? Because Macs are the single most proprietary computer in existence. I'll be darned if I'd ever waste upwards of $2,000 on a machine that I could build or even purchase from another large computer manufacturer for less than $1,000 (if I build it MUCH less than). But, Apple has to make a TON of profit and charge a TON over fair market value for their hardware- or a more adequate way to look at it is they charge $1,000 for their OS because... its that good?

    You can certainly count me out.

  3. Re:Why not use both options? on Reuse Code Or Code It Yourself? · · Score: 1

    Seriously. What can't you do with Hibernate anyways? And who would actually want to write JDBC code? yuck.

  4. Re:Meh. It's alright. Not great yet. on C# In-Depth · · Score: 1

    Yeah, last time I checked more companies already bought into Java. As a few people have pointed out in this article alone, Java is either the number one or a close second.

  5. Apple == Microsoft on SDK Shoot Out, Android Vs. IPhone · · Score: 1

    I disagree wholeheartedly with your comment: "Apple is taking a page from Microsoft's book, while Google looks suspiciously like Linux". IMO Apple has always produced the most proprietary devices and software. You can't build a machine and run Mac OS on it (and be inline with Apple's licensing agreement).

  6. One IDE, One common set of tools on Same Dev Tools/Language/Framework For Everyone? · · Score: 1

    I seriously advocate the .net platform. With that get the following:

    Open Source:

    • Nant for builds
    • Nunit for well, what do you think?
    • NCover for coverage
    • NDoc if you need to generate apis

    Commercial:

    • Visual Studio 2008 Pro or higher for development
    • DevExpress DXperience Enterprise for a plethora easy and quick ui components, a wonderful ORM, and charting/reporting
    • TypeMock Isolator Professional for a great mocking platform
    • ReSharper 4.0 for quick and easy refactoring

    Of course your version control server/tools are also an important aspect. I currently use subversion but maybe you need a distributed version control (to each his own).

    I am rather experienced in both .net and java. I favor .net for web applications and desktop alike and point out that IronPython is a great dynamic language for scripting. Windows communication foundation is also unmatched in my opinion. It allows SOA implementations with virtually no plumbing.

    Considering you're moving to a central platform, I'm assuming you can sell windows as the os. I will not mention my preferences but will note that Windows Server 2008 is a great improvement when compared with previous versions. I will also mention if you are planning on writing anything that will use WCF, you really should get 2008 to host it.

    I do notice some concerns by commenters above in regards to the non-cross platform"ness" of .net. In response to those comments I point out the requirement of ONE single platform and associated tools. How does one be cross platform when targeting one platform? Good luck and I hope this post helps you in your decision.