| | ![]() |
| Nov 21, 2009 |
I have Ubuntu linux on my laptop and desktop PCs, and I dual boot with Windows XP Pro. Even though I love the fact that Ubuntu is free and will always remain free, I can't stop using windows. I don't know what about the windows OS that keeps me in it, but it seems like everything works on it. I think that if I had more patience and technical knowledge, I would be able to run linux for more than a few hours at a time.There are so many drivers available for Windows that aren't for linu...
read more.
|
Good to hear that you're enjoying your OS. Bear in mind other's have their reasons to enjoy theirs, so in case you want a fair poll you'd better try not to show your choice too much as well as denigrating those that choose other than you.
My only problem with avid linux fans is their cries of superiority and frowning down on the heretics using some corporate software. Free and open-source stuff is good, enjoy it - but try not to parade.
linux is free but not very userfriendly while windows is very very userfriendly but with a very high price tag and thats the only big difference, linux hosted servers form 90 % of current internet due to its stability and security features and thats where windows cannot ever reach because most of hackers target windows to hack because of its wide usage ,linux has also very less software compatibility while windoes has a wide range of sofwares for different purpose compatible to windows
However, you must first define what user-friendly is. Proponents of command line interface users find Linux very user-friendly.
xboxrulz QUOTE linux is free but not very userfriendly ... windows is very very userfriendly Great for users.... but what if you are a developer ? Windows is horribly developer un-friendly. I have wasted countless hours because of windows broken / badly designed API's. A few Examples... BROKEN: 1) WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance) (http://msdn2.microsoft.com/en-us/library/ms633559.aspx) Stupid me... i assumed that hPrevInstance was a handle to the previous instance of the application... Nope.. regardless of how many instances are running, this variable is ALWAYS null... it even states that its broken in MSDN. IN-CONSISTENT STANDARDS... 2) LoadLibrary() http://msdn2.microsoft.com/en-us/library/ms684175.aspx Most win32 api's take standard path notation ( "/Documents/Folder/File.txt" ) They also accept non standard, crazy double backslash notation... ( "\\Documents\\Filder\\file.txt") Portablilty being important, i was using good old standard forward slashes, But for no real reason, the LoadLibrary function is special, in that it cannot handle slashes, and MUST take double back slashes.. This took ages to resolve. 3) DLL's !!!! lets say shared.cpp is a c++ source file... in most operating systems, to compile it as a dll, you just add "-shared -PIC" to the compiler options. and -soname myDllname to the linker options. you dont need to change the .cpp file at all. in windows, chaning shared.cpp into a dll from a normal .exe means painstaking going through all the code, adding __cdcecell(dllimport) and dllexport to all the relevant parts. and if that program installs any global headers, you have to do lots of pre-processor juggleing to make sure dllexport flip over to dllimports depending on if they are being #included from the dll project, or a project that intends to load the dll. 4) Let me access the underlying hardware !!!! I wrote a small 2d game engine for an embedded machine that can run windows or linux. it has a good cpu, but no graphics acceleration, and memory is precious... for graphics, in linux, i map the framebuffer memory into the application address space, and write pixels to it directly. the rendering code is only a kew kilobytes. for graphics in windows.... ohhh no, no framebuffer access for you... i have to use DirectDraw ( now intergrated into Direct3D ) And how many megs of dist space does Direct3d take ??? i dont have the fugures with me... but its a lot of wastefull redundant code just to blit a few sprites to the screen.
"linux is free but not very userfriendly while windows is very very userfriendly" I disagree, and it is not so much that I like Linux, which I do, but please take a look at Xandros Linux. You can download it from here: http://www.xandros.com/about/downloads.htm...edium=text_link It looks and acts so much like windows except for different but similar names. Instead of a Start button you have a Launch button and instead of a Recycle Bin you have a Trash icon and so on and so forth. linux is free but not very userfriendly while windows is very very userfriendly but with a very high price tag and thats the only big difference, Linux is way very userfriendly, windows sucks for hanging without any valid reasons. Install KDE on linux or use Ubuntu, things will be much easier, dont judge linux as the pure command shell. The only problem you will have with linux is adding new drives or partition /drive letters since they require some extra work. On windows they all instantly appear then disappear without giving you any clue why. *********** Windows have successfully reinstalled the blue screen of death on Vista after successfully removing it from win2003. Win2003 have black or gray screen of death. linux hosted servers form 90 % of current internet due to its stability and security features and thats where windows cannot ever reach because most of hackers target windows to hack because of its wide usage , There are far more tools and exploits targeted to linux that are written daily but cannot exist for glory to stay more than 3 months that it cannot win a fair share of popularity, linux can patch the holes way faster than you can recite mississippi 10 times backwards Windows, the holes always work and will work by changing something in the exploit code after windows fix the problem. M$ wants you to buy the next version in order to fix all and get a new set of bugs. linux has also very less software compatibility while windoes has a wide range of sofwares for different purpose compatible to windows 80% or more in the future of windows program can now work on linux using emulators and translators. I am using outlook express on my fedora. P.S. Post #1 is bias.. Great for users.... but what if you are a developer ? Windows is horribly developer un-friendly. AMEN to that! You didn't even address the exorbitant costs of the development environments for windows though...and I don't want to hear about "express versions" form anyone...you *can not* develop software that you intend to market with those crippleware versions; they're intended for learning only. If you want to sell windows software, prepare to pirate or pony up some kickbacks, er, i mean... license fees to micro$oft. The only problem you will have with linux is adding new drives or partition /drive letters since they require some extra work. On windows they all instantly appear then disappear without giving you any clue why. Actually this works fine on my Gentoo box. The drives pop up almost Mac-like on my desktop thanks to the automounter and hald. I do however refuse to drag partitions to the trash though to unmount them...whoever thought THAT up needs to be shot in the kneecaps. I am using outlook express on my fedora. Why not just use Thunderbird? It's way better than OE... edit: I thought the board would automatically merge this post with my last one...sorry. Latest Entries
I have Ubuntu linux on my laptop and desktop PCs, and I dual boot with Windows XP Pro. Even though I love the fact that Ubuntu is free and will always remain free, I can't stop using windows. I don't know what about the windows OS that keeps me in it, but it seems like everything works on it. I think that if I had more patience and technical knowledge, I would be able to run linux for more than a few hours at a time.
There are so many drivers available for Windows that aren't for linux, but I love the fact that I can't ever get a virus or never have to reinstall or spend hours upon hours trying to remove a virus or even reformatting... but yeah... windows is for me, for now.
Although I like Linux alot (though mostly only fedora) i still use windows as my mane operating system.
Linux just doesn't provide what I need and most things on Linux are a hassle. But most of those things on windows are made easy. So for now i think ill stick with my windows operating system. Linux is ok but yeah. Ill vote for windows.
1. Windows has the largest user base.
2. Windows has the most, and most useful (OVERALL) software. 3. It is not that hard to develop in, considering I use Win32 Assembly, C/C++, Object Pascal, Visual Basic + the standard web development affair, and concerning desktop level programming, cannot live a day without using the Win32 API, I think I know a thing or two. The Win32 API has bugs (guess what so does linux's backbone *shock horror*). Define ease of use? Go look at the sales/use of corporate MS software, and the use of practically no-cost linux and you tell me LOL. People still pirate windows (but why, they could have linux? or others). I personally hate the command line interface, when I can click buttons, when I want to pick something up I use my pointer (hand), not write or call out jibberish to have it come to me And yes I suppose I vote for Windows, there's nothing I feel can beat it *overall*. I guess some people don't always want to re-invent the wheel or use a different wheel, when the old wheel is still working.
Similar Topics
Keywords : , p, linux, windows, p
(12) Interesting article over at Ubuntu forums: http://ubuntuforums.org/showthread.php?t=399997 .... (41) Which do you prefer? Windows or Mac?.... (0) Linux is in great danger at the moment. That danger started when Microsoft cut their deal with (14) According to the author's opinion, the answer is yes (he's a lawyer, from what I can tell). Can they be reliable or unreliable? (9) Just vote! /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" (21) QUOTE Symantec: Windows is Most Secure OS hackers.jpgIn a report that surprises even the PC (19) Please im in Fire about that problem! im using Windows, and i didnt ever use Lunix/Unix platforms, (23) How much difference will be between these two windows .May be little or very much .What I think For Gaming... :) (21) Ok here is a challenge to all the hardcore linux folks out there. I will greatly accept the switch (18) Ok, here's some of my evaluation from a non-bias stance (although it is hard as I'm a In many tests. (19) http://linux.slashdot.org/linux/05/11/11/1...tid=109&tid=106 Be sure to download and read th Is it really our advantage or theirs? (26) Well, as we all know, the Windows Genuine Advantage was launched on July 25th, 2005, but is it performance in Windows Vista (Longhorn) (12) http://www.opengl.org/discussion_boards/cg...c;f=12;t=000001 There are currently 2 different (13) Linux is not windows. http://linux.oneandoneis2.org/LNW.htm This article answers many questions Linux contained copyrighted Unix codes (1) QUOTE The e-mail, which was sent to SCO Group CEO Darl McBride by a senior vice president at (11) This is quite an old topic, but I am here to relate my experience. I wanted to start a new thread What do you think? (1) I want to hear your opinions. Which do you think is the better OS, Microsoft Windows or Linux? And (86) I need someone who has used both Windows and Mac to respond to this post. I am trying to upgrade my (4) I think they all have good and bad points. Mac: + Few number of viruses, great for graphic Which one do you prefer? (63) I personally like Windows XP, and I get a lot of complimentery softwares from my dad who is What the Diff. (4) Hey i was thinking off using Linux. Is this a good choice. Also can someone give me the specs for (32) I have been a bit curious about this for a while. I have used Mac OS 9 and Windows XP Pro and "DEVELOPERS" Which OS You Prefer? (30) Hi all, Being a develope Which OS You preffer to work on? Caste ur votes now!.... ???????????? (10) i am aming going to start my on sever and i am not sure which is beter to run my sever on windows, (3) whats is better to start a server on a windows,unix or lunix? which one has more security? which get What do you tink to this sistems (19) Take your better decision. Windows is good to play and for the ones that pleases them to sacrifice (100) Ok people what is your favoroaite oporating system? I personally am a Windows XP fan, but what about which do u think is better (79) well i think that mac is good but windows are kinda better when u get use to it. wut do u think ? (34) Windows Vs Linux 1-Security is depend on many parameters in per network, and only operating system Looking for , p, linux, windows, p
|
![]() :p Linux Is Better Than Windows |
Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com