Welcome Guest ( Log In | Register )



4 Pages V  < 1 2 3 4 >  
Reply to this topicStart new topic
> Windows Or Linux, "DEVELOPERS" Which OS You Prefer?
"DEVELOPERS" Which OS You Prefer?
"DEVELOPERS" Which OS You Prefer?
Linux [ 14 ] ** [45.16%]
UNIX [ 3 ] ** [9.68%]
Windows [ 11 ] ** [35.48%]
Solaris [ 0 ] ** [0.00%]
BEOS [ 0 ] ** [0.00%]
Mac [ 3 ] ** [9.68%]
Total Votes: 31
Guests cannot vote 
qwijibow
post Jan 5 2005, 01:15 PM
Post #11


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570





I am curiouse... Has anyone who voted Windows ever used an OS other that windows for a significant abount of time ???

I have Used Windows for 2 years, Linux for 3 years, and i use Soaris Unix at university,
so i feel qualified to say that i think Linux is better.

but most people who say windows is better will admit to haveing never learned how to use a *nix OS.
surely their vote is simply adding bias to the poll ?
Go to the top of the page
 
+Quote Post
varsoft
post Jan 8 2005, 12:50 PM
Post #12


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 10
Joined: 8-January 05
Member No.: 2,045



QUOTE(qwijibow @ Jan 5 2005, 06:45 PM)
I am curiouse... Has anyone who voted Windows ever used an OS other that windows for a significant abount of time ???

I have Used Windows for 2 years, Linux for 3 years, and i use Soaris Unix at university,
so i feel qualified to say that i think Linux is better.

but most people who say windows is better will admit to haveing never learned how to use a *nix OS.
surely their vote is simply adding bias to the poll ?
*





Dear Friend,

i am a programmer as well as web designer based on chennai, India.
I work both in Windows and Linux(RHE). Still when it comes for Customers' needs we have to go for Windows as most of the R.A.D developer tools available are for Windows, and when it comes to the case of Open souce we'll better go on for Linux.

so it is for us to use Windows.
Go to the top of the page
 
+Quote Post
pixelsmack
post Jan 8 2005, 04:55 PM
Post #13


Member - Active Contributor
Group Icon

Group: Members
Posts: 80
Joined: 8-January 05
From: England
Member No.: 2,047



Seriously, i prefer windows. Having used most OS types extensivley (with the exception of Mac OS) Linux and BSD both have there place however with the exception of the mac OS alterations to BSD this is more a server OS than a desktop so that makes it dificult to use for everyday taks. Linux is an excellent platform for desktops at work and by computer literate people however for the basic user it is far to complex. Linux also has the disadvantage of configuration being made fairley difficult as well as being filled with far to much OSS on a default install, how many Shells and web browsers does one user really need?
Go to the top of the page
 
+Quote Post
jonypawks
post Jan 9 2005, 09:40 AM
Post #14


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 48
Joined: 9-January 05
From: Kansas
Member No.: 2,062



Man, I guess I'm in the minority here but wasn't expecting it. I prefer Linux, it's so easy to develop for. Using GTK or QT seems so much more intuitive than Win32's API. Plus your source can be compiled under Mac OS X making it a little more portable. I haven't really developed anything under Mac so I can't say anything about that. I also really like how easy it can be in linux. I can write a perl script and throw it in my /usr/bin folder and I've got my new command. I like the non compile options it offers. Well I guess that's enough for my rant.
Go to the top of the page
 
+Quote Post
Dizasta
post Jan 13 2005, 12:44 AM
Post #15


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 34
Joined: 12-December 04
Member No.: 1,718



QUOTE(Dizasta @ Dec 18 2004, 06:43 PM)
I prefer Windows, but am warming up to Unix
*



Right now I have figured a way to use Visual Studio or Mac's BBEdit to code in Unix environment for clients requiring that. I just Mount my afs unix space using a terminal emulator like SecureCRT and then save my work in the Unix environment. I have the IDE open in one window and the terminal emulator open in another. I code in one and compile remotely in another. That way (especially when I use Visual Studio.Net) I get to see the tutorials that come while you type.

I have set up my computer which uses a GeForce card capable of supporting two monitors so that my IDE is open in one window and the terminal emulator is open in the other. So type in the left monitor, Alt+Tab to set focus to the terminal emulator window and compile in the right monitor. So fast, I'm loving it.
Go to the top of the page
 
+Quote Post
nancmu
post Jan 13 2005, 06:42 AM
Post #16


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 8
Joined: 20-December 04
From: Thailand
Member No.: 1,817



I think i preper Windows!! I like download program from free download web site and i saw most program support windows. i think this is a reason for why people choose window... although Linux is OS that support for open source but i think most people don't interestng that.
Go to the top of the page
 
+Quote Post
k22
post Jan 15 2005, 03:51 PM
Post #17


Advanced Member
Group Icon

Group: Members
Posts: 165
Joined: 22-September 04
From: IS - IT - US - BE
Member No.: 804



I Use GNu/LInux for developing of almost everything and I think that no others os(I have used SunOS, win and Mac too)are good as linux smile.gif
Go to the top of the page
 
+Quote Post
MajesticTreeFrog
post Jan 15 2005, 05:40 PM
Post #18


Super Member
Group Icon

Group: Members
Posts: 692
Joined: 25-November 04
Member No.: 1,523



QUOTE(k22 @ Jan 15 2005, 11:51 AM)
I Use GNu/LInux for developing of almost everything and I think that no others os(I have used SunOS, win and Mac too)are good as linux smile.gif
*



In some ways yes, in other ways no. The way linux is currently setup it is hard to make applications what I like to call 'rich'. For instance, with cocoa on OSX, any cocoa application can access services easily and cross communicate and share data more or less effortlessly, allowing things to work not only side by side, but in harmony. The plethora of different toolkits, gui thingies, and so on with linux make this much harder.
Go to the top of the page
 
+Quote Post
pixelsmack
post Jan 16 2005, 07:38 PM
Post #19


Member - Active Contributor
Group Icon

Group: Members
Posts: 80
Joined: 8-January 05
From: England
Member No.: 2,047



I agree with MajesticTreeFrog here, linux development is a little difficult since several packages are usually needed to make a basic functioning GUI then distribution can be anightmare if you happen to be using some obscure package or something. Developing in .net doen't used the windows API quite the same as say Visual C++ 6.0 did, it has become more logical and easy to develop apps quickly that intergrate well with each other and the OS. i can't really comment on Mac development.
Go to the top of the page
 
+Quote Post
k22
post Jan 23 2005, 04:49 PM
Post #20


Advanced Member
Group Icon

Group: Members
Posts: 165
Joined: 22-September 04
From: IS - IT - US - BE
Member No.: 804



QUOTE(MajesticTreeFrog @ Jan 15 2005, 07:40 PM)
In some ways yes, in other ways no.  The way linux is currently setup it is hard to make applications what I like to call 'rich'.  For instance, with cocoa on OSX, any cocoa application can access services easily and cross communicate and share data more or less effortlessly, allowing things to work not only side by side, but in harmony.  The plethora of different toolkits, gui thingies, and so on with linux make this much harder.
*


Rich? If you talk about GUI, yep Linux is not based on the appearance like Mac or WIn, but with Bash scripting you can easily create a script to administrate everything you need, it's not graphic but useful..and then have you ever tried to program a Gui apps under Win or mac?I'm not, but using KDe with Superkaramba you can display everything on the desktop and with perl or python scripting it's possibile to have a very "alternative" and unique desktop wink.gif

Is that possible with Win?if you use Style Xp yes, but it's not the same...



'njoy
Go to the top of the page
 
+Quote Post

4 Pages V  < 1 2 3 4 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. mac or windows?(80)
  2. Windows or Linux(100)
  3. Windows, Linux or Mac.(19)
  4. Which Is Better To Run A Sever On Windows,lunix Or(10)
  5. Windows Xp Or Mac Os X(32)
  6. Linux Or Windows(4)
  7. Windows Xp Vs. Linux(53)
  8. Mac, Windows Or Linux?(4)
  9. Mac / Windows: Whats The Best ?(86)
  10. Linux Vs. Windows(1)
  11. Windows Vs. Linux, Old, But New?(11)
  12. The Sco Group Failed To Produce Any Evidence That(1)
  13. A Great Article For The Criticising Linux Newbies(13)
  14. Microsoft To Cripple Opengl 3d Graphics(12)
  15. Windows Genuine Advantage(26)
  1. Ms Admit Windowsxp Sp2 Inferior To Bsd And Linux(19)
  2. My Thoughts On Windows Vista Beta 2(18)
  3. Prove To Me That Linux Is Better (For Gaming)(21)
  4. Windows Xp Vs Windows Vista(23)
  5. Prefer Windows Or Linux/Unix OS?(19)
  6. Symantec: Windows Is Most Secure Os(17)
  7. :p Linux Is Better Than Windows(13)
  8. Windows Xp & Vista: Advantage Or Disadvantage(8)
  9. Could Linux Become The Dominant Os?(14)
  10. How Linux Is Being Subverted(0)
  11. Windows Or Mac?(31)
  12. What Is The Coolest Thing You Can Do In Linux You Cant In Windows Or Mac?(8)


 



- Lo-Fi Version Time is now: 23rd November 2008 - 12:35 PM