Slashdot Mirror


A Mac Fan's Take On Vista

jcatcw writes "Ken Mingis has been running Vista on a MacBook Pro for a couple of weeks. Highlights from his review: 'Apple's UI is called Aqua. Microsoft calls its interface Aero. Hmmmm... Gadgets and widgets. What's that line about imitation being the sincerest form of flattery?... The UAC implementation in Vista is heavy-handed and intrusive — it halts what you're doing, even if you want to do something as simple as change your clock. My sense here is that Microsoft has been criticized so often for security vulnerabilities that it decided to club users over the head with its new operating system-in-lockdown-mode... I'm more enamored of Vista's Flip 3D feature, which basically takes all of the open windows on your desktop, stands them up on end and stacks them in a way that you can cycle through to the one you want to use. It's similar to what Apple's Expose does... Vista's method wins on aesthetics.'"

499 comments

  1. Painfully Subjective Review by eldavojohn · · Score: 5, Insightful

    I'll just out and say it -- Ken Mingis is just looking for bells & whistles. He's not in search of the 'best' operating system, just looking for the one that can waste CPU cycles while making the user ooh and ahh.

    Here's something you could have figured out for me: how efficient are these effects? What's the net cost of having Aqua or Aero? Do these graphical interfaces leave sasquatch sized memory footprints? Are Gadgets & Widgets memory efficient? Does all this extra shit cause any more bugs than a regular operating system without them?

    Big deal. Call me when you write an object review. I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it. Not all of us have the new intel core 2 duos.

    Congratulations, four pages of inundating me with ads, bitching about UAC & falling head over heels for Aero. Sounds like every other Vista review I've read.

    --
    My work here is dung.
    1. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      Nonsense, oohs and ahhs aren't wasted cycles. What kind of geek are you?

    2. Re:Painfully Subjective Review by DebianDog · · Score: 1, Flamebait
      > He's not in search of the 'best' operating system, just looking for the one that can waste CPU cycles while making the user ooh and ahh.
      Duh he -IS- a Mac user!

      I am a mac user too and quite honestly except for the new "Ohhs and Ahhs" it does not seem to be much different than XP. Granted, now you get some integration of built-in applications but it still PALES in comparison to iLife.

    3. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      "I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it."

      Neither one can. There, now you know.

    4. Re:Painfully Subjective Review by finkployd · · Score: 4, Insightful

      Big deal. Call me when you write an object review. I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it. Not all of us have the new intel core 2 duos.

      Neither, you will run XP or Linux/Solaris/*BSD, those are your options. Or buy a new computer, which is really what they want.

      To put it another way, Apple and Microsoft could very easily produce a modern *-lite version of their respective OSes and sell them to people with older or not maxed out hardware and probably keep a high percentage of the population happy with just that. However that will not help Apple (or MS's hardware partners) sell new machines that most people don't really need, so it will not happen.

      Excluding gamers, developers, and people who work a lot with media (photoshop, video editing, etc), a 500Mhz box running windows 98 with office, outlook, and IE serves the vast majority just fine, but where is the profit in that?(*)

      And even though Gnome and KDE are not doing much better, fortunetely there exists fluxbox and xfce for those who think an 1GHz P3 should still be usable as a desktop machine.

      (*) note: windows 98 is criminally insecure, and not being patched anymore, I don't recommend you do this.

      Finkployd

    5. Re:Painfully Subjective Review by Fx.Dr · · Score: 1

      ...Apple and Microsoft could very easily produce a modern *-lite version of their respective OSes and sell them to people with older or not maxed out hardware...

      Microsoft already does, it's called Vista Basic.

    6. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      I'll just out and say it. How can a review be subjective? A review is someone's opinion about something. There are things in your opinion that you see as more important. That isn't how he sees it.

    7. Re:Painfully Subjective Review by jimicus · · Score: 1

      I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it

      Really? I want to know which will do that AND run software appropriate to my needs with minimal hassle. But hey, each to their own.

    8. Re:Painfully Subjective Review by TheRaven64 · · Score: 4, Informative
      Here's something you could have figured out for me: how efficient are these effects? What's the net cost of having Aqua or Aero? Do these graphical interfaces leave sasquatch sized memory footprints? Are Gadgets & Widgets memory efficient?

      Here are some subjective comments from someone who operates two laptops - a ThinkPad running FreeBSD and a PowerBook running OS X - which I hope will answer your questions on the Os X side.

      • Aqua is fast. All windows are buffered, and so dragging them around only causes a small CPU spike. This was bigger before Quartz Extreme, because it was all handled on the CPU. Now it's done on the GPU, and even my old S3 ViRGE could handle compositing opaque textures easily (the shadows around the edges, and any transparent windows require a little more power, but not too much).
      • Aqua is quite memory intensive. A moderate size window is likely to require about a 3MB buffer. Assuming it's double buffered, guess 4MB (we'll allow for some smaller windows in the average). Now multiply that by the number of windows you have. You're looking at a lot of memory just for this. I don't know how much of it is VRAM, but on my system it amounts to more than my total VRAM so it can't be all unless they use some form of lossless texture compression.
      • Widgets have a big memory footprint. Each one seems to have its own instance of the Javascript runtime (probably for security reasons). 20MB of real memory each seems a good approximation. Invoking the dashboard after doing other memory intensive things will cause a lot of swapping.
      Widgets, I could easily live without. There doesn't seem much point in having them written in Javascript other than buzzword compliance. Let me write them in a language that doesn't require a hefty runtime (or, at least, one where the runtime overhead can be shared more efficiently), and I might change my mind.

      Aqua, however, is worth the cost. Memory is cheap; this machine has 1.5GB in it, which is slightly more than I actually need (it struggles a bit with 1GB, I have some spare in 1.5GB), and it's a couple of years old. If the cost of a more responsive UI is more RAM, I'll pay it. When compositing support stabilises in x.org, I'll probably enable it there as well.

      More bugs? Hard to quantify. I've encountered bugs in Quartz (a lot in Quartz 2D Extreme, which is why it's not enabled by default in spite of being faster), and I've encountered bugs in x.org. In a purely hand waving manner, I would say I've encountered more bugs in Quartz, but more serious bugs in x.org, so it probably evens out in the end.

      --
      I am TheRaven on Soylent News
    9. Re:Painfully Subjective Review by n2art2 · · Score: 1
      "I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it."


      Um, that could only be one of them, and I even have my doubts about that. But thanks for coming.
      --
      Self proclaimed wannabe geek. You know how it is. Most of us who read this stuff probably fit in that category.
    10. Re:Painfully Subjective Review by drsmithy · · Score: 1
      I am a mac user too and quite honestly except for the new "Ohhs and Ahhs" it does not seem to be much different than XP.

      Of course it doesn't *look* very different - even ignoring that the vast bulk of changes are under the hood and not user-visible (just like most of the OS X updates have been), it would be self-defeating to make any dramatic UI changes.

    11. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0
      Painfully Subjective Review
      I'm sorry, was " A Mac Fan's Take On Vista" not a clear enough title for you? I mean, duh.
    12. Re:Painfully Subjective Review by DurendalMac · · Score: 1

      You do realize that you can install Mac OS X on a 300mhz G3 with 256MB of RAM, don't you? Apple supports the old machines, and does the same graphical effects as Vista with far lower system requirements.

    13. Re:Painfully Subjective Review by DurendalMac · · Score: 2, Informative

      I've used the 10.5 developer preview, and while it naturally lacks a lot of system polish (a 38GB swapfile!), Dashboard is already eating far less RAM. That gives me hope for 10.5, especially since capturing any part of a webpage into a Widget makes it far more useful.

    14. Re:Painfully Subjective Review by drsmithy · · Score: 1
      To put it another way, Apple and Microsoft could very easily produce a modern *-lite version of their respective OSes and sell them to people with older or not maxed out hardware and probably keep a high percentage of the population happy with just that.

      I'm not sure if I agree with your measure of "easily" here...

      Excluding gamers, developers, and people who work a lot with media (photoshop, video editing, etc), a 500Mhz box running windows 98 with office, outlook, and IE serves the vast majority just fine, but where is the profit in that?(*)

      The hypothetical person would be far better served by an NT4 (which will fly on that sort of hardware) or Windows 2000 (which will still be fast), than any version of DOS-based Windows, unless you have specific legacy requirements that demand it.

    15. Re:Painfully Subjective Review by drsmithy · · Score: 1
      Here are some subjective comments from someone who operates two laptops - a ThinkPad running FreeBSD and a PowerBook running OS X - which I hope will answer your questions on the Os X side.

      I'd struggle to take anyone seriously who calls OS X "fast" on a G4-based machine...

      Sure, you can drag windows around to your heart's content and some of the flashy effects - if they're handled within the video card - rarely slow down too much. But the UI as a whole becomes very sluggish under moderate load, even with beastly hardware, as soon as you try and do anything *usefully* interactive with it.

      I quite like using OS X, but I have been very disappointed with its performance, even on relatively fast machines like my mum's G5 iMac, dual-processor G5 PowerMacs and Core Duo Minis (although my Mini is memory constrained with only 512MB). On my 1Ghz/768MB iBook, it's frustratingly slow to use more than one app at a time (and even the one can get chunky).

    16. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      Well I can tell you from direct experience OS X runs fine on older machines. At work I use an old G4 PowerMac, 933 MHz with 512 megs of RAM and a GForce 4MX video card. No problems here. At home I have the same vintage machine (it's an 866 with 1 gig, a GForce 2MX and shared by a family of 4 each with their own account) and guess what 10.4 runs fine on that machine too! All the bells and whistles; widgets, Expose, Spotlight. The problem I have isn't with the OS but rather other software requirements--mostly games the kids want to play that require a higher end machine. If you really want to run a stripped down version run Darwin. No eye candy to get in the way, no wasted cycles.

      Oh, and what is a "regular operating system"? No GUI? More then 4 years old? Is Windows 98 a "regular operating system"? How about Mac OS 9? XP? Certain variations of Linux?

    17. Re:Painfully Subjective Review by pete.com · · Score: 1

      I have OSX 10.4.7 running on a 1999 G3 Blue and White tower with 384 MB RAM. It is painful to boot but operates well once it is up and running. I willing to bet you P4 will run circles around a G3. I would like to see XP run on a 1999 piece of hardware, forget Vista running at all.

    18. Re:Painfully Subjective Review by CheShACat · · Score: 0, Troll

      Well.. it IS a Mac user's take ,':-|

    19. Re:Painfully Subjective Review by NekoXP · · Score: 1

      Vista runs fine on a P4 laptop. I've run it on one of those lap-burning Dells with a Raden Mobility 9000 in it; you will never ever be able to enable Aero, but otherwise it's absolutely identical in speed to Windows XP.

      Remmeber people said the same shit about XP - omg the new GUI is big and ugly and slow, my system won't support it. If you switch it to use Classic view and turn off the features in the Performance control panel, it runs exactly like 2000.

      What you miss, is those new UI features. Are they really that important?

    20. Re:Painfully Subjective Review by maeka · · Score: 1

      Windows 2000 will run on any machine than can do Win98, and not only is it much more secure, it is not a performance drag at all.
      Win2K runs well on my P133 with 80 megs of RAM, and great on my P200 with 256.

    21. Re:Painfully Subjective Review by drsmithy · · Score: 1
      I would like to see XP run on a 1999 piece of hardware, forget Vista running at all.

      If you're happy with the performance of OS X on a G3 Mac, you'll be very happy with the performance of XP on a ca. 1999 PC.

    22. Re:Painfully Subjective Review by loyukfai · · Score: 1

      Since he committed the cardinal sin of installing a devil Microsoft product on a saint Apple Mac, I think he should be tried for blasphemy.

      May all his works perish.

    23. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      If microsoft did bundle an equivivalent of iLife in xp, they'd get sued to hell and back for monopolizing and antitrust

    24. Re:Painfully Subjective Review by cooley · · Score: 4, Informative

      from the OP:
      Hmmmm... Gadgets and widgets. What's that line about imitation being the sincerest form of flattery?...

      I'm so tired of hearing this. I'm not disputing that Microsoft took some good ideas from OSX for Vista, but one thing needs clarified. "Widgets" didn't originate in Mac OSX. I was using Konfabulator (now owned by Yahoo) Widgets in both Windows and OSX before 'Widgets" were part of the OS in either.

      Seems like I was using gdesklets (more widgets) in Gnome before OSX introduced their Widgets, too.

      Since the OSX Widgets are so similar to the pre-existing Konfabulator Widgets (and even share the same name) I guess I just assumed that Apple licensed the Konfabulator software (though I don't know that, it was just an assumption).

      I'm not a fanboy of either OSX or Windows, so please don't take this as that sort of slam. I don't have a problem with people noting which ideas have been obviously copied, I just hate to see incorrect statements repeated over and over.

      --
      Just then the floating disembodied head of Colonel Sanders started yelling Everything You Know Is Wrong!-Weird Al
    25. Re:Painfully Subjective Review by dal20402 · · Score: 2, Interesting

      I quite like using OS X, but I have been very disappointed with its performance, even on relatively fast machines like my mum's G5 iMac, dual-processor G5 PowerMacs and Core Duo Minis (although my Mini is memory constrained with only 512MB). On my 1Ghz/768MB iBook, it's frustratingly slow to use more than one app at a time (and even the one can get chunky).

      Not enough memory.

      Just like Aero, Aqua is a huge memory hog. I'm happy to pay for additional memory as part of the "OS X premium," but the frustrating part is when older machines can't physically accept enough memory. I realize that those of you who created a VR world on your 16k calculator watch will keel over dead at the ugliness of these memory requirements, but I really don't care.

      On a PowerPC machine, the sweet spot for everyday use with 3-6 apps open at once is around 1.25GB. On an Intel machine, memory requirements are higher. For OS X use without any virtualization, at least 1.5GB is needed; if you want to run Parallels and do anything useful (i.e. at least 512MB on the Windows side) you need 2GB. If, like on your Mini, you have integrated graphics, you pretty much want 2GB no matter what.

      If you have enough memory, the CPU performance of the machine is far less important. A 400MHz PowerMac G4 with the max 2 gigs of RAM doesn't feel snappy (menus draw a little slowly, etc.) but it launches apps quickly, swaps between them quickly, and has no problem with all the eye candy. It would be less frustrating to use than a Core Duo Mini with 512MB RAM, and certainly better than a 600MHz P3 trying to run Aero.

    26. Re:Painfully Subjective Review by Coward+the+Anonymous · · Score: 1
      I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it.


      Linux, Windows 98, Windows 2000, Windows XP

      Not all of us have the new intel core 2 duos.


      Neither does he. MacBook and MacBook Pro laptops only have the Core Duo, not the Core 2 Duo.

      --
      -- Jason
    27. Re:Painfully Subjective Review by cayenne8 · · Score: 1
      " I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it. Not all of us have the new intel core 2 duos."

      I would have to say that if you are only interested in running older, low end hardware, that neither Vista nor OSX is being marketed towards you.

      I'd suggest sticking with older versions of windows for those boxes, or Linux which you can compile and customize for performance on older hardware.

      Not trying to dog you, but, newer commercial OS'es are just not put out for old hardware, it is for the latest and greatest, and you buy into it if you want to play with it...nothing new, been going on for years. Try getting XP to run well on a 386.....see the analogy?

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    28. Re:Painfully Subjective Review by mbourgon · · Score: 2, Informative

      "Widgets" didn't originate in Mac OSX. I was using Konfabulator (now owned by Yahoo) Widgets in both Windows and OSX before 'Widgets" were part of the OS in either.

      The first place I saw widgets were in the NeXTStep OS, circa 1993. Mac OS X was not the originator, but it's what popularized it.

      --
      "Sometimes a woman is a kind of religion, she can save your soul & set you free from all your sins" - Bad Examples
    29. Re:Painfully Subjective Review by BlueCodeWarrior · · Score: 2, Informative

      And I was using Desk Accessories even before that.

      (almost) Every idea works off of previous ones.

    30. Re:Painfully Subjective Review by tbone1 · · Score: 2, Informative
      Actually, Konfabulator may not have been the first with the Widgets idea. I seem to recall Apple's OS 6 having this as well.

      So the more things change, ...

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    31. Re:Painfully Subjective Review by edwardpickman · · Score: 1

      Simple painful fact is if you are after raw processing power you were better off with a basic OS like DOS and probably should shift to Linux. If you want no bells and whistles none of the newer OSs are going to be of interest. Mac was never designed to be a stripped OS. It's always been designed to give the users added features. Windows has tried to mimic this but they are getting buried in playing catch up with security because of all the attacks. It really comes down to what you need and want. The bigger issue is stability for me. What I've found after four months of running a Mac, I still use several PCs daily as well, is that Mac native software, software written primarily for the Mac, is very stable, much more so than any PC software I've used. The problem is after using a variety of Windows based software that was ported to Mac it's all roughly as stable as it was on the PC. Some are the same, some are worse than on PC and some are better. There's no consistency on ported software so it's impossible to say Mac is more or less stable running ported Windows software. I can though say absolutely that the Mac software is far more stable. I haven't done speed comparisons since most of my rendering software is on the PCs and not the Mac but the speed appears similar. I used Macs years ago and always found PCs much fast. This is not the case now for at least normal functions. Microsoft insists their OS is stable but what they won't say is the software on it is not stable. Great if you don't install anything it won't crash. Not realistic. I deal with crashes on the PCs all day long. On the Mac with Mac native apps they are a very rare event although some of the ported software is unstable. If you hate bells and whistles shift to Linux where you have OS and shell options. In a sense I do feel sorry for Microsoft having to shift virtually all their focus to security but they also had nearly unlimited resources so they made their bed there. Being an OS agnostic I tend to prefer Mac. There are some WIndows functions I miss but when I'm working on WIndows I find more often than not I'm missing Mac functions than the other way around. Vista does address some of these issues but that's some of their catch up. Personally I can't wait for Leopard. It's a pretty massive upgrade feature wise and is going to leave Vista in the dust. Will Apple ever out sell Microsoft? No, it's called a monopoly for a reason. I think if the average user tried Mac they would switch. For pro users it depends the software. For better or worse I'm likely stuck with Windows for some software and types of work but I'd never edit on a PC again and my personal stuff will be on a Mac from here on out. Graphics and video editing Mac rules and probably always will. For most everything else Windows is likely to be the way to go. For high end 3D graphics oddly enough Linux is becoming the system of choice. In truth if you are going to do high end work you kind of need all three systems. Like I say I'm an agnostic so I'll happily use all three and let the religious zealots fight it out. I get the benefits of all three without the stress of whether my OS can beat up the other OSs.

    32. Re:Painfully Subjective Review by vmardian · · Score: 1

      A review can be some combination of subjective and objective observations. If I'm reviewing a mouse and I say that this mouse has 4 buttons, is that my opinion? or is it a fact?

      --
      PowerLevel.com - A next generation marketplace for virtual items and services
    33. Re:Painfully Subjective Review by bmajik · · Score: 1

      I run Vista on my Dell Latitude D600 w/ 1GB ram and a centrino 1.7M.

      Having adequate ram will be a key point - thankfully, that's the easiest part of most laptops to upgrade. I wouldn't try it on less than 1GB. On laptops this is especially important because the disks are slower and Vista's background search indexer wants to use your disk as often as it thinks you aren't using it (although this has been pretty unobtrusive in the latest builds)

      My hardware is not Aero capable and i get a solid 1.0 on the performance score index. Even so, this is my main work machine for browsing, email, and office apps.

      I built an HTPC at home for about $600 of newegg parts (including a $100 case).. an am2 athlon 3800, the MSI-K9G, 2GB of ram, and an SATA disk. That machine gets a 3.8 i think and the video is the only individual component below 5. I'm using the onboard GF6150 video. This machine also runs Media Center on Vista and that seems to work fine.

      Vista runs acceptably on any machine with 1GB of ram, but without a beefy enough system you'll miss features like Aero (vista measures your system performance during the OOBE and turns features on/off as appropriate)

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    34. Re:Painfully Subjective Review by Anonymous Coward · · Score: 2, Insightful

      The crux of the Apple marketing campaign right now is to accuse Microsoft of copying Apple's amazing "innovative" ideas that, on average, aren't really Apple's ideas. You can't blame the poor Mac followers for sharing the gospel as Apple taught it to them. They don't know any better.

    35. Re:Painfully Subjective Review by djdavetrouble · · Score: 1

      Not all of us have the new intel core 2 duos.

      Well, now you are going to need one. Either you will need to buy a new computer to run your new OS, or you will want the newest OS for your new computer. They don't want you to be using anything more than 3 years old really. It is just a new development of planned obsolecence. Hardware vendors aren't making any money if computers last as long as appliances. A computer that is 3 or 4 years old is now too old.

      want to know which of these operating systems will run on my old ass laptop with a low end P4 in it.

      Hello Linux World!

      --
      music lover since 1969
    36. Re:Painfully Subjective Review by Kancept · · Score: 1

      I've got to agree on the Gadgets vs. Widgets thing. Had them in BeOS for ages. Getting tired of this- *especially* since a few devs from BeOS are actually werking at Apple now. Spotlight and the indexing filesystem attribtes kinda thing, also since the BeOS guys went there. It's nothing new people. OOOOO look! Windows has a folder, OS X has a folder! OMFG they are SO copying! It's imitation, it's flattery...it's gotta be. And of all groups talking about copying interfaces....

    37. Re:Painfully Subjective Review by tbone1 · · Score: 1
      To put it another way, Apple and Microsoft could very easily produce a modern *-lite version of their respective OSes and sell them to people with older or not maxed out hardware and probably keep a high percentage of the population happy with just that. However that will not help Apple (or MS's hardware partners) sell new machines that most people don't really need, so it will not happen.

      Well, Apple has, sorta; it's called OS X. We have OS X.3.9 running on an original blue iMac. It's no speed demon, I'll grant you, but it runs fine for e-mail, light surfing (like pbskids) and the kids' games.

      X.4.whatever is running on my 1-st generation G4 iMac (aka the Lampshade) and again, it runs fine but it's no speed demon. It's certainly good enough to host a Neverwinter Nights multiplayer game, though again, it's no speed demon.

      Newer versions of an OS will always run better on the latest and greatest (no surprise there), but Apple has done a pretty darn good job on getting OS X to scale downward, in my experience.

      Now, our quad G5 tower, that baby rawks. And yes, we now use it to host NWN on Family Game Night.

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    38. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      "What's the net cost of having Aqua or Aero?" The article states "The MacBook Pro is fine. Yes, it runs hotter than normal on Vista, and battery life is greatly reduced." That pretty much sums it up. 3-D twisting windows temperature widgets and cpu monitor gadgets are all nifty, but they just take up CPU and screen real-estate. At this point, processing power is at a surplus for most users who browse the net and read email, so might as well make sure and use it all up!

      Face it, Apple users are willing to pay a premium for nifty gadgets to show off to their friends (why else are the earplug cords on the iPod white?), so Microsoft wants to be cool as well. What else are they going to do, something useful like make Windows work for multiple concurrent users? Who needs that? Let's get quad core processors for everyone and make sure that only one person can use the PC at a time!

    39. Re:Painfully Subjective Review by AVryhof · · Score: 1

      I dunno what you're talking about... I run Kubuntu on a 1.2GHz Athlon M processor with 256Mb of memory and a 64Mb GeForce Mx daily, and it is quite usable.. On the other hand, the XP machine with a 1.33 GHz Athlon M and 768Mb of memory doesn't run quite as nicely.

      Kde isn't just a little friendler to my hardware than XP, it's nicer by leaps and bounds. All I do on my XP machine much anymore is watch DVDs/TV, and some Photoshop. For everything else the Linux box does well.

      Maybe I'll get a newer machine sometime... but I don't see it happening soon, so I'll stick with the Kubuntu and hope I can keep optimizing.

    40. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      What has a hack to get around singletasking to do with todays widgetengines? Nothing.

    41. Re:Painfully Subjective Review by finkployd · · Score: 1

      Yeah, I've done this one a lombard (with 512mb ram) with 10.3, it runs but it is not really usable.

      Finkployd

    42. Re:Painfully Subjective Review by cyber-dragon.net · · Score: 2, Insightful

      Not disputing your point... but one thing you have to realize is what apple is good at. Making things work better and making things work RIGHT. They can take something like an OS or an mp3 player and add STYLE. Sure it has been done before but they do it the way you wish everyone else had done it and did not even know it until you saw theirs.

      I am sure I will be labeled as a Mac fan-boy since no one could possible legitimately like a Mac, as opposed to windows, and it must be some form of brian washing.

    43. Re:Painfully Subjective Review by finkployd · · Score: 4, Insightful

      What you miss, is those new UI features. Are they really that important?

      A better question is: "without those new UI features, is Vista really that important?"

      Most of the really cool features have long been stripped out of Vista, so you are effectivly paying a lot of money for XP+DRM, which is clearly the real reason for Vista to exist.

      Finkployd

    44. Re:Painfully Subjective Review by webmonarch · · Score: 0

      Here here! I wanted to say the same thing. There is a lot more history to widgets than most people know.

    45. Re:Painfully Subjective Review by EastCoastSurfer · · Score: 1

      Seems like you're probably memory constrained. I have a G4 Powerbook with 2gb ram and everything runs fine w/o any noticable slowdowns.

      Should >1GB of ram be required to run an OS and a few programs? That's up for debate, although I don't see people rushing to go back to a command line only interface.

    46. Re:Painfully Subjective Review by dan828 · · Score: 4, Interesting

      Yep. And I've already been told by one of the Mac faithful about this great new feature that will be in Leopard called "spaces", where you'll be able to have multiple virtual desktops, not knowing that Linux has had such functionality for years.

    47. Re:Painfully Subjective Review by finkployd · · Score: 1

      Good point, but much less accessable to the average person. Very few people I know (normal people, not people like us who have CDs of every os) have NT4 or 2k.

      Either way, 2k has been end of lifed, so it is a moot point.

      Finkployd

    48. Re:Painfully Subjective Review by WageDomain · · Score: 2, Informative

      Windows has this function too, you just can't access it with the out-of-the-box install, it requires a special addon to actually enable it. If I remember, what they did was write the code to implement it, then decided against it and removed any way to access it. Also, I'm pretty sure this was from Windows NT, so all NT based OSes potentially have this feature.

    49. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      I don't really understand how machines that beefy can run so slowly. I've got a G3/500 tower with 256MB of RAM and a 16MB graphics card running 10.4, and my machine is fast enough, even running a web browser, iTunes, word and transmission simultaneously. My main complaint is that avi's can be choppy if I'm running VLC and transmission at the same time.

    50. Re:Painfully Subjective Review by holden+caufield · · Score: 1

      Seriously? Runs well? It's an absolute dog on my PIII 600 laptop with 128MB RAM. Yes, I know I need to increase the RAM to 256 (it can't go higher - bad RAM slot, and I'm not paying several hundreds of dollars to fix it), but still, it's painful for it to boot, or start apps, or basically do anything.

      Are there things I need to do to improve the performance?

      --
      I'll create an amusing sig when I have something meaningful to post.
    51. Re:Painfully Subjective Review by rahrens · · Score: 1

      My daughter just sold our old summer 2000 iMac DV (400 mHz) with 512 mb ram to one of her friends. It's running 10.3.9 and he's using it as a file server for his whole network. (games, music, photos, etc.) The last time I used it, sure it was slow, but it didn't give me hives like some of the year 2000 stuff does at work that runs XP. And they're 1 Ghz P4's running 512 mb.
      I agree with the parent; I'd hate to see any of the stuff we got rid of to buy the P4's as replacements for running even XP, much less Vista.

      --
      "Money is truthful. If a man speaks of his honor, make him pay cash." Notebooks of Lazarus Long, Robert A. Heinlein
    52. Re:Painfully Subjective Review by dubbreak · · Score: 1

      I'll just out and say it -- Ken Mingis is just looking for bells & whistles.

      He's a mac user, what did you expect?

      He's not going to benchmark filesystems (if he even knows what one is), he's not going to look into the granularity of file permissions, he's going to look at the surface and compare it to his favourite OS (which he most likely loves due to the "ohhs and ahhs" portions).

      It's like a soccer mom's review of two minivans. The soccer mom doesn't care about horsepower or towing capcity, she cares about easily getting kids in and out and how many cup holders it has and "Ooh, look this one comes with video screens to keep the kids quiet o the way to the grocery store". Of course your avg slashdot geek would be measuring the size of those video screen, the resolution and would be trying to find a place to hide their itx mini media server with a array of laptop hardrives setup in raid 5 (wouldn't want to lose any of those precious Babylon 5 reruns).

      --
      "If you are going through hell, keep going." - Winston Churchill
    53. Re:Painfully Subjective Review by drsmithy · · Score: 1
      Not enough memory.

      No, the G5 machines I've used have all had sufficient RAM. I kitted out my mum's iMac with 1.5G and the PowerMacs had 2GB - 4GB.

      My Mini I bought to run Windows MCE, not OS X, so I didn't really spend long using it with OS X. But I've got more than enough knowledge and experience to account for memory-starvation-induced-slowness, and it was still slower than that.

      On a PowerPC machine, the sweet spot for everyday use with 3-6 apps open at once is around 1.25GB. On an Intel machine, memory requirements are higher. For OS X use without any virtualization, at least 1.5GB is needed; if you want to run Parallels and do anything useful (i.e. at least 512MB on the Windows side) you need 2GB. If, like on your Mini, you have integrated graphics, you pretty much want 2GB no matter what.

      IME, the sluggishness of OS X is independent of RAM (past a certain minimum point) - it's just *slow*.

      If you have enough memory, the CPU performance of the machine is far less important. A 400MHz PowerMac G4 with the max 2 gigs of RAM doesn't feel snappy (menus draw a little slowly, etc.) but it launches apps quickly, swaps between them quickly, and has no problem with all the eye candy. It would be less frustrating to use than a Core Duo Mini with 512MB RAM, and certainly better than a 600MHz P3 trying to run Aero.

      I can't agree. I've found OS X to be sluggish on even high end multiprocessor G5s with multiple gigs of RAM. It's unquestionably bottlenecks, inefficiencies and lack of tuning in the OS itself. Back when OS X first came out, I assumed it was just the anaemic G4 architecture - but when the faster G5s came out and it was *still* slow, I could only conclude it was the software. My next thought was that it was because it was a microkernel running everything in userspace - but like Microsoft Apple have moved most stuff into kernel space anyway, which should eliminate most of that problem.

      I haven't used Vista extensively yet, largely due to lack of interest, but the brief play I have had, suggest it won't be as slow as OS X, assuming a machine that's reasonably recent. If that 600Mhz P3 has a suitable video card (and basic Aero-capable cards are dirt cheap) and >=1GB RAM, I'd be willing to be money it would run Vista+Aero better than a Mac of similar vintage (with similar upgrades) will run OS X.

    54. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      That has not been true for a while, Most recent releases I think Panther onwards require a G4 (more specifically Altivec)

      And I don't think Leopard will run on the G4/G5 macs either.

    55. Re:Painfully Subjective Review by cooley · · Score: 1

      I agree that's what Apple is good at man, but that's why I specifically brought up Konfabulator instead of the similar (and older) features in NextStep or BeOS (of even, arguably, in Macintosh System 6); except for the "dashboard" hot-key, as far as I can tell there's no difference between the functionality or the look-and-feel of the OSX widgets, when compared to Konfabulator.

      Heck, right now I have Aqua-themed Konfabulator Widgets on my Windows desktop, and I had Konfabulator based, OSX-native-looking Widgets in OSX 'Panther', too. Again, there was no "dashboard" hotkey, but there was a menu selection to make the same thing happen.

      I really mean it when I say they're "the same". Not similar, not less-or-more refined, but "the same". :) ...and before you assume I'm labeling you as some sort of a "fanboy" for liking Mac OS (which implies that I, in turn, do not appreciiate OSX), please note that nowhere have I said that I don't use OSX, nor have I said that I don't like it. In truth, I use Linux (Ubuntu with Gnome), Windows XP, Windows Server 2003, and OSX pretty regularly and they all have features I like (and features I don't). My earlier post was not intended as a 'bash' on OSX in any way; I only wished to note that one particular feature described by many as somehow original or novel was in fact not. :)

      --
      Just then the floating disembodied head of Colonel Sanders started yelling Everything You Know Is Wrong!-Weird Al
    56. Re:Painfully Subjective Review by Al+Dimond · · Score: 2, Informative

      I've never tried this add-on, but a friend tells me it's totally half-assed. Not half-assed as in "it can't do everything FVWM can do", half-assed as in, "you can crash it by closing the GUI widget and then using the keybindings". Haven't tested it myself, but it's about what I'd expect after trying their mouse-focus add-on, which had race conditions in it (as of about a year ago). The Windows UI works OK; it would be better (for me) with multiple desktops and mouse-focus if they were done right, but they apparently aren't ready for serious use now and probably never will be.

    57. Re:Painfully Subjective Review by moosesocks · · Score: 3, Informative

      Don't confuse Aqua with the Finder.

      Apple users and Windows users alike agree that the Finder is a huge steaming pile of crap that should have been completely overhauled a few versions back. It's not multithreaded, it isn't particularly elegant, and hasn't really evolved much since the OS 7 days (yikes!).

      If you're performing an operation within the Finder that hits some sort of bottleneck (ie. a slow network link, unresponsive storage device, etc.), the entire system grinds to a halt. Likewise, the Finder performs comprably on my 450mhz G4 from 7 years ago as it does on my Core Duo Mini.

      Aqua itself is pretty snappy. If you're interacting with applications directly (and not the finder), the system is fast and responsive provided that there's enough RAM. The 7-year old G4 still runs all the day-to-day software I use regularly just fine. There's a bit of a lag for graphical stuff like Expose or drawing long menus, but I suppose that you could attribute that to the 7-year old graphics card. Mind you, this is a computer that shipped with MacOS 8.6 on it when it was new. The latest version of Final Cut Pro runs unbelievably fast on it, with almost no UI lag. Rendering is a different story, but of course, that's to be expected.

      I'll agree that Windows is probably the "snappier" of the two operating systems when running a well-equipped system, although this would appear to be due to a single software bottleneck (the finder). Apple, however, has done an incredibly admirable job of supporting their old hardware with new software releases. Try running XP (or Vista if you're feeling masochistic) on a 500mhz Pentium.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    58. Re:Painfully Subjective Review by WageDomain · · Score: 0

      I dunno, one of my friends at work used it and he seemed really dubious at first, but after a while he came to love it. There was one arguably minor gripe he had with it but it definitely did not crash at all. Two different people, two completely different experiences I guess.

    59. Re:Painfully Subjective Review by Drakino · · Score: 2, Informative

      Spaces actually interests me greatly and is likely to be the first time I use a virtual desktop. It finally advances the virtual desktop concept by also wrapping it around expose. Hit a key, and now you see every virtual desktop and can drag windows between them.

      http://video.google.com/videoplay?docid=1254656550 190215821 is a video of it in action.

    60. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      What does what you've said have to do with what we're talking about? Nothing.

    61. Re:Painfully Subjective Review by fitten · · Score: 1

      The first place I saw widgets in reference to GUI objects was in XWindows which was around 1987-88.

    62. Re:Painfully Subjective Review by SEMW · · Score: 2, Informative

      Not to mention that Windows has also had virtual desktops since 2001 (although the implementation is admittedly inferior to Spaces). I assume Mac fanboys choose to ignore that since as you have to download it they regard it as 'not technically part of the OS'; but personally I'd rather have it as a free download than pay $129 for it...

      --
      What's purple and commutes? An Abelian grape.
    63. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      Gosh! Except for the major differentiating feature, they're identical!

      How insightful!

    64. Re:Painfully Subjective Review by ZombieRoboNinja · · Score: 1

      OSX works fine on pretty much anything from the first-gen iMac on up, although you might have to add some more memory for the older models.

    65. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      yea, because its a laptop. i have ran many operating systems on my amd k6-2 400mhz (much slower than a PIII-600) and the key to useability is ram and hard drive speed. if you have a 7200rpm hard drive an older machine has new life breathed into it. your laptop probably has a 4200 or 5400rpm drive which is horrible in comparison - leading to: "painful for it to boot, or start apps". this even helps greatly with tasks like compiling code. running through a multiple file compilation for a C or C++ program involves lots of hard drive latency, having a nice hard drive helps immensely. and having at least 128, or preferrably more ram ensures less swapping which is the other problem leading to bad useability.

      these tips by no means generate more raw performance, but the chained affect pays off, especially for desktops

    66. Re:Painfully Subjective Review by Aqualung812 · · Score: 1
      He's not in search of the 'best' operating system, just looking for the one that can waste CPU cycles while making the user ooh and ahh.

      Isn't that why people by Macs? Ohh and ahhh? If you are comformist, you get Windows, if you are out for the best, you usually end up with some flavor of Linux and run it from command line for the best possiable performance. I will agree that Mac has some cool hardware, but others innovate with other cool things. The choice over using OSX or XP is NOT about performance or security.

      To me, the review looks at how well MS and Apple have done in their mutual goal: eye candy.

      --
      Grammer Nazis - I mod you "troll" unless you actually add something on-topic. Yes, I know I have mispellings in my sig.
    67. Re:Painfully Subjective Review by finkployd · · Score: 1

      In fairness I will say that OSX is one of the few (only?) OSes I have used that seems to get faster with each release. Well, the 10.4 broke this trend but up to that point it kept performing better and better on my flat panel iMac. I still think it should be doable to make a truely stripped down version for older G3 machines though.

      Finkployd

    68. Re:Painfully Subjective Review by cooley · · Score: 1

      [i]Gosh! Except for the major differentiating feature, they're identical![/i]

      How is "hit a function key" to show them all versus "mouse click, select" to show them all a "major differentiating feature"?

      I'll give you that it is indeed "the" major differentiating feature, but that doesn't make it "a" major differentiating feature any more than kool-aid is a different drink when you use a straw.

      --
      Just then the floating disembodied head of Colonel Sanders started yelling Everything You Know Is Wrong!-Weird Al
    69. Re:Painfully Subjective Review by ChrisA90278 · · Score: 1
      Widgets have a big memory footprint. Each one seems to have its own instance of the Javascript runtime

      Yes each might have a copy of Javascript mapped into it's address space but only one physical copy of Javascript is in RAM. The system uses "copy on write" so all instances of a running program can use the same copy of the code while each has it's own data. Even better, if the system needs more memory it can simply over write parts of executable coe that are not being activly used by any of the instances and not have to save to a swapfile because the data is in the executable file already. The magic of a modern demand paged virtual memory system. All modern OSes work this way.

      You can't add up the memory used by each applicatioon to find the total used. Then same gose for commly used dynamic loadable libraies. There should be only one copy in physical RAM

    70. Re:Painfully Subjective Review by HoboMaster · · Score: 1

      Yeah, I've got a 500 mhz G4 with 640 megs of RAM, and it really fights to run Panther.

      --
      Remember kids, tin foil doesn't work, so use LeadHat.
    71. Re:Painfully Subjective Review by Blakey+Rat · · Score: 1

      Not to mention Active Desktop in Windows 98 was about 90% of the way to "widgets." It ran Javascript, it could display live web content, all that good stuff.

    72. Re:Painfully Subjective Review by oc255 · · Score: 1

      And I remember Windows fanboys saying that OSX is a glossy fisher price toy. Now that Vista is blurry, I don't hear "yay blurry fisher price toy". The fact of the matter is, you're in a camp and it's subjective. However, I don't see why people are so against Mac getting maybe 5% more market share letting the consumer win because of competition.

      Competition helps us. More competition means more OSX, more Linux or both.

    73. Re:Painfully Subjective Review by CaptDeuce · · Score: 1

      eldavojohn (898314) wrote:

      I'll just out and say it -- Ken Mingis is just looking for bells & whistles. He's not in search of the 'best' operating system, just looking for the one that can waste CPU cycles while making the user ooh and ahh.

      I'll just out and say it -- eldavojohn is just looking for speed because everybody knows that the 'best' OS is the fastest OS. It may take take three weeks and many a trip to a manpage to learn how to get your work done but once you type in that command and hit the enter key, that baby just flies!

      Call me when you write an object review. I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it.

      Uh... right. Don't call us and we won't call you. Deal?

      Congratulations, four pages of inundating me with ads, bitching about UAC & falling head over heels for Aero. Sounds like every other Vista review I've read.

      Still here, eldavojohn?

      The real thrust of the article (take it from someone who actually read it) is that Vista incorporates features that have been around for years both aesthetically (Mac OS X's entire appearance) and functionally (tabbed web browser, Mac OS X widgets, sidebar) in a typically inferior ham fisted way (UAC versus Mac OS security features that don't need a name).

      Author Ken Mingis focused on what well over 90% of computer users think of as an OS, the interface; what it looks like and -- most importantly -- how effective it is in getting work done. Actually, typical computer users don't realize just how ineffective Windows is having never used anything to compare to it. But that's fodder for a different thread.

      Microsoft, as usual, is playing catch up. The one comment that Mingis made that sticks out in my minds is that Vista's Flip 3D "wins on aesthetics" over Mac OS X's Exposé. Note that he doesn't compare functionality. If he would have, it's rather clear to me that Microsoft fails. Again. Exposé reveals the entire contents of windows whereas Vista may easily hide crucial information due to the nature of a stack -- which explains the "mess" on many people's non-virtual desktops. Many days have I cursed Microsoft for doing this kind of stuff such as listing full file pathnames left justified in teeny tiny areas of dialog boxes when what I need to know is on the right.

      --
      "Where's my other sock?" - A. Einstein
    74. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      No, Apple never used any of the Konfabulator code. Konfabulator used a proprietary XML format for widgets and didn't use JavaScript. Apple took a totally different approach and created a mini 'web page' that floats in the dashboard. http://apple.slashdot.org/article.pl?sid=04/07/02/ 1538253

      The Konfabulator developers themselves said that Apple had done a better job, and that they thought Dashboard was in fact quite nice. Since then they were bought out by Yahoo...

      Either way Apple had "Desk Widgets" in the early Mac OS versions which predates Konfabulator by a very long time.

    75. Re:Painfully Subjective Review by oc255 · · Score: 1

      Active Desktop was so bad though. When it crashed (which it loved to do), it'd ask you if you wanted to restore the current state and all this nonsense. Not to mention the performance hit. Every game back then would tell you to turn it off. It's no wonder they scrapped it.

      "Tire."
      "I saw that back in the stone age!"
      Ok fine, but the wheel hasn't been this good ever so thank god we have Tire.

    76. Re:Painfully Subjective Review by phillymjs · · Score: 1

      To put it another way, Apple and Microsoft could very easily produce a modern *-lite version of their respective OSes and sell them to people with older or not maxed out hardware and probably keep a high percentage of the population happy with just that. However that will not help Apple (or MS's hardware partners) sell new machines that most people don't really need, so it will not happen.

      What the hell are you talking about? I've got OS X Server 10.4 running on a G4 made in 2000. I've got 10.4 Client running on a G4 from 2001. They both work beautifully. Give 'em enough RAM, and it works just fine. OS X has a great reputation when it comes to working on older machines-- the new version would feel faster than the previous did on the same hardware.

      ~Philly

    77. Re:Painfully Subjective Review by noewun · · Score: 2, Funny
      He's not going to benchmark filesystems (if he even knows what one is), he's not going to look into the granularity of file permissions, he's going to look at the surface and compare it to his favourite OS (which he most likely loves due to the "ohhs and ahhs" portions).

      And 'cause he's a Windows user, so he's not going to include a review of the seven anti-virus and firewall programs he needs to patch the gaping security holes in the system. Nor will he mention the seven hours it took to get his digital camera to work, the three days he loses every month when WGA decides his machine isn't authorized any more, the install DVDs he keeps next to his machine for the monthly reinstalls, cause the best way to solve problems on a Windows box is to just reinstall the thing.

      And he isn't a Linux user, so we don't have to hear him brag that he built a dual Opteron machine with a 2 TB RAID for only $6.50. Nor do we have to hear him tell us he can't believe anyone would ever pay for an operating system, even though he had to spend nine days crawling through endless Linux forums to find the obscure, cryptic shell command which will let his sound card work at full volume most of the time. And he will never brag that he feels sorry for people who are tied to programs like Office or Photoshop when there are open source programs out there which work almost almost as well for professional needs, such as making the posters of fat chicks in Sailor Moon outfits he prints out to cover the basement walls of his home.

      And, yes, I know my generalizations are as stupid as yours. But my grammar's better.

      --
      I am a believer of momentum and curves.
    78. Re:Painfully Subjective Review by oc255 · · Score: 1

      You _need_ Altivec for Quartz Extreme which is extremely needed when running OSX. So, only G4/G5 or Intel SSE for great justice.

    79. Re:Painfully Subjective Review by multimediavt · · Score: 1

      Actually, I was using widgets in Oracle Media Objects in the mid-1990s to develop UIs for multimedia presentations. Before that, widgets were just code and UI pieces that one could use to build things quickly in whatever language/IDE you were using to build apps. Widgets are not new, at all. I just wish people would comment and go away from the topic, like I'm going to do now. If you don't have a history of widgets, then they are new to you...goodie for you. For the rest of us that have been in the dev world for some time, we all know and understand what widgets are. They're not that special, they're everywhere, and who cares what they're called!

    80. Re:Painfully Subjective Review by multimediavt · · Score: 1

      I still think it should be doable to make a truely stripped down version for older G3 machines though.

      It's called Darwin, and it's free: http://www.opensource.apple.com/darwinsource/

    81. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      Name one feature of desk accessories which are not found in a normal program, except for multitasking I can't find anything.

    82. Re:Painfully Subjective Review by joelleo · · Score: 1

      Adding "style" or making something work "better" isn't innovation. Hear it all the time "macs innovate, windows imitate" - its an overflowing sack of repugnant ignorance - BOTH innovate and both imitate.

      --
      "In the end, there is simply no weapon more devastating than the truth, delivered in just the right way." - tnk1
    83. Re:Painfully Subjective Review by oc255 · · Score: 1

      Yeah I saw the 10.4 slowdown too. But then again, every file is indexed instantaneously. Is Vista going to do this only with WinFS (I haven't tried a search test yet on 5728)?

    84. Re:Painfully Subjective Review by amliebsch · · Score: 1

      Try running XP (or Vista if you're feeling masochistic) on a 500mhz Pentium.

      My parent have XP running on a PIII 450Mhz. My grandfather has XP running on a PIII 500 Mhz. It works fine.

      --
      If you don't know where you are going, you will wind up somewhere else.
    85. Re:Painfully Subjective Review by oc255 · · Score: 1

      But, a button is a major, major feature of a mouse. These days, it's very gray. OSs play games, check email, surf the web .. but in what quality? And do we care? It's getting closer to art and music reviews really.

      "Dude, you gotta check out this new album. It's called Vista!"
      "Yeah dude, I listened to it. It's ok. I dunno. Seems like I heard it before."
      "Oh, no way! It's totally awesome compared to their last album!"
      "Hmm. Ok, well, I'll give them another try on their next one."

    86. Re:Painfully Subjective Review by oc255 · · Score: 1

      XP was and is really good imho. It was a clear decision up from 98 or ME. 2000 really wasn't as good in the home and XP was essentially carved from it. XP surprised everyone by booting quick. It still is snappy even with ClearType on. However ... Windows still dies 2x a year for me and this has always been the case for me and everyone I know since 95. It just dies after a while when you're a power user, installing and uninstalling. Even right now, XP is starting to exhibit quirks and slowdowns that a fresh install would solve. And I'm not smart enough to explain why.

    87. Re:Painfully Subjective Review by jacksonj04 · · Score: 1

      I've been testing Vista since the first MSDN release versions. There's a big difference.

      --
      How many people can read hex if only you and dead people can read hex?
    88. Re:Painfully Subjective Review by misleb · · Score: 1
      I quite like using OS X, but I have been very disappointed with its performance, even on relatively fast machines like my mum's G5 iMac, dual-processor G5 PowerMacs and Core Duo Minis (although my Mini is memory constrained with only 512MB). On my 1Ghz/768MB iBook, it's frustratingly slow to use more than one app at a time (and even the one can get chunky).


      Wow, I have a 1Ghz G4 eMac w/ 1GB RAM here at work and I have several applications running* as we speak and this system is just fine. I have a similar machine at home and I am having a difficult time justififying an upgrade to a new Intel Mac. I'll probably wait for the next generation. I mean, compiling programs and such could be a lot faster, but for the most part everything runs smoothly. Granted, I'm not doing Photoshop or video editing, but I do do some software (both web and desktop) development. I actually find it is s helpful to develop on a slower machine. That way performance bottlenecks stand out more prominently and there is more incentive to fix them. ;-)

      -matthew

      * Running as in "open." Not necessarily chugging away.
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    89. Re:Painfully Subjective Review by finkployd · · Score: 1

      I doubt it, WinFS is one of the many features cut from Vista on the grounds that (1) it was unstable and not going to be ready and (2) it is not DRM, which is really all vista is about when you get past the eye candy.

      Finkployd

    90. Re:Painfully Subjective Review by finkployd · · Score: 1

      Ok, but for the average end user wouldn't a linux distro be a much better choice when you factor in package selection/delivery and ease of administraton? Darwin != OSX and to suggest otherwise is silly. Without the GUI, it is yet another unix clone with a strange filesystem layout.

      Finkployd

    91. Re:Painfully Subjective Review by Shawn+is+an+Asshole · · Score: 1

      I'm sure they will be supporting the G4 for quite some time as the PowerBooks and iBooks use it. A large part of their user base is still running a G4 or G5.

      --
      "It ain't a war against drugs.it's a war against personal freedom" --Bill Hicks
    92. Re:Painfully Subjective Review by finkployd · · Score: 1

      I didn't say it was not different, I said it was not imporant. Strip away the new gui (which could be an asset or a major strike against it depending on who you ask) and what is there that makes it imporant for the average end user to want? DRM is a feature no end user has ever wanted, so that is a huge strike against it. The so called "security-enhancements" will likely make matters worse by prompting the user "are you sure?" before everything and just training them to click "yes" to whatever they see. I really cannot find a driving need for this, other than it has been 6 years and MS wants to sell another OS. The other internal security enhancements they claim (except for NX) are the same exact security enhancements they claimed about XP.

      I take that back, I forgot about the parental controlls, that will probably be nice. I imagine a lot of people can dump AOL once that comes out. For the life of me I do not understand why there has been no build in way to control what programs users can run, internet sites, email, chat, etc. short of running Active Directory up to this point.

      Speech recognition might also be nice. But both of these things are small add ons like IE7 which could easily be made available to XP, and do not require a whole new OS.

      I still maintain that at this point, Vista's primary purpose is a DRM delivery mechanism. MS has long shown that they no longer consider their Windows customers to be customers. You are now their product, the entertainment industry is their customer.

      Finkployd

    93. Re:Painfully Subjective Review by Trumpet+of+Doom · · Score: 1

      Not on my 1GHz G4 iMac with 256MB of RAM and OS X 10.4. The only noticeable slowdowns are on a few application boot times and syncing my nano... wait, that's over USB 1.1. Never mind that one.

      Right now, I have iTunes open, Norton hidden (I know, I don't really need it, but it's not really *my* machine...), and I'm typing this on Camino. I haven't seen any slowdowns except when actually opening programs. On the other hand, my XP box with a pair of 3GHz P4s and 512MB RAM runs slower than the average bureaucracy, so...

    94. Re:Painfully Subjective Review by atrocious+cowpat · · Score: 1
      [...] The 7-year old G4 still runs all the day-to-day software I use regularly just fine.
      I absolutely second that.

      Even with a G4/400 PowerPC processor and an abysmally ancient 16MB-graphic card my Mac's performance is extremely pleasing (considering the hardware specs) (I have 1 Gig of RAM installed, of course).

      Apart from the gripes with the Finder you already mentioned OS X gave me an amount of stability and even eye-candy I had not thought possible when I bought the machine in 2000.

      What I particularly like: it's not "full eye-candy" or "none", rather OS X reasonably scales down the eye-candy to what your machine can support; e.g.: you will always have transparency and shaded windows, but might miss out on water-ripple- or flip-effects if your GPU is too weak.

      My general impression on my path from Mac OS X 10.2 to 10.4 is: increased usability and speed with each revision on the same hardware-- and usually even some more eye-candy to boot. What's not to like about that?
      --
      sig? Oh, that sig...
    95. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      actually, in Apple's System 6, there was a thing called dektop accesories. It was sort of what dahboard is now.
      You could keep calculators, calendars, and small games there...
      So you can say that Widgets come from Apple's ideas...

      http://en.wikipedia.org/wiki/Desk_Accessory

    96. Re:Painfully Subjective Review by _Sprocket_ · · Score: 2, Insightful
      The crux of the Apple marketing campaign right now is to accuse Microsoft of copying Apple's amazing "innovative" ideas that, on average, aren't really Apple's ideas.


      As opposed to Microsoft's long-standing campaign of claiming everything it did as "innovative" despite various degrees of simularities to other-than-Microsoft examples.

      Pot. Kettle. Black. Spiral spin.
    97. Re:Painfully Subjective Review by BlueStraggler · · Score: 1
      On my 1Ghz/768MB iBook, it's frustratingly slow to use more than one app at a time (and even the one can get chunky).

      Strange, I'm typing this on virtually the same computer, which is at this very moment running Safari (7 tabs), Firefox (2 tabs), Mail, iCal, TextEdit, X11, Gimp, Preview, iPhoto, Terminal, Grab, Stickies, Bittorrent, and Software Update. NeoOffice, AbiWord, Pages, Emacs, and iTunes are also regularly running, but not at this moment. Its uptime is 29 days, and the machine is always happy and snappy, give or take a couple of seconds of swap when I pull up an app that's been idle for a long time.

      I think your computer is sick.

    98. Re:Painfully Subjective Review by nxtw · · Score: 1

      There's one glaringly huge difference you neglected to mention.

      Mac OS X is all Fisher Price, all the time. Windows gives you the choice to disable Aero/Luna.

    99. Re:Painfully Subjective Review by DShard · · Score: 1

      There was norton desktop for windows back in 91 which had virtual desktops... not microsoft, mind you, but it worked very well for me.

    100. Re:Painfully Subjective Review by RzUpAnmsCwrds · · Score: 1

      Try running XP (or Vista if you're feeling masochistic) on a 500mhz Pentium.

      XP ran great on the Celeron 300A system I still have sitting around. It had 384MB of memory, of course, which helped quite a bit. There was noticable lag when using heavy web sites in Firefox (e.g. anything that uses Flash), but regular web browsing, word processing, and most other things work just fine. Hell, I ran UT2003 on it - though the GeForce2 MX wasn't exactly fast enoguh to run it at more than the minimum settings.

      I have run XP on Pentium II 233 systems with 64MB of memory. It's not fun, but it does work.

    101. Re:Painfully Subjective Review by Anonymous Coward · · Score: 1, Informative
      I'm not disputing that Microsoft took some good ideas from OSX for Vista, but one thing needs clarified. "Widgets" didn't originate in Mac OSX. I was using Konfabulator (now owned by Yahoo) Widgets in both Windows and OSX before 'Widgets" were part of the OS in either.


      Actually it originated in Mac OS, pre-X:

      Obviously, Apple ripped off the idea for Dashboard. Stolen wholesale, without even the decency to mention where they took the original idea.

      Which, of course, would be the desk accessories from the original 1984 Macintosh -- conceived by Bud Tribble and engineered (mostly) by Andy Hertzfeld.


      http://daringfireball.net/2004/06/dashboard_vs_kon fabulator
    102. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0
      I don't know how much of it is VRAM, but on my system it amounts to more than my total VRAM so it can't be all unless they use some form of lossless texture compression.

      They did one better: they implemented virtual VRAM!

      From Ars:

      Implementing even this limited form of VRAM caching required facing up to the reality that VRAM won't always be able to hold cached copies of all of the backing stores. Worse, the amount of VRAM varies depending on the video card being used. To simplify the Quartz implementation, Jaguar needed some way to make VRAM look "limitless" even though it clearly isn't.

      This problem has been solved before. The virtual memory system in a modern OS makes RAM look "limitless." Well, okay, it makes it appears as if it is 232 or 264 bits long, for 32-bit and 64-bit CPUs, respectively. But that's almost certainly larger than the amount of physical RAM installed (particularly in the 64-bit case).

      Although the details are different, this is essentially what Jaguar did with VRAM. To the operating system, VRAM looks a lot larger than it actually is. Quartz handles the details of swapping data in and out of VRAM as needed, using a replacement algorithm tuned to keep the most frequently used pieces of data in VRAM as much as possible.

      I'm a Linux geek most of the time (I also use Macs), but this is a pretty drool-worthy hack. I can't wait for the Linux/X11/Xorg/Cairo/DRI/Mesa graphics geeks to implement something like this for Linux.
    103. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      What part of a functional GUI with a fully accessible Unix system is "all Fisher Price"?

      Shit, if you don't like OS X's GUI, try typing >console as your username on the login screen.

      Anti-Mac bigots truly are among the least knowledgeable computer users. Far more than the inexperienced users they like to mock.

    104. Re:Painfully Subjective Review by catwh0re · · Score: 1
      To speak of efficiency, you only require a 16MB video card to run Quartz Extreme on a Mac (People run it on 8mb though.) Windows Vista asks for a 256mb video card. So you can bet that there is definitely large quality & efficiency differences there.

      Also the author seems to inaccurately credit application-tabbing to Microsoft. (In one way or another this feature has existed in almost every developed operating system since the mid 80s.)

      A more convincing argument would be to suggest that Apple took "Open With..." from XP.

      That aside Apple rarely-ever takes an idea verbatim from others, instead opting to develop it further.

      Despite my personal opinion that prefers we all use better operating systems instead of there being a huge quality imbalance.
      If I were to be worried about who "borrowed" which features from which platform,
      I'd rate the originality of:
      - Apple-Tab
      - Open with
      far below Mac OS features such as:
      - Expose(Flip3d)
      - Widgets(Gadgets) or even
      - Trash(Recycling Bin).

      I personally feel that things like Tabbing through applications and open with are almost completely obvious features that any platform would reach naturally. It's hard to justify that Expose etc would have been natural developments.

      The only bonus I see in Windows Vista is that it'll promote the sale of computers with higher spec'd hardware beyond the gaming community. It's disturbing to me that an operating system has higher system requirements than current FPS games.

    105. Re:Painfully Subjective Review by wall0159 · · Score: 1

      I can't comment on Windows - haven't used it for years.. but...

      I'm running MacOS 10.4 on my (almost) 3 year old iBook, very nicely. It's a G4 800 Mhz (only 256k cache!), with 640mb RAM (yes, upping the RAM surely helps with a *NIX based OS). I typically have about 10 - 15 apps open at once, and reboot about once every 10 days. I can run OpenOffice and GIMP in X11 (although this taxes things a bit. ;-) I even use this machine for multi-track music recording! (not too many tracks though)

      I run Ubuntu on my PC, and just upgraded form a P4 to a dual-core AMD64, 2GB RAM (think... MATLAB). On the P4 2400, there was a noticable lag when opening the gnome menu. This machine was *substantially* more powerful than my lowly iBook, which leads me to conclude that Apple has done a fantastic job of enabling their latest OS to run on old hardware. On my new PC, Ubuntu runs like a dream...

      Having said that, I *do* think that my iBook would be faster if I was running Linux on it (though it wouldn't be a huge difference). I'd probably do that, except that Linux doesn't support my external USB soundcard.. Damn Digidesign!

    106. Re:Painfully Subjective Review by nxtw · · Score: 1

      What part is all fisher-price? The "Aqua" interface with the curved buttons and gradients.

      That's the majority of the OS X operating system GUI. The rest (Brushed Metal) isn't any better.

      This is one of the *few* valid complaints about OS X out there.

      Perhaps I'm old fanshioned, but I prefer solid colors, right angles, reasonably sized icons, and window titlebar buttons that actually indicate what they do. Anything fancier than a titlebar gradien or "3d effect" is a distraction to me.

      Most window managers and GUI toolkits for XWindows can offer this to me -- KDE/Qt and Gnome/Gtk+ both when configured properly. Windows can offer this to me as well, via Windows Classic. Sure, I might need to spend a few minutes setting things how I like them, but after that, it's done.

      Mac OS X doesn't give me that choice.

      Without the GUI, what's the point of using OS X? BSD, Linux, or Solaris all do a much better job of prodiving a unix like environment on its own -- and they cost much less. (Plus, they have much more choice in GUIs than Windows Classic/Luna/Aero on Windows or Aqua in OS X).

    107. Re:Painfully Subjective Review by multimediavt · · Score: 1

      I thought you were talking about someone like yourself, with older hardware, that wants a stripped down version of an OS to run on it? Isn't that what you said was "doable" by Apple, in your case with a G3? Well, it was done. Why are you throwing Linux and the "average end user" into the mix? Has nothing to do with what you said you wanted, and what really exists. For those that want such a stripped down version of Mac OS X, there is one and it's called Darwin. Yes, it is "yet another unix clone with a strange filesystem layout", but so is every other unix variant based on System V R4. What's your point? It's not difficult at all to load Darwin and then Fink onto just about any Mac. Fink will give you access to XFree (or whatever it's called these days) and the Gnome desktop, if you want a GUI. Beyond that, there are many popular Linux packages that have been ported to Fink, so I'm not sure how much different it would be. And, Darwin *IS* Mac OS X, everything but the GUI, which I believe was what you wanted to strip down to make the OS perform better, was it not?

    108. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      yes, you are old fashioned. have no doubts about it!

    109. Re:Painfully Subjective Review by maddmike · · Score: 1

      Almost correct, BEOS actually had widgets before the Konfabulator did. I forget the actual name of them but, BEOS certinally was ahead of it's time.

    110. Re:Painfully Subjective Review by NekoXP · · Score: 1

      Like most DRM, you can either use it or you don't need to.

      You can boot Vista and it will come with a more secure and stable userspace driver framework, better internets, and all that crap, there is a lot in it which is just "oh, nice" which makes it worth putting on a new system if only so you don't need to boot XP slipstreamed SP2 CD with all your drivers and spend a week tuning it and installing 3rd-party apps to bring it up to your spec. Vista is pretty much how I tuned my XP, out of the box.

      XP and Vista Nothing Special (is it Home?) are going to be identically priced anyway, and MS will continue to support XP for everyone who really, really can't stand to use Vista for their rather spurious moralising about the ethics and theory of DRM.

      However XP has all that DRM stuff loaded into it anyway :)

      I run WMP11 on my XP box anyway. I already have the DRM.

      All my MP3s worked fine on Vista anyway though, the same way they carried on working with XP after I put on the new media player. If you don't like the DRM, don't buy the music; boycotting the OS itself really won't change anyone's mind. Having no sales of the content that's protected, will.

    111. Re:Painfully Subjective Review by ickoonite · · Score: 1

      Try running XP (or Vista if you're feeling masochistic) on a 500mhz Pentium.

      As others have noted, XP on a 500MHz Pentium isn't really that troublesome. But then given XP's age, relative simplicity and general primitiveness (vs. Mac OS X and Vista), it's not really a fair comparison. Vista would be fairer.

      And that is where your point has its validity - whereas, given sufficient RAM, Mac OS X runs very nicely on a ~400MHz G4, the same most certainly cannot be said of Vista. Granted, when Mac OS X was first released, it was slow as molasses and Apple have had - what - five years to tighten things up, but tighten up they have. Three or four years down the line, Vista will doubtless run measurably slower on the same hardware.

      But it has always been thus. Such is the way of things...

      iqu :|

    112. Re:Painfully Subjective Review by Anonymous Coward · · Score: 0

      Fink: "To put it another way, Apple and Microsoft could very easily produce a modern *-lite version of their respective OSes and sell them to people with older or not maxed out hardware and probably keep a high percentage of the population happy with just that."

      My old, shaggy, 400 MHz G4 Powerbook with 384MB runs OSX 10.4 just fine. It's my goto office worker. I bought it 5+ years ago with OS9 installed, OSX wasn't released. Who needs OSX lite?

    113. Re:Painfully Subjective Review by yurnotsoeviltwin · · Score: 1

      See, this is where Apple is innovative. They may not come up with brand new ideas (like widgets, spaces, and a good number of other features) but they're great at taking old ideas and implementing them extremely well. That's why OSX is largely the one that's popularized these ideas, and that's why it gets all the credit for them.

    114. Re:Painfully Subjective Review by default+luser · · Score: 1

      Are there things I need to do to improve the performance?

      Yes, and they are easy to do. You need to turn off all the transition crap, this makes Win2k MUCH more responsive on slower machines (for reference, I once ran Win2k on a P1660 with 48MB ram. It was slow but usable...but these day's I'd try for 64-128MB just to handle some of the richer websites.

      1. Do NOT run a virus scanner. They typically tie up 32-64MB of ram, and with only 128 your machine is going to stall.
            Just do the occasional online virus scan.

      2. Disable Fade Effect: right-click on the desktop, Properties->Effects Tab->Change Fade Effect to Scroll Effect (Win98
            effect), or disable entirely (Win95 effect).

      3. Disable Active Desktop in explorer. Start->Programs->Accessories->Windows Explorer. On Tools->Folder Options, under
            the Active Desktop section choose Windows Classic Folders.

      4. Disable mouse pointer shadow (yet another software transparency effect). Start->Settings->Control Panel->Mouse. Under
            the Pointers tab, uncheck Enable Pointer Shadow.

      Now you have the equivilant to a Windows 98 desktop with Active Desktop disabled (or Windows 95 desktop if you removed all transitions). There's more you can do, but these are the easy ones.

      --

      Man is the animal that laughs.
      And occasionally whores for Karma.

    115. Re:Painfully Subjective Review by Reaperducer · · Score: 1

      Strange. My wife's 500 MHz G3 (iBook) with 640 megs of RAM runs Tiger quite nicely.

      --
      -- I'm old enough to have lived through six different meanings of the word "hacker."
    116. Re:Painfully Subjective Review by Nalgas+D.+Lemur · · Score: 1

      Heh. It probably doesn't slow down running with 256MB of RAM because that's not enough for OS X to be fast in the first place. It's always been intolerably slow for me with anything less than 512MB, regardless of the CPU, even just using Safari and Terminal to do a few things. There's a reason they've sold all new Macs with 512MB of RAM or more for a while now and the number one recommendation everyone's made for a while before that was to increase the memory of the ones that came with 256MB to at least 512MB (and why everyone complained for so long that they sold them with that little to begin with).

    117. Re:Painfully Subjective Review by Reaperducer · · Score: 1

      My experience is more like yours. So, I think he's a troll with a Redmond, Washington mailing address.

      --
      -- I'm old enough to have lived through six different meanings of the word "hacker."
    118. Re:Painfully Subjective Review by Trumpet+of+Doom · · Score: 1

      Maybe you're right. I don't have anything to compare it to.

    119. Re:Painfully Subjective Review by dal20402 · · Score: 1

      If you're performing an operation within the Finder that hits some sort of bottleneck (ie. a slow network link, unresponsive storage device, etc.), the entire system grinds to a halt.

      Absolutely true. I guess I don't take this into account too much anymore since I now run the very multithreaded Path Finder and only touch the Finder when I hit a "show download" link in Safari without thinking.

      Unless he is spending all his time in the Finder, I'm pretty baffled by parent. I have a dual 1.8 G5 (the slowest multiprocessor model) with 3 GB of RAM. It's slow to boot and finish the login process, but once that is actually done, it's very responsive and quick in basically all operations. My laptop is a 2.16 MBP with 2 GB of RAM and is blindingly fast at everything (including logging in). Either parent is spending all his time waiting for the Finder to mount network shares, his machines have a configuration problem, or he has only used machines without enough RAM.

  2. WGA? by Anonymous Coward · · Score: 0

    Was the new WGA experience better than expected?

    1. Re:WGA? by Anonymous Coward · · Score: 0

      I've heard in Vista you can now interact with the MS employees that are data mining your computer via VoIP.

  3. A Mac Fan's Take On Vista.. by AndyG314 · · Score: 1

    no bias there.

    --
    If it's dead, you killed it.
    1. Re: A Mac Fan's Take On Vista.. by King_TJ · · Score: 2, Insightful

      Who said this was supposed to be an unbiased review?? This is intended to compare and contrast Vista with OS X, and enlighten some of the non-Mac using computer users out there that some of Microsoft's "new features" aren't really so "new" to everybody.

      In that respect, I agree completely with him.

      Frankly, his review interested me more than the plethora of soon-to-come, objective reviews filled with benchmarks will.

      I already own and use a Macbook Pro, and I was thinking about setting it up to dual-boot into Vista. (I have XP set up to boot via Bootcamp on it now, and that works quite well.) After reading about his power-management issues and problems with right-click support, I think I'll stick with XP on it for now, instead.

  4. Well... by e2ka · · Score: 4, Funny

    What's that line about imitation being the sincerest form of flattery?

    I think it goes something like "Imitation is the sincerest form of flattery"

    1. Re:Well... by Chacham · · Score: 5, Funny

      I think it goes something like "Imitation is the sincerest form of flattery"

      I think it goes something like "Imitation is the sincerest form of flattery"

    2. Re:Well... by RorschachUK · · Score: 5, Interesting

      Here's a Google Video featuring audio from a Microsoft presentation of Vista's new features over video from OS X Tiger, showing that pretty much everything that was touted as new in Vista is already in Tiger. http://video.google.com/videoplay?docid=-413444611 2378047444

    3. Re:Well... by BrokenHalo · · Score: 2, Informative

      ..."Imitation is the sincerest form of flattery"

      Well, as far as I'm concerned, both UIs can just go suck my... whatever. I don't like either of them. Vista's UI is just more of the sameoldsameold slapped on top of an OS I prefer to shun, and Aqua (as distinct from OS X, which seems pretty good at its job) is an irritating pain to use.

      Although I do own a (now aged but nonetheless functional) iBook G4 in addition to my desktop and server machines, I prefer to run Linux on it with Gnome as my UI of choice. Part of the reason for this choice is simply that I often prefer to work in maximised windows, and the Aqua UI, as far as I have been able to tell, only offers the option with a trackpad click on the appropriate widget rather than offering a hotkey or default action for the purpose. I know that might seem petty, but it's little irritations like this that make a difference for a lot of people. I am aware that Apple might have philosophical reasons for telling people to think the way they do, but I've spent too long operating with interfaces that are more customisable to fit comfortably into their little box.

    4. Re:Well... by mpathetiq · · Score: 1

      Oh damn... that made me lose it. Where are you, mod points?

    5. Re:Well... by StarfishOne · · Score: 4, Funny

      and I believe it ends with ", but originality wins the day" ;)

    6. Re:Well... by Anonymous Coward · · Score: 0

      I found it. Here you go
      <shakes it out and hands it over>

    7. Re:Well... by Anonymous Coward · · Score: 0

      and I believe it ends with ", but originality wins the day" ;)

      and I believe it ends with ", but originality wins the day" ;)

    8. Re:Well... by Anonymous Coward · · Score: 0

      God, you're a fucking tool.

    9. Re:Well... by wild_quinine · · Score: 1
      I think it goes something like "Imitation is the sincerest form of flattery"
      me too.
    10. Re:Well... by e2ka · · Score: 1

      I must say I am very flattered.

    11. Re:Well... by R34L · · Score: 1

      You're working in Redmond right?

    12. Re:Well... by Chacham · · Score: 1

      Are you asking that from a helicopter?

    13. Re:Well... by Chacham · · Score: 1

      Heh. At least i sent you an email. :P

    14. Re:Well... by SmittyTheBold · · Score: 1

      That would be flattering, I'm sure, if you hadn't said it in that nasally/mocking tone of voice.

      --
      ± 29 dB
    15. Re:Well... by zygote · · Score: 1

      I know it goes exactly like this: "Imitation is the sincerest form of flattery."

      --
      the future is here, it is just not evenly distributed - w. gibson
    16. Re:Well... by symonty · · Score: 1

      In vista's case..

      "limitation is the sincerest form of flattery"

      --
      -- email me @ 30,000 ft
  5. Flip is a matter of opinion by Com2Kid · · Score: 1, Interesting

    I think it is horribly stupid and ugly, I much perfer zooming out on loaded applications then zooming back in.

    Overall I feel that the Vista UI is way to dark. Either black stained glass on higher end systems, or black borders as a default for users who cannot fully run Aero. The entire black motif might have been cool if this was 1999.

    Yes I know that the glass color can be changed, but no matter what it is still dark and depressing.

    The sheer number of icons that surround the UI also makes everything feel very crowded, which is rather sad considering the work that MS has put in to try and unclutter the UI. Moving everything out of the menus and onto icons that then surround explorer windows is not really decluttering though.

    Disclaimer: I haven't played with anything after beta2, if anybody wants to report that the newer releases have cleaned up the UI (and gotten rid of that horrible black theme... which I doubt!) then please feel free to correct me!

    1. Re:Flip is a matter of opinion by Tom · · Score: 5, Funny

      Yes I know that the glass color can be changed, but no matter what it is still dark and depressing.

      It's just there to get you in the mood. You know, if you're already depressed, then the first crash or 0day won't hurt so much. :-)

      --
      Assorted stuff I do sometimes: Lemuria.org
    2. Re:Flip is a matter of opinion by funpet · · Score: 0

      I'm already depressed from looking at the black glossy bars on Slashdot:Apple.

    3. Re:Flip is a matter of opinion by ChronoReverse · · Score: 1

      But the default colours are a nice pale blue. It's only the taskbar that's glossy black.

    4. Re:Flip is a matter of opinion by marnek · · Score: 1

      This is a matter of opinion. I work on a computer every day and I prefer dark colors because they're much easier on the eyes. I generally use dark themes and turn my monitor brightness settings very low, because staring at a lightbulb all day gives me a headache.

    5. Re:Flip is a matter of opinion by aristotle-dude · · Score: 1
      Here is an nice "hint" for you. If you have a windows near you at work, pull up the shades and let some of the light from the "day star" aka the sun. Alternatively, you could try turning on the overhead lights.

      You will get a headache if you do not have sufficient lighting.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    6. Re:Flip is a matter of opinion by marnek · · Score: 1

      Thanks for the "hint". I understand the importance of sufficient lighting, which is why my blinds are open during the day and my lights are on during the night. In fact, I wouldn't even consider computing in a dark room. Despite this, I still don't like staring directly at a bright light source so all my flatpanels are on brightness setting 0.

  6. Missing out on the real features... by cybrthng · · Score: 5, Informative

    I'm not going to copy and paste them here, but check out http://en.wikipedia.org/wiki/Features_new_to_Windo ws_Vista for all of the features & enhancements that really make vista what it is.

    The new gui is just a fraction of what Vista offers and i'm amazed at home many people praise it or deteste it based on that single aspect alone.

    UAC annoying? Not really, it finally juts alerts you to a change that affects your system as a whole. UAC used to be MUCH more annoying on previous betas but really is a non issue for most people on 5728 or higher because once your running there really isn't much you need to change and being alerted to changes that can impact your system is a good thing.

    It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.

    1. Re:Missing out on the real features... by Anonymous Coward · · Score: 0

      There is even easier way of disabling it via the Control Panel.

    2. Re:Missing out on the real features... by oc255 · · Score: 1

      I agree with what you are saying about a ton of new features. However, the services (net start/stop) UI is the same as it was in 2000 (awful). Overall, I can't sum up what I think about Vista 5728, it's exciting to run a new OS but it's a mixed experience.

      For sure, I fell out of my seat in horror when I saw where they moved C:\Documents and Settings\username

      OSX = /Users/username
      Vista = C:\Users\username

      Holy crap. I mean, it's a string! That's not even necessary, you could have named it whatever you wanted and that would be the standard, that would be law. I'll forgive security dialogs (sudo), gadgets (widgets), blurry (glossy), search icon (spotlight icon), winfs (spotlight), aero (aqua) but I can't forgive explictly copying OSX's home directory structure. It's plainly obvious that they are copying Apple.

    3. Re:Missing out on the real features... by Anonymous Coward · · Score: 0

      Since when is a reboot 2 seconds?

    4. Re:Missing out on the real features... by cybrthng · · Score: 2, Interesting

      huh?

      The home directory structre has existed in OS's long before OS X even existed. Not sure about the rest of your points as they seem really, really, really miniscule to base your entire OS views on. If you want to really see vista shine quite using the old stuff and try the new stuff. Computer Management - right click on Computer, Click Manage and give that a shot.

      There are some new tools in seperate betas that really simplify management even more than what this does but i'm not sure if they will be in vista or a related download afterwards or part of the longhorn server release.

    5. Re:Missing out on the real features... by 140Mandak262Jamuna · · Score: 2, Funny

      Where are the SCO lawyers alleging source code theft? This is prooooooooof

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    6. Re:Missing out on the real features... by amliebsch · · Score: 1
      However, the services (net start/stop) UI is the same as it was in 2000 (awful).

      Come again? The services "UI" is services.msc - has been for ages.

      --
      If you don't know where you are going, you will wind up somewhere else.
    7. Re:Missing out on the real features... by ant-1 · · Score: 1
      It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.
      I couldn't help but laugh out loud after reading that. You owe me one very complicated explanation to my boss for this sentence.

      - Method is not really straightforward... But I heard you could use the control panel to disable it.
      - Reboot = 2 secs ? That's where I really laughed.
      - Reboot in the first place ? Jeez, I thought they would have learned after so many years. WinXP removed the reboot after the IP address change and a few others, but Vista seems to still have some of those unnecessary reboots after all...
    8. Re:Missing out on the real features... by oc255 · · Score: 5, Informative

      Yes, home directories have been around for a long time. They moved C:\Documents and Settings\username to C:\Users\username which is the exact path of OSX if you switched it to a UNIX path.

    9. Re:Missing out on the real features... by Ravatar · · Score: 1

      It's also in the Task Manager now.

    10. Re:Missing out on the real features... by oc255 · · Score: 1

      Yes, services.msc is awful and has been around since 2000. It's this massive spreadsheet that defaults to the "extended" tab, which is supposed to provide notes on the services. But all the notes on the services are in the description column. Sure, it works. But it is not happy fun party time.

    11. Re:Missing out on the real features... by fomhoire69 · · Score: 4, Funny

      Solitaire has been updated and rewritten to take advantage of Windows Vista's new graphics capabilities well thts sold me.

    12. Re:Missing out on the real features... by Khuffie · · Score: 1

      You do realize microsoft announced gadgets in an old build of longhorn long, long before Apple announced it in OS X? And regardless, Konfabulator was there first?

    13. Re:Missing out on the real features... by Tim+C · · Score: 3, Insightful

      I think quite a lot of people moaned about "Documents and Settings" because

      a) it's quite a lot to type
      b) it contains those embedded spaces that can be troublesome for the CLI and some older apps

      Given that they wanted to change it, what else would you call it? And at the end of the day, does it matter that it's the same on OS X?

    14. Re:Missing out on the real features... by LoudMusic · · Score: 2, Funny

      It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.

      You said enough at "Windows are a misconfiguration". ;)

      --
      No sig for you. YOU GET NO SIG!
    15. Re:Missing out on the real features... by ZorinLynx · · Score: 1

      Actually, rebooting after IP changes was removed long before, in Windows NT 4.0.

      MS just never wanted to sell NT to consumers until Win2000, and to a greater extent, XP.

      -Z

    16. Re:Missing out on the real features... by amliebsch · · Score: 1

      I don't really see what's so bad about it. It works, it's simple, it's understandable. It certainly seems more usable than this and provides more information than this. I couldn't find an equivalent OS X screen - maybe it manages services in some radical, insanely great way, but frankly this seems like a ridiculous complaint.

      --
      If you don't know where you are going, you will wind up somewhere else.
    17. Re:Missing out on the real features... by narkalepse · · Score: 1

      I see your point, but a piece of software lives and dies by the GUI to the average user. That is what they see, and hence, understand.

      I have built PCs for the grandmothers of my friends -- for emailing those grandkid pix and redneck jokes. All they want are two shortcuts on the desktop: firefox and solitare. Training them on the finer points of spyware avoidance is a lengthy, excruciating waste of time. Telling them about security holes and memory usage is enough to make the sweet old ladies curse at me with the skill of a sailor.

      This is the kind of person TFA was geared toward. How does vista feel. I agree that it was largely a "puff" piece to the /. crowd, but it has its place.

      --
      ~Why even bother.
    18. Re:Missing out on the real features... by jcr · · Score: 1

      regardless, Konfabulator was there first?

      Nope.

      Widgets are just an updated take on Bud Tribble's original idea of Desk Accessories.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    19. Re:Missing out on the real features... by artemis67 · · Score: 5, Informative

      You do realize that Konfabulator (which started out on the Mac OS) was nothing more than a return to Apple's Desktop Accessories, which premiered in Mac System 1.0, but Apple started to drift away from with the introduction of System 7? By Mac OS 9, DA's were pretty much dead, and with the introduction of OS X, gone altogether. Konfabulator may have had a lot of influence on the way Apple implemented Widgets, but technically Apple is only returning to a concept that they pioneered in 1984.

    20. Re:Missing out on the real features... by laxcat · · Score: 1

      Ok, sure, there's tons of new stuff in Vista. Cool. But I'm so sick of people discounting UI like its just one among many feature. UI is the only feature that matters. I think techies loose sight of the fact that most people don't care about "features" like "Service hardening" or "Windows Defender." That stuff is just confusing and people wonder why they need to be bothered with it. All people want is a way to get to thier applications and a way to find, organize, and work with their documents. You know. Work. Productivity. What most people use a computer for. UI is 99% of the story when it comes to those functions.

      Additional, built in apps are great. But they're just that: apps. OSX has great ones, and it looks like Vista is adding a bunch of new/upgraded ones. But for people (most of us) who just do Photoshop, or Dreamweaver, or MS Word, or whatever it is we do all day, all these little apps are just icing and not really part of the core computer-using experience.

      I'll say it again, because it can't be said enough: UI is the only really important thing in an operating system. If you fail there, your OS is all icing and no cake.

    21. Re:Missing out on the real features... by aug24 · · Score: 1

      You see, the weird thing is, I read that and I can sum it up as follows:

      1) Eye Candy
      2) Somewhat more secure
      3) Improved backup facilities
      4) "We unbroke the XP search facility"

      "Plus we copied a lot of the features in FireFox and added some DRM, which will help prevent people copying your music/video/porn collection. Including you."

      And this is worth 350 bucks or 200 quid?

      Justin.

      --
      You're only jealous cos the little penguins are talking to me.
    22. Re:Missing out on the real features... by ChronoReverse · · Score: 1

      Yes, the reboot is the most irritating part of it. However, turning off UAC itself is easy since the option is right under User Properties in the control panel.

    23. Re:Missing out on the real features... by Speare · · Score: 1
      The new gui is just a fraction of what Vista offers and i'm amazed at home many people praise it or deteste it based on that single aspect alone.

      People rate the quality of a new road solely on the smooth pothole-free surface they encounter when the construction trucks finally leave. They don't know about, are not curious about, and don't want to be curious about the improved fiber trunks, water reclamation system, ice resistant tarmac, or wear-resistant striping polymers. This is really pretty much the nature of 99% of humanity: unless you have some specific field knowledge, then superficial gloss is all you have any way of measuring quality or desirability.

      --
      [ .sig file not found ]
    24. Re:Missing out on the real features... by nine-times · · Score: 1

      The new gui is just a fraction of what Vista offers and i'm amazed at home many people praise it or deteste it based on that single aspect alone.

      Yeah, it's a fraction of what Vista has to offer users, but for most users that fraction is something like 9/10. Really, what Vista offers over Windows XP, AFAICT, can be grouped like this:

      • new UI
      • a few more bundled applications (eg a calendar app)
      • newer bundled applications (OE, IE, WMP, etc. have been updated. Games are prettier.)
      • bug fixes (including improvements to networking)
      • security has been improved

      So the UI changes are noticeable, and many people have complaints about Microsoft bundling applications. The only thing left are bug fixes and better security, which I question whether it's a appropriate for someone to sell you an update to their software on the basis that the old version was too buggy and insecure.

    25. Re:Missing out on the real features... by noidentity · · Score: 1
      UAC annoying? Not really, it finally juts alerts you to a change that affects your system as a whole. [...] It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.

      And that is the problem with it. If it's too lax, it lets things by that you want to be notified about. If it's too strict, it gets in the way and your turn it off. And finally, a better security model can eliminate the need to even consider asking the user in many cases.

    26. Re:Missing out on the real features... by cybrthng · · Score: 1

      The only reason you say that is you are a graphics nut. The UI doesn't make the OS, the experience does and part of the experience is performance, stability, reliability, trust, installation, safety and overall getting the job done and making it easy to do so.

      Vista has all of the eye candy you can want and if you don't like it, it is entirely replaceable now that there is an actual window manager.

      So to discount the OS on the default GUI is to falsely discount the OS because out of the factory it doesn't give you a woody and to also say the bling is all that matters is to discount what computers are designed to do in the first place, get the job done and i'm sorry eye candy doesn't get the job done, just makes it more appealing.

    27. Re:Missing out on the real features... by Doctor+Memory · · Score: 0
      I fell out of my seat in horror when I saw where they moved C:\Documents and Settings\username

      Whew! Glad I switched to Solaris, where I have a nice non-infringing home directory path: /home/username. Safe from OSX fanbois!
      --
      Just junk food for thought...
    28. Re:Missing out on the real features... by cybrthng · · Score: 1

      Your summary is entirely incorrect.. read the Wikipedia article again.

      1. Eye candy is there.. and most certainly will shine
      2. Somewhat is an understatement.
      3. improved backup - yes, the new backup system is a major update and very easy
      4. don't know what your talking about. XP and Vista search are entirely different beasts.

      What makes it worth the price is all of the features combined - media center, media player, dvd maker, windows share, defender, better security, better reliability, better hardware integration & support, faster/snappier UI and takes advantage of modern hardware much better than anything else out there.

      BTW, most people don't pay retail. It will be cheaper to buy a new PC with vista already installed than to upgrade your own but any hardcore tech dork will know how to get a copy at a decent rate.. (buy OEM from egghead with a usb cord or something like that..)

      Vista isn't worth an upgrade the day it comes out unless you use the functionality provided within. THe dvd maker is nice, movie maker works great with dvr-ms files now and media center is night and day an improvement over MCE 2005 so i will upgrade my MCE machine day one.

      Vista will truely shine when Office 2k7 comes out, 3rd party software companies integrate with the new interface and workplace environments and offices and large companies can make large, secured and easily managed deployments easily.

      DirectX 10, Vista Gaming, Live Anywhere, integration with Longhorne Server and many other services that are falling into place will make it really WORTH the cost to the average user.

      Vista is an enabler for what Microsoft plans to deliver.. you either want a piece of that or you don't.

    29. Re:Missing out on the real features... by drsmithy · · Score: 1
      The new gui is just a fraction of what Vista offers and i'm amazed at home many people praise it or deteste it based on that single aspect alone.

      Indeed. It's amazing (if not depressing) to see how many tech-oriented people criticise Vista as being "just a skin on XP", yet have no interest in the myriad under-the-hood modifications that have been made.

      UAC annoying? Not really, it finally juts alerts you to a change that affects your system as a whole. UAC used to be MUCH more annoying on previous betas but really is a non issue for most people on 5728 or higher because once your running there really isn't much you need to change and being alerted to changes that can impact your system is a good thing.

      Not only that, but I'm yet to see a single example of "annoying UAC prompts" that isn't a) perfectly justifiable and b) would (or *should*) happen on other platforms with similar functionality.

    30. Re:Missing out on the real features... by Anonymous Coward · · Score: 0

      Really? A reboot takes 2 seconds? Next, you'll be telling us we won't lose the sessions of the applications that were running immediately before the reboot.

      Sorry, I'm not trying to be nasty, but MS Window people just seem to go way too far in taking a reboot for granted. As far as the application sessions you're running, a reboot is catastrophic and should never be taken for granted.

    31. Re:Missing out on the real features... by whathappenedtomonday · · Score: 4, Funny
      reboot.

      Good thing that this particular feature remains unchanged.

      --
      I hope I didn't brain my damage.
    32. Re:Missing out on the real features... by Bert64 · · Score: 1

      Changing the clock shouldn't affect the whole system...
      It should change the timezone settings for YOUR USER, not for the whole system, setting the global system clock should be a seperate setting available only to system admins.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    33. Re:Missing out on the real features... by Anonymous Coward · · Score: 0

      The new gui is just a fraction of what Vista offers and i'm amazed at home many people praise it or deteste it based on that single aspect alone.

      You must have missed the part about the reviewer being a Mac fan.

    34. Re:Missing out on the real features... by nine-times · · Score: 1

      "Users" is obvious. It's where you're storing users' files. I think the change is great, because any folder that's accessed so frequently shouldn't have spaces in it. I mean, really, WTF? "Documents and Settings"? Why not just name it "This is the place where all of your files are stored, assuming your applications' developers did things correctly. However, you probably still have some personal files or settings stored in 'Program Files' for some reason."

      OSX just did the obvious thing and broke their directory structure into the two folders which (from a user's point of view) are the two groups that everything falls into: your files, and your applications. From there, it should also be obvious that you pick simple, one word, obvious names for these folders. Call it "Programs" and "Users", or "Applications" and "Home", or whatever. But spaces are annoying for CLI, so "Documents and Settings" and "Program Files" are retarded. Really? "Program Files"? Everything on your fricken hard drive is a "file", so why do you need to tack that at the end of your directory? By that logic it should be "Windows Files", and "My Document Files", "My Music Files", etc.

      So obviously, yeah, for the love of god, drop "My" from everything, don't put "Files" at the end of any directory name, and make "Documents and Settings" into "Users". This sanity in directory structure might be the only thing that makes me want to use Vista.

    35. Re:Missing out on the real features... by sootman · · Score: 1

      Your PC reboots in 2 seconds? Wow, I really need to upgrade.

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    36. Re:Missing out on the real features... by nine-times · · Score: 1

      It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.

      So one of the 4 reasons to upgrade to Vista is because it's more secure, and the fact that Microsoft can't seem to get their security systems to work in reasonable ways is fine, because you can turn off the security altogether? What about the people who need security, don't want their system overrun by hackers, spyware, and viruses, but just don't want it to be so annoying as to pop up when you want to delete a shortcut on your desktop? Can't Microsoft satisfy that small section of the population?

    37. Re:Missing out on the real features... by Yaztromo · · Score: 2, Interesting
      Given that they wanted to change it, what else would you call it? And at the end of the day, does it matter that it's the same on OS X?

      I'd argue that yes -- yes it does. But perhaps not for quite the reasons some might expect.

      Microsoft has long been about doing things ever so slightly differently in order to maintain a firm grip on platform lock-in as much as possible. They have done a lot of work over the years to try to mould user expectations in order to make it harder for them to move from Widows to another platform. And for many, many users, where to find their files and how to organize them is a HUGE part of this lock-in.

      This seems to be falling to the wayside somewhat with Vista, however, and IMO that's a good thing for users (and for the record, I haven't used Vista at all, and am not a Windows user at all, so I'm going on what I've heard both here on /. and elsewhere). If Microsoft aligns Vista closer and closer to the way OS X does things, it will make it easier for Windows users to make the jump from one platform to another (from a usability standpoint). Someone trained on one system can use the other.

      I wonder how long it will take before a user-friendly Linux distro decides to switch from "/home" to "/Users" to align with OS X and Vista (although obviously the entire "/Users" tree is a direct derivative of the way Unix and Linux have been doing things for ages, for many people naming consistency is very important. Far too many people out there don't have the memory capacity for naming that most of us in the industry have).

      Yaz.

    38. Re:Missing out on the real features... by Lagged2Death · · Score: 1

      UAC annoying? Not really ... It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.

      The story points out that OSX's similar warning/permission system has more granularity; if you want to skip alerts when the user changes the date/time, but leave the alerts enabled for other things, that can be done.

      That sounds a lot more useful than an all-or-nothing system like UAC, because its likely that OSX will be checking some things, whereas many Vista installs will end up with UAC disabled completely.

    39. Re:Missing out on the real features... by powerlord · · Score: 1
      I wonder how long it will take before a user-friendly Linux distro decides to switch from "/home" to "/Users"


      Why wait? Here ya go.
      #/bin/bash
      sudo ln -s /home /Users
      Enjoy :)
      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    40. Re:Missing out on the real features... by I'm+Don+Giovanni · · Score: 2, Interesting

      I wouldn't say that widgets are an intentional return to Desktop Accessories.
      Desktop Accessories were a hack to get around that fact that pre-System 7, Mac OS was a single-tasking system. With OS 7, Mac OS because a true multi-tasking system (albeit, cooperatively), so they could do away with Desktop Accessories.

      That being said, DOS had TSRs (terminate and stay resident) programs that acted like accessories. One could argue that Desktop Accessories were merely the GUI version of TSRs (I don't know which came first).

      Anyway, Deskop Accessories and TSRs are so long ago, that who cares? In the modern era, Startdock and Konfabulator had desktop widgets long before Apple did. Hell, Win9x had them with Active desktop (dynamic HTML gadgets that ran on the desktop; there was a pretty popular one that provided realtime news, weather, and stock quotes, but I forget the name of it).

      --
      -- "I never gave these stories much credence." - HAL 9000
    41. Re:Missing out on the real features... by Yaztromo · · Score: 1
      Why wait? Here ya go.

      I hope you're being a bit facetious, as being able to do that yourself post-install is intuitively obvious to your typical Linux Geek. But I'd have thought it was intuitively obvious that I was referring to having such a facility as part of the base install, to make Joe AverageUser more comfortable y using the expectations they bring with them from their Windows (post-Vista) and/or Mac OS X experience.

      Yaz.

    42. Re:Missing out on the real features... by Anonymous Coward · · Score: 0

      What difference does it make where its located? Whats stopping you from using "~" or the unix API to get a user's home directory? This is a total non-issue.

    43. Re:Missing out on the real features... by I'm+Don+Giovanni · · Score: 1

      Of course, if Microsoft had followed OSX's example, guys like you and the author of this article would've ripped them to shreds for copying Apple.

      --
      -- "I never gave these stories much credence." - HAL 9000
    44. Re:Missing out on the real features... by Anonymous Coward · · Score: 0
      I'm not going to copy and paste them here, but check out http://en.wikipedia.org/wiki/Features_new_to_Windo ws_Vista for all of the features & enhancements that really make vista what it is.

      Near the bottom I noticed "Speech recognition", I can't wait for this feature! I have an aunt that I would like to be able to stay in contact with.
    45. Re:Missing out on the real features... by Anonymous Coward · · Score: 0

      No, I don't think even the programmers of Konfabulator had any thought of Desk Accessories when they come up with the idea. Why would they? OS X already had multitasking and that was the only thing DA gave (sort of) the old Mac OS. For anybody but the most extreme Mac users Desk accessories was just (looked like) regular programs. Why do you think they went dead when Mac OS got multitaskng? Of course because they didn't offer the system anything.

    46. Re:Missing out on the real features... by drsmithy · · Score: 1
      So one of the 4 reasons to upgrade to Vista is because it's more secure, and the fact that Microsoft can't seem to get their security systems to work in reasonable ways is fine, because you can turn off the security altogether?

      Except the security systems *do* work in a reasonable way. Everyone I've seen criticising it is either a) too used to just being able to do anything, b) complaining because it's not like OS X/Linux/whatever or c) using unrealistic contrived examples because they have an axe to grind.

      What about the people who need security, don't want their system overrun by hackers, spyware, and viruses, but just don't want it to be so annoying as to pop up when you want to delete a shortcut on your desktop?

      You won't get a pop up in that situation. You *will* get a popup if you try to delete a shortcut that resides on the "All Users" Desktop, for what should hopefully be obvious reasons.

    47. Re:Missing out on the real features... by powerlord · · Score: 1

      Yes, I was being facetious, and yes, I agree that it would be nice if more users abandoned MS, however I think that at the point that the User understands what the directory IS, I don't think there is a major difference between 'Users' and 'home'.

      They both are one word.
      They both serve the same function.
      and
      That one word is descriptive of that function, since the directory is the 'Home' directory for the 'User'.

      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    48. Re:Missing out on the real features... by oc255 · · Score: 1

      I agree with the change, I just think it's funny in light of the other OSX-ish features. Not to be negative but I've been telling all my SA friends about this and they hate it to the point that they won't intentionally suggest Vista. But only because they run Citrix farms where Group Policy and a million other things are hardcoded to C:\Doc and Settings

    49. Re:Missing out on the real features... by westlake · · Score: 0, Flamebait
      reboot.
      Good thing that this particular feature remains unchanged.

      someday, perhaps, the geek may learn that the occasional reboot of XP is not an issue that most users give a damn about one way or the other. it will be even less an issue in Vista.

      consider it filed and forgotten along with the geek's endless blather about the Microsoft Tax.

    50. Re:Missing out on the real features... by Yaztromo · · Score: 1
      They both are one word.
      They both serve the same function.
      and
      That one word is descriptive of that function, since the directory is the 'Home' directory for the 'User'.

      You sir have obviously never worked telephone technical support.

      You know they're the same thing. I know they are the same thing. Joe and Jane AverageUser have no freaking clue that these two things are the same, and as soon as they sit in front of a computer will turn off all critical thinking skills, and will say dumb things like "Well, it's called something different on my other computer".

      I had the misfortune of working in tech support for a few months when I was doing my undergrad in the mid 90's. And yes, there are a LOT of people out there who lack the critical thinking skills to determine this sort of thing for themselves. Heck, I still deal with this sort of thing on a semi-regular basis, anytime a family member moves from one computer to another.

      IMO, having some form of consistency from one platform to another is in everyones best interest, even if the change is silly and meaningless to you and I.

      Yaz.

    51. Re:Missing out on the real features... by laxcat · · Score: 1
      The only reason you say that is you are a graphics nut.

      No. Eye candy doesn't matter for shit. The interface could be all in text and keyboard based for all I care. The only thing that matters is presenting the user with an intuitive toolset that makes performing their day to day tasks simple and non-intrusive. Its not about being a "graphics nut," its about presenting things in the best way possible to your audience. A UI should be natural.

      The UI doesn't make the OS, the experience does and part of the experience is performance, stability, reliability, trust, installation, safety and overall getting the job done and making it easy to do so.

      I agree with performance and stability, but those are givens aren't they? If a UI runs slowly, taking up all the CPU cycles, and blocks the user from performing their task, it fails as a UI. If the system crashes, well, I mean that's a failure of the OS altogether isn't it? No feature in the world matters at that point. Whether your installation process is good or not, again, all comes down to UI. Does the user have to type a bunch of commands to install? No? It's a pleasent looking series of screens that guides them throught the process you say? Again, UI is key. If its confusing, or conveluded, the user simply isn't going to care how fast it runs, because they won't be able to figure out how to run it!

      Vista has all of the eye candy you can want and if you don't like it, it is entirely replaceable now that there is an actual window manager.

      Again, its not about eye candy, its about how well the system allows me to access my applications and documents. Thats it. Thats the purpose of a computer.

      So to discount the OS on the default GUI is to falsely discount the OS because out of the factory it doesn't give you a woody and to also say the bling is all that matters is to discount what computers are designed to do in the first place, get the job done and i'm sorry eye candy doesn't get the job done, just makes it more appealing.

      Again, you miss my entire point. But I've reiterated it several times already. UI is not bling nor is it about inducing erections. Its about getting the hell out of my way while I try to get my work done. If its really good, it might even help me get my work done.

    52. Re:Missing out on the real features... by oc255 · · Score: 1

      How come even when I say Vista copied the pathname no one sees my point? It was something, they changed it to match OSX. I'm not claiming they did this because they looked at OSX. But now it matches OSX's home directory structure. Infer all you want, it's another thing that is the same after the original is out.

      God, even a string parser would agree with me provided minimal regex syntax. /home/username was in the wild. /export/home/username was in the wild. /Users/username was in the wild and they chose this after getting so close to OSX on so many other things, why. Why would they throw gas on the fire like this?

      "And at the end of the day, does it matter that it's the same on OS X?" Nope, it doesn't matter, people won't care. Vista will sell and run so wonderfully on those intel 945g cards that don't even know what h/w T&L (circa 1999) is. But who knows, it's all speculation.

    53. Re:Missing out on the real features... by dioscaido · · Score: 1

      And finally, a better security model can eliminate the need to even consider asking the user in many cases.

      Can you describe this security model?

    54. Re:Missing out on the real features... by amliebsch · · Score: 1

      That's their own faults for being idiots and hardcoding "C:\Documents and Settings" instead of using %userprofile% like they are supposed to.

      --
      If you don't know where you are going, you will wind up somewhere else.
    55. Re:Missing out on the real features... by superman970 · · Score: 1

      Comparing Widgets to Active Desktop? Are you on crack? You have to understand that most of the people on /. know a little about computing history, and will call BS when they smell it. Next time, try comparing apples to something remotely comparable.

    56. Re:Missing out on the real features... by fwarren · · Score: 1
      Given that they wanted to change it, what else would you call it

      /home/username

      --
      vi + /etc over regedit any day of the week.
    57. Re:Missing out on the real features... by lee1026 · · Score: 1

      Can't you just type the second line into the command line directly instead of bothering with setting up a script?

    58. Re:Missing out on the real features... by Yaztromo · · Score: 1
      What difference does it make where its located? Whats stopping you from using "~" or the unix API to get a user's home directory? This is a total non-issue.

      This is not a development issue. This is also not an issue for people who are using a command line. This is an issue for users who never go past the GUI, being able to find things within the file-system where they expect to find them, in a consistent location between different OS's.

      No, it makes no technical difference. Yes, you and I know that /home and /Users are exactly the same thing. Yes, scripts can use ~ or $HOME, and programs can query the home directory.

      But when you sit my mother in front of a machine with a GUI, she (as an OS X user) expects to find her documents in the "Users" folder inside her hard drive. She has no concept of how the filesystem is set up (hell, the "/" in a path is enough to confuse her...). If this were to become common across OS's, I could move her to Linux or (::shudder::) Windows Vista, and she would continue to have her expectations met (and would be one less thing she'd need to bother me about).

      Why is this so hard for some people here to grasp? It wouldn't be a change for the likes of you and I who live on the command line, and can store entire filesystem hierarchies in wetware memory -- it's a change for the sake of consistency for the rest of the world, so that Jane Secretary who has only ever had a course on MS Word can be moved from one platform to another without asking IT five times a day "Where are my files!".

      Yaz.

    59. Re:Missing out on the real features... by Achromatic1978 · · Score: 1

      Let's face it, the only reason "Documents and Settings" and "Program Files" were used were because Microsoft were so amazingly proud of their long file name/spaces in filename support, and what better way to remind everyone than make it this prominent?

    60. Re:Missing out on the real features... by zsau · · Score: 1

      GoboLinux has used /Users (and /Depot, /Mount, /System, /Files, /Programs) since I think the first version in 2003. I don't think this was 'to align with Mac OS X', though, but simply because the creators were changing the directory structure anyway. Note that /Programs is different from the Mac's /Applications, so they weren't blindly copying.

      Distributions based around GNUStep (which have generally gone nowhere) I think have also used a similar directory structure, obviously for the same reason as Mac OS X: to align with NeXTSTEP. But don't quote me on this one! :)

      Personally I don't think it's that important on Windows or *nix, GUIs for which almost always direct you to your home directory on almost all occasions; only someone who knows what they're doing anyway should be poking in the root. And on *nix directories relative to your home are often displayed with the ~ notation, so something that apparently displays the full pathname only begins with ~. On the other hand, to do anything on a new Mac you have to go first to the root, then to Users, then to your home directory.

      As regards Microsoft choosing 'C:\Documents and Settings' or 'C:\Users', I don't really think that makes a difference in ability-to-switch. Otherwise they could never have made the change themselves! I think things like having multiple root folders is a lot worse, and for that reason they'll never switch them.

      --
      Look out!
    61. Re:Missing out on the real features... by toddestan · · Score: 1

      Comparing Widgets to Active Desktop? Are you on crack? You have to understand that most of the people on /. know a little about computing history, and will call BS when they smell it. Next time, try comparing apples to something remotely comparable.

      Yeah, that would be like comparing Widgets to something arcane thing from the past like Desktop Accessories. Sure, they seem crude in comparison, but I knew people back in the Windows 98 days who did things like make an auto-updating weather page in HTML and make it their desktop background. The idea is hardly new.

    62. Re:Missing out on the real features... by aug24 · · Score: 1

      I think you're on the right track with your OEM para: people will only buy it in great numbers when PC World refuses to sell them Windows XP.

      I've spoken to a few people (non-geeks, but interested in computers), and the consensus has been that it offers nothing they need, and their current machines will probably run slower with it than they do now.

      Personally, I think MS has run out of 'big ideas'. The commoditisation of operating systems has reached tipping point, and people in general will only buy this when they buy their next machine and they effectively have no choice.

      J.

      --
      You're only jealous cos the little penguins are talking to me.
    63. Re:Missing out on the real features... by aug24 · · Score: 1

      Just out of interest, are you the Byron Miller who works for Forrester?

      J.

      --
      You're only jealous cos the little penguins are talking to me.
    64. Re:Missing out on the real features... by nine-times · · Score: 1

      I don't know, but if there's any truth to that, it only makes the whole thing more stupid since those filenames were originally for a filesystem that didn't really have long filename support. Whenever you dropped into DOS, you found that "Program Files" was really named "PROGRA~1". All the more reason they should have used a short name without spaces.

    65. Re:Missing out on the real features... by artemis67 · · Score: 1

      Yes, implementing multitasking correctly was an important step forward (anyone remember using Switcher on their Fat Mac?); also interface played a role. With System 7, Apple opened up the Apple Menu so that the user could customize it with any program, not just desk accessories, so there was no point any longer in writing an application as a DA that could only be launched if it was loaded into the system at boot time.

      And to the other posters, DA's were always, ever intended to be mini apps, just like Widgets. If you look at this screenshot of the upcoming Gadgets in Windows Vista, you'll see that five of the eleven Gadgets first made their appearance as DA's in the Mac OS (Calendar, Clock, Puzzle, Notepad, Scapbook).

    66. Re:Missing out on the real features... by Weedlekin · · Score: 1

      It's the new Microsoft WorksForSure(TM)(R) system. Instead of bothering people with endless dialogs that require confirmation, WorksForSure has a single one that pops up saying "Windows has decided that you aren't allowed to do that. Click the OK button to continue".

      --
      I'm not going to change your sheets again, Mr. Hastings.
    67. Re:Missing out on the real features... by symonty · · Score: 1

      A think .... "solitaire" is the most popular game in history, it is on 90% of the worlds computers.

      And look around on your next flight , all the business people are playing solitaire... Since they don't have access to install anything past the seven layers of anti-virus software.

      --
      -- email me @ 30,000 ft
    68. Re:Missing out on the real features... by Lagged2Death · · Score: 1

      Not me. Imitation isn't the same as innovation, but it's better than making something crappy from scratch.

  7. Screen "shots" by Anonymous Coward · · Score: 0

    It's quite some time ago, that I've seen screen shots taken with a camera. Must have been in the good old C64 era.

  8. Despite the proof... by SanderDJ · · Score: 0

    ...that previous year's OS X is next year's Vista: people still won't come over to the OS X platform (is my prediction). With the advent of the Intel Macs, no more excuse exists not to migrate to the literally safer option. Why can't people let go of that Windows ****?

    1. Re:Despite the proof... by Tom · · Score: 2, Interesting

      Not so sure on this. I've finally done the switch (though from Linux, not windos) with the new MacBook Pro. Intel was a reason, because I still keep a windos partition for Games until the Wii launches. I might not have switched if Mac had stayed with PPC.

      Here's how I see it: Let people buy the new Macs because they can run Windos. Once they've seen the two in a direct comparison (running on the same machine), they'll appreciate OSX. Then they'll love it. Then they'll start to worship it. Then they'll wipe the windos partition in a night of frenzy and drunken fanatism just before they realize that they should've petitioned the makers of their favourite software before doing that...

      --
      Assorted stuff I do sometimes: Lemuria.org
    2. Re:Despite the proof... by 0racle · · Score: 2, Insightful

      I guess you don't run applications on your systems, just OS's.

      --
      "I use a Mac because I'm just better than you are."
    3. Re:Despite the proof... by Anonymous Coward · · Score: 0

      Counter Strike: Source

    4. Re:Despite the proof... by Apocalypse111 · · Score: 5, Funny

      PC: Hi, I'm a PC.
      Mac: Hi, I'm a Mac. Hey, what do you have there?
      PC: Oh, just some games.
      Mac: Oh neat. Can I play too?
      PC: No.

      --
      There is no mod option "-1: Disagree" for a reason. "Overrated" is not an acceptable substitute. Post something instead.
    5. Re:Despite the proof... by norman619 · · Score: 0

      A "safer" option? That's funny. Most people won't move to OSx because more often than not the developer of their fav or mission critical apps didn't make an apple port of them. OSX is not any safer. Well yeah it is since it's not a main stream OS so the virus/trojan writers and hackers haven't bothered to turn their attention on it. Yet. If it ever does make the move to mainstream you better believe their users will enjoy the patch race Windows users enjoy so much. But OSX will remain where it is until developers actually start supporting the OS.

    6. Re:Despite the proof... by Kyokugenryu · · Score: 1

      Exactly. Mac cultists can't seem to understand the fact that Apple will never capture the gamer market. My PC is built from the ground up to be a gaming machine. A lot of my games will not run even on an Intel Mac, so it's just not an option for me. Plus, I see no reason to. It has a cute UI, but Vista's is nicer. It has that dock, but there's Windows apps that mimic it to a T, perhaps do it better. The only reason people ever have when I get my weekly "Convert!" speeches hamhandedly tossed at me is the GUI. Screw the GUI, I want a system I can actually use.

    7. Re:Despite the proof... by drsmithy · · Score: 1
      With the advent of the Intel Macs, no more excuse exists not to migrate to the literally safer option.

      How do you figure that ? It's not like Apple moving to Intel CPUs has made Macs any different from a consumer perspective.

    8. Re:Despite the proof... by Jessta · · Score: 1

      MacOS lacks market share for the same reason GNU\Linux lacks market share. Microsoft has it's users locked up nice and tight.

      --
      ...and that is all I have to say about that.
      http://jessta.id.au
    9. Re:Despite the proof... by pete.com · · Score: 1

      I play windows games on my Mac Pro without any problems.... just a short reboot away to get Windows running. That is the beauty of the Intel MAC. It runs Windows for games and MAC OS for everything else. The (2) Dual Core Xeons seem to help run games pretty well too.

    10. Re:Despite the proof... by Pink+Tinkletini · · Score: 1

      Hey, welcome to the Mac and all that, but the first thing you have to learn is to stop calling it "MAC." People will mistake you for a PC user.

    11. Re:Despite the proof... by Mistshadow2k4 · · Score: 1

      You don't think that OS X runs only on Apple hardware (without hacking it) has anything to do with that?

      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
    12. Re:Despite the proof... by Senzei · · Score: 1
      Exactly. Mac cultists can't seem to understand the fact that Apple will never capture the gamer market.
      Most gamers also can't seem to understand that, compared to the regular home user market, their's is miniscule. If gamers were all Microsoft had to push their platform it would have died a long time ago.
      --
      Slashdot: Where anecdotes and generalizations can be freely substituted for facts, logic, or intelligence
    13. Re:Despite the proof... by powerlord · · Score: 1
      See, Mac users have lives, and so don't need to play computer games in order to pass those late-night hours you PC users would otherwise spend alone in your dark, dank basements, sobbing uncontrollably, starved for human contact, longing desperately for a rescue that will never come.

      It would have been a good point otherwise.


      No we don't! Stop spreading these vicious rumors! ... We just use Consoles/Portables (and rarely Boot Camp) to do most of our gaming. ... :)
      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    14. Re:Despite the proof... by Kyokugenryu · · Score: 1

      I never said that at all, but Microsoft realizes that the gamer market is far from miniscule, as can be seen with how well they integrate gaming into the OS. Vista (supposedly) does a lot to make gaming a whole lot better on the PC, and I like that Microsoft realizes that gamers are probably their most vehement supporters, and they take care of us.

    15. Re:Despite the proof... by Anonymous Coward · · Score: 0

      "Vista (supposedly) does a lot to make gaming a whole lot better on the PC, and I like that Microsoft realizes that gamers are probably their most vehement supporters, and they take care of us."

      And you call Mac users fanbois? You're saying, in effect, "Windows is better for games! I know, because Microsoft told me so!" That's what's known in these parts as "drinking the Kool-Aid(TM)."

    16. Re:Despite the proof... by ZombieRoboNinja · · Score: 1

      Mac: How about if I load up Windows?
      PC: Oh, s'cool then.
      Mac: It sure is great that this is the year 2006, when any Mac new enough to run top-end games can also boot into Windows, isn't it?
      PC: Yeah, truly this is an era when only those addicted to outdated tropes continue to bitch about Mac gaming.
      Mac: Indeed.

    17. Re:Despite the proof... by Anonymous Coward · · Score: 0

      Well, I'm running FEAR, HL2, Doom 3 and Quake 4 on my MacBook in Boot Camp.

      I didn't need to build a machine from the ground up to game, because this Mac provides me with a system to get things done (OS X) and a system to screw around and try out the Windows games (Boot Camp).

      Thank God I'm not stuck using that unusable OS for any amount of time, though. I can simply restart and have OS X back in 15 seconds.

      I would never have played these games if Apple hadn't released Boot Camp. Now I'm kicking your ass at FEAR Combat.

      Enjoy your PC that will never run GarageBand, or Delicious Library, or Textmate. ObjectDock? Please. That piece of crap eats up RAM like it's beta software, and as the saying goes, "you can put lipstick and a fancy dress on a pig - but all you get is a made up, dressed up pig" That's what Windows ends up being when you skin and theme it to look like OS X - looking nicer, but no more usable, since it's still running Windows underneath.

      I have to say, though, you're most definitely full of shit. If you really wanted a system you could actually use, you would switch to Linux. Windows doesn't offer you any choice.

    18. Re:Despite the proof... by Anonymous Coward · · Score: 0

      Running windows on a Mac? Why would I pay for a Mac plus a copy of Windows when I can get an equally powerful, and more easily upgradable, computer with Windows included? Probably cheaper, too...

      OS X adds nothing to gaming, therefore to me it's worthless.

    19. Re:Despite the proof... by Jessta · · Score: 1

      Not at all. Most users don't know the difference and Apple makes very stylish hardware.

      --
      ...and that is all I have to say about that.
      http://jessta.id.au
    20. Re:Despite the proof... by Scudsucker · · Score: 1

      Mac cultists can't seem to understand the fact that Apple will never capture the gamer market. My PC is built from the ground up to be a gaming machine.

      PC cultists keep falling for the falacy of comparing a Mac to a do-it-yourself machine, when they really need to be comparing OEM's to OEM's. Of course you can build a faster, cheaper system yourself than buying one from Apple - but the same is true for Dell, HP or any other OEM.

    21. Re:Despite the proof... by Kyokugenryu · · Score: 1

      You can't even build a DIY Mac, all Macs are nowadays is another OEM. Apple's competitor isn't MS, it's Dell, HP, Gateway, or any other OEM. If I could build my own system and use a Mac OS, I'm sure lots of people would take interest. Making a $2500 investment simply for a GUI is dumb to me.

  9. Old Arguments. by jellomizer · · Score: 5, Insightful

    Well that is the typical Windows vs. Mac Debate. Apple OS method is do what you need to do, and let the OS Do What it needs to do, and try not to step on each others foot. Windows is a working Microsoft Commercial for every feature that help you save time or protect you from trouble it is like Windows says "See Microsoft cares about you because we just protected you", While Mac OS X is more like go do what you need to do we will keep out of it and protect you when you need it, and we will only talk to you when we really have to. Even the Eye Candy. OS X eye candy is subtile while Windows is flashy. It is like a a man in a nice suit vs. a Pimp.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:Old Arguments. by Andrewkov · · Score: 1

      Sounds like a great new MTV show: Pimp My OS

    2. Re:Old Arguments. by Anonymous Coward · · Score: 0

      pimp gets all da hoes ;)

    3. Re:Old Arguments. by atrocious+cowpat · · Score: 1
      OS X eye candy is subtile while Windows is flashy. It is like a a man in a nice suit vs. a Pimp.
      Which has me kinda wondering about the latest Apple-commercials.
      Make no mistake -- I'm as true an Apple-Fangirl as they come, but I really like the nice guy in the suit and that twerp in the dungarees totally creeps me out. But then I alredy own lots of Macs, so these commercials probably (hopefully) aren't targeted at me.
      --
      sig? Oh, that sig...
  10. Vista by cybrthng · · Score: 4, Informative

    Runs on my XP 1700 as a "headless" media center server powering two xbox 360 and handling file share and windows media share for over 10,000 photos and about 7,000 songs. This machine has 1 gig of ram, several 250 gig hard drives and handles recordings with a single tuner at this point in time. Working on a second tuner that will run FireSTB to handle pulling hi-def from my comcast box.

    I only have a geforce 4 mx 440 on thre so my score is 1.0 but everything that ran in XP is useable and same performance in vista.. i can swap out video cards and make the desktop fully useable with aero but i like it powering my extenders. Biggest thing i did was optimize the system for services, enable a large cache and dump my recordings on a different drive then what most of my pre-recorded stuff is and have a seperate boot drive as IO is where most of my latency is.

    I will be throwing in an XP 2600 becuase i got one off ebay dirt cheap, but there you go. Vista works and it doesn't need a super system like you fellas seem to believe. Beta testers have it working on much lower end systems as well - just add memory.

    1. Re:Vista by 955301 · · Score: 0, Flamebait


      I call bs. 10000 photos and 7000 songs on a beta OS with no mention of backups as your primary media server? Even if it were true it's a horrible idea to take advice from someone so cavalier.

      --
      You are checking your backups, aren't you?
    2. Re:Vista by cybrthng · · Score: 1

      I do backups.. i have firwire drives that i run backups to. The images are fully synchronized to my wife's laptop as well. She's the photographer of the family. We also have DVD backups of all of the images.

      What makes you think i can't run all of that on vista? I've been running vista as a primary OS for about 4 months now (since june).

      I don't use the machine to do much photo processing itself. Its mainly my home media center box and file server. I disabled UAC, non needed services, firewall, windows defender as i have it behind a nice firewall (ipcop) so the CPU goes to pushing video and yes, it handles 2 360's just great watching tv, doing slideshows and playing a bunch of music. I telecommute and listen to a lot of music and catch up with Daily Show, Myth Busters and Colbert Report at lunch time :)

      Amazing how much you can do when commercials aren't a part of your tv habits anymore!

    3. Re:Vista by ozmanjusri · · Score: 2, Insightful
      Vista works and it doesn't need a super system like you fellas seem to believe.

      Well, that's just wonderful for you. I'm very glad you've found satisfaction with Vista, and unsubstantiated anecdotes are always so valuable in helping us assess new products.

      Umm, just one question, wtf did all this have to do with TFA?

      --
      "I've got more toys than Teruhisa Kitahara."
    4. Re:Vista by hkgroove · · Score: 1

      Does your Vista, like mine, constantly tell you that surfing the internet is a security risk?

      The mention of MS clubbing you over the head about security is spot on and it's annoying. These "risks," which have always been around, is starting to cause me some confusion as to who is actually distributing Vista... By MS or by the Bush Administration? I wouldn't doubt if there is a Security alert that pops up on specific sites with Yellow or Orange (never below Yellow). Maybe if you're Ddos'd you get an Amber alert.

      I have yet to see a major reason to upgrade as of yet. The only, and sad, reason is: "It's the latest OS from MS," which for most sheep is the only reason one needs.

    5. Re:Vista by (A)*(B)!0_- · · Score: 1
      "media center server powering two xbox 360 "
      What benefit does having two 360s give you? I don't see why anyone would own two of those. (I am not trying to critcize here. I am just curious about what you do with those.)
    6. Re:Vista by cybrthng · · Score: 1

      if you read the comment i replied to is suggested that vista couldn't run on his P4 which is probably more capable then my XP 1700 as described above.

      RTFA

    7. Re:Vista by cybrthng · · Score: 2, Informative

      The 360s act as a media extender which allows me to use "Extend" media center in my bedroom and living room to use the functionality of the windows media center computer. IE, it allows me to watch/record/pause/rewind live tv, watch recorded shows, listen to mp3s, get weather, show caller id while watching tv, play slideshows, synchronize my usb cards, watch HD content.. (all with a remote control..)

      Not only does it do the media center extender but when my wife is watching tv i can go into another room to watch what i want to watch or to play games.

      You see to do all of the above on a computer you need a beefy computer.. a video card that can play HDTV as well as the 360 does would cost more than the 360 so i run that PC "headless" (i just remote desktop to manage it) and use it over the network or through the 360s'.

      The windows media share exports my mp3 and image collection to WMP hosts that can connect in as well so you get the full library support through the network as well.. nice for my home office.

    8. Re:Vista by 955301 · · Score: 1

      That's my point. You're running beta software as your primary OS! People can call it flamebait or whatever, but

      Congrats for unplugging btw. I threw my tv out 5 years ago and since bought a house, started a software company and learned German. Had to get another one though since I also go a new girlfriend :/

      --
      You are checking your backups, aren't you?
    9. Re:Vista by cybrthng · · Score: 1

      Nope.. i don't have that problem.. Check your PC clock, the only time I have seen such errors is if your clock has the wrong date and the SSL certs fail to verify. I bugged that with MS and they said its fixed in a future build. (invalid clock also messes with windows update, online activation and other areas..)

      Make sure you didn't enable strict zone support or else you will be prompted to open a new window for non defined zones..

    10. Re:Vista by cybrthng · · Score: 1

      of course i'm checking my backups :) Wife is good at destroying things.. I'm an IT nut anyway, i deal on much larger systems with much higher risk as an Oracle DBA. I know the importance of backups.

      I'm a MS Beta tester so of course i run the betas, however as features, performance and stability goes in what i use Vista for it works and being a beta is no problem for me and i'm happy to report the isuses i do send up to Microsoft have been fixed and rather quickly.

      I love technology.. that includes OSX, Vista, Linux, Solaris and many other systems. I'm just impressed with Vista and what it offers out of the box and i think MS has done a lot with this release to get the community involved.

      Look forward to "gold" but until then i'm happily chugging away.

    11. Re:Vista by Doctor+Memory · · Score: 3, Insightful
      You're running beta software as your primary OS!
      Chill, dude, he's running it on a media server. If it freaks out and melts down, what's the worst? He'll miss an expisode of Lost or something. It's not like he's hosting client apps or anything.
      --
      Just junk food for thought...
    12. Re:Vista by pboulang · · Score: 1

      No, the point is that you've disabled all the vista selling points (aero, AV, firewall, etc) and are basically doing nothing interesting. Of COURSE it can run media center stuff, that's not the point. Since you do disable all the Vista type stuff, why would you choose to run Vista over Media Center?

      --

      This comment is guaranteed*

      *not guaranteed

    13. Re:Vista by frankthechicken · · Score: 1

      A quick question, you say you use a media extender for Vista to power two 360's, for some reason I cannot find the extender for Vista RC1 (only Xp, MCE 2005 etc), any idea where to look?

    14. Re:Vista by powerlord · · Score: 1

      Yes, but as we move toward digital photography and film negatives are a thing of the past, the media server is the archive of your photographs (those you don't print out).

      Think of it more as "The worst that can happen is he looses all his negatives." Considering his wife is the photographer, and assuming they have around 4 years or so of accumulated photos, I think she'll kill him if that happened ... I know mine would :)

      Personally:
      All photos go to a Linux Server running RAID1 and regular DVD backups, but I've been thinking of switching to either an OSX server, or an Infrant NAS. Both have their advantages/disadvantages, and look interesting.

      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    15. Re:Vista by famikon · · Score: 0

      I want to rob your house.

    16. Re:Vista by bram · · Score: 1

      Remember you're on slashdot and actually admitting that?

      --
      People using html in email should be shot.
    17. Re:Vista by Tim+Browse · · Score: 1

      What will his wife do if the hard drive dies one day due to a hardware failure?

      Either you've got backups or you haven't. When your irreplaceable data's gone, the reason why it's gone kind of fades into the background.

    18. Re:Vista by Doctor+Memory · · Score: 1

      Uh, the post I was replying to was chastising the GP for relying on beta software for his primary OS, implying that it was unreliable and implying that his data was in imminent danger. I never said people shouldn't have backups, in fact I implied as much by saying that if his box suffered some kind of catastrophic event, the most he'd lose was whatever show or shows he'd recently recorded.

      --
      Just junk food for thought...
    19. Re:Vista by Achromatic1978 · · Score: 1
      Just last night I near cried - I had taken about a thousand shots for someone's modelling portfolio. I was going through and choosing the best for a shortlist. For whatever reason, when I was then paring them down from the gallery I'd added them too, the application decided I wanted to delete the source CR2 raw files. Of all the shots I'd decided were the best of the shoot! Ack! Of course I didn't realise this until the next day, after Diskeeper had defragged the volume and undelete found nothing.

      Then I remembered there was a very good reason why I'd bought that external drive a few weeks back. Plugged it in, and thankfully...

    20. Re:Vista by Achromatic1978 · · Score: 2, Funny

      I found it amusing that he has multiple XBox 360s, huge music collections, multiple HDTV displays, and yet to run it all he's scrounged together an XP 1700+... :)

    21. Re:Vista by jfsettanni · · Score: 1

      I have a new Dell 5150 dual core with 1 GB of RAM. I put the latest RC1 build on 1 HD and run MCE on another. I am amazed at how much more resource is required to drive both the MCE and the Internet Browser (IE7). It basically sucked up all available RAM while running both IE and MCE. GUI is slick, but instead of adding more $$ for RAM, I'll probably turn this into legacy XP MCE box and buy a MAC. Also, Linux SUSE 10.1 runs like a bandit on this box and looks pretty nice too, just no support from my Avermedia HD tuner card :(

    22. Re:Vista by Anonymous Coward · · Score: 0
      OK, So thanks to Vista you can use a XP 1700 machine with 1GB of ram to serve files for 2 clients, while storing 3MB/s worth of video !!

      After upgrading to a XP 2600 maybe you'll be able to saturate a 100Mb/s line, woohooo !!

      You do realize that you don't need much cpu to do filesharing or dvb recording, just some good I/O ?

      In the 90's a 200Mhz box with a good raid card could do the same for hundreds of clients with a bare-bone OS.
      For example look a ftp.cdrom.com which was powered by freebsd:
      http://www.cnn.com/TECH/computing/9904/08/cdrom.id g/index.html


      3,600 simultaneous download sessions is the current limit and an upgrade to 10,000 sessions is in the works.
      This translates to about 800 GB per day of downloads.


      Because FTP archives don't do a lot of thinking, wcarchive doesn't need a massive cluster of CPUs. In fact, it gets by with a single 200-MHz P6 Pentium Pro and a measly(!) 1 GB of RAM. The I/O support, however, is fairly impressive.


      Anyway you're windows install may be great but the perf you mentioned are fairly unimpressive, heck i do the same thing on my 500Mhz/192MB box...
  11. Flip3D is aesthetic? by Overly+Critical+Guy · · Score: 5, Interesting
    I'm more enamored of Vista's Flip 3D feature, which basically takes all of the open windows on your desktop, stands them up on end and stacks them in a way that you can cycle through to the one you want to use. It's similar to what Apple's Expose does... Vista's method wins on aesthetics.


    Ken, are you freaking kidding? Expose simply looks and behaves so much more efficiently and aesthetically. Try Flip3D when you have 20 windows open, and you'll get an obscured stack of windows that you have to travel through one by one, including the desktop (weirdly, Flip3D puts the desktop in there as a window too). In addition, there's no need to "cycle" through the windows in Expose, because it displays all windows at once. Flip3D is essentially a completely useless tech demo that's not that impressive. Flip3D doesn't win on anything.
    --
    "Sufferin' succotash."
    1. Re:Flip3D is aesthetic? by ZachPruckowski · · Score: 3, Insightful

      Expose simply looks and behaves so much more efficiently and aesthetically. Try Flip3D when you have 20 windows open, and you'll get an obscured stack of windows that you have to travel through one by one, including the desktop (weirdly, Flip3D puts the desktop in there as a window too). In addition, there's no need to "cycle" through the windows in Exposé, because it displays all windows at once.

      Very true. With a button press (or mouse squeeze on my desktop), I can see all the windows at once. So I'm a button press and a click (or a squeeze and a click) away from anything. However, with Flip3D, I'm a button press, a bunch of scrolling, and a click away from anything.
      Also, Exposé is also useful if I need to see both windows at once, like if I'm typing something based on something I'm reading (summarizing news articles in my case) or if I need to compare 2 or more images for some reason.
      Also, Exposé runs fine on a 1.33 GHz G4 with 32 MB VRAM (although most OS X eye candy like 64 MB VRAM), while Flip 3D will require 64MB or, more likely, 128MB VRAM.

    2. Re:Flip3D is aesthetic? by PhoenixK7 · · Score: 1

      Just thought I'd chime in here as well. Most of the commentary I've heard about Flip 3D has been negative, and I thought I'd give it a try myself. Honestly it's little better than standard alt-tab behavior with the added dis-benefit of not being able to see the contents of all the windows at once. It's a rip-off of Exposé, and not a great one at that.

    3. Re:Flip3D is aesthetic? by Anonymous Coward · · Score: 0

      expose runs fine on the 400mhz g4 we have at work. It just takes a bit longer for the windows to get into place. Even on an 800mhz G4 it runs smoothly.

    4. Re:Flip3D is aesthetic? by dema · · Score: 1

      Try Flip3D when you have 20 windows open, and you'll get an obscured stack of windows that you have to travel through one by one

      In all fairness, try the same thing in Exposé. Depending on your resolution, you will likely have to mouse over each window to get the title bar text as a description (which may not even tell you much) to get any idea what the window contains. I love Exposé, but I rarely ever have to use it with 20 windows open, maybe 10 to 15 max and even then it gets a bit sketchy. I'll glady admit that I (like most Mac users) have at one time or another opened hundreds of windows and used Exposé just to see the reuslts (:

    5. Re:Flip3D is aesthetic? by ZachPruckowski · · Score: 1

      expose runs fine on the 400mhz g4 we have at work. It just takes a bit longer for the windows to get into place

      I wasn't talking slow, I was talking flawless while playing a video and having 5-10 other screens open.

    6. Re:Flip3D is aesthetic? by xornor · · Score: 1

      they need to realize no matter how hard they try, your monitor has only two dimensions :)

    7. Re:Flip3D is aesthetic? by metroplex · · Score: 1

      Heck, exposé runs marvelously on my 400Mhz blue/white G3 with 16 Mb vram!

      --
      "Words of wisdom: drop that zero and get with the hero" -- Vanilla Ice
    8. Re:Flip3D is aesthetic? by 99BottlesOfBeerInMyF · · Score: 1

      In all fairness, try the same thing in Exposé. Depending on your resolution, you will likely have to mouse over each window to get the title bar text as a description (which may not even tell you much) to get any idea what the window contains.

      Actually, I have 20 windows open right now and there were only two I have to mouse over to distinguish between (using expose). This partly because four of those windows are terminals and I color code them (dark green, dark red, dark blue, dark grey) to make this task easier. The problematic windows are the finder or Windows explorer ones. When very small, they all look the same. The Window's solution has the potential to keep them larger, but obscures the right side of the window, the only part that differs. I tried the new Vista feature, but it really does seem a lot slower to me, at least initially.

    9. Re:Flip3D is aesthetic? by Roadstar · · Score: 1

      Also, Exposé is also useful if I need to see both windows at once, like if I'm typing something based on something I'm reading (summarizing news articles in my case) or if I need to compare 2 or more images for some reason.


      Good point. There's also one great Exposé feature which is often overlooked, and that is drag & drop support. Try this: start dragging a file from e.g. desktop, call Exposé while dragging, locate the target window and hover the file above that window for a moment, and Exposé brings that window forward. Now you can either drop the file there or keep on browsing elsewhere with the help of spring-loaded folders.


      What comes to Flip3D, I'm a Windows user at work, and I was looking forward to it being a somewhat decent Exposé clone, as that functionality (especially the application windows one) would come really handy almost every day. Was I satisfied with what I saw when beta2 and RC1 came out? Hell no, it's only alt+tab with fancier appearance. If they couldn't do both usability improvements and bells & whistles, I sure wish they'd chosen usability improvements instead.

    10. Re:Flip3D is aesthetic? by caldaan · · Score: 1

      I'm not sure about flip 3D, but Expose has two options, one is to show all the programs you have open, and one to show all the windows in the program that is active. It is generally pretty easy to quickly tell what is firefox, indesign, photoshop, illustrator, mail, word, acrobat, extensis, finder, whatever and be able to quickly switch to it.

      Or for instance when in photoshop it is easy to see what photoshop window you want also from a single button click.

    11. Re:Flip3D is aesthetic? by Overly+Critical+Guy · · Score: 1

      The advantage of Expose is that it's non-linear, while Flip3D is linear. It's still easier to parse 20 windows in Expose because you can mousever any window at a glance. Flip3D requires manual cycling through each one. I've had 30+ windows running in Expose, and though windows can become small on my MacBook, it's less of a disadvantage than having 20+ windows in an obscured, linear 3D stack. Also, Flip3D doesn't support per-application windows, which can be quite helpful.

      And if you haven't seen the video on Youtube of Expose and Spaces running in tandem, do a search. Very cool window management features.

      --
      "Sufferin' succotash."
    12. Re:Flip3D is aesthetic? by Anonymous Coward · · Score: 0
      Good point. There's also one great Exposé feature which is often overlooked, and that is drag & drop support. Try this: start dragging a file from e.g. desktop, call Exposé while dragging, locate the target window and hover the file above that window for a moment, and Exposé brings that window forward. Now you can either drop the file there or keep on browsing elsewhere with the help of spring-loaded folders.


      Ripped off from Windows ability to drag to a target window's position on the taskbar, have the window spring open (or come forward, if it's already "open") and drop the item.
    13. Re:Flip3D is aesthetic? by drsmithy · · Score: 1
      Good point. There's also one great Exposé feature which is often overlooked, and that is drag & drop support. Try this: start dragging a file from e.g. desktop, call Exposé while dragging, locate the target window and hover the file above that window for a moment, and Exposé brings that window forward. Now you can either drop the file there or keep on browsing elsewhere with the help of spring-loaded folders.

      In Windows, start your drag & drop, then either Alt-Tab to the destination window, or hover the cursor over the appropriate Taskbar button until the windows raises to the front.

      This behaviour has been present since Windows 95.

    14. Re:Flip3D is aesthetic? by 3choTh1s · · Score: 1
      Very true. With a button press (or mouse squeeze on my desktop), I can see all the windows at once. So I'm a button press and a click (or a squeeze and a click) away from anything. However, with Flip3D, I'm a button press, a bunch of scrolling, and a click away from anything. Also, Exposé is also useful if I need to see both windows at once, like if I'm typing something based on something I'm reading (summarizing news articles in my case) or if I need to compare 2 or more images for some reason. Also, Exposé runs fine on a 1.33 GHz G4 with 32 MB VRAM (although most OS X eye candy like 64 MB VRAM), while Flip 3D will require 64MB or, more likely, 128MB VRAM.


      Spoken like a person who has never used Flip 3D. Don't worry most people haven't. Yes some windows that haven't been used in a while are in the back of the "flip." But those that are closer you can see enough detail to know if you want that window. And guess what... You don't actually have to keep flipping to get to that window! Just click on it using the mouse will bring up the window. Done. At the very least you didn't have to waste too much space on seeing an window that you haven't used recently.

      Also in Windows they had the ability to view 2 windows side by side for a very long time. CTRL + Click any of the windows you want to view side by side in the task bar. Then Right click on one of them and choose Tile Vertically or Horizontally. Done again! Side by side windows to help ease comparing pictures or documents. I've been doing that since Windows NT 4. And shoot it might have been in Win 95 for all I know.

      Either way it's no big deal that you can do it in OS X or Windows. It's not a big deal who got it first. It's just that OS X makes it more visible by telling everybody, "hey look what I can do."
    15. Re:Flip3D is aesthetic? by Anonymous Coward · · Score: 0
      or if I need to compare 2 or more images for some reason.
      For me that reason is generally masturbation. Exposé, is a great pr0n enabler.
    16. Re:Flip3D is aesthetic? by Roadstar · · Score: 1

      In Windows, start your drag & drop, then either Alt-Tab to the destination window, or hover the cursor over the appropriate Taskbar button until the windows raises to the front. This behaviour has been present since Windows 95.

      Correct, but with lots of windows open it can take some scrolling with alt+tab, and in a crowded taskbar there might be only the icon visible for the window, so it is not always easy to tell whether it's the correct one. Of course you can go through those windows one at a time, but that does take more time than spotting the right one straight away. In addition, you need to have the correct folder open already, as Windows Explorer doesn't seem to support spring-loaded folders (or I just can't find the correct setting), but that's a Finder feature, not an Exposé one. My original point was that Exposé is useful not only for finding windows, but you can use it for fast drag & drop operations as well. It is true indeed that you can mostly achieve the same end result in Windows as well, but I personally find the drag & drop with Exposé faster and more convenient. YMMV.

    17. Re:Flip3D is aesthetic? by Knetzar · · Score: 1

      Thanks for the hint, I've been trying to figure out how to do that in windows for a long time.

    18. Re:Flip3D is aesthetic? by fa2k · · Score: 1

      Try Flip3D when you have 20 windows open, and you'll get an obscured stack of windows that you have to travel through one by one, including the desktop (weirdly, Flip3D puts the desktop in there as a window too).

      I am unqualified to speak, having a total of about 30h mac experience, of which most was on some horribly-configured IE-only web terminals. Still I have to ask: is it possible to get a meaningful one-screen overview of 20 windows with Exposé, on anything less than a monster 30" LCD? I can't imagine how it would be possible.

    19. Re:Flip3D is aesthetic? by someone300 · · Score: 1

      The thing about expose that's good is that you see the whole of every window at the same time.

      For quite a lot of websites such as the one you are reading, the header and left of the screen (in this case the menu bar) are identical. With my experience of Flip3d, it is impossible to differentiate between windows like this graphically, so you need to scroll through them.. It's quite a common use case to have those parts of the window being similar.

      It might just be how I work, but I tend to remember the shape of the text/buttons/whatever on the screen of a particular window, or the graphics. The 'details' such as title bars and text tend not to be so important as the general look of the window. Flip3d is good for seeing the details but it's harder to get the general impression of the window, so it (in my case) requires more concentration to use.

      For windows I don't plan on using for a little while (e.g. to work on a sub-task), i'll command+h the application or minimise the window to hide them from expose. In my case, the time I last used the window doesn't bear too much relation on when I'm next going to use it if it's still visible, since it means it's involved with the current task or that I am checking it occasionally (such as a contact list).

      The per-application expose and the desktop expose are also extremely useful, especially given the app/document management on OS X. I'd love it if Windows copied expose... it's difficult for me to work without it now -- it's habit for me to use the top-right corner hotspot for expose. I know there are some implementations for Windows, but when forced to use it elsewhere, such as at corporate desktops, you can't install stuff.

    20. Re:Flip3D is aesthetic? by atrocious+cowpat · · Score: 1
      Also, Exposé runs fine on a 1.33 GHz G4 with 32 MB VRAM (although most OS X eye candy like 64 MB VRAM), while Flip 3D will require 64MB or, more likely, 128MB VRAM.
      In fact it even works fine on an iBook with 640 MB RAM, 600 MHz-G3-processor an 8 MB V-RAM. Personal experience -- it's the machine I'm typing this on right now. :)
      --
      sig? Oh, that sig...
    21. Re:Flip3D is aesthetic? by Overly+Critical+Guy · · Score: 1
      Spoken like a person who has never used Flip 3D. Don't worry most people haven't. Yes some windows that haven't been used in a while are in the back of the "flip." But those that are closer you can see enough detail to know if you want that window. And guess what... You don't actually have to keep flipping to get to that window! Just click on it using the mouse will bring up the window. Done. At the very least you didn't have to waste too much space on seeing an window that you haven't used recently.
      What's the use of being able to click on an obscured window if you can barely even see it and you had to cycle through the list one window at a time to get there? Flip3D slows you down compared to Expose.

      Either way it's no big deal that you can do it in OS X or Windows. It's not a big deal who got it first. It's just that OS X makes it more visible by telling everybody, "hey look what I can do."
      How is OS X doing that? If anything, Microsoft is the one saying "Look, we can do it too, see!" But, as usual, their implementation is lame. I do think it's a big deal to point out that a superior feature was in a competitor's product three years ago.
      --
      "Sufferin' succotash."
    22. Re:Flip3D is aesthetic? by Achromatic1978 · · Score: 1

      That's a little disingenuous. You feel free to point out the 'drawbacks' to the Windows version (which are indeed valid), completely ignoring the fact that "it could be difficult to discern the correct Window in Expose due to the shrinking, and the type of app it is" being equally inconvenient. Example, if I have several IM windows open, and I want to drag/drop a file to one of them, how do I differentiate?

    23. Re:Flip3D is aesthetic? by mrchaotica · · Score: 1
      Example, if I have several IM windows open, and I want to drag/drop a file to one of them, how do I differentiate?

      Watch them as they move into position -- that's why it's animated! (Hint: hold down shift while you invoke Exposé to make them go slower, if you're having trouble).

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    24. Re:Flip3D is aesthetic? by mrchaotica · · Score: 1

      One thing about OS X that mitigates this problem is that you can also minimize or hide the windows you're not using, and they won't show up in Exposé. I haven't tried this Vista thing yet, but if it's anything like previous versions you're going to be stuck cycling through every window, all the time.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    25. Re:Flip3D is aesthetic? by zeno_2 · · Score: 1

      Yeah, I would have to agree. There are times when im at work, and have to process say.. 40-60 photos at once. (I work at a newspaper so lets say a big car ad). With expose im able to see every one of those photos, the file name, etc with a flick of the wrist. I dont really see how Vista's Flip3D would help me sort thru 40 photos in photoshop with ease. The photos im talking about also are usually shot with the same background, so with vista, id only be seeing the top and left parts of the photos as they stack them behind each other, so all those 40 photos would look the same. Ive not seen Flip3D in action, just a screenshot of what it looks like with a bunch of windows tiled on each other, so there might be something im not seeing. Expose on the other hand is pretty slick, it can show just the windows of the current app your in, or all windows, or can hide all the windows to show your desktop. Im guessing thats why the desktop shows as an open window in Flip3D, im taking a wild guess in saying Microsoft came up with Flip3D as an answer to Expose.

      In any case, ive been using pc's for years, and just started (2 years ago) working on mac's. Work is done so much more efficiently on a mac vs. windows in my opinion. I think the biggest reason is that all windows programs pretty much run in fullscreen, whereas on a mac I have like 6-7 programs all tiled on each other, and its either just a click of a corner of a window, or using expose to get me to where i need to go, instead of flipping thru buttons on my taskbar like I do with Windows.

      I did download vista a while back and ran it in vmware, which probably isnt going to show me all the bells and whistles of it but.. I was really disappointed to see what has been done with the simplest things like the toolbars in Windows Explorer. Windows as it was already had too many ways of doing the same thing. Things that have been around since win3.1 (the menu you get when you click on the program icon in the upper left hand corner of the screen). Then they tried to like pull an office type of thing with the other menu's you get on the screen, like a button to email a picture to a friend or something silly like that. I guess it might be handy for those who dont know computers well, but I like things to be streamlined, quick, easily accessable, and Vista did not give me that feeling.

    26. Re:Flip3D is aesthetic? by Roadstar · · Score: 1

      Example, if I have several IM windows open, and I want to drag/drop a file to one of them, how do I differentiate?

      That's where the application windows mode comes handy. For example, start drag&drop, press F9 (the default button for the all windows mode), spot an IM window, take the mouse pointer above one and press F10 to switch to Exposé for application windows, where only the windows of the selected application are shown all at the same time. In that mode you can usually read the text in the windows sufficiently enough or identify the correct window based on avatars. Needless to say, this isn't 100% foolproof either, but most often it does the trick.

      As I mentioned before, at work I am a Windows user, and I've lost the count of how many times I've wished that there was Exposé or something similar available in Windows as well. Especially the application windows mode would make my life much easier. So naturally I'm disappointed at what Microsoft did with Flip3D. They had all the possibilities to catch up with Exposé or go beyond it, but they chose to do a fancy tech demo instead.

    27. Re:Flip3D is aesthetic? by drsmithy · · Score: 1
      Correct, but with lots of windows open it can take some scrolling with alt+tab, and in a crowded taskbar there might be only the icon visible for the window, so it is not always easy to tell whether it's the correct one. Of course you can go through those windows one at a time, but that does take more time than spotting the right one straight away.

      These problems are also present with Expose once you get more than a trivial number of windows.

      In addition, you need to have the correct folder open already, as Windows Explorer doesn't seem to support spring-loaded folders (or I just can't find the correct setting), but that's a Finder feature, not an Exposé one.

      You need to be using the Folder tree+File list view of Explorer. The file-only view doesn't do it (strictly speaking this is probably a fault, but since I never use the file-only view for file management because of its clumsiness, it's never actually bothered me).

      My original point was that Exposé is useful not only for finding windows, but you can use it for fast drag & drop operations as well. It is true indeed that you can mostly achieve the same end result in Windows as well, but I personally find the drag & drop with Exposé faster and more convenient. YMMV.

      And it does :). I find them both fairly quick & easy to use.

    28. Re:Flip3D is aesthetic? by Scudsucker · · Score: 1

      Also, Exposé runs fine on a 1.33 GHz G4 with 32 MB VRAM (although most OS X eye candy like 64 MB VRAM), while Flip 3D will require 64MB or, more likely, 128MB VRAM.

      It's useful even on a Rev A iMac with it's amazing 4 meg, 9 year old ATI chipset. It's a little slower and you don't have the slick window sliding from OpenGL, but you can still see all the windows on you screen at once.

  12. Aqua, Aero, Terra, Pyro? by xxxJonBoyxxx · · Score: 2, Funny
    Apple's UI is called Aqua. Microsoft calls its interface Aero.
    OK, I'll bite. Where are the "Terra" and "Pyro" UIs?
    1. Re:Aqua, Aero, Terra, Pyro? by Yvan256 · · Score: 1

      Don't you mean "Fiery" UI?

    2. Re:Aqua, Aero, Terra, Pyro? by peragrin · · Score: 1

      and Linux geeks getting the joke rush to make them both.

      --
      i thought once I was found, but it was only a dream.
    3. Re:Aqua, Aero, Terra, Pyro? by kfg · · Score: 1

      OK, I'll bite. Where are the "Terra" and "Pyro" UIs?

      Firebird and Gnome. Be careful about how you mix them all up. Ratio is critical.

      KFG

    4. Re:Aqua, Aero, Terra, Pyro? by Spaceman40 · · Score: 1

      I smell a new F/OSS window manager...

      --
      I [may] disapprove of what you say, but I will defend to the death your right to say it.
    5. Re:Aqua, Aero, Terra, Pyro? by talornin · · Score: 5, Informative

      That would be "Ignis" UI. Pyro is Greek, Aqua, Terra and Aearo is Latin, thus Ignis is more apropriate ^_^

      --
      When in danger, whewn in doubt! Run in circles, scream and shout!
    6. Re:Aqua, Aero, Terra, Pyro? by aug24 · · Score: 2

      Well, pyro comes on laptops with Sony batteries, and 'Terra' is being made to work on O/S2.

      Ubuntu will probably ship a GUI called 'Quintessence' as soon as they catch on.

      J.

      --
      You're only jealous cos the little penguins are talking to me.
    7. Re:Aqua, Aero, Terra, Pyro? by Anonymous Coward · · Score: 0
      Ubuntu will probably ship a GUI called 'Quintessence' as soon as they catch on.
      And three years later it will appear on Debian

    8. Re:Aqua, Aero, Terra, Pyro? by Anonymous Coward · · Score: 0

      No Terra UI - there's a war on, don't ya know?

    9. Re:Aqua, Aero, Terra, Pyro? by isj · · Score: 1

      I have already made an UI named Flogiston :-)

    10. Re:Aqua, Aero, Terra, Pyro? by Stormwatch · · Score: 1

      You forgot Ma-ti, you insensitive clod!

    11. Re:Aqua, Aero, Terra, Pyro? by fritsd · · Score: 1

      apt-cache show gnome-fifth-toe ?

      --
      To be, or not to be: isn't that quite logical, Slashdot Beta?
    12. Re:Aqua, Aero, Terra, Pyro? by Anonymous Coward · · Score: 0

      You'll have to work your way through the Vatican and Rome to find those interfaces, which were really first programmed by Bernini 500 years ago. Incorporations of pagan-influenced pyramidal structures will let you know you've found the proper interfaces. Watch out, though, the Illuminati are crafty and will try to crash your system if you get too close. (slaps self in face for actually writing this).

  13. Man + Stick + Dead Horse = by Fx.Dr · · Score: 1

    You know where this is going.

    1. Re:Man + Stick + Dead Horse = by Anonymous Coward · · Score: 0

      Horse Kabobs?

    2. Re:Man + Stick + Dead Horse = by Anonymous Coward · · Score: 0

      A sex tape?

  14. SUSE does it better by Alphax.au · · Score: 2, Interesting

    An article written in May suggested that OpenSUSE 10.1 combined with Xgl will perform better with lesser hardware requirements and wins on several other fronts too. Plus, you can probably run it on your MacBook.

    1. Re:SUSE does it better by FerretFrottage · · Score: 1

      Well I can't compare 10.1 to Vista as I have little interest in Vista at the moment; I can say that SuSE 10.1/XGL runs just fine on my 2.5 yr old laptop (Pentium M-1.4, and whatever ATi 64MB mobility chipset was popular in laptops back then)

      While many of the XGL eye candy is cool looking, in the end it hasn't made me any more (or less) productive, but it does catch the eyes of people (and gives them back thank you) and most people are either surprised or confused when I tell them it is linux and not windows and can be had for free.

      --
      "Look Lois, the two symbols of the Republican Party: an elephant, and a fat white guy who is threatened by change."
    2. Re:SUSE does it better by grammar+fascist · · Score: 1

      While many of the XGL eye candy is cool looking, in the end it hasn't made me any more (or less) productive...

      I've been running it for a while on my Ubuntu installs, and I think it makes me a little more productive.

      The "Scale" plugin (Vista's "Flip 3D" and Apple's "Expose") makes it easy to find windows in a cluttered desktop. The Desktop Cube makes it easier to use multiple desktops without losing applications, because I have a continuous transition between them. Shadows behind windows make it clearer which pixels belong to the current application and which don't. Pop-ups zooming in make it much clearer that they've popped up. Lastly, and this isn't useful but I think it's nice, because windows without focus are partially transparent, I actually get to see my desktop wallpaper more often!

      To be honest, though, I haven't had much use for wobbly windows. I'd like it if the windows would stick to each other without having to enable that feature.

      --
      I got my Linux laptop at System76.
    3. Re:SUSE does it better by Jonny_eh · · Score: 1

      You cannot run it on a macbook, or any intel based mac. At least not yet.

      Work is still ongoing: http://www.mactel-linux.org/

      Too bad Apple doesn't help us open-source lovers as much as they helped MS with boot camp.

  15. The problem is... by Spaceman40 · · Score: 4, Interesting

    ...that the major differences between XP and Vista are graphical. On my computer, I can't tell the difference in speed between XP (SP2) and Vista, but Vista sure looks prettier.

    (Note: I only had it on my computer for about a day before switching to Ubuntu, which can actually use my sound card. Vista doesn't let you use any unsigned drivers, and Creative's 64-bit Vista drivers are beta and -- guess what? -- not yet signed.)

    --
    I [may] disapprove of what you say, but I will defend to the death your right to say it.
    1. Re:The problem is... by Khuffie · · Score: 1

      I believe you can use unsigned drivers in the 32-bit version (works for me.!)

    2. Re:The problem is... by Spaceman40 · · Score: 1

      Ah, figures :) I'm dual-booting now anyway (Ubuntu, 64-bit; WinXP, 32-bit), so it's no big deal.

      --
      I [may] disapprove of what you say, but I will defend to the death your right to say it.
    3. Re:The problem is... by drsmithy · · Score: 1
      ...that the major differences between XP and Vista are graphical.

      No, they're not. Indeed, the UI is is probably the *least* significant change in Vista from XP (more accurately, Windows 2003).

    4. Re:The problem is... by Anonymous Coward · · Score: 1, Informative

      It is possible to use unsigned drivers. You just have to press F8 while booting and choose "Disable Driver Signature Enforcement".

    5. Re:The problem is... by Spaceman40 · · Score: 2, Interesting

      Have you used it? In comparison to OSX (and random distros of Linux, including Gentoo and Ubuntu) -- which is what the article was focusing on -- non-UI improvements merely brought the OS a little closer to the *nix variants.

      I've seen the new control panel. I've heard about the code base. I've got a friend working at Microsoft who tells me about the stability, etc. You drop the average business user (my mom, for example) into Vista for a week and ask what's different, and they'll tell you about the UI.

      But you're right, there are major differences underneath. I was comparing the final product to the other OSs I regularly use, and I just don't see it being something that'll be worth upwards of $75 to switch to.

      --
      I [may] disapprove of what you say, but I will defend to the death your right to say it.
    6. Re:The problem is... by Anonymous Coward · · Score: 0

      News to me, I've been using their unsigned drivers in beta 2 and RC1 with no problems, just needed to say yes I agree to install unsigned drivers even though they are beta, installed with no extra effort other than approving that.

    7. Re:The problem is... by Spaceman40 · · Score: 1

      Hmm. It wouldn't let me -- Audigy 2 Platinum Pro, Vista 64-bit, build 5600 (just after RC1)?

      --
      I [may] disapprove of what you say, but I will defend to the death your right to say it.
    8. Re:The problem is... by Anonymous Coward · · Score: 0

      I guess you are using the 32-bit version. In the 64-bit one it is not that easy.

    9. Re:The problem is... by flappinbooger · · Score: 1

      "But you're right, there are major differences underneath. I was comparing the final product to the other OSs I regularly use, and I just don't see it being something that'll be worth upwards of $75 to switch to."


      ding ding ding ding ding! We have a winner, folks!

      --
      Flappinbooger isn't my real name
    10. Re:The problem is... by Wow8agger · · Score: 1

      Quick question related to this, as I'm a big user of VMWare, but don't have access to Vista at the moment. The vmware tools, in particular the network drivers and video accelerators are both unsigned. Does this mean that it's not possible to install the vmware tools on a Vista virtual machine?

    11. Re:The problem is... by Anonymous Coward · · Score: 0

      Ubuntu may be nice...but I couldn't even get my wireless mouse to work after fighiting an entire day on Ubuntu! That shows the maturity (or lack of it) of the product.

    12. Re:The problem is... by westlake · · Score: 1
      The problem is...that the major differences between XP and Vista are graphical. On my computer, I can't tell the difference in speed between XP (SP2) and Vista, but Vista sure looks prettier.

      In other words, changes under the hood remain invisible to the non-technical end user. Apps carry over. Migration is painless.

      That is what keeps Windows pegged at a comfortable 90-95% market share.

    13. Re:The problem is... by Spaceman40 · · Score: 1

      Someone else responded with a way to force Vista to allow unsigned drivers. To avoid the need to force it, I'd bet that VMWare will end up getting their drivers signed sometime in the future (a pain of a process, if there ever was one -- my wife builds PCI boards, and they're having problems getting through it).

      --
      I [may] disapprove of what you say, but I will defend to the death your right to say it.
    14. Re:The problem is... by HoboMaster · · Score: 1

      I used unsigned Audigy drivers with Vista 64-bit RC1 and they installed after asking to okay unsigned drivers.

      Granted, they didn't work because they were for the build before RC1 (they hadn't released RC1 drivers yet), but they installed.

      --
      Remember kids, tin foil doesn't work, so use LeadHat.
    15. Re:The problem is... by Anonymous Coward · · Score: 0

      Press F8 while booting and then choose "Disable Driver Signature Enforcement". It works for me and I use X-Fi drivers that are even older than the Audigy ones.

    16. Re:The problem is... by oc255 · · Score: 1

      Nothing in life is this cut and dry. With decision, there is trade-off. With choice, you have consequence.

      Changes under the hood remain invisible because they are cramming more and more stuff into the hood without question. Bloat carries over. A:\ 5.25" B:\ 3.5" C:\ First HDD. That carries over. Migration is defintely not painless for people who don't want the home directories to change. This is easily fixed with some group policies etc, but you have to test it and roll it out. It's a change.

      Who knows what market share is driven by. Mac doesn't have enterprise stuff, Linux is distro-d to hell and I can sell Windows to my boss because of group think. People like MTV, musicians hate it. I wish I were as sure about everything as you are, I wouldn't get so sad when I want ideal things.

      But that doesn't mean Vista won't work. It will be good enough to work (after some early adoption) and the battle will continue forever until we find out some answers to bigger patterns. Does software development needs agility? Do computers do everything we need already? Are we at diminishing returns?

    17. Re:The problem is... by et764 · · Score: 1

      Vista has a lot of changes under the hood, many of which aren't visible to the user. Yeah, it's not quite all that was promised years ago, but it's still a significant upgrade. One new feature is the User-Mode Device Framework, which will let a lot of drivers run in user mode, and should hopefully make the system more robust since a faulty driver won't be any worse than a faulty application. UAC is a quite pervasive change, that is enforced even down to the kernel level. The graphics changes were by no means minor, and they are the first thing you see, but the graphics system is only one of several areas to receive massive changes.

      As for the unsigned drivers, part of my job involves making changes to some drivers used for debugging. I don't bother to sign these, but I'm still able to install them. I just have to tell it I really want to do this a couple of extra times. All the drivers I work on are user-mode drivers though, so maybe Windows is more strict for kernel-mode drivers.

  16. UI ain't everything by Programmer_In_Traini · · Score: 2, Interesting

    "I'm more enamored of Vista's Flip 3D feature, which basically takes all of the open windows on your desktop, stands them up on end and stacks them in a way that you can cycle through to the one you want to use. " ...geez, then we wonder why we gotta have a top-of-the-line PC with 1G of ram....just to run the OS smoothly. What happened to my good ole alt-tab and shift-alt-tab ? I dont recall having any kind of problem with that.

    --
    If you look like your passport photo, you're too ill to travel. - Will Kommen
    1. Re:UI ain't everything by dave420 · · Score: 1

      It's not mandatory. You can use it if your computer supports it (and you want it turned on), if not the UI will revert back to a more 2000/XP-like version. Alt-tab still works exactly the same. Just because you don't have a problem with something doesn't mean others don't :) The flip-3d thing shows the contents of the window, not just the app's icon and window title. The windows are also "live", so video plays, websites flash away, downloads update, etc. It's just another way of looking at what you've got open, when just the name and icon isn't enough to determine what's in a window. So, there is no performance loss if you don't want to use it, and none of the old ways of moving around windows have been removed.

    2. Re:UI ain't everything by Anonymous Coward · · Score: 0

      What happened to my good ole alt-tab and shift-alt-tab?

      That's a nice story, grandpa. Especially since you seem to think a top-of-the-line PC has 1GB RAM.

      I haven't used Vista but OS X at least still has an alt-tab feature. Of course, Expose is (often) much better since it, you know, shows what that application has displayed and lets you differentiate between multiple windows in the same application. It's so weird how new interface elements can be really useful even if they are occasionally different from what you've used in the past.

  17. End the madness! by dave420 · · Score: 5, Insightful

    Everyone seems to be seeing how OSs fare compared to each other, giving bragging rights to whichever one was the first to use various features, when that doesn't even matter in the slightest. An OS is to be used - it's not your child, you don't have to stand up for it. If it does what you need it to do, then it's great. I don't give a rat's ass who invented "windows flying around revealing themselves" first, I just care if it's of any use to me. It's an operating system, not a political statement. Fucking fanboys.

    1. Re:End the madness! by Tony · · Score: 1

      It's an operating system, not a political statement.

      Well, for me, it's both. I use Linux partly because I love the power it gives me (which is in itself a political statement, I guess), and partly because of the freedom it gives me (which is definitely a political statement).

      I stopped using Microsoft Windows in 1992, when I started using OS/2; and then I stopped using OS/2 in 1993, when I discovered Linux. I stopped using MS-Windows because of the DR-DOS situation, which was just one piece in a long line of Microsoft abusing its position. I stopped using OS/2 because I discovered something completely Free, which suited my temperament, having released my programs and source code before I discovered the GPL, and Linux.

      So, for me, it *is* a political statement, thank you very much.

      --
      Microsoft is to software what Budweiser is to beer.
    2. Re:End the madness! by norman619 · · Score: 0
      Well, for me, it's both. I use Linux partly because I love the power it gives me (which is in itself a political statement, I guess), and partly because of the freedom it gives me (which is definitely a political statement). I stopped using Microsoft Windows in 1992, when I started using OS/2; and then I stopped using OS/2 in 1993, when I discovered Linux. I stopped using MS-Windows because of the DR-DOS situation, which was just one piece in a long line of Microsoft abusing its position. I stopped using OS/2 because I discovered something completely Free, which suited my temperament, having released my programs and source code before I discovered the GPL, and Linux. So, for me, it *is* a political statement, thank you very much.
      Sounds to me more like you have no real life outside the PC if you care THAT much about this. Turn off the PC, walk to your front door, open the door, and join the rest of the world outside. It's a PC. It a tool. It's not a way of life. Fanboy's are so silly...
    3. Re:End the madness! by Anonymous Coward · · Score: 0

      Everyone seems to be seeing how people reviewing OSs fare compared to each other, giving bragging rights to whichever one was the first give the meta view, when that doesn't even matter in the slightest. An OS review is to be used - it's not your child, you don't have to stand up for it. If it tells you what you need, then it's great. I don't give a rat's ass who best describes "windows flying around revealing themselves", I just care if it's informative to me. It's an operating system review, not a political statement. Fucking low self-esteem posters.

    4. Re:End the madness! by FeTrut · · Score: 1

      It's called being passionate about something.

      Just because you could give a rats ass doesn't mean other people can't have the discussion. Almost everyone is passionate about something. Two car nuts could sit around and talk about the finer points of two different automobiles until the cows came home, but in your world that's not right, they should really only care about whether the cars get you from point a to point b.

      It's called discussion.

      This is a topic of interest to many people, and this is slashdot. I don't even know why you're on here reading the forum if you can't handle a dicsussion about operating systems that might not necessarily be limited to whether or not they "do what you need them to do".

    5. Re:End the madness! by Braino420 · · Score: 1

      I don't think it's neccessarily about bragging rights (although most definately true for a fanboy). It's just that most of these "new" features have already been out for a looong time elsewhere, and it could have been of use to you far earlier.

      I'm definately going to be using the OS that implements the cool new features first, but if another comes along and does it better, I see no reason not to switch. But that's the thing, what cool new feature is Microsoft going to be the first to implement now? None. What cool new features from others are they going to expand upon? Highly subjective, but I would say none (staying on-topic, I'd prefer XGL to either).

      --
      They call me the wookie man, I guess that's what I am
    6. Re:End the madness! by Anonymous Coward · · Score: 0
      Hear-Hear!

      Personally, I always get a chuckle imagining Road and Track magazine running these reviews:

      "...The new porsche not only has auto-louvering headlamps, but has chosen to innovate the entire control mechanism, with a rotary hand-helt throttle, pedal steering and eye-tracking audio controls..."
      Seriously, it isn't innovation to shuffle things around. Excellence comes from refinements within a known and viable user interface. In tractors, a few *seconds* after Ford's 3-point hitch fell off patent, EVERYONE started using it. It had become the gold standard. In rental cars, one of the most annoying things is guessing where the headlights and/or wiper controls will be.

      Don't change the things we use almost instinctively without a good reason... concentrate on stuff that matters. And reviewers that natter insightlessly about inane stuff should be mocked like the village idiots they are.

    7. Re:End the madness! by dave420 · · Score: 1

      Let it be a political statement for you, just accept that for most people, it's anything but :)

  18. That is not unusual... by RootWind · · Score: 1

    He is using multiple hard-drives. I have all my media files on a separate hard-drive, and triple-boot with XP, SLED10, and Vista. It probably doesn't take long to figure out if Vista will actually destroy another hard-drive who's sole purpose is for storage, however you feel about MS developers.

    1. Re:That is not unusual... by 955301 · · Score: 1

      but ... it's... a ... beta OS! OS! Not image manager software, but actually the OS is beta! You don't do this for the risk of corrupting files on a low level. Not in a live box.

      It's like using a development box where you do kernel fs programming for your mail server!

      --
      You are checking your backups, aren't you?
  19. Imagine... oh.. by dp_wiz · · Score: 0

    ...putting the XGl cube on that nifty 3-view screen. With some engineering skills one can build true 3d-rotating desktop!

  20. Security nags by dtfinch · · Score: 4, Insightful

    The more you tighten your grip, the more star^H^H^H^Husers will log in as administrator.

    1. Re:Security nags by ChronoReverse · · Score: 1

      The point is that UAC applies to the highest security level an user can have, Administrator.

    2. Re:Security nags by Craig+Davison · · Score: 1

      Yes, a user in the Administrator group will get the UAC popups (or obscure errors when using command line tools like ipconfig). However, the Administrator user itself (disabled by default) does not get the UAC popups, and all the tools work. It's just like being back in XP.

  21. It's not about how 'good' it is.. by Endo13 · · Score: 1

    Ok, we all know Windows sucks underneath. It's been a pretty crappy OS ever since they first came out with Win95, and stability/ease of use hasn't gotten much better since. No, it's all about compatibility. The day all my PC games and favorite apps run under Mac OS I'll consider switching. Of course by then they'll also likely all run under Linux, which is even better.

    --
    There is no -1 Disagree mod. Slashdot.org/faq defines mod options. USE IT.
    1. Re:It's not about how 'good' it is.. by Dog-Cow · · Score: 0, Flamebait

      "been a pretty crappy OS ever since they first came out with Win95, and stability/ease of use hasn't gotten much better since."

      Translation: I haven't used Windows in 11 years, but since this is slashdot, I'm still perfectly credible as long as I bash Microsoft.

      How about you grow up and maybe actually try something before you make baseless and blatantly untrue comments?

    2. Re:It's not about how 'good' it is.. by Endo13 · · Score: 1

      How about you try reading an entire post before flaming? Then perhaps you wouldn't look quite so ignorant.

      --
      There is no -1 Disagree mod. Slashdot.org/faq defines mod options. USE IT.
    3. Re:It's not about how 'good' it is.. by Endo13 · · Score: 1

      You actually got what I was saying.. even the reason why I was saying Linux is better, lol. (What's better than something free that actually works?) But to restate my previous post.. for home users compatibility is what matters most. Who gives a crap if it's got some issues and isn't "the best"? If it doesn't run my programs, it's really pretty useless for me now isn't it?

      --
      There is no -1 Disagree mod. Slashdot.org/faq defines mod options. USE IT.
    4. Re:It's not about how 'good' it is.. by Anonymous Coward · · Score: 0

      How about you read the poster's entire post. He was referring to the comment about winxp being as unstable as win95. I don't know about your experiences, but winxp is pretty damn stable. A hell of a lot more stable than win95. Perhaps look in the mirror before calling the poster ignorant.

      And no, I am not a windows fanboy. I use linux. Bottom line it's because I am cheap and don't want to spend money to use my computer hardware. If windows was free, I'd probably use them both.

      But hey, this is /. so anything you say about windows instability is agreed upon by the entire userbase. Especially in a mac-related topic.

  22. Double plagarism doesnt count by Lanoitarus · · Score: 2, Insightful

    Sure, gadgets are blatant knockoffs. But they arent blatant knockoffs of OS X widgets. Theyre blatant knockoffs of Konfabulator (Now Yahoo Widgets), which is what Apple knocked off too.

    Apple fanbois dont get to complain about this one.
    All MS did was copy Apples copying. Now admittedly, there are plenty of legitimant copyjobs going back and forth between both companies, but this isnt one of them.

    =)

    1. Re:Double plagarism doesnt count by Anonymous Coward · · Score: 2, Informative

      *sigh*

      I guess you've never heard of Desk Accessories, have you?

      Hint, they were included with the very first Macintosh.

      But, Gruber says it best:

      "Bullshit. Dashboard is not a rip-off of Konfabulator. Yes, they are doing very much the same thing. But what it is that they're doing was not an original idea to Konfabulator. The scope of a "widget" is very much the modern-day equivalent of a desk accessory."

    2. Re:Double plagarism doesnt count by Anonymous Coward · · Score: 0

      What is it that they said in "Pirates of Silicon Valley?"

      "Good artists copy, great artists steal."

    3. Re:Double plagarism doesnt count by mypalmike · · Score: 2, Informative

      I guess you've never heard of Desk Accessories, have you?

      Desk accessories were a hack to workaround the lack of multitasking in early versions of Mac OS. See MultiFinder.

      Apple Widgets are a knockoff of Konfabulator because Apple borrowed the idea of writing little desktop applications in Javascript.

      --
      There are 0x40000000 types of people: those who understand 32-bit IEEE 754 floating point, and those who don't.
    4. Re:Double plagarism doesnt count by Anonymous Coward · · Score: 0

      I don't think the argument there is that Apple is somehow more innovative than Microsoft for having copied widgets first, but that Microsoft fans believe that MS is so much better than Apple in its current state and that there's no reason to switch to Mac, yet the new versions of Windows look increasingly like OS X.

    5. Re:Double plagarism doesnt count by amliebsch · · Score: 1

      I don't think the argument there is that Apple is somehow more innovative than Microsoft for having copied widgets first, but that Microsoft fans believe that MS is so much better than Apple in its current state and that there's no reason to switch to Mac

      It's not that Microsoft users believe that there is no reason to switch to Mac, it's that Mac users refuse to believe there are any reasons not to.

      --
      If you don't know where you are going, you will wind up somewhere else.
  23. So Vista can look and act like OsX... by Thansal · · Score: 4, Interesting

    ... But can it look and act like Win2K?

    I am a windows user (yes, I know I will be shuned for addmitting this), and my preffered OS is Win2K (it works for what I want it to, and that is primarily games).

    Up untill recently I just ignore anytihng about windows that is not Win2K (I admit I have to use XP at work, but I have done everytihng I can to make it look and act like 2K). However, with more and more mention of games that will be "vista exclusives" I am starting to wory that I will eventualy actualy HAVE to switch (I stuck with DOS untill I had to use windows for games, then with 3.11 till I had to "upgrade" to 95 for games).

    So for those that have been ussing Vista, Can you strip out all this silly extra garbage and make Vista look and act like 2K?
    Can I make all the gadgets/widgets/whatever they are called quickly disapear and not waste CPU cycles?
    Can I turn off all the bubbles and colouring and effects?
    Can I make everything flat? (I like sharp edges, one of my largest dislikes about OSX/XP/others is this urge to make defaults rounded and pretty looking)
    Can I make the colour scheames nice and simple? (a solid blue title bar?)

    yup ,set in my ways, and loving it.

    (btw, a quick link to all this info that I have probably missed would be highely apreciated).

    --
    Do Or Do Not, There Is No Spoon, There Is Only Zuul. Everything in the above post is probably opinion.
    1. Re:So Vista can look and act like OsX... by amliebsch · · Score: 1

      Yes, you can do all that the same way you can in XP: by selecting the "Windows Classic" theme.

      --
      If you don't know where you are going, you will wind up somewhere else.
    2. Re:So Vista can look and act like OsX... by gsn · · Score: 1
      Amen. Yes a lot of us do this for the cosmetics.

      Lookie. Vista Classic theme


      So for those that have been ussing Vista, Can you strip out all this silly extra garbage and make Vista look and act like 2K?
      Can I make all the gadgets/widgets/whatever they are called quickly disapear and not waste CPU cycles?


      Yes you can choose not to use any of the gadgets or silly extra garbage but I'd actually want to go further - can I completely UNINSTALL the gadgets and whatever allows Flip3d and can I completely UNINSTALL WMP/IE/Windows Mail/Photo Gallery/Calendar/Media Center/DVD and movie maker/Previous Versions and delete all the additional Windows themes that I won't ever use and a half a dozen other features. Probably not when Vista initially comes out but in a year or two maybe once third parties come out with software to do just that or MS are forced to allow you to remove some program because they violate some EU anti trust ruling. Windows is still my desktop OS solely for gaming - I use linux in lab and on my laptop and I value the ability to make things minimal - the rest of this stuff is fluff that I don't need and want is is a waste of perfectly good resources.
      --
      Reality must take precedence over public relations, for nature cannot be fooled.
    3. Re:So Vista can look and act like OsX... by Thansal · · Score: 1

      Thank you!

      you get exactly at what I was driving at!

      I used Linux (with BlackBox as a WM) when I was programing in college because it was minimalistic, and there was nothing there that I did not put there!

      I do no work at home, and thus have no reason to have linux installed, thus I still use windows. However I strip it down as far as I can.

      I like my UI clean, neat, simple, and controllable!

      --
      Do Or Do Not, There Is No Spoon, There Is Only Zuul. Everything in the above post is probably opinion.
    4. Re:So Vista can look and act like OsX... by Anonymous Coward · · Score: 0

      yes.......vista has windows classic themes and color schemes.

    5. Re:So Vista can look and act like OsX... by cybrthng · · Score: 1

      Yes, you can do all of that and then some. Hell you can finally write your own window manager if you really want to.

  24. Flashy GUI's are for toffs. by Asrynachs · · Score: 1

    I'm not too pleased with the idea that Vista's gonna need to allocate processing power from my video card just to render the bloody GUI, especially since the reason I bought a high end 3D card is to run Maya, not my start menu. I don't care about stupid flashy GUI novelty crap. The windows XP system is about as good as it can get. I also recently got a Mac. OS X's GUI absolutely no different than the Windows GUI except that they feel the need to take up more screen real estate with big fancy icons, whereas they could have just written the name of the programs currently running. Or is it that the Apple folks somehow think their users are incapable or reading (that'd explain simpletext)

    1. Re:Flashy GUI's are for toffs. by matt4077 · · Score: 1

      "The windows XP system is about as good as it can get. "

      You don't know how many people said that about Win2k when XP was released.

    2. Re:Flashy GUI's are for toffs. by rueger · · Score: 1

      And still do.... the last two weeks I've been back and forth between my older Win 2K box and my new G4 Mac Powerbook. Reason? A handful of tasks that I needed to do that the Mac can't handle, or at least can't handle without buying an overpriced $50 helper app that would be Open source or shareware on the Windows box.

      After nearly a year with OS X I still find the interface annoying, cluttered with useless shiney things, and generally something that slows me down.

    3. Re:Flashy GUI's are for toffs. by MoneyT · · Score: 1

      What tasks. I find it extremely difficult to belive you can't find an OSS or shareware program for the mac to do the same thing for less than $50.

      --
      T Money
      World Domination with a plastic spoon since 1984
    4. Re:Flashy GUI's are for toffs. by Anonymous Coward · · Score: 0

      Even more ironically, since OS X has a BSD core, you can actually run more open source applications on OS X than you could on Windows, which is hardly a bastion of open source anything.

    5. Re:Flashy GUI's are for toffs. by SleepySheep · · Score: 1

      Really? After about a year with OS X, I find that it speeds me up since the interface is so much more efficient. I can get to things with fewer clicks. And that's without even counting the fact we're talking single click vs. double click.

    6. Re:Flashy GUI's are for toffs. by Anonymous+Brave+Guy · · Score: 1

      And the scary thing is, I suspect they're still right.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    7. Re:Flashy GUI's are for toffs. by Asrynachs · · Score: 1

      I'd expect that sort of answer form an ignorant mac only user. Myself being versed both in Mac and Pc platforms I can scoff at your claims. And if you say you've used windows I'll know you're lieng, because I have opensource lie detection software running on my PC right now.

    8. Re:Flashy GUI's are for toffs. by Anonymous Coward · · Score: 0

      After nearly a year with OS X I still find the interface annoying, cluttered with useless shiney things, and generally something that slows me down.

      The only thing more pathetic than a PC user is a PC user trying to be a Mac user. We have a name for you people: switcheurs.

      There's a good reason for your vexation at the Mac's user interface: You don't speak its language. Remember that the Mac was designed by artists, for artists, be they poets, musicians, or avant-garde mathematicians. A shiny new Mac can introduce your frathouse hovel to a modicum of good taste, but it can't make Mac users out of dweebs and squares like you.

      So don't force what doesn't come naturally. You'll be much happier if you stick to an OS that matches your personality. And you'll be doing the rest of us a favor, too; you leave Macs to Mac users, and we'll leave beige to you.
    9. Re:Flashy GUI's are for toffs. by ZombieRoboNinja · · Score: 1

      Scale down the icons, genius.

    10. Re:Flashy GUI's are for toffs. by cybrthng · · Score: 1

      Funny how much you don't know about Vista.. or OS's for that matter. A video card is a video card and even under XP's "2d" display it still used the 2d aspects of your video card to render graphics in 2d mode and 3 graphics in 3d mode.

      Vista is much "snappier" because the graphics card is doing what a graphics card should do.. if your doing rendering as well, aero isn't going to slow it down by any noticeable means.

      Guess you haven't tried and yet another slashdot user has jumped to conclusions.

    11. Re:Flashy GUI's are for toffs. by Asrynachs · · Score: 1

      Jeah, if I did that then I wouldn't be able to tell which programs I'm running, thanks to the icons. Once again the smug apple company sob's refuse to accept the reality of the written word.

    12. Re:Flashy GUI's are for toffs. by Asrynachs · · Score: 1

      Man you're just jealous that I hit the nail on the head. Maybe if you didn't use your computer for whatever the hell you use your computer for you'd understand.

  25. Parsing Error by sd_diamond · · Score: 0

    Did anybody else initially read that headline as "A Fat Man's Take on Vista"?

    1. Re:Parsing Error by deesine · · Score: 1
      Yes.

      It's our sense of humor leaking out.

      My second thought: What does Vista have to do with food?

      --
      damaged by dogma
    2. Re:Parsing Error by mobby_6kl · · Score: 0, Flamebait

      >Did anybody else initially read that headline as "A Fat Man's Take on Vista"?

      No, bud I did read it as "A Mac Fag's take on Vista".

      /me runs for cover

    3. Re:Parsing Error by DaveM753 · · Score: 1

      I keep reading it as "A Fake Man's Take on Vista."

      I need to search craigslist for a new pair of glasses.

  26. Gadgets and Widgets huh? by celerityfm · · Score: 2

    Yeah. Imitation is the sincerest form of flattery huh? So Microsoft really likes Arlo Rose and Perry Clarke? Lest we forget that the Apple Widget Dashboard is a "total rip-off" of Konfabulator. Though there are dissenting views on this.

    I used to feel bad for the Konfabulator team until they were bought by Yahoo- they finally got the attention they deserved.

    --
    ...unfortunately no one can be told what The Mat^H^H^HGoatse is...they must experience it for themselves...
    1. Re:Gadgets and Widgets huh? by DurendalMac · · Score: 1

      Except that Widgets have been around a lot longer than Konfabulator. They used to be known as Desk Accessories in early versions of the Mac OS.

    2. Re:Gadgets and Widgets huh? by nick.ian.k · · Score: 1

      And, as mypalmike said a few threads up, and I quote, "Desk accessories were a hack to workaround the lack of multitasking in early versions of Mac OS. See MultiFinder [wikipedia.org]. Apple Widgets are a knockoff of Konfabulator because Apple borrowed the idea of writing little desktop applications in Javascript." Sincere apologies to all for redundancy.

    3. Re:Gadgets and Widgets huh? by Anonymous Coward · · Score: 0

      That comment was lame the first time I heard it. Even more lame that you're quoting it. You're both arguing that the specific technological implementation is more important than the general concept behind it.

      Obviously upgrading an idea with newer, more effective technology is a key improvement, but it's a far cry to state that the Javascript was what makes Konfab an original concept that Apple copied. In that area, desk accessories are strikingly similar to widgets.

  27. Ah, but you miss his point by paranode · · Score: 1

    He is not trying to appeal to audiences such as yourself, who wish to run a minimalist OS on older hardware until the end of days. He is comparing features of mainstream operating systems for those who are interested in them. Linux and its kin will always be able to run in a less power-thirsty fashion, at the 'cost' of discarding the features he is writing about.

    1. Re:Ah, but you miss his point by twistedsymphony · · Score: 1

      I think even a lite OS would be benificial even for powerhouse machines. I'd love to have something barebones and stripped down on a bleeding edge gaming rig to ensure that ever last drop of performance is making it into the game instead of running 100s of services and other crap in the backround. I think it would be benificial to anyone who mostly uses their PC one giant app at a time.

  28. reboot? by codethreader · · Score: 2, Insightful

    It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.

    It reboots in 2 seconds? Amazing. It'd be even faster if Microsoft could figure out how to make an OS that allows you to modify a configuration without requiring a reboot. Everyone else seems to have figured it out.

    1. Re:reboot? by cybrthng · · Score: 1

      What are you talking about.. Takes 2 seconds to switch off UAC, i didn't say it takes two seconds to reboot.

      BTW, one feature is soft upgrades and soft boots. For example if you install ATI video drivers you don't have to reboot because the drivers can boot the device itself now.. Vista is getting there.. in no way though am i saying its perfect, just most people aren't bothering to do there homework before dissing it setting false or incorrect expectations.

    2. Re:reboot? by codethreader · · Score: 1

      What are you talking about.. Takes 2 seconds to switch off UAC, i didn't say it takes two seconds to reboot. Sorry, I was being fecicious. I realize you weren't saying that it will actually reboot in 2 seconds. But if it requires a rebooot to turn off UAC, then it takes 2 seconds plus reboot time to turn it off. That's all I'm saying.

    3. Re:reboot? by dabraun · · Score: 1

      You DON'T have to reboot to disable UAC. You do have to log off and log back on because it fundamentally changes the security context that you are logged on with.

    4. Re:reboot? by Paradise+Pete · · Score: 1

      You were much more polite than I would have been in having to actually explain it. I gotta learn how to do that.

    5. Re:reboot? by cybrthng · · Score: 1

      I said it takes 2 seconds to disable it, didn't say it takes 1 minute because you need to wait for the reboot to finish.

      Next time i'll spell it out for you since i seemed to have confused half of slashdot with a process that takes 2 seconds to do.

    6. Re:reboot? by Paradise+Pete · · Score: 1

      If it's disabled in two seconds, what does the reboot do?

  29. aesthetics ? intelligent design by Nonoche · · Score: 1

    With Flip 3D you have to cycle through all the windows to find that window you're looking for. That's one more action (or 1 action x the number of windows) than exposé with which you can see all your windows at once in a glimpse.

    I say windows loses again.

  30. Re: Color is a matter of opinion by TaoPhoenix · · Score: 1

    I happen to like dark themes. I rejoiced when they replaced the Beige Box with the Black box. I cringed when Majel Barrett started a 40 year tradition of female AI voices for fictional computers. The only reason I don't have an AlienWare PC is because some recent reviews called them on overpricing.

    Vista has dark themes? Uh oh. I'd better resist! Meanwhile, the fact that 75% of Apple's products are White has been at least a small part of my decision not to buy.

    Not posting as an AC...

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  31. UGh by andreyw · · Score: 1

    I am not enamored of the VIsta Expose knockoff. More aesthetic? Nope. More useless. Cycle through one by one? Apple's Expose actually increases my productivity, while Vista's looks more like a tech demo. Nice thing to "wow" your friends with or whatever, but completely useless in the long run.

  32. Newb by adavies42 · · Score: 2, Informative
    Mac OS X users can now use the apple-tab key combo to move through open applications just as quickly as Windows users.

    Whaddaya mean, "now"? To quote someone's sig, if I yell "Frog blast the vent core!", is Ken going to duck and cover, or will it be a whole cow-oncoming train thing? I'm strongly betting on the latter. We've had command- (and yes, it's "command", dammit, not "apple") tab since, what, System 8? The people who pass for Mac fans these days....

    --
    Media that can be recorded and distributed can be recorded and distributed.
    -kfg
    1. Re:Newb by Trillan · · Score: 1

      You could do it back in 1994 if you installed Microsoft Office 6.

    2. Re:Newb by noSignal · · Score: 1

      'command'? I thought it was 'splat'.

    3. Re:Newb by iMouse · · Score: 1

      I still think Apple should have pushed to get Copland 8 released. (I still have a copy of the intro CD that they released showing off the features) The gap between stunning Apple technology and Microsoft's antiquated crap would be even wider than it is now. That's too bad that Microsoft can't invent anything, they just buy companies that have already invented something that they think will be the next best thing. Bungie, anyone?

      Microsoft is eventually going to bury themselves by building on and supporting the same old stuff that was in use 15 years ago. It is time for them to let go and realize that they need to build something "advanced" and not just "good enough" or "compatible".

      Microsoft apps..."They're EVERYWHERE!", just like the pfhor...

    4. Re:Newb by Phroggy · · Score: 1

      You could do it back in 1994 if you installed Microsoft Office 6.

      In fact, Apple's implementation was pretty broken prior to OSX 10.3; I used the Microsoft Office Manager on classic Mac OS, then LiteSwitch X. The former could be downloaded for free from Microsoft's web site, and was a huge improvement over what Apple had. The makers of the latter accused Apple of ripping them off in 10.3.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  33. It's the GUI that will sell 80%... by jpellino · · Score: 1

    ... 20% will be sold on the internals.
    It's Windows and it costs a lot.
    The average Windows user isn't caring about or using what XP TRULY does different than 98SE except it looks better.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
    1. Re:It's the GUI that will sell 80%... by Mistshadow2k4 · · Score: 3, Interesting
      The average Windows user isn't caring about or using what XP TRULY does different than 98SE except it looks better.

      That's not true. What I heard more than anything else from the people using XP when it was new was that it wasn't crashing all the time and didn't need rebooting so often. (Of course, all that is true of 2000 as well, but these people were upgrading from 98.) Looks came in about third; stability was what experienced Windows people talked about the most. Believe me, I remember it well, as I was considering upgrading from 98 then myself as I was sick of its instability and everyone encouraged me to, but then I upgraded to 2000 -- after which, my response was, meh, cutesy interface, so what.

      Nevertheless, we wound up getting XP early this year because there are a few high-powered games that require XP that my husband just had to have *rolleyes*. (I mainly use the computer for graphics & picture editing; imagine my surprise when I found that some of my favorite apps work better with 2000 than XP, even though those apps came out after XP!) But that brings up another point in the anti-Vista argument -- look how long it was after XP came out that there were XP-only games from game companies besides MS itself. People say only Vista will have DX10, but any game company would have to be out of their minds to trade the XP user base for the new Vista user base. And frankly, posts you see on every forum show how little interest there is in Vista; it's not just /., it's everywhere. Vista just doesn't offer enough compelling features to make XP users want to upgrade. Of course, new pre-made computers will come with Vista, but more people already have computers than in the XP days, so widespread adoption of Vista is definitely going to be slower than it was for XP.
      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
  34. The hilarious phrase repeats over and over by blueZ3 · · Score: 1

    "put comsumers back in control of their PC" -- it's like a politician who has been told not to stray from the talking points -- just keep repeating that mantra over and over and over

    Tell me again guys, just which OS it is that prevented me from having full control of my PC, and which company developed, sold, and provided weekly security patches for that OS? Hmmm... could it be... satan? (jk)

    This is the reason that I switched to a Powerbook in February this year, and replaced my second PC with a Mac mini in April. The only Windows machine I own is in my MAME cabinet, and that's because my roll-my-own MAME frontend requires Window's lack of security to work.

    --
    Interested in a Flash-based MAME front end? Visit mame.danzbb.com
  35. Productivity nitwit by CODiNE · · Score: 2, Informative
    I'm more enamored of Vista's Flip 3D feature, which basically takes all of the open windows on your desktop, stands them up on end and stacks them in a way that you can cycle through to the one you want to use. It's similar to what Apple's Expose does. In Mac OS X, all of the open windows are arranged in a two-dimensional way that makes it easy to see what's in each one. But it's not as visually appealing.

    Both do pretty much the same thing; Vista's method wins on aesthetics.

    It may win on aesthetics, but that's ALL it wins on. Okay quick example here... this is early in the morning and I've barely begun to work at ALL, but I've already got Mail open, one email being written, 1 finder window, iTunes and 8 movies open in QT. (Gotta check last night's compressions in the morning) So that's 12 windows open here... not really that much but, let's say I want to go right back to the email. I can either Apple-Tab (4 times in this case) or I can hit F9 for all window Expose and them simply click it.

    Now compare that to Flip 3D. I'm gonna flip through my ROLODEX? From all the videos I saw it appeared each window shows up separately(Thanks you spell check) so I would actually have to hit the flip key 12 times here? How is that better? It's not. Expose is O(1), Flip 3D is O(N). They definitely do NOT do the same thing, one shows you all your windows, the other buries them.

    Here's how I think it went down. Rumors have been around for years about Apple's "Piles" and how they were going to be the next generation file system interface. Microsoft thinks they know what Apple's next big secret is, so they try to get a jump on them and release it first. Whoops... fooled you, "Piles" are actually part of "Stacks" and the light table mode in Aperture... now THAT is useful! (Check out Compare and Select videos 2 and 4 here.) Good thing they got rid of that stupid code name "Piles" :-)

    --
    Cwm, fjord-bank glyphs vext quiz
    1. Re:Productivity nitwit by amliebsch · · Score: 1

      Now compare that to Flip 3D. I'm gonna flip through my ROLODEX? From all the videos I saw it appeared each window shows up separately(Thanks you spell check) so I would actually have to hit the flip key 12 times here?

      No, that's not how it works. You activate the Flip3d mode with a click or keypress. Open windows are presented in an angled and somewhat expanded stack (as you can see in the screenshot). You can often tell which window you want just by the visible portions. Clicking on any window, whether at the front or not, will bring it to the front. If you can't tell, then you can use the scroll wheel on your mouse to cycle through them.

      You really should try it before you bash it.

      --
      If you don't know where you are going, you will wind up somewhere else.
    2. Re:Productivity nitwit by aclarke · · Score: 1

      Well, you're right, I don't think I'd want piles. Ewww.

      After hearing you and others in this thread go on and on about how productive Exposé is, I wondered if maybe I'm missing the point. I hardly ever use it, really. I tried a little experiment and switched between Firefox, Safari and Mail using Exposé and then went to cmd-tab back and forth. That's when I realized the reason cmd-tab is easy for me is that I hit cmd-tab and then mouse over the program I want and take my fingers off the keyboard. Very fast.

      On the occasion I have to use Windows I really miss that feature in alt-tab.

    3. Re:Productivity nitwit by DigitalSorceress · · Score: 1

      In the end, it's still just a gui change. I, for one, turn off the fade/slide effects thing in Windows as just about the first thing I do when I set up a new account .... all those flashy animated doo-dads just make the computer feel like it's responding slowly.

      In the case of these flip 3d things, I'll withhold judgement until I actually have a chance to play with it. Who knows, maybe it will provide a better way to choose active applications than the task bar, but it seems more like it will just suck down CPU/Graphics card resources without providing any real improvement in usability.

      --

      The Digital Sorceress
    4. Re:Productivity nitwit by Anonymous Coward · · Score: 0

      You should try Expose on a bunch of open word processing documents. It's completely and total useless as each little zoomed-out window looks exactly the same. You end up having to hover over each item to find each one.

      That is the reason Flip3D shows the entire screen stacked like that. It makes it much easier to discern what the window contains if the contents of the window are rendered as large as possible. Sure, you'll have to use the mouse wheel or hover over the window to move the windows around, but that's a faster process than even one false positive from Expose.

      This isn't arbitrary stuff. Microsoft has usability studies which determine what works and what doesn't. Expose is largely useless. Flip3D is marginally better. Both exist because the desktop metaphor is flawed.

  36. Wrong About Gadgets by adavies42 · · Score: 1

    The man is completely wrong about gadgets' being on the desktop being inferior to Dashboard's widgets--given the context. If he'd ever interacted with Windows users, he'd know that they love shit on their desktops. The stupid ones have Bonsai Buddy, the smarter ones have Konfabulator Yahoo! Widgets, the power users have, I dunno, hand-crafted Yahoo! Widgets, or a rootless X layer and some K widgets running in cygwin or something. Clean desktops are a Mac thing.

    --
    Media that can be recorded and distributed can be recorded and distributed.
    -kfg
    1. Re:Wrong About Gadgets by kalemba · · Score: 1

      while it is true that "they love shit on their desktops", i find that it's mostly shortcuts to pre-installed software that they'll never use, pics or other documents that have been downloaded and stuff that is usually described as "i didn't know what that was, so i didn't touch it". windows dessktops are the messiest places on earth, with mac desktops a distant, but solid second.

    2. Re:Wrong About Gadgets by MorderVonAllem · · Score: 1

      Are you kidding? I don't know what kind of mac users you know, but I've never once met a mac user with less than 40 icons on their desktop, strewn about in random places.

    3. Re:Wrong About Gadgets by easter1916 · · Score: 1

      I have a single icon -- the HD. Pleased to meet you.

    4. Re:Wrong About Gadgets by adavies42 · · Score: 1

      I have none at all. If I want the root, I use cmd-shift-c. If I want anything else, I used Quicksilver.

      --
      Media that can be recorded and distributed can be recorded and distributed.
      -kfg
    5. Re:Wrong About Gadgets by Jesus_666 · · Score: 1

      Clean desktops are a Mac thing.

      s/Mac/Linux/

      While I don't put stuff on my desktop, it's still cluttered with detritus - apparently Firefox uses ~/Desktop instead of /tmp on the Mac. Thus the desktop is full of .torrent files, multiple copies of PDFs, the odd media file...
      Under Windows it's just the traditional way to do things. where else would you save stuff but %USERHOME%\Desktop? Okay, except for C:\Downloads, D:\Downloads, E:\Media\MP3\temp and E:\Games\Morrowind\Oblivion\Downloads\maps\temp\Ne w Folder (2)?
      Under Linux the Desktop is in some directory like ~/.kde and you don't usually put non-desktop-related stuff there.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    6. Re:Wrong About Gadgets by Anonymous Coward · · Score: 0

      Amen to that!

    7. Re:Wrong About Gadgets by Phroggy · · Score: 1

      phroggy@curry:~$ ls Desktop/|wc -l
            85
      phroggy@curry:~$

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  37. A Fake Man's Take On Vista? by Anonymous Coward · · Score: 0

    Did anybody else quickly glance over the title and their brain munged it into "A Fake Man's Take On Vista"?

  38. My take on OS X and Vista... by Anonymous Coward · · Score: 0

    Both systems are are proprietary, DRM crippled and offer only vendor lock-in. With open solutions I am able to install without any hassles (don't have to worry about "Apple only" hardware or WGA). And I am not tied to any specific company. Plus with Compiz, I get all the desktop eyecandy I want. I don't see why OS X or Vista as even a choice.

    1. Re:My take on OS X and Vista... by Anonymous Coward · · Score: 0

      Yes, sounds cool. Too bad many of the users require a polished solution and professional tools. Those are only available for these proprietary systems.

      With company like Apple you get a quarantee of strive towards usability and reliability. I don't see any usability advances being ever made on Linux. Who'd pay for the studies? Santa Claus?

      Linux is fun for rebuilding the kernel and as a platform for embedded devices. That's all.

  39. I blame the PC users by Anonymous Coward · · Score: 0

    You will have to forgive me. My definition of PC user has expanded in the past couple of years from big-haired douchebags from Wintel who trolled Tekserve at night trying to get through Crystal Quest or Inside Macintosh. (Ahh, the '80s.) I now use "PC user" as a general term to describe the wannabes who exhibit an attitude of "Yeah, we cool. We're Mac users," when they are clearly from some other part of the universe.

    However, to prevent further confusion from the teeming masses, I will use the term poseur. Or in this case, switcheurs. These are the dunderheads who proclaim their trendiness because they use a Mac even though they were probably maximizing their windows until last week.

    They try to act counterculture by making comments about good taste and how everything is beige, and think of themselves as nonconformists, which is laughable since all they are doing is conforming to another lifestyle.

    What is really pathetic is when these expatriates proclaim their love for their adopted platform. When I hear it I cringe and automatically think of that Daphna Kalfon song "I Love My Mac." Not that there is anything wrong with Daphna.

    That phrase reeks of such vomit-inducing pretension. You think you are cooler than the rest of the world because of your computer? Because of your zero-button mouse? Because of the fact that you have to manually sort the Desktop upon failing (inevitably) to understand the Mac's right-handed icon arrangement? Where I come from, this is called "trying too hard."

    The Mac platform today is ground zero for the switcheur epidemic, which means more tourists and more expatriates moving in. It has become way too mainstream and too damn self-congratulatory to live here. And with more corporate giants moving in, the Mac is so ovah.

    1. Re:I blame the PC users by lisaparratt · · Score: 1

      What about SGI users who've moved to Mac OS?

  40. Where is the news? by DaitanGio · · Score: 1

    Windows Vista hasn't very new ideas behind.
    The only sure think is you need to change your pc to run it decently.
    I think the Avalon/WinFX gui is quite interesting if we can develop web application with it (a sort of ajax of M$), but for the rest Vista seems...with no sense.

    To check if it is good, count the games runs on it :)

    --
    -- Giovanni Daitan Giorgi http://gioorgi.com http://www.siforge.org
  41. "doesn't need a super system"... Oh, the irony... by Dr.+Zowie · · Score: 3, Insightful
    ...XP 1700...1 gig of ram, several 250 gig hard drives ... I will be throwing in an XP 2600 ...


    How zippy is your machine? An XP 1700 wita a gigabyte of RAM is capable of simulating regional weather patterns in real time, or of calculating about 10,000 lunar orbital injection trajectories per second, or of playing 100 competition chess games simultaneously, or of analysing and controlling traffic patterns in a mid-sized city core.

    So, er, your 1700 *is* a super system. With that much horsepower at your disposal, you shouldn't have to wait more than 0.1 second to start up your favorite application. If you notice *any* lag before any dialog box comes up, you should be questioning why.

  42. once again linux (the best) isnt even mentioned ;) by Intangion · · Score: 1, Flamebait

    Compiz/Beryl on LINUX blow both mac and vista away theres just no comparison
    http://www.ehomeupgrade.com/entry/2915/linux_xglco mpiz_graphics

    and this is old
    also im not sure if it shows off some of the best features like being able to 'shrink' all windows down so they all fit on the screen at once so you can easily see/pick between them, or you can select between windows of only a certain type

    also the alt-tab shows a preview of what that window looks like before you switch to it which is great

    the 3D 'cube' for desktops is much cooler than anything the other two have going (desktop switch wise i mean)

    only one guy mentions it on the whole thread (and called it Xgl, which isnt even needed anymore)

  43. The clock by Bert64 · · Score: 1

    When you change your clock on windows, your changing the system wide clock...
    On unix, the system clock runs in UTC, and each user can have their own time zone, which is worked out as an offset from UTC.

    This is very usefull, for instance I regularly log in to systems in other countries, and it's usefull to see the correct time possibly as well as the local time... If i send an email from a server located in the US, it's usefull for them to know what time it is *HERE* when i sent it, rather than the local time of the server.
    Also if i travel and move timezones, the system can keep track of my local time and the time back home properly, adding the offsets for me as/when needed.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    1. Re:The clock by dreamlax · · Score: 1

      From memory (which hasn't been to good to me lately), Windows NT had two separate APIs for getting the time, GetSystemTime and SystemTimeToLocalTime, or something. They probably tried to implement user-specific timezones, but perhaps too much software was already developed to use GetSystemTime and ignore local times altogether.

      Isn't it annoying, where if you don't get it right at the start, it makes it really hard for you later?

    2. Re:The clock by Bert64 · · Score: 1

      Most of the problems with current versions of windows, are due to legacy cruft being tacked on, just like your example...
      They should ditch it and start again, like apple did.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  44. Re: Color is a matter of opinion by Com2Kid · · Score: 1

    Yah I was all for black awhile back, but it got boring.

    For one thing, dark themes have a hard time with contrast. There are a million shades of beige, so it is possible to make things stand out without breaking theme. Black has a disadvantage that UI elements tend to "sink" into the overall theme.

    I would have preferred an ice crystal theme or some sort, I really liked some of the earlier Vista themes as well, before they settled on the Aero appearance.

  45. Painfully subjective comment. by Jerk+City+Troll · · Score: 1

    You got moderated insightful, but I think that is silly, so I feel compelled to reply.

    From your comments, it sounds like you have already made up your mind about visual effects in user interfaces. By the way, just because something in a user interface is attractive does not make it impractical.

    To make this comment at least a little worth-while, let me see if I can answer your questions. “How efficient are these effects?” Define “efficient”. “What's the net cost of having Aqua or Aero?” Define “cost”. “Do these graphical interfaces leave sasquatch sized memory footprints?” Aero: yes, Aqua: no. “Does all this extra shit cause any more bugs than a regular operating system without them?” I offer the rhetorical question: “do graphical user interfaces cause any more bugs than a regular operating system that is command-line only?” This question is recycled from 30 years ago, and both the answers and implications are the same today. Specifically, yes, bugs tend to be proportional to the amount of code, but that does not mean we stop writing more code and inventing new features or evolving existing ones. “I want to know which of these operating systems will run on my old ass laptop with a low end P4 in it. Not all of us have the new intel core 2 duos.” Mac OS X “Tiger” runs fast on my old 533MHz G4, which is vastly inferior to your P4 laptop. I have it running on an old bondi blue G3 iMac running at 233MHz, and it is, in-fact, quite usable. Windows Vista, on the other hand, will not run on old hardware. So, this is really a question of your vendor.

  46. Gadgets and widgets by LizardKing · · Score: 1

    As any (Motif programming) fool knows, a gadget is a lightweight widget. Except they ended up being even more heavyweight so nobody used them.

  47. Re:Tiger on a 466Mhz G4 by Anonymous Coward · · Score: 0

    Runs like butter, with 640 megs of RAM, without being restarted for weeks on end. All Aqua and Aero effects are hardware accelerated by the video cards. Can't speak for Aero since I have not used it, but I find the majority of Aqua's effects to be pretty while adding legitimate benefit to the user. Expose makes it incredibly easy to find a lost window or to switch apps for someone as visual as myself. The Genie effect not only makes the minimizing of windows attractive, but shows me exactly where the icon for that window resides. Minimizing a movie will continue showing it live on the Dock, allowing me to keep tabs on it without having it take up much desktop space. Even Dashboard's dimming effect not only looks cool but reduces the visual clutter of the desktop items interfering with the Widgets.

    I suggest you go back to DOS and leave the rest of us to enjoy the evolution of the modern GUI.

  48. MOD UP - Corrects errors in GP! by BancBoy · · Score: 1

    Seriously.

    --
    [UID-HeinzIntel]
  49. Who's imitating who? by X · · Score: 1
    Hmmmm... Gadgets and widgets. What's that line about imitation being the sincerest form of flattery?


    Hehe... So that'd put both of them as imitators of Konfabulator (now Yahoo Widgets).
    --
    sigs are a waste of space
  50. Allow me to be shallow here by mclaincausey · · Score: 1
    I'm not a huge fan of the Aqua GUI. In fact, I use a theme in lieu of its defaults. There are occasionally pointless violations of human interface guidelines and consistency for no apparent reason in OS X.

    That said, why is Aero so f*****g ugly? Jeez, it's awful. I've seen better-looking FVWM screencaps! It's a real poor attempt at imitating Aqua. And I'm not convinced of the value of imitating Aqua in the first place, at least as far as widgets go.

    MS has prolly a whole team of full-time, professional human interface people, and another team of full-time, professional graphic designers. Why do window managers and themes created by decentralized, often unpaid development efforts (i.e., GNOME, KDE, xfce + themes) routinely look better? Or maybe my tastes are just WAY off--I know this is a subjective matter. Perhaps Joe Sixpack likes the ugly mfing Aero look....

    --
    (%i1) factor(777353);
    (%o1) 777353
    1. Re:Allow me to be shallow here by Anonymous Coward · · Score: 0

      When you are designing something you think looks cool to you, sometimes it's better than when your manager tells you to make something look nice, then continue to rip your work until it looks nice to him.

    2. Re:Allow me to be shallow here by Anonymous Coward · · Score: 0

      Reminds me of the first time I saw XP: I thought someone was running IceWM with Wine. I almost chastised them for using such an ugly window manager...

  51. Vista security by JustNiz · · Score: 0

    >> The UAC implementation in Vista is heavy-handed and intrusive -- it halts what you're doing, even if you want to do something as simple as change your clock. My sense here is that Microsoft has been criticized so often for security vulnerabilities that it decided to club users over the head with its new operating system-in-lockdown-mode...

    I'm not clear how Microsoft think repeated 'Are you sure' dialog boxes add security to a system. Can't hackers also click 'yes'? Anyway, do hackers really use the gui? Surely most if not all hack attempts all come via the network.

    It seems Microsoft are spending their security investment on marketing-style perception management not actual product quality.

  52. Vista's Flip 3D only arguably more aesthetic by Mixel · · Score: 1

    I'm more enamored of Vista's Flip 3D feature, which basically takes all of the open windows on your desktop, stands them up on end and stacks them in a way that you can cycle through to the one you want to use. It's similar to what Apple's Expose does... Vista's method wins on aesthetics.'"

    I sincerely disagree. I don't want to go flipping though all my windows to see their entire content. I'd rather have them scaled, then point and click on the one I need. I find it more aesthetic to have window content scaled rather than hidden. Just a matter of preference which is more aesthetic.

  53. Bueller?....Bueller?... by Flashpot · · Score: 1

    Name a compellinng reason to buy/install/use Vista. Any help out there? Anyone? Anyone?

    --
    That which does not kill her only prolongs my agony.
    1. Re:Bueller?....Bueller?... by Blob+Pet · · Score: 1

      Well it's going to come with the next non-Apple computer that I buy anyway. Oh but wait, I've got a shiny Debian disk that I'll just shove into the CD drive the first time I boot up. Nevermind. :)

      --
      "...today consumers have been conditioned to think of beer when they see a bullfrog..."
  54. Meta-Comments by RAMMS+EIN · · Score: 1

    ``It's superficially Mac-like -- as if Microsoft, rather than coming up with a more original look for its operating system -- decided to offer its take on Mac OS X's interface.''

    I guess it's everybody's right to decide for themselves what constitutes "superficially Mac-like", but I don't find the Vista interface to look like Mac OS X a lot. Apple's UI is full of friendly, rounded shapes; Vista is still stark and square. Frankly, it looks more like Windows XP, GNOME, or Ubuntu to me.

    ``There's even a "sidebar" that, while it functions differently than OS X's dock, looks similar at first glance.''

    Hey, and did you notice that they _both_ have windows and icons? They must be identical twins! Come on, the sidebar is _not_ an imitation of the dock.

    ``Take a look at the latest version of Apple's iTunes software, the recently released Version 7. Gloss and shine are out, the 3-D sandblasted look is in.''

    Kind of reminds me of how Enlightenment looked, years and years ago. I've never much liked the textured windows in OS X; not that they're bad, but Aqua looks so much better. But yeah, a lot of people feel differently, and it's a matter of taste, after all.

    ``Perhaps most annoying is the fact that millions of Windows users will be delighted by the new look of Windows when it's released next year, blissfully unaware that Mac users have enjoyed bling for years.''

    That always annoys me, too. Except that I usually get that feeling about features than *nix has had for ages and that Windows just got. And it's worse, because Microsoft usually makes the Windows version incompatible with existing implementations. So that, for example, both *nix and Windows machines can share directories, but not using the same protocol. The real kicker is that, sometimes, the *nix world gets an open source implementation that interoperates with Microsoft's, and we all standardize on the Microsoft knock-off, instead of the original.

    ``They'll also likely be delighted by the fact that Microsoft has slammed the door on some of the more glaring security holes that have plagued XP users for years.''

    That remains to be seen. I think they tried. I hope they did a good job. But we can't tell at this point.

    ``Bouncing back and forth between Vista and OS X, I've tried to figure out what it is about the way UAC works that bugs me in comparison to the way Apple handles similar security issues. Part of it is that seemingly innocuous actions trigger it -- such as changing the time and date on the computer. Part of it is that you can't selectively turn UAC off.''

    UAC is more annoying, but offers more protection. I guess we'll have to figure out the right degree of protection vs. annoyance. At least Windows users will have more choices now than "you can do anything" and "you can do hardly anything".

    ``I'm more enamored of Vista's Flip 3D feature, which basically takes all of the open windows on your desktop, stands them up on end and stacks them in a way that you can cycle through to the one you want to use.''

    Yeah, and still puts them one behind another, so that you can't pick the one you want at a glance. Personally, I don't use such a feature (I use ratpoison, and I _know_ my shell is under Ctl+t 0, my browser under Ctl+t 1, etc.), but I feel Flip 3D is useless eye candy, whereas Exposé is actually useful.

    ``I'm less enamored of Vista's new sidebar feature, which allows small gadgets to run on screen all the time.''

    I have the exact opposite view. Applets are a great idea for simplifying application development, but why artificially restrict them to their own space and time? I'd have made them just like regular applications. Vista does it better, because it gives the user choice. Mac OS X implements this in a way that I find counterintuitive and less useful.

    ``I see the same issue -- good idea, so-so implementation -- with Internet Explorer 7.''

    I don't even want to talk about MSIE 7. It's playing catch up with the rest of the world, and not qui

    --
    Please correct me if I got my facts wrong.
  55. They're physical interfaces... by kbs · · Score: 1

    Terra is the UI you use to "reset hardware" with a brick.

    Pyro is the flamethrower you use when that doesn't work nicely enough.

    --
    yours,
    kbs
  56. Re:once again linux (the best) isnt even mentioned by pammon · · Score: 1

    The blobbing windows and the cube make GREAT demos, but not so great products. The constant effects get tiresome quickly.

  57. 2 second reboots?? by Anonymous Coward · · Score: 0

    The new gui is just a fraction of what Vista offers and i'm amazed at home many people praise it or deteste it based on that single aspect alone.

    Uh, a GUI is a Graphical User Interface, so by definition it's the Interface that the User sees. I'm amazed that some geeks don't get this. (Up next: judging music by what it sounds like, and why the color of the insulation in your walls is amazingly *not* the homebuyer's top priority!)

    UAC annoying? Not really

    If it's annoying to people, you can wave your hands all day but that won't make it not-annoying for us.

    UAC used to be MUCH more annoying on previous betas

    Ah, good point. It was much more annoying, therefore ... wait, doesn't that require it to be somewhat annoying now?

    It takes 2 seconds to disable it if you don't like it. Windows R, msconfig, disable UAC, reboot.

    Ah, Windows Vista can reboot in under 2 seconds?

    (I know finding "Windows R, msconfig, disable UAC" would take much longer than 2 seconds.)

  58. BFD... by Fujisawa+Sensei · · Score: 1
    I'm more enamored of Vista's Flip 3D feature, which basically takes all of the open windows on your desktop, stands them up on end and stacks them in a way that you can cycle through to the one you want to use. It's similar to what Apple's Expose does... Vista's method wins on aesthetics.

    Ohhh, the new OS has better eye-candy than the competitors OS.

    --
    If someone is passing you on the right, you are an asshole for driving in the wrong lane.
  59. Mod parent through the roof! by MrBoombasticfantasti · · Score: 1

    Parent has the most insightful post on Slashdot, ever...

    --
    !ERR: Signature not found.
    1. Re:Mod parent through the roof! by cybrthng · · Score: 1, Insightful

      really? how is it insightfull? its completely off topic, irrelevant and not only that its retarded

      He took my statement out of context and tied it to something completely out of subject. I was the one stating my old Peecee runs vista very well.. if you want to get really retarded why not preach to the people complaining how dual core systems are slow and they're pissed there sli system isn't supported or they STILL can't watch hdtv.

      oh why bother, this is the slashdot crowd, where garbage is #1!

    2. Re:Mod parent through the roof! by MrBoombasticfantasti · · Score: 2, Interesting
      Don't get your panties in a bunch. Parent made it very clear that current hardware (or even slightly older hardware) is actually unbelievably fast. It should be able to run almost anything you care to use instantly. Yet, for some reason, perceived speed (or responsiveness) hasn't improved in the last, say, 20 years.

      Why is this? Because software is bloated and layered beyond reason.


      To re-iterate the point I tried to make: current hardware is blistering fast, it's the software that's crap.

      --
      !ERR: Signature not found.
  60. Re: Color is a matter of opinion by zerosix · · Score: 1

    Off topic but Alienware laptops are a piece of junk. They didn't seat the graphic card properly(which caused the wireless card to die), The didn't install the Raid properly, they left a screw stripped half-way out of the case, and the motherboard failed after 6 months....although I have been know to roll critical failures regularly....

    --
    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. ~Albert Einstein
  61. Yawn - Another Mac fanboy claiming Apple invented by I'm+Don+Giovanni · · Score: 2, Interesting
    This would've been an interesting article is this guy didn't spend so much of it whining about Microsoft supposedly copying Apple (taking a cue from Steve Jobs' pathetic performance at the recent WWDC, where he spent a full 10 minutes whining about MS copying Apple, and continued the idiotic snide remarks throughout his "keynote", then proceeded to demo features that were ripped off from others, including Microsoft, without even blushing).

    And the "evidence" cited to prove that MS copied Apple is so minor and trivial. I mean things like "Apple's UI is called Aqua. Microsoft calls its interface Aero. Hmmmm." What, does Apple have a trademark on four letter words beginning with 'A' now? And it's not like the user gives a damn what the UI is called anyway. The other things this guy cites are that close/resize buttons glow when the mouse hovers over them and Aero has photorealistic icons that scale nicely, etc. Oh really? Well, whoop-de-doo!! I guess any OS that incorporates good looking icons is stepping on Apple's toes, right? *yawn*

    And what's all this talk that Aero copies from Aqua anyway? I've been using OSX since 10.0, and I've seen Aero. Regardless of whetehr a few things are similar, the overall look and feel are not alike at all.

    And this is where this guy's arrogance really kicks in:
    Note to Microsoft GUI gurus: Take a look at the latest version of Apple's iTunes software, the recently released Version 7. Gloss and shine are out, the 3-D sandblasted look is in.
    Huh? Why, just because and Jobs says so? Give me a break.
    --
    -- "I never gave these stories much credence." - HAL 9000
  62. Which came fist... Aero... Aqua... by Anonymous Coward · · Score: 0

    What about Sun's Looking Glass... hmmm. I think both Apple and MS are little late with the idea.

  63. Durrrr... by Dilaudid · · Score: 1
    What's that line about imitation being the sincerest form of flattery?.

    Erm... I think that was "Imitation is the sincerest form of flattery", Ken.

  64. Go UI! by foreverdisillusioned · · Score: 1

    By your powers combined, I am CAPTAIN COMMANDLINE !

  65. OS is DEAD by GriffinDodd · · Score: 1

    If I can't plug a probe into my eyeball and have my primal urges control the content displayed by stimulating the nerves in my retina I'm not interested. M$oft and Apple you're OLDZORZZZZ!!!!! Now, if you'll excuse me I have to get back to washin my jetpack.

  66. Multiple windows, eh? by einnar2000 · · Score: 1

    Novell / SuSe's SLED 10 does that already. It holds multiple desktops, and lets you flip through them quickly also.
    I've looked at both, and while some things uniquely windows won't run on SLED10, I find it much more stable and secure. Granted, Vista is still in development, and SLED10 is in production, but still. I have no plans to go Vista. I'm sticking with SLED10, as it's the first real *nix I could put on my laptop and still do all my work on. I work in an environment with a Novell backbone (100+ servers), Citrix/App Center (600+ servers), and mixed Unix environment (100+ server). I have to support apps on all 3, and this fit the gap nicely for me.

    Installation info : http://wiki.novell.com/index.php/SLED10:_Installat ion
    Novell Main site : http://www.novell.com/linux/

  67. Amen, brotha! by jamrock · · Score: 1

    I could not agree with you more. I am so sick and fucking tired of Mac fanboys who feel that Windows has to suck for the Mac to succeed, or who seem to think that Microsoft stole everything from Apple. Is it beyond the realm of possibility that Microsoft could actually add useful features before Apple thought of them? Is it unthinkable that the same ideas could have been arrived at independently, but implemented at different times? It's as if they're insecure about their platform choice, and perceived failures in Windows somehow validate that choice. These are the morons who give the entire Mac community a bad name. How about just getting your pathetic asses back to work and let the Windows users worry about problems with Windows? If so many of you so are vehemently anti-Microsoft that you declare their products anathema on your platform, why should you care at all what they're doing with their OS or applications? I certainly don't.

    Disclaimer: I have only ever used a Macintosh. I have zero experience with Windows, and anything Microsoft does is simply irrevelant to me. I certainly have no hard feelings for Microsoft, and good luck to them with Vista. Frankly, I find the entire Mac-fanatic-jihad-thing baffling. Maybe it's because I actually have a life, and my wife and children are far more deserving of my attention and love than any machine, no matter how slick and stylish.

    1. Re:Amen, brotha! by Philotic · · Score: 1

      Blame Apple's marketing and ad campaigns over the past two decades, the bulk of which has been childish Windows/PC bashing.

  68. flip3D? Why not just use virtual desktops? by aurelian · · Score: 1
    I can't understand why Windows hasn't brought in virtual desktops as a means of managing multiple windows. I know they played around with it as an optional add-on in XP, but he implementation was abysmal. Anyone who's used a Unix desktop knows just how useful it can be when done properly - or even semi properly, like in Gnome.

    Effectively a virtual desktop manager decomposes your list of windows into two extra dimensions, rather than having to cycle through a single 1-d list (or worse still, constantly use your mouse to select one of a number of identical buttons on a task bar). So why have the Windows designers consistently ignored it?

  69. Vista is murdering my hard drive by Anonymous Coward · · Score: 0

    I can't comment on actual memory use required for widgets and what not, but I can tell you that I'm afraid that Vista is doing its best to assassinate my hard drive. I installed Vista Ultimate RC1 on Monday and I think that it has spent about 75% of its time beating the crap out of my hard drive. Every time I don't use the thing for 10 or 20 minutes, the hard drive starts going berserk. I don't know if it is the indexing or defragging or what, but I have doubts about how much longer my hard drive will stand up. I'm sitting next to the system right now (not using it) and I'm just about to turn throw it out the window. It really is starting to drive me a little crazy. BTW... the only non-vista program I've installed is Adobe reader.

  70. What kind of mouse? by Spaceman40 · · Score: 1

    I'm using a new Logitech -- wireless, USB, etc. Haven't had any problems.

    --
    I [may] disapprove of what you say, but I will defend to the death your right to say it.
  71. Finding the "best" is subjective, too. by Kadin2048 · · Score: 2, Insightful

    Painfully Subjective Review
    I'll just out and say it -- Ken Mingis is just looking for bells & whistles. He's not in search of the 'best' operating system,

    You are correct, however the implication that looking for the "best" OS would have been less subjective is laughable. Any search for the "best" operating system is inherently subjective, because "best" is a totally subjective criteria.

    Any time I see a review where someone is looking for the 'best' anything, where two solutions exist, is not going to be objective. If it was objective, then it would need to explain why both things exist -- which implies that there are people who find both of them to be the best, respectively (otherwise why would they be using it?).

    Frankly, I didn't find his review objective, but I'll take blatant over veiled subjectivity any day. It's not like he tried to hide where he was coming from, or give it much of a journalistic, authoritative overtone; he just stated his opinion.

    As someone with a similar background to the reviewer, his statements were valuable to me. Sometimes, a variety of biased but straightforward reviews can be far more elucidating than a probably-biased but totally opaque one. At least with something like this, I can say "okay, so he's coming to this from the perspective of a Mac user, meaning he probably thinks the way OS X works is generally OK..." etc.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  72. I won't be impressed until... by r_jensen11 · · Score: 1

    ...I manage to get a BSOD on it, like I've been getting about weekly on Windows XP lately.... (and no, I know for a fact that I dont' have a virus)

  73. "Vista's method wins" Oh yeah, that's bias. by objekt · · Score: 3, Funny

    Stupid Mac fanboys always saying Vista is better!

    --
    -- Boycott Shell
  74. the real deal killer. by twitter · · Score: 0, Troll
    The new gui is just a fraction of what Vista offers and i'm amazed at home many people praise it or detest it based on that single aspect alone.

    The interface is usually the best M$ has to offer. Everything else is starved for effort. If the interface sucks you can only imagine what a train wreck the rest is. No, you don't have to imagine because every review so far has called it just that.

    The real feature that should be a deal killer is 3.5, DRM. You may have missed it because it was inappropriately placed under the joke section, "Security".

    --

    Friends don't help friends install M$ junk.

    1. Re:the real deal killer. by Achromatic1978 · · Score: 1
      You're a troll and a 'twit', as your name suggests. For one, your response has pretty much naught to do with his remark, and for another, in a pointless exercise in tedium:

      If the interface sucks you can only imagine what a train wreck the rest is. No, you don't have to imagine because every review so far has called it just that.

      Like this review: "This is going to be a great release for Microsoft. I'm finding it hard to go back to XP." (http://www.mstechtoday.com/vista-build-tracker/re view-windows-vista-build-5536/). Not a 'train wreck'.

      Like this review: "In conclusion, Windows Vista beta 2 is quite impressive." (http://www.windowsatoz.com/product-reviews/softwa re/windows-vista-beta-2.html). Also not a 'train wreck'.

      Like this review: "a substantial improvement over Windows XP--I see it as a glass half-full" (http://www.pcmag.com/article2/0,1895,1974275,00.a sp). Also not a 'train wreck'.

      Etc, et al.

      Feel free to join us in the real world at any time.

  75. Re:"doesn't need a super system"... Oh, the irony. by cybrthng · · Score: 1

    Hey braniac, the dude was questioning if a P4 laptop could run vista.. My XP 1700 is 6 years + old and it *RUNS* vista.

    Has nothing to do with the power of the CPU in calculating weather patterns or crunching numbers. Infact the machine used to be a Linux box running knoppmyth but i have since gave up trying to run myth because *cough* windows vista & xbox 360 is that much easier and my wife and kids can dig it.

    so yeah, my old media center pc is capable of calculating traffic signals for an entire town while it does HDTV streaming to my 360's on top of file serving for my home network and recording tv shows off cable and still being able to login to it directly or through remote desktop.

  76. fuddoesnotmeanwhatyouthink (on fud/notfud) by Kristoffer+Lunden · · Score: 2, Insightful

    We all need to start tagging the stories with "fuddoesnotmeanwhatyouthink" because I only ever see it used as "I like/don't like issue X" now. It means Fear, Uncertainty and Doubt, and is very specific as a tactic to spread scary misinformation folks. It's not meant as a label for anything, *anything* that you disagree with.

    1. Re:fuddoesnotmeanwhatyouthink (on fud/notfud) by mkiwi · · Score: 1

      We all need to start tagging the stories with "fuddoesnotmeanwhatyouthink" because I only ever see it used as "I like/don't like issue X" now. It means Fear, Uncertainty and Doubt, and is very specific as a tactic to spread scary misinformation folks. It's not meant as a label for anything, *anything* that you disagree with.

      Oh, but this is slashdot. Anything with kittens, ponies, or females causes fear, uncertainty, and doubt here. :-)

  77. Re:once again linux (the best) isnt even mentioned by cybrthng · · Score: 1

    Vista can do all of that and then some. The standard interface, is just that, the standard interface. Everything is customizeable and i'm sure you will see some neat stuff once 3rd party developers like stardock and others get a hold of it and release there addons.

  78. Re:"doesn't need a super system"... Oh, the irony. by zlogic · · Score: 1

    If you notice *any* lag before any dialog box comes up, you should be questioning why.
    You obviously haven't seen any Java or .NET apps...
    After I upgraded my Pentium3-1000 with 256 megs of RAM to Pentium D 3200 with 1 gig or RAM, my scanner's driver (written in .NET) is launched just as slow as it did before.
    And Java apps gobble up memory like candy - most serious apps allocate about 100 megs right after startup and about 170 megs when they're busy doing something. And Java is becoming more and more popular, especially among scientists. Most math software is rewritten or being rewritten in Java. I imagine the nightmare of having 3-4 Java apps running on Vista. 2 gigs of RAM will probably be the minimal amount.

  79. The Clock by demongp · · Score: 1

    What's annoying about the UAC implementation in Vista is that it's so heavy-handed and intrusive -- and it halts what you're doing, even if you want to do something as simple as change your clock.

    Something which has always triggered a small iritation in me is this whole 'clock' issue. Early in my road with NT I discovered that the requirement that one needs local administrative rights to change the time on a machine seems to have been a niggling issue. Make no mistake, for quite a long time I was one of those who viciously complained about this 'feature'. A while back, however, when I started playing with the DRM in Office 2003, the light suddenly went on for me regarding this little problem. If you think about this a bit more careful, the administrative-rights requirement actually makes sense - specifically if you take DRM into consideration

    Now, I know this is Slashdot, and I know that the mere fact that I seem to be positive about DRM in this post will probably cause this post to be modded down into the "Centre of the Earth". I would ask these modders, however, just to step back a bit and think of a bigger picture here. In terms of DRM, in the MS Office sense, its actually very very useful. If you think of any normal company, and consider the amounts of confidential information that travels over email and in documents in this company, it should become clear that any way of protecting this content should be very valuable. Using Office DRM one can protect Emails and documents with various different restrictions, but the one that is relevant to this little rant of mine, is the option to put an expiry date on electronic content. Now obviously if Joe bloggs in Contoso Ltd can change the clock on his machine to enable him to see documents long after he was supposed to, DRM will be quite useless. It is for this reason, in my mind, that the requirement for someone to have administrative rights on a machine to change the clock is a basic but quite necessary requirement.

  80. The root of the problem is "political" by twitter · · Score: 1

    Everyone seems to be seeing how OSs fare compared to each other, giving bragging rights to whichever one was the first to use various features, when that doesn't even matter in the slightest.

    I won't speak for "Everyone" but you are right, who does what first does not matter.

    I just care if it's [the OS] of any use to me. It's an operating system, not a political statement.

    If you really think that, you are not using Windows. It's the least featured, most difficult to keep running choice you can make.

    you don't have to stand up for [an OS]

    Hopefully, I won't be getting a reply filled with all sorts of M$ is great for me bullshit because you don't have to stand up for it.

    If you care about your neighbor you do have to stand up. M$ has spend billions of dollars on FUD and other misinformation. The only thing that undoes that is to use what they say is impossible and see for yourself how much easier it is.

    Politics does play a role. As usual, free systems are more productive and better for all of their members. M$'s business model is good at obnoxious marketing and not so good at software development. Their strategy of only entering "mature" markets by purchasing tools and destroying all others has left them feature poor and buggy as all hell. Worse for them, no one is making new Windoze software companies for them to plunder. The only people they have left to push around are hardware vendors and users.

    --

    Friends don't help friends install M$ junk.

    1. Re:The root of the problem is "political" by dave420 · · Score: 1
      Whereas Linux in its various flavours get all its FUD created and distributed for free :) You saying windows is hard to keep running is a great example of that. If you actually did care for your neighbour, you'd not spout such obvious bollocks, but make sure the truth is out there :)

      Politics doesn't matter a jot. As I said, it's a tool. You don't wear it on your sleeve - to most people it simply doesn't matter. People don't judge others by which operating system they use (well, maybe some on Slashdot). I don't care who Microsoft has bought out - I just care which operating system lets me do what I want it to do. Marketing? Doesn't matter to me - Windows is currently the only OS to offer what I want. When that changes, I'll most likely switch.

  81. Using Vista now by moonbender · · Score: 1

    I built a new system and just installed XP 64-bit edition earlier today, but I'm now considering installing the Vista Beta (got easy access to it via MSDNAA) - is it worth the trouble? I'll be using the system in multiple ways, browsing, gaming, watching video, and (Java) development.

    --
    Switch back to Slashdot's D1 system.
  82. they do by sentientbrendan · · Score: 1

    >Aqua is quite memory intensive. A moderate size window is likely to require about a 3MB buffer. Assuming it's double buffered,
    >guess 4MB (we'll allow for some smaller windows in the average). Now multiply that by the number of windows you have. You're
    >looking at a lot of memory just for this. I don't know how much of it is VRAM, but on my system it amounts to more than my total
    >VRAM so it can't be all unless they use some form of lossless texture compression.

    They do use compression. The original version of osx had huge memory requirements for the window server (and a lot of other problems), but each version has gotten more effecient and pushed more processing onto the graphics card. At some point (I forget which version, probably 10.2 or 10.3) they started compressing every window in memory.

    OSX is far from optimal in terms of performance, but every version has gotten closer by leaps and bounds, so I suspect they will get there before too long. Right now the window server seems very effecient on supported hardware, but the kernel could use a little work before things like threading get as fast as they are on linux.

  83. The solution by the+grace+of+R'hllor · · Score: 1

    The solution: Store user-set time as an offset of system time, have system time synced with NTP, and only check document expiry against system time. *Noone* can change system time. The offset might as well be timezone information.

    Of course, once you go to the BIOS of a system or boot a more liberal OS, you can change the date/time. But that's as valid for the XP solution as for any other.

  84. Boot Camp and Vista by Monsuco · · Score: 1

    I kind of think Apple and Microsoft need to make it so that each can deal with the other's filesystem. Vista should be able to read and write HFS, and OSX should be able to read and write NTFS (currently I think it can read only). It would benifit both companies to work together on doing this. Maybe in the final release of the next OSX and Vista, they will be able to do that. Of course, Linux can do both (true, you need an NTFS write driver).

  85. Splash, Trash, and Balderdash by Greymoon · · Score: 1

    Funny how the main consenses of argument here is about the eye candy. If miCROsoft thinks eye candy is their main product now they seriously need to get some new people in there. So far even microsofts own double-market-speak says Vista is a loser if you read between the lines. The FUD writers believe their own FUD. Got to wonder if the support cycle will last as long as the development cycle. Can't say they didnt spark some new inovation in failure arena.

  86. Everyone's taken in by Microsoft's security crap.. by argent · · Score: 1

    They'll also likely be delighted by the fact that Microsoft has slammed the door on some of the more glaring security holes that have plagued XP users for years.

    They've gotten rid of Internet Explorer, Outlook, and the rest of the applications that use the HTML control?

    Whoa, you had me going there for a second. What you mean is that they've added some more internal firewalls to make it a little harder for an exploit to use the more obvious hiding places... which is basically the same approach they've been using to attack the deep and fundamental security holes produced by the HTML control's criminally stupid trust model since 1997.

    There's nothing new here. It's not going to solve the problem. It's just going to annoy people more.

    They need to catch on: security is like sex. Once you're penetrated you're fucked. Get rid of the stuff that's making the initial penetration easier, and you'll find you won't need the rhythm method and the statues of saints.

  87. You're confusing displayed time and elapsed time by argent · · Score: 1

    DRM used to protect a confidential document has to be independent of displayed time. Setting the clock back has to be detected by the DRM mechanism, or else you could bypass it by copying the document to your own laptop. Which makes the DRM irrelevant.

  88. Wrong expletive! by ManufacturedMirth · · Score: 1

    > I am a windows user (yes, I know I will be shuned for addmitting this), ... I think the expletive you're after is zuned. :D

  89. Painfully Incorrect Post by Anonymous Coward · · Score: 0

    What the fuck? Nobody's corrected this guy yet? Unbelievable.

    Tiger (one release after Panther) supports all G3 machines with Firewire. Without looking it up, I believe Panther supported all G3s with USB. There are rumors suggesting that Leopard will finally drop G3 support, but they are just that - rumors. Based on a very early beta release that may or may not resemble what ships next year. To suggest that it'll drop support for 3 different architectures at once is totally and completely laughable.

    Maybe you were just trolling. I guess I got sucked in.

  90. Mac OS X Won't Be Pretty? by MogNuts · · Score: 1

    From the article:

    "Note to Microsoft GUI gurus: Take a look at the latest version of Apple's iTunes software, the recently released Version 7. Gloss and shine are out, the 3-D sandblasted look is in. From what I've seen so far, Mac OS X 10.5, or Leopard, still looks pretty much like the current OS X 10.4 -- at least according to the developer preview Apple released selectively last month. But I'm really hoping that one of the tricks Apple CEO Steve Jobs has up his sleeve is a plan to make the entire operating system look like the interface used in iTunes 7. We'll know in a few months."

    I sincerely hope that OS X doesn't adopt the new ITunes theme. I was thinking of getting a new Macbook when Leopard is released. But if the current theme that looks very nice now changes into that ugly ITunes theme, that purchase is out of the question.

  91. Re:"doesn't need a super system"... Oh, the irony. by Milton+Waddams · · Score: 1

    In work, my main desktop machine has 2 2.7GHz Xeon CPUs and 2GB of RAM and it crawls. It runs Lotus Notes, Firefox and Eclipse. I know that this machine should be fast as fuck but it's a pain to use. This is running XP. I hope that when I install Linux on it, it runs at an acceptable speed.

    I dunno if this has anything to do with your comment or this news item. It's 2:16am here, I've been drinking some weird Polish vodka and I feel the need to reach out.

  92. Tiger runs on G3 by Shawn+Parr · · Score: 1

    I know it is too late for most to see it as this article has been modded and replied to death at this point but...

    The latest version of Tiger can install back all the way to the Blue & White G3 (300Mhz G3), and it actually runs fine. It may not be super spunky, but it is functional, and you can get work done, especially if you don't load the machine down with a bunch of 3rd party junk. Seriously, I've seen Photoshop CS2 running on them, and while the G5's smoked them, it was still usable.

    All the effects in Mac OS are intelligently managed, if your hardware doesn't support them then they are either handled in software or dropped. Case in point is the ripple water effect for widgets. When you add a new widget on a machine with a graphics card that supports programmable shaders, there is a splash effect as the widget is 'dropped' on the screen. Don't have a good enough card? The widget just appears without any effects.

  93. That's your take by peter+Payne · · Score: 0

    and I respect it, really. I have played with Ubuntu and am impressed with it, really. However, since I run a business, having access to tools such as Photoshop, Filemaker (I know I'll be laughed at for using it, but I built my business with Filemaker and a "Dummies" book and I'll never look back) as well as shareware/commercial utilities and what not is totally worth the "Mac Premium" that I pay. Having a choice of which program I need to get my work done, being able to know that the [whatever program] I've invested my time in using will be updated regularly because it's a part of the core of Apple's strategy (Mail, in this case, for me), and so on, are all worth the cost of buying my software, lock-in and all. Since I and my employees are all, you know, doing stuff that generates money, having even a 1% benefit in efficiency over a FOSS alternative easily pays back the cost of the Photoshop/OS X/Filemaker/whaever licenses. Of course, part of this comes from the fact that I am a long-time Mac user and can easily do what I need to do, compared to how slow I'd be if I had to do the same work in a Unix environment. (Well, you know what I mean.)

    Another aspect to choosing Macs for my business is, I can take 1-2 hours a week to keep all our machiines running. If I'd chosen Windows, I'm sure I'd have neeed a full-time support person/admin to keep things going by now, and my sense is that this would probably be the case if I'd switched to Intel boxes running *Nix instead of OS X. It's simple math to calculate that, even if each Mac costs $1000 more than a PC running free software (which I disagree with), that person's salary would be far more than the amount of more expensive hardware. Again, this is partially the case because I happen to be an experienced Mac guy, so I might be off the mark.

    I wonder if this trend holds up with others. Are most FOSS aficianados tending to be working for other companies or working for themselves on a small scale as contractors? How many people who run 20+ person companies would agree with your post, I wonder? I am not posting flamebait, just wondering what the correlation between "involved in a commercial enterprise making money" and "more of an enthusiast, not making money from my computer" aspects are.

    --
    You've got a friend in Japan: http://www.jlist.com
  94. I like Andy Ihnatko's article better by LKM · · Score: 1
  95. Re:once again linux (the best) isnt even mentioned by Anonymous Coward · · Score: 0

    wow!

    that was the most pointless over use of cheesy eye candy i have ever seen. thanks, i will have to save that.....

  96. 2k foeva by Scudsucker · · Score: 1

    I also plan on running 2000 for as long as I possibly can. The difference, imo, between Apple and Microsoft is that Apple comes up with new features that are actually usefull, whereas Microsoft comes up with new features to entice users to upgrade, reguardless of how useful or not the new features actually are. See 'personalized menus' and Clippy for examples.