Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Ease of installation (Score 1) 1215

So you are saying you never bought Windows software, installed and it just worked?

You are using semantics to try and pervert the course of this discussion - I am not talking about Microsoft software, I am talking about Microsoft operating systems. And, yes, I have never bought a Microsoft OS that just worked. I have always had to either install additional drivers from the Internet or an optical disk, apply system updates (because even pre-installed on a PC, it has probably been sat on a shelf for a few months) or build a slipstream installation disk.

None of the above is any different to what I would need to do with Linux - but then I never claimed Linux "just works".

Sorry but this is BS. Windows does that for you, automatically... and so does Ubuntu. And you know what? this part works well in both.

Indeed, you are correct. But you yourself have now contradicted your own "just works" statement.

For example I just reinstalled Windows in machine that changed owner. Insert CD, give it a few hours to download all updates and drivers and it was ready to go, no manually "updating drivers" needed.

And it is always "just working" during these times? You never, say, have to interrupt what you are doing a reboot your PC for new updates to be loaded?

No it doesn't. Automatic disk defragmentation is on by default.

Erm, automatic defragmentation is still defragging regularly. Semantics again.

What is this virus scanning the registry? Again a decent virus software will silently do that for you, by default. No need to manually edit the .config file and chmod permissions of the whatever directory.

Semantics a third time. I was talking about virus scanning the entire PC, not the registry. However, do please note that virus scanners do remove registry entries placed by viruses or malware, so in a semantic sense you are virus-scanning the registry also.

Comment Re:OS X (Score 1) 1215

In order to hate something, you need to care about. In never having used an Apple device in 30+ years of work and hobbyist computing, I clearly don't care about - therefore I cannot hate it.

And I found it necessary to reply because I disagreed with your opinion on what is an open message board. If you cannot handle someone holding a different opinion to yours, then don't post on here in the first place.

Comment Re:because desktop linux is a toy and novelty (Score 1, Insightful) 1215

Okay, here's why, for me, Windows won't do:

1. I'm a control freak when it comes to the computers I use. I want to know exactly what is running on them, when it's running and why it's running. I want the ability to customise it completely to my requirements, I want to be able to remove anything I don't need and add anything that I want to add. If, with that level of control, I mess things up then I accept full responsibility for doing it, I don't need to place that responsibility into the hands of some corporation to manage on my behalf.

2. The Windows registry essentially makes the OS unusable to me and is a poor design decision on the part of Microsoft. It uses obfuscated entries that defy common sense and you really have no way of knowing until you try it whether or not changing a Registry setting will crash your system when you do it. On the other hand, UNIX/Linux uses common sense for configuration - if the config affects everyone on the system, it will be somewhere under /etc, if it affects a specific user it will be a "dot file (or in a "dot" directory) in that user's home directory. All the configuration is stored in flat text or XML files, I can copy them onto other machines at my leisure to copy settings across, I can make a backup before I change it, and I can write scripts to change it automatically. I can also change configuration for a test user and test the settings before rolling them out system-wide, there's little or no chance of me crashing a system completely when I do it that way.

3. In Linux, if I migrate or backup a user, I just copy across or archive their home directory - done. In Windows, I've never been able to do that. If I try to copy across everything under the user's "Documents and Settings" or "Users" directory, it invariably fails because of some file or directory permission somewhere not letting me do it.

4. In Linux, I have full control over how I configure the kernel in terms of deciding how I want to use a single OS image across multiple machines. I can use a lowest common denominator configuration, for example, such that a Linux OS image running on, say, a modern multicore 64-bit AMD CPU can be imaged straight onto a old 32-bit Pentium-based machine, it will boot up and start working. Do that with Windows and the second machine will usually blue screen on boot up because the CPU is too different from the first one - not to mention having to mess about with license keys or, alternatively, spending hours or days making and testing a slipstreamed image with all the settings installed from boot.

5. I can build a base Linux installation that loads up certain core services on every machine but then, say, boots up a GUI environment entirely appropriate to the device it's on - for example, I can use a lightweight DE on a low-power device, or I can have an X86-based computer have an identical look and feel to an ARM one. I get to decide how that looks, not Microsoft.

For what I need computers to generally do these days, there is very little difference between the capabilities of a Windows PC and a Linux PC and my desire to control all of my computing is clearly at odds with Microsoft's desire to control all of the computing on a Windows PC. That makes Windows useless to me, apart from a half-dozen or so killer apps that run fine on a virtualised XP instance within Linux.

Comment Re:No It really hasn't (Score 1) 1215

Sorry, but how many versions of text editor do you need?

It's a fairly simple type of application and someone who needs advanced text editing for, say, programming then probably installs something like geany - or goes and learns all the shortcuts and macro-ing in vi or emacs.

And just how much have you researched this anyway? I use Linux and Gnome most of the time, gedit occasionally, but even I didn't know it was available for Windows - probably because there's a much better free alternative to Notepad I use called Notepad++.

You can't just pick one simple tool and state that is the definitive benchmark to gauge everything else by... I've never once used KDE and I believe they have the Kate (?) text editor built into it - but I couldn't tell you how good or bad it is because I've never had the occasion to it.

Jesus, people, just occasionally form opinions from a position of knowledge and experience, rather than "because the bloke in the pub told me so it must be true".

Comment Re:Linux package management still blows. (Score 1) 1215

I use Linux, but never Ubuntu, so cannot comment specifically about package management and PPA's on it. I do understand from others who use it that it's reasonably good.

But WHY the command line hatred? That says to me you don't understand what a command line is for in the first place... it's there for ease of access and for automation, that is the power of the command line and, yes, is precisely the reason why GUI-focused OSes like Windows still have it built in - hell, they even call one of them "Windows PowerShell".

An operating system consists of a large number of tools designed to do certain jobs. Some of them are GUI-based, some are command line based.

UNIX has a philosphy of lots of simple single-task tools that you can put together how you like in scripts, then use those scripts over and over again for tasks you need to repeat. You can even schedule those scripts to run automatically at certain times of day. That's the power you have using a UNIX shell that even Microsoft has copied to some degree.

In addition to that, a shell prompt is much easier to set up and use over remote access than a remote desktop session - for example, it's dead easy to access a Linux shell prompt securely with SSH from a low-powered mobile phone and maybe not even possible to share a desktop to the phone, even if you have the additional bandwidth requirements to do it.

Yes, to be a power user on Linux, you probably need to use the shell sometimes because there's good reason to do so, For example, if you and I had to sit and make identical changes to an identical text file, I pretty much guarantee you I'd be done with the edits in vi at the command prompt before you were even halfway through doing it in your graphical editor like gedit or Notepad, that's because I know the vi shortcut keys so well through long familiarity with it.

The command line is a tool like any other piece of graphical software on the system, and you need to sit and learn about it like with any other piece of software. And that's why people who complain about it don't understand why it's there and what you can do with it in the first place.

Comment Re:OS X (Score 1) 1215

Sorry, what's this "OS X" of which you speak?

In 30 years as a telecoms and computer professional and hobbyist, I've used Windows, Linux and UNIX absolutely loads, but never once found any of them lacking enough in any area to even consider ever buying anything by Apple. I'm not an Apple hater by any means, I have just never found a need to go find out about anything they do on the basis that the stuff they make is at a premium price because it appears to come in a fashionable-looking box usually with a big logo on it.

And to me, a computer is a tool to get jobs done, not a fashion accessory that I need to be seen with when posing in Starbuck's, or to impress someone who happens to be looking over my shoulder...

Comment Re:Ease of installation (Score 3, Insightful) 1215

I can't comment on Ubuntu, I don't use it, I do use Gentoo Linux and I spend a lot of time editing text files to get stuff working - but I like tinkering so I'm okay doing that.

However, I've used Windows a lot over the years but never myself witnessed this "just works" panacea that you describe. If I've bought a PC with an OEM Windows license on it, then the first time it's powered up, I need to update all the drivers and put on Windows updates. More than likely, I then need to strip out a load of software that came pre-installed that I don't need. On some occasions, even then I don't get the Windows performance I want, so I go buy a proper license and do a slipstreamed build of only the stuff I want to be running on it. Not a problem, I'm anal about customising OSes and a tinkerer.

In addition to that, I have to do other maintenance on a Windows PC that I don't need to ever do on a Linux PC to keep it running nicely - the Windows PC needs to be de-fragged regularly, I need do remove crap out of the Registry, and then I have to virus scan it. Again, not a problem, system administration is necessary on any PC running any OS.

The problem I do have is that too many people take their knowledge of Windows for granted like it was "just there in their head" when they emerged from the womb, All this stuff needs to be learned, all this stuff took time to learn in the first place and all takes time to do on a regular basis.

Sorry, "just works" doesn't exist for me...

Comment Re:because desktop linux is a toy and novelty (Score 1) 1215

Last week I bought myself a new Lenovo laptop for use with Linux with a nice JBL speaker-based hi quality sound system built in.

Don't get me wrong, once I wiped Windows 8 and started the Linux install (using source-based Gentoo Linux) I knew I'd have some fiddling to do with EFI booting, power management and few other bits and pieces, some of which I am still tweaking now - but I'd planned for that.

Sound was never an issue on it, however. I installed Gnome and PulseAudio as usual, tried a few FLAC files from my collection and it sounds beautiful, better internal sound quality than any laptop, Windows or Linux, that I've owned before.

Is it as good as it would have been under Windows 8? I've no idea, it does what it says on the tin...

I've had sound quality issues on PCs in the past, but generally that's down to in-built sound on the motherboard, a £30 PCI sound card usually fixes it in Linux or Windows.

Comment Re:because desktop linux is a toy and novelty (Score 4, Insightful) 1215

Ubuntu is not "the be all and end all" of Linux, it is simply a distribution designed to be usable by the average Windows user if they want to give it a try.

Yes, by all means state that it can take a lot of time and effort to get a desktop Linux distro working exactly the way that you want it but others will state that is simply a trade-off for having the flexibility to combine countless desktop environments and window managers in pretty much any way you want. Ubuntu's Unity is merely one facet of that flexibility, I personally couldn't think of a more horrific desktop environment to use but if others like it, so be it, it doesn't affect me doing stuff the way that I want to.

Although I've used both Windows and Linux extensively over the years, XP with the Classic desktop was, for me, the closest Microsoft got to a perfect desktop environment, that's why I'm still using Gnome 2 at the moment because it works very similarly to Windows Classic.

I tried Windows 7, I even bought a shop copy and played with it for 2 weeks but I found the Aero interface ugly and cumbersome to use, even the Classic interface in 7 was just a poor approximation of the one in XP.

"Sabotage" is the wrong word to have used in this instance. If you're saying that the Gnome and Ubuntu devs made some bad design decisions with Gnome 3 and Unity respectively then I couldn't agree more, and I've never liked KDE full stop. But there's plenty of other alternatives out there and whilst it may need some time and effort to slot everything together, it's perfectly possible to have a nice slick Linux desktop system to work in.

Comment Re:because desktop linux is a toy and novelty (Score 1) 1215

The definition of "power user" frequently means "I'm too set in my ways and too bloody lazy to possibly save myself some money by spending a little of my incredibly valuable time to install and play with some of the free alternatives to Windows-only applications."

Just thought I'd mention it... :-)

Comment Re:because desktop linux is a toy and novelty (Score 1) 1215

Damn! You are SO smart!

HEY EVERYONE!!! pla HAS CRACKED IT!!! HE HAS THE ANSWER!!! LINUX IS SHIT ON THE DESKTOP!!!

Here was me, running Linux Gnome desktops and laptops for at least the past 10 years, thinking it ran perfectly fine.... and then you make this comment and all of I sudden I see how right you are!

That's it, I'm finished with this conversation as I scrabble for my car keys and dive to the nearest computer store that is open on a Sunday for a Windows installation DVD.

(Warning: The level of sarcasm in the above comments do not necessarily reflect the level of sarcasm amongst Slashdot contributors in general.)

Comment Re:because desktop linux is a toy and novelty (Score 1) 1215

Not for me, unfortunately, I'm a LibreOffice peon, it does all I need a spreadsheet to do.

I do have virtualised XP installations kicking about for killer apps like MediaMonkey, Tag&Rename, Clrmamepro and Irfanview (they all run reasonably well in WINE on Linux with a bit of tweaking incidentally) but this serves as an illustration of the fact that what you consider to be a killer app is not what I consider to be a killer app.

Comment Re:because desktop linux is a toy and novelty (Score 1) 1215

But a minority of people are power users, that's the entire point.

I'm not a spreadsheet power user, LibreOffice does all and more that I need spreadsheets to do - and if I don't need the power of Microsoft Office, surely it's better I use a free alternative than download a "hooky" copy to my PC because I'm not prepared to pay for it.

Not only that, but lots of people boast about being "power users" when in reality they are no such thing. I have a number of friends who are seriously good amateur photographers who believe they need Photoshop (and sometimes "hooky" versions of it) because they believe they are "power users". Yet when I see some of the, albeit, impressive stuff they do with photos and say "GIMP can do that", they usually look somewhat bemused.

I think people sometimes over-estimate their abilities and requirements, in all honesty....

Slashdot Top Deals

The best things in life go on sale sooner or later.

Working...