Slashdot Log In
OS Comparisons From the BBC
Posted by
kdawson
on Mon Jan 29, 2007 10:35 PM
from the level-playing-field dept.
from the level-playing-field dept.
igb writes "As part of their coverage of the launch of Vista, the BBC last week asked people to submit descriptions of the benefits and drawbacks of their chosen system, and today they've posted responses from two Vista users, a Linux user, and an OS X user. There's nothing earth-shattering here, but it's interesting to see the operating systems compared on a level playing field, and good that the BBC has given equal time to the major alternatives."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Not level (Score:5, Insightful)
Re:Not level (Score:5, Funny)
For goodness sake a Linux user that I work with said he was going to buy Vista just because he thought the box looks cool.
IN THE NAME OF DARWIN, KILL THE SUBHUMAN!
Parent
Re:Not level (Score:4, Informative)
Parent
Re:Not level (Score:4, Informative)
Apparently any bias in the BBC presentation isn't affecting the readers who comment on their "have your say" pages. As I write this, Vista is having a pretty rough time [bbc.co.uk] there...
Parent
but... the most *unique feature... (Score:5, Funny)
"The most unique new feature is called Readyboost. When you're having performance issues due to insufficient memory, you can use a USB flash drive as an additional cache of memory to boost performance."
I picture a time when there's a big, gaping hole in the top of your computer, and when Windows cruft slows it to a crawl you have a bucketfull of microchips and you just throw 'em in the hole.
Parent
Re:Not level (Score:5, Informative)
For those who don't know, AIGLX+Beryl has the window thumbnail and alt-tab zoom like OS X, yet the alt-tab has a live thumbnail of what the window is currently showing unlike OS X (not sure about the latest version of OS X). AIGLX+Beryl also has 3D window stack similar to Vista when the desktop cube is under rotation. I don't think it would be hard to implement that window stacking feature without the Desktop cube. Also multiple workspaces on the 4 sides of the cube, which I don't think neither supports natively.
Parent
Re:Not level (Score:5, Funny)
Parent
Re:Not level (Score:4, Informative)
Parent
Re:Not level (Score:5, Informative)
That is one way, yes. A much cleaner way that very few people are aware of is this:
Go to Start > Shutdown. When the dialog appears, hold CTRL+ALT+SHIFT and press Cancel. Explorer will cleanly unload all of it's resources and shutdown. To start it back up, open Task Manager (CTRL+SHIFT+ESC is one way) and go to File > New Task and run 'explorer'.
This method was designed for people writing plugins and handlers for Explorer who needed to be able to unload it all and start fresh without rebooting or uncleanly killing Explorer's process. Can be nice to know.
Parent
Re:Not level (Score:5, Informative)
Option "DontZap" "True"
That should disable that key shortcut.
Parent
Re:Not level (Score:5, Funny)
But it offers some fun
* n00b has signed in *
n00b: Hey, I just started using linux. It's neat.
guru: Liar.
n00b: I'm using gaim on linux! I just installed it!
guru: Prove it
n00b: How?
guru: Press CTRL+ALT+BACKSPACE
* n00b has signed out *
Forget where I saw that. Might have been UserFriendly or somesuch.
Parent
So, erm, AmigaOS? (Score:5, Funny)
Parent
FTFA (Score:4, Insightful)
Wh... WHAT?!
Sounds like a good way to wear out a flash drive..
Re: (Score:3, Interesting)
Re:FTFA (Score:5, Informative)
Sounds like a good way to wear out a flash drive.
Ever hear of the hybrid hard drive?
Using ReadyBoost-capable flash memory devices for caching allows Windows Vista to service random disk reads with performance that is typically 8-10 times faster than random reads from traditional hard drives. This caching is applied to all disk content, not just the page file or system DLLs. Flash devices are typically slower than the hard drive for sequential I/O, so to maximize performance, ReadyBoost includes logic to recognize large, sequential read requests and then allows these requests to be serviced by the hard drive. When a compatible device is plugged in, the Windows AutoPlay dialog offers an additional option to use it to speed up the system; an additional "ReadyBoost" tab is added to the drive's properties dialog where the amount of space to be used can be configured. ReadyBoost may also be able to use spare RAM on other networked Vista PCs in a future release. ReadyBoost [wikipedia.org]
Q: Isn't user data on a removable device a security risk?
A: This was one of our first concerns and to mitigate this risk, we use AES-128 to encrypt everything that we write to the device.
Q: Won't this wear out the drive?
A: Nope. We're aware of the lifecycle issues with flash drives and are smart about how and when we do our writes to the device. Our research shows that we will get at least 10+ years out of flash devices that we support.
Q: How much of a speed increase are we talking about?
A: Well, that depends. On average, a RANDOM 4K read from flash is about 10x faster than from HDD. Now, how does that translate to end-user perf? Under memory pressure and heavy disk activity, the system is much more responsive; on a 4GB machine with few applications running, the ReadyBoost effect is much less noticeable. ReadyBoost Q&A [msdn.com]
Parent
Re:FTFA (Score:4, Informative)
Encrypted system volumes are available on Windows too (in Vista, natively, using BitLocker; in XP and 2000, using third-party encryption applications such as PGP Desktop Professional). Encrypted swap using a similar technique is commonplace on Linux, as well, and if you have the kernel configured appropriately, doesn't really take anything more than adding encryption=AES128 to the end of the swap mount line.
The encryption isn't the performance killer. The swapping, that's the performance killer. However, if you're prefetching, it's likely to have overall little impact, and a broadly positive one depending on how well it's implemented.
I'm still iffy on the ReadyBoost idea though. It's something that could always be done better by just adding more RAM (and Vista likes a lot, big surprise - 2GB to 4GB might be the next sweet spot to aim for). Hybrids in laptops, yeah, I can understand, that's a good idea that's been coming for a while. Just sticking a pendrive in and using that just sounds far too unreliable.
Parent
Re:FTFA (Score:4, Interesting)
Does it use the thumbdrive as core or swap?
Neither. It's essentially a DIY hybrid hard disk.
Parent
Unique feature? (Score:5, Insightful)
Unique? That's Virtual Memory. Sure, the fact that it's easy (may be) a good thing (though how many people are going to keep an empty flash drive around for this? Easier to get the kid down the street to install more ram for you and be done with it if you cant do it yourself. However, unique? I can put a swap file on flash drive and itd do the same thing...
Re:Unique feature? (Score:5, Informative)
Will the swap be encrypted so taking away the stick can't reveal confidential data? No.
Will taking the swap out in the middle of the OS running lock it up? Yes.
Will the OS benchmark the Flash for you and determine which pieces of data are best stored there and which not for best performance? No.
So when you say "it's the same" you're stretching truth quite a lot.
Parent
Re:Unique feature? (Score:5, Informative)
Wait, are you saying that you can just rip out the USB stick and nothing bad will happen?
Yes.
That doesn't make any sense.
Yes, it does, as soon as you realise the flash drive isn't being used as virtual memory, but as a read caching mechanism for the hard disk.
Parent
This is a good start (Score:5, Insightful)
WTF? (Score:5, Funny)
What, and no mention of OS/2? Feh... what a bloody useless study...
It's Filler (Score:5, Insightful)
Summary (Score:4, Informative)
Windows: Eye candy, eye candy, and you're gonna have to upgrade.
Linux: Secure stable, and I swear it's got software you can run! I mean, people give it away for free.
Mac OS: I use my machine for things and I really like it. And it's pretty
Possibly false assertion from the Linux guy?? (Score:4, Insightful)
I believe this to be false, and I am assuming it is coming from someone who has never used OS X. I just looked in System Preferences, and they are indeed there under International (you need to look under its native name, e.g. "Cymraeg" for Welsh -- it's hidden under the "Edit" button). OS X was built with Unicode in mind. OS X even comes with built-in support for the Inuktitut (Eskimo) language for chrissakes!! (Try visiting http://www.gov.nu.ca/inuktitut/ [gov.nu.ca] in Safari --- that is rendered in the default font!!)
I use both Linux and OS X heavily, but stuff like this doesn't lend the Linux camp any credibilty IMHO.
Favorite part of the article (Score:5, Interesting)
If you look at the adjacent screenshot, you'll see a completely cluttered desktop filled with distractions. I find it amusing that out of all the images, this one has the most clutter.
What about Amiga! (Score:5, Funny)
> good that the BBC has given equal time to the major alternatives
I use Amiga 4.0 you insensitive clod!
What matters (Score:4, Insightful)
Here's the only comparison of operating systems that matters to the vast majority of people:
Software Selection:
Windows: The most and best selection
OS/X: Far less than Windows, but still serviceable
Linux: The least selection and most crude.
People use applications, not operating systems.
Re:What matters (Score:5, Insightful)
Well, you must be clinically insane. GIMP outstrips any commercial equivalent?? It doesn't even come close to Photoshop. It's not even in the same category. I think you might be the troll here. The fact is that while there are plenty of applications for Linux, most of them are far less functional than the best commercial software. It would be nice if this wasn't true, but it is. For example, show me where you can get a Linux video editing application that even comes close to commercial counterparts like Final Cut Pro or Avid.
Parent
Re:Mac user (Score:4, Insightful)
I felt that the criticism for Vista and OSX was kinda weak. May be it's not even about a shill, but rather about not knowing any better. The main issue with the non-free systems is that you cannot tinker with them, but most users do not even realize what they are missing. The Windows guys were, like, "Vista > XP", and the OSX guy was, like, "OSX > XP". Well, duh. Of course the new version is better than the one that's 5 years old--anything less than that would be a disaster. They do not see, though, how limited they are in their ability to customize their systems, both in terms of appearance and functionality, and this limitation is directly linked to the fact that the source is proprietary and the system can only be produced in "one size fits them all" format.
Only the Linux guy was actually capable of providing a reasonable assessment of strengths and weaknesses, thanks to his broader knowledge of OSes and what they are useful for.
Parent
Re:Mac user (Score:5, Insightful)
Some people don't see open source as a virtue, and it's not simply because of Microsoft FUD. Most people I know honestly don't care because they don't want to have to dig around in the depths of the OS. They don't want to compile applications, and they don't care that the same source tree works on four different platforms thanks to elegantly designed tools. As long as there are Windows developers making applications that allow them to do what they want, it's an immaterial advantage. Some don't care that Linux costs nothing, because they never buy Windows either. It comes with their computer, so from their perspective, Windows doesn't cost anything either. If computer makers sold their machines at one price and offered to preinstall Windows for a separate fee, that act alone would be Linux's greatest boon in a decade.
Trying to "educate" users about how "wrong" they are is the fastest way to look like a pretentious computer geek and lose credibility. It's not about "seeing the light," it's about what values people have and which OS most closely matches. People here hate and mock attempts at religious conversions and many seem to resent government deciding what to do with tax dollars, but they have no such problem with pushing their Linux agenda on the masses.
Linux will always be relatively small because its virtues appeal only to a small portion of the population. It can't compete on ease of use with OS X, or the universality of Windows, or on cost with Windows (as long as Windows is bundled with PCs), or on the cohesiveness of OS X, or on many other fronts. Linux is great for tinkerers and those with an allergy to closed source; the rest of the population isn't broken because they don't care about those things.
Parent
Re:Mac user (Score:5, Interesting)
I don't know why I am arguing with you, may because I am bored. Don't take it too seriously: it's ultimately a moot.
But anyway, I disagree with your pessimistic view. Gnome is just as easy to use as OSX. I've actually had to laugh when I saw a very analog-minded, Windows-nourished user bump into one of my Ubuntu desktops. He didn't even ask me any questions, just located a Firefox icon and started using the computer to the maximum of his ability. After about 10 minutes of being productive he turned around and said: "What is this, some kind of Mac?".
As for the cost issue, you are just wrong. Sure, Windows never see themselves paying for Windows, but manufacturers do! Do you think that Gateway gives a flying bird about what to install? Besides, that is, the price of the components. As long as there is a decent market--as much as 0.1, I suppose--they'll jump on it, because the marginal cost of delivering another OS is zero. The amount of hardware testing only increases by a small constant, and then a market of any size whatsoever can be saturated at no additional cost. The savings, on the other hand, increase linearly. 50 bucks is a hellova deal when entry-level systems are priced below 600.
Parent
Re:Mac user (Score:5, Insightful)
What happens when they need to install a driver? There is no step-by-step process to follow. Hell, even updating video drivers requires you to know to type
I'm not sure what your last paragraph means. If Dell or Gateway wanted to cut costs and install Linux, what's stopping them? Deals with Microsoft giving them licenses for $25 or less. The costs involved in supporting Linux are far greater than that, and Linux would generate many more support calls because of its inferior driver system and its utter lack of a device manager (IMO, Windows' device manager is better than either OS X or Linux, but in OS X's defense, Software Update works extremely well for new drivers/firmware).
Don't take this as a serious rebuttal, as the only serious point is that your example doesn't prove anything other than people recognize the Firefox icon (a victory in and of itself!).
Parent
Good money after bad (Score:5, Insightful)
I disagree.
At face value, you are right. You buy a computer, it comes with Windows pre-installed, IE, Outlook, maybe even Office. You and I know that you paid for the software in the purchase price, you just didn't see that cost since you were going to pay it even if you wanted Linux or x86 Solaris or FreeBSD or... So, it looks like Linux can't compete on cost with Windows.
Then you get infected with a worm or trojan because the anti-virus software installed on your computer didn't come with free updates for then next N months. Now you have to buy a subscription to McAfee, or Norton, or Kaspersky (or if you're really smart Nod32, but I digress), and that is a re-occurring cost every year. Because you've done some homework, you also buy firewall software from McAfee or Symantec or (shudder) Black Ice. Yes, XP comes with a firewall, but you want the reporting features and ability to block by program that a commercial product offers. Oh, but you're getting a lot of crap in your e-mail, so you also buy mail filtering software. Then your thirteen year old, who knows way more about computers than you ever will (okay, this is
Now how much cheaper is that Windows computer than Linux? There are free (as in speech and as in beer) alternatives for each of these problems available for Linux.
So, yeah, the initial purchase price may be equivalent, but after that, you are just throwing good money after bad. But that's just my opinion. YMMV
Parent
Sterotypical (Score:5, Insightful)
Yet another person lost in the stereotyped view of OS X users as clueless Noobs, who know not what an OS is.
Sorry, but the number of people who use OS X and are equally at home configuring any other UNIX system are legion. We are just people who got tired of having to configure things, and wanted to tinker with applications or other development instead of the OS that run them or even the window manager we interact with daily. I know a fair amount of about the kernel, about launchd, even about the filesystem and lots of other internal aspects of OS X I can use to configure the system just as well as any Linux system - but I am also happy with good defaults out of the gate that mean my tinkering is for fun, and not a matter of Getting the Damn System Functional.
I really don't understand how people so seemingly apt in their ability to configure all aspects of Linux systems can rain such heavy critisims down on OSX users, where really the only constraint I face in tinkering with the system is the equivilent of a somewhat locked down window manager in Linux. After having used TWM, CTWM, GWM, KDE, and Gnome (among others) I don't mind a window manager that is pleasing an performs well without much tweaking.
Parent
Re:Mac user (Score:5, Insightful)
There, now the opinion is more realistic.
Parent
Obl. despair quote. (Score:5, Funny)
Parent
Re:Sounds like a joke (Score:5, Funny)
Not to be out-done, the Linux user looks up and says "My name is gentoo, and it's gonna be a long day for me...I'm gonna want some Intel Inside!".
The waitress scribbles this down and looks to the mac user who blandly says "Just an abacus for me, thanks".
As the waitress walks off to get their order The Vista and Linux users look puzzled at the mac guy who then calmly explains "if you guys aren't going to use a real computer, neither will I"
Parent
Re:Insecure much? (Score:4, Insightful)
Parent
Re:Insecure much? (Score:5, Funny)
"Hi! You're now connected to the same wireless network you were connected to before you closed your laptop, the only wireless network available, in fact, and your signal strength is Excellent in case there was some doubt about your ability to get a clear signal from the wireless access point sitting in the closet six feet away from you. Please stop what you're doing and move the cursor down to me to acknowledge this critical information!"
Parent
Re:Insecure much? (Score:4, Informative)
I've had no problems at all with several large labs and cloning a single install to run all machines. You can use the free Carbon Copy Cloner or just use the tools that Apple provides, it's fairly simple and works nearly flawlessly in my experience.
Parent
Re:Which to buy? (Score:4, Interesting)
Parent
Re:Correct me if I'm wrong... (Score:5, Informative)
Actually the BBC micro and its cut-down counterpart the Acorn Electron preceded RISC processors and ran a 'basic' OS, (MOS/BASIC) that was little more than a tape filing system and a BASIC command line.
A pretty good one for its day, I have to admit.
It was followed by a disc filing system they simply called "DFS", and then later progressed to a directory-tree system called "ADFS"
It was Acorn, the manufacturer of these computers, who went on to develop what I believe is the first RISC processor, the ARM, and made a line of computers based on these with RISCOS for many years
Parent
Re:Correct me if I'm wrong... (Score:4, Informative)
Parent
Re:The virus argument (Score:4, Insightful)
Except that it's true. If you were a spammer, would you rather own a botnet of Win98 machines on dialup, or a cluster of Unix boxes sitting on a fiber ring? And why has Apache had so very few in-the-wild exploits compared to IIS?
There are far fewer Unix machines than Windows, true, but I'd say that the typical Unix host would be a far more attractive prize than the typical Windows desktop.
Parent
Re:The virus argument (Score:4, Interesting)
The simple reality is that things are the way they are, and that means Windows has an advantage in available software and hardware compatability, but Linux has the lead in security. Were the relative popularity reversed the advantages would likely be reversed.
Parent
Re:The virus argument (Score:5, Insightful)
Parent
Re:readyboost = wtf?! (Score:5, Informative)
This is the first I've heard of this feature. What are they smoking at MS that they though allowing users to dump virtual memory to a USB thumb drive would be a good idea?
Exactly the same stuff those guys who think sticking flash RAM onto a hard disk is a good idea are.
It's not going to be any faster than storing virtual memory on a SATA connected HDD [...]
Yes, it is.
[...] and it is going to eat the flash memory.
No, it's not.
Don't people know those things wear out? They're going to learn the hard way.
Indeed. Particularly persistent ones might find their flash drives lasts only 5 - 7 years instead of 8 - 10.
Parent
Re:readyboost = wtf?! (Score:5, Funny)
Quick, someone call Microsoft, they've got to recall Vista!
An anonymous coward on Slashdot says ReadyBoost won't work!
He must be right, he was so certain that he used wild speculation to prove his point!
That'll teach Microsoft for spending all that money and time on research before implementing a feature, all they needed to do was post an Ask Slashdot.
Parent
To keep a level playing field (Score:4, Funny)
No. It's because you have to say twice as much to make Vista sound good.
Parent