Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Windows Operating Systems Software IT

Windows Vista Build 5231 Review 390

An anonymous reader writes "Microsoft has just released a new build for Windows Vista and it looks like Microsoft has made quite a few graphical changes. "This is possibly the only application with more anticipation surrounding it than Internet Explorer 7, if not Vista itself. We wonder if Microsoft would bundle Windows Media Player 11 with Vista exclusively or would it be available for download separately for Windows XP as well. It most certainly will end up looking a lot better (graphically) than most music players out there, iTunes included. Although it appears to look pretty straightforward, the interface has changed drastically, which makes it far more attractive than Windows Media Player 10 as well as competing applications."
This discussion has been archived. No new comments can be posted.

Windows Vista Build 5231 Review

Comments Filter:
  • But.... (Score:5, Insightful)

    by silverkniveshotmail. ( 713965 ) * on Thursday October 20, 2005 @08:07AM (#13834547) Journal
    How much do you need your media player to do beyond playing media?
    If i wouldn't have gotten a mac I don't know if I would have ever gone past winamp 2.x
    • AmaroK (Score:4, Interesting)

      by hummassa ( 157160 ) on Thursday October 20, 2005 @08:16AM (#13834607) Homepage Journal
      (needed) manages your albums
      (pretty) gets album cover to display so you can visualize
      (good) manages your preferences/statistics (you can see what you are listening to)
      (pretty) presents those informations in an aesthetic way
      (good) or just gets minimized to the systray
      (good) all operations are two to three clicks away.
    • Re:But.... (Score:5, Insightful)

      by bigman2003 ( 671309 ) on Thursday October 20, 2005 @08:18AM (#13834618) Homepage
      I need it to burn CD's.

      I need it to sync with my portable player.

      I need it to do a good job of scanning my computer for media.

      Despite everyone's best guess...I do not need it to be a portal for purchasing anything...

      • Re:But.... (Score:2, Insightful)

        by julesh ( 229690 )
        I need it to burn CD's

        Why not use a CD writing application for this?

        I need it to sync with my portable player.

        I'd rather just be able to drag & drop files I wanted to use on the player onto the player's icon under My Computer, rather than having to use a media player to manage it.

        I need it to do a good job of scanning my computer for media.

        Why not store all your media in a single location? That's a much simpler solution.
        • Re:But.... (Score:5, Insightful)

          by LiquidCoooled ( 634315 ) on Thursday October 20, 2005 @09:01AM (#13834874) Homepage Journal
          Why not use a CD writing application for this?

          People like to connect the dots. "i go *here* to play my media, why can't i burn my playlists from here as well?"

          I'd rather just be able to drag & drop files I wanted to use on the player onto the player's icon under My Computer, rather than having to use a media player to manage it.

          two words: Custom playlists. Instead of having to reselect an entire range of files stored in seperate subfolders (from the original albums) I can simply transfer the playlist in one go (see above burning as well).

          Why not store all your media in a single location? That's a much simpler solution.

          Because "My Music" is not your music, and shared music is not everything on my machine, and I don't always want everything together, and because whichever p2p software by default stores it in one place, and something else stores it in another, and my mp3 player comes up in a different drive, and instead of being a jack of all trades and needing to tell people how to configure every single piece of media software on the planet (to look for media in one place) I would just like to scan my machine and find it all for me.

          I understand you like operating using single individual steps, but not everyone is as savvy as yourself and just wants a simple life, your steps may be simple, and once configured it might be easy to manage, but its getting started thats the problem.

          People already have the option to do all the things you suggest, and most who do similar to yourself won't like this new media player, but for the rest of the population, the suggested features don't seem out of step at all.
          • Re:But.... (Score:5, Insightful)

            by MobyDisk ( 75490 ) on Thursday October 20, 2005 @09:16AM (#13834971) Homepage
            People like to connect the dots. "i go *here* to play my media, why can't i burn my playlists from here as well?"


            That is an excellent point. It is also a perfect example of how people still don't understand the desktop. You don't go to Windows Media Player to play your media. You go to "My Music" or wherever. People still use the old DOS way of doing stuff: Run the application, then click open, then browse to the location. That's backwards. If they went to the location first, then they could do all of the things the GP post is talking about right from there (copy, rename, delete, organize, burn, play, ...) and you won't need the application to then have al lthe same features as Explorer.

            You point out the issues with sharing, and applications creating multiple folders, etc. So you do make a good point: Users won't ever "get" the desktop analogy until the software uses it properly. Until 95% of apps start using these folders properly, it won't be useful.
            • Re:But.... (Score:3, Insightful)

              I actually prefer the DOS way of doing things. My mind associates tasks with programs more than with filetypes. If I want to burn a CD, I think in terms of what program I need to do that. If I want to listen to MP3s, I think in terms of what program I need to do that.

              I end up using stuff like Winamp 2.X and Media Player Classic, because those things do exactly what I expect them to without a lot of extra fluff.

            • Re:But.... (Score:5, Insightful)

              by ultranova ( 717540 ) on Thursday October 20, 2005 @11:00AM (#13835988)

              That is an excellent point. It is also a perfect example of how people still don't understand the desktop. You don't go to Windows Media Player to play your media. You go to "My Music" or wherever. People still use the old DOS way of doing stuff: Run the application, then click open, then browse to the location.

              That's because the current systems are still designed around the old DOS way of doing things, instead of being truly object-oriented - they just try to look like it. Click on a document in a folder. What happens ? A program starts up, reads the file and presumably shows you the results. This is, behind the scenes, exactly what happens in DOS. Furthermore, the program cannot be easily reused by other programs, unless it was specifically designed that way. Modern GUIs simply generate the command line automatically; but the actual operating paradigm is unchanged.

              This system is very inefficient. Imagine you have several documents open at once. For each of these, there is at least a single thread (and associated stack and other system resources) that does nothing but sits around waiting for events most of the time.

              The system is also very fragile. The desktop system (as well as almost all other systems, like web and database servers) depends heavily on communication between different programs. However, when heavy communication meets the combination of direct memory access programming paradigm with no bound checking of any kind of C and the difficulty of checking for and defending against every possible kind of malformed communication, buffer overflows are an unavoidable result. The situation is not helped by the nonexistent security paradigms of Unix (try to make it impossible for a program to write anywhere except in a subdirectory of your home directory without having root privileges on Linux) or Windows.

              So, what is needed is an operating system designed from grounds up.

              Make the system completely object-based. An application is not a program; it is a class that implements the Application interface. It doesn't get started, it gets instantiated. When you click on a file on a file manager, the a thread calls the appropriate even-handler method on the manager; that method most likely creates a new thread and has it instantiate the file viewer object; when the viewer's initialization method has been completed, the thread returns and, since there's no more methods on the stack, it exits (of course the initialization method is free to run as long as neccessary, or spawn a thousand other threads if needed). When the viewer needs to be told of a keypress or mouseclick or needs to be redrawn (or simply when some timer set by the initialization method expires) a new thread gets created for the purpose. No threads are wasted on waiting in the event loops of a hundred viewers, no more single thread managing 10 different windows (which means that if it crashes, they all close, and if any is engaged in a long-running operation, they all block).

              Such objects are inherently reusable. Currently, if you want code to be reused, you need to put it to a library. This requires extra effort from the programmers point of view, and so programs and libraries tend to be strictly separated; if you want to reuse the functionality of another program (like burn CD's), you'd better hope that the code is in a library or that the other program was designed to be remotely controlled. With programs made by combining objects, however, the chances are that the burning code is in a class of its own, and can be easily reused.

              So, basically, desktop paradigm is not understood by many because it is not implemented by any operating system that I know of. Windows and Gnome just make a show of supporting it; under the hood, everything still works just like it ever did, which means that you get a lot less grief by using the system in a program-centric fashion, for that is how it really operates, deep down.

        • Re:But.... (Score:4, Interesting)

          by Jugalator ( 259273 ) on Thursday October 20, 2005 @09:12AM (#13834953) Journal
          You prefer alternative solutions probably because you attack the organizational problem from a different angle. While your solutions makes perfect sense to someone working on a file system level -- you have tidy organized music so it's easy to find & burn, and don't need to scan -- many users work on a more abstract level with playlists. If you do, suddenly the playlist sorting intelligence and logical grouping of music from possibly more than one folder (or even drives) etc, makes a lot more sense because instead of opening up a separate app to select and burn your music, you click a single button to take care of burning your sorted list already open. The same thing with syncing. No need to open folders and drag & drop stuff each time you want to do this. Sure, you can make a script for the job or whatever, but then you just do a different form of preparation to simplify your job. Another user may instead of that form of automation prefer the media player's.

          Store all your media in a single location? Yes, it's a much more simple solution, and also less flexible as you aren't working on an abstract enough level to e.g. cover multiple physical and/or network drives, and so on. Sometimes you actually want this, and then you can use one of these players, and you'd once again get "your single location" point of access -- the media player's metadata-powered music library.
        • Re:But.... (Score:3, Insightful)

          by ivan256 ( 17499 ) *
          I'd rather just be able to drag & drop files I wanted to use on the player onto the player's icon under My Computer, rather than having to use a media player to manage it.

          You know, I used to think that too. So I bought an Aiwa CDC-MP3 for my car, and a few more CD MP3 players after that, and what I learned from it was that organizing music files manually takes way too long, and is a total pain in the ass.

          It's so much nicer to highlight a bunch of tracks and hit a button, knowing that they're going to be
        • Summary (Score:5, Insightful)

          by geeber ( 520231 ) on Thursday October 20, 2005 @09:59AM (#13835371)
          Why not ....

          Here, let me summarize the parent post in one concise sentence:

          "Why not do things the way I do them?"

          Answer : Not everyone wants to do things the way you do them.
    • Re:But.... (Score:5, Interesting)

      by Kjella ( 173770 ) on Thursday October 20, 2005 @08:27AM (#13834657) Homepage
      How much do you need your media player to do beyond playing media?
      If i wouldn't have gotten a mac I don't know if I would have ever gone past winamp 2.x


      Well, as far as video goes I'm more than happy with Media Player Classic. It's basicly a WMP6.4(!) clone but able to play DVDs+++. No skinning, in fact 99.9% of the time I use it is in fullscreen playback with no UI at all. Haven't seen any feature in WMP7-10 that would make me change back.

      As far as music goes, I know a lot of people have much more desire to organize and sort and do multiple playlists and ratings and even eyecandy while listening to music. Both Winamp, WMP and iTunes have made a lot of progress since Winamp 2.x here. I'm mostly like you, not really in the market but it's definately there.

      Kjella
      • Re:But.... (Score:3, Insightful)

        by MBGMorden ( 803437 )
        I'm also a big fan of WMP Classic, but it does have a habit of locking on loading a video every now and then. Not a big problem, just close it out and reopen, but it can be annoying. I'm guessing this will be fixed soon ehgouh though.

        It definately works out better than Microsoft's Media player. Only thing I use it for are the couple of DRM'd files that I have that WMP Classic won't handle. Still waiting for a crack for WMP9 Video DRM so that I can unprotect my files and ditch MS's player completely.

        I sti
    • Re:But.... (Score:2, Insightful)

      by BAILOPAN ( 694545 )
      That's like saying a text editor shouldn't need to do anything but edit text ;]

      They're making an application to suit as many people as possible. If it doesn't suit you, don't use it.
      • They're making an application to suit as many people as possible. If it doesn't suit you, don't use it.

        The problem is, that they're a monopoly that is very good at making content providers use technologies that are tied to their products. When you get a media file that can only be played by Windows Media Player, you have no choice but to use it.

    • How much do you need your media player to do beyond playing media?

      Exactly. For example mplayer can be run with and without GUI. Even though I tried the GUI I usually run it without it because it just stands in the way and mplayer supports excellent navigation without GUI. (For example I can skip 15 minutes by hitting cursor-down or 5 seconds with the mouse-wheel - no other player I know supports something like that)

    • Re:But.... (Score:5, Funny)

      by binarybum ( 468664 ) on Thursday October 20, 2005 @12:12PM (#13836782) Homepage
      Are you kidding?? Desktop media players are so far behind! They have to catch up to network television! I want a media player with a constant scroll ticker, animated graphics that pop up and consume the lower left quadrant of the screen every minute or so, and a memory and processor heavy 3D rendering engine that runs all the time just in case when I'm watching the credits for a movie I want to tilt them into the screen at a 35degree angle and shrink them so that I have room to watch advertisements that stream into my media player and are saved to my HD while I was watching the movie. But they'll be totally kick-ass advertisements geared towards me because the media player will automatically send microsoft a list of all media titles on my computer so they can build a psychological profile. Oh, and it damn well better support animated skins so I can make it look like it's on fire. I hear they might even integrate clippy the paper clip in WMP-11!
  • Feh... (Score:5, Funny)

    by Anonymous Coward on Thursday October 20, 2005 @08:07AM (#13834549)
    Phantom Menace had pretty graphics too...
  • I can't even read TFA if I wanted to!
  • Looks Ok... (Score:3, Funny)

    by Sebilrazen ( 870600 ) <blahsebilrazen@blah.com> on Thursday October 20, 2005 @08:08AM (#13834552)
    ..but so does a gold plated turd.

    More screenies here [winsupersite.com] (if /.'ed)
    • Re:Looks Ok... (Score:2, Interesting)

      by pimpimpim ( 811140 )
      Those screenshots don't really look like a program to me. Are you sure it's not a powerpoint presentation or something? Maybe they merged WMP in powerpoint... Really what's so difficult in making a player with one big playlist and the usual start/stop/volume buttons? I use xmms on linux and an older winamp version for windows, default skin, it has just the things I need an I can make is at big/small as I want.
  • by Anonymous Coward

    Who the hell wants one of those? I use VLC and Foobar2000 [foobar2000.org] to get away from that crap!



    There's nothing more pathetic than apps trying to emulate the look of physical appliances, like all DVD-players do for instance. It's like some idiotic idea that just won't go away, no matter how truly stupid and fugly it is.

  • off google (Score:5, Informative)

    by Anonymous Coward on Thursday October 20, 2005 @08:10AM (#13834568)
    I typed build 5231 into google ... heck out the sreenshots from winsupersite:
      http://www.winsupersite.com/showcase/winvista_5231 _gallery_02.asp [winsupersite.com]
    • Re:off google (Score:2, Insightful)

      by Lord Bitman ( 95493 )
      is that what counts as a good UI these days? Holy fuck.

      The GUI is dead. Bash, time to step up and take its place.
    • Jesus. Just what I want, a media player that runs full screen and wastes half of the space for fancy background images.

      And what the hell is with the explorer screenshots? Why is the toolbar above the menu? That's fucked up!
      • Just what I want, a media player that runs full screen and wastes half of the space for fancy background images.

        You don't think it's running like that because the user configured it so? :-)
        WMP is nowadays configurable to run in approx. as a 100x20 pixels large bar.
        • The picturs I saw in that link looked like an app that was designed to run full screen and only ever full screen. Maybe it's just that skin that works that way, I don't know.
  • by SpasticThinker ( 892651 ) on Thursday October 20, 2005 @08:11AM (#13834573)
    Microsoft again proves it knows how to sell a product. Not that graphical changes/updates are a bad thing - far from it, I like my eye-candy as do most. The most important thing about it, however, is that looks sell.

    Now maybe since the thing looks prettier, they'll start working on adding some revolutionary functionality. I think that consumers valuing function over appearance are the minority of those who will be spending money, however.

    You can fault Microsoft for not being much of a software company if you wish, but their business/marketing/money-making talent is second to none.
    • "Now maybe since the thing looks prettier, they'll start working on adding some revolutionary functionality"

      Well, that's a problem. If you decide to add functionality, especially revolutionary functionality, after you've fleshed out your framework and GUI, then you have weird-ass code that isn't cohesive, nor coherent. You should start with the functionality, and finish with the bells and whistles.
    • Comment removed based on user account deletion
  • Too much Player! (Score:5, Insightful)

    by Jjeff1 ( 636051 ) on Thursday October 20, 2005 @08:13AM (#13834587)
    Windows media player and Realmagic player both suffer from the same dilusional management. Someone believes the player is more important than the media. If I want to watch a DVD or listen to an MP3 all I want is an easy way to find my media, and then to see/view the media itself.

    This obsession with skins and enormous toolbars and wasted screen real estate drives me nuts. Winamp was good because there was virtually nothing wasted in the display. iTunes also realizes the media is more important than the player. When will Microsoft and Real catch up?
    • It's funny, seeing a comment complaining that WMP is too big, and that iTunes gets it right. I've always found exactly the opposite to be the case. But then, I use the WMP toolbar and keep it minimised almost all the time, so all I ever see of WMP is the controls down on the task bar.

      In contrast, the last time I used iTunes I couldn't find any way of making it want to take up less than almost all of my avialable screen real estate. That's a pain in the arse when I'm trying to actually do something with my P
    • Comment removed based on user account deletion
    • Re:Too much Player! (Score:3, Informative)

      by Jugalator ( 259273 )
      Winamp was good because there was virtually nothing wasted in the display

      Then you haven't seen the "new and improved" Winamp 5. ;-)

      When will Microsoft and Real catch up?

      Uh? WMP 9 [windowsitpro.com]
  • by QuantumPion ( 805098 ) on Thursday October 20, 2005 @08:13AM (#13834588)

    ...is not a good sign for people who don't have the best hardware. The article talks about how smoothly WMP11 ran and how they were able to easily scroll through long lists of songs without hiccups. If you ask me, that is not really a feature or something to get excited about. It's something you'd take for granted as being able to work in the first place.

    Quote:

    We have never seen any WMP run this smooth especially on a beta release. While this might not mean much to anybody, it's a step in the right direction for Microsoft. Only thing we need to check now is how smoothly it runs while running a plethora of other applications in the end.

    ...

    One thing we would like to mention is that our library had 1000+ songs, but there were no hiccups while scrolling through the list. It was almost like scrolling down Google's search results, which is very smooth and hassle-free. This could be due to implementation of Microsoft's new graphics technologies, namely XAML and WGF 2.0. Needless to say, this is definitely something to get excited about, since we can clearly remember the times when we launched WMP 10 and it would get stuck at the guide page, thereby making the user experience terrible.

    • One thing we would like to mention is that our library had 1000+ songs, but there were no hiccups while scrolling through the list. It was almost like scrolling down Google's search results, which is very smooth and hassle-free. This could be due to implementation of Microsoft's new graphics technologies, namely XAML and WGF 2.0.

      This makes you wonder... Why would you describe how smooth scrolling down a text-only html page is? Modern computers are around 1000 times faster than they were when that got smo
  • by inkdesign ( 7389 ) on Thursday October 20, 2005 @08:14AM (#13834589)
    Are they running their webserver on it?
  • seriously (Score:5, Insightful)

    by nuggetman ( 242645 ) on Thursday October 20, 2005 @08:19AM (#13834620) Homepage
    what's with all the dead space around toolbars, blocks of text, etc?
    • really large monitors. most of the coders and developers at microsoft are using dual or three head displays, with high-resolution monitors. they're anticipating computers with 4 and 6 megapixel screen resolutions at 1200x3200 and 3600x1600. with that much real estate, the extra pixels don't make as much difference.
      • This is the same issue I have with Apple: they design for the 75" Cinemaplex display, but at the low end they sell you machines with integrated low-resolution displays. There are re-skinning apps available, but they can't reduce the amazing amount of screen bloat, they can only put lipstick on the pig. I like Apple stuff, I just don't like their tendency toward low information density.
    • Re:seriously (Score:3, Informative)

      by TuringTest ( 533084 )
      what's with all the dead space around toolbars, blocks of text, etc?

      Ever heard of Fitt's Law?

      It's also a good thing to display information in a clean, uncluttered. It improves efficiency when scanning the screen for the information you need, and it reduces stress (really!) and makes for an easy-to-love interface [jnd.org].
  • Runner up (Score:2, Insightful)

    by network23 ( 802733 ) *

    I really, really, really enjoy the extreme and skillful strategic positioning of Apple and MacOS X by the mastermind Steve Jobs.

    No matter what Bill Gates will show, Jobs will include a similar, but better version in the next MacOS X update. By doing that, all new features of Windows Vista will look old and outdated when finally released. And give us Mac users ammo for years to come.

    This is so beautifully played, someone should make a drama movie about it.

  • by jgritz ( 858142 ) on Thursday October 20, 2005 @08:20AM (#13834627) Homepage
    are here [pcmag.com]
  • by Stephan Seidt ( 803125 ) on Thursday October 20, 2005 @08:21AM (#13834630) Homepage
    Steve Balmer just sat down and wrote a review about the new ... Wait, there were any chairs left to sit?
  • Mmmm Fresh.... (Score:4, Insightful)

    by lifebouy ( 115193 ) on Thursday October 20, 2005 @08:23AM (#13834636) Journal
    Smell that freshly baked propaganda frosted with a heaping helping of hype. Mmmmm.
    Seriously. Vista is going to flop, mainly because XP can already do what people need their computers to do. No reason to upgrade. So beyond the initial rush of people keeping up with the Jones', it'll peter out pretty quickly. Then Microsoft will blitz every media source even harder and attack linux some more. Frankly, this sucks. I would rather have a root canal than have Vista ever get released. Just do it quietly, please.
    • Re:Mmmm Fresh.... (Score:2, Insightful)

      by whyne ( 784135 )
      "Vista is going to flop." This may be the case in the short term, but MS's OEM contracts will save them in the long term.
      "Hello this is Ms. Patel with "insert company name, Dell, Gateway, whatever..." "Yes, I would like to purchise the 1299 special that includes the free printer and flat screen."
      "Eccelent," She says.
      "Just do me one favor, take out Vista."
      Ms. Patel replies, "I don't understand."
      I reiterate, "I do not want windows."
      "Ok that will be 1499 and no printer or flat screen."
    • Comment removed (Score:5, Insightful)

      by account_deleted ( 4530225 ) on Thursday October 20, 2005 @09:00AM (#13834873)
      Comment removed based on user account deletion
  • by dpbsmith ( 263124 ) on Thursday October 20, 2005 @08:24AM (#13834637) Homepage
    "It most certainly will end up looking a lot better (graphically) than most music players out there, iTunes included." In an ideal world, that would be a sensible comment. Gee, I think I'll dump iTunes and install Windows Media Player instead, because I just like its looks better.

    iTunes, Windows Media Player, RealPlayer: the truth is, they're all badly behaved applications, and they are a pain. They're all getting bloated, they all suffer from featuritis.

    And not one of them seems to more than about 10% devoted to serving actual user needs. They are 90% devoted to pushing someone's agenda--sometimes blatantly, sometimes insidiously.

    I install security patches to Windows and Mac OS fairly routinely, but frankly I'm loathe to update any media player, and terrified to install a new one.

    The percentage of times that installing a new version of a media player will break something that used to work is higher than the mortality rate from playing Russian roulette.

    And they all seem to grow invasivelyinto your operating system like rootlets into a sewer.

    When they are clean and functional and do what I want them to do instead of what someone else wants them to do, then I will be very interested in how they look.
  • by bigHairyDog ( 686475 ) on Thursday October 20, 2005 @08:36AM (#13834696)
  • It's a really good idea: hit a button and this comes up [winsupersite.com].

    Anything like that for enlightenment?

    Actually scratch that, I guess it's probably possable quite easily with maximising the pager with some keybinding...still, I've seen some good ideas on quickly navigating to the window you want, which should be useful.
  • Media Centre Shell? (Score:3, Interesting)

    by Malc ( 1751 ) on Thursday October 20, 2005 @08:38AM (#13834715)
    Does this version have the Media Centre Shell in it? I was under the impression that Vista would incorporate the eHome Shell from Windows XP Media Center Edition, but the Vista Beta 1 release didn't seem to have it.
  • Will media player 11 be adware free when it is released? After all, people pay for it.
  • Is this really a "release" as the story claims, or a leak to the internet? I thought the next release would be Beta 2, which I think is due in November.
  • by Darth Daver ( 193621 ) on Thursday October 20, 2005 @09:10AM (#13834938)
    Most things Microsoft produces look tasteless, garish, and gaudy to me. They remind me of a fat Anna Nicole Smith with bright, Mimi makeup caked on. The default XP look reminds me of Sesame Street or Teletubbies. Apple's stuff looks much more refined and elegant in comparison. That's my subjective opinion. Some people like Ferraris. I prefer Porsche.

    I can't get to the article, but I doubt Microsoft will left me down by elevating their "style" above the lowest common denominator. Besides, in a Media Player, I spend much more time looking at the media than the player.
  • iTunes (Score:2, Insightful)

    by Anonymous Coward
    From a purely personal point of view I use iTunes because the interface works for me not because it 'looks pretty'. The idea of software getting 'a lot better graphically' is becoming rather trite and shallow.
  • by Prototerm ( 762512 ) on Thursday October 20, 2005 @09:28AM (#13835055)
    First of all, Aero Glass sucks. I've been working with a Stardock clone of this look and feel for a few weeks now in XP, and it wears thin pretty quickly, adding nothing at all to the OS experience. Other than a sucky look and feel, what's left? Fixes for bugs that never should have hit XP in the first place? New bugs caused by MS putting functionality in the OS that doesn't belong there (e.g., RSS feeds)? How about a search engine for people who put files in random places on their hard drive, then complain when they can't find anything (Wanted: an automated search engine that works with socks and underwear)?

    As for Media Player's GUI, does anyone stare at their media player all day, admiring it, or do you fire up a playlist and then minimize it (or if playing video, maximize it to get rid of the GUI entirely).

    There's nothing whatever in Vista worth waiting for. What is there I neither want nor need. Right now, I'm running a clone of the Mac OSX GUI on XP. It's easy on the eyes, and doesn't require a video card from Industrial Light and Magic to run.

    Sorry, Redmond. Not interested.
  • by theolein ( 316044 ) on Thursday October 20, 2005 @10:12AM (#13835499) Journal
    There was one thing I noticed in these screenshots that looks like a real improvement in Vista over every previous incarnation of Windows: It looks like they've finally centralised the placement of all control panels and applications and, thank God, done away with the myriad modal dialog windows that one needed to configure for instance, any network connection.

    I think Vista might actually be quite good after all.
  • Internet Explorer 7 (Score:3, Interesting)

    by MikeFM ( 12491 ) on Thursday October 20, 2005 @05:55PM (#13839927) Homepage Journal
    Most eagerly awaited Microsoft product besides IE7 huh? I just want Microsoft products to stop sucking.

    All I ask for is an IE7 that is standards compliant with at least HTML4, CSS1, CSS2, Javascript, and can properly show alpha transparency in PNG's. I'm so sick of having to make an entirely different stylesheet just for IE to display my website's in a way that is usable.

    They could amaze me by properly supporting SVG and canvas too. I can't imagine IE supporting SVG and canvas any sooner than the year 2020 at the rate they're going. If they had any brains whatsoever they'd give up the IE rendering engine and just use Gecko. To me, it seems that would be the easiest and cheapest way to keep end-users from switching to other browsers such as Firefox.

    As long as IE sucks I have no reason to think Microsoft has the ability to make a decent program let alone a decent operating system and dsktop enviroment.

Say "twenty-three-skiddoo" to logout.

Working...