Slashdot Mirror


Longhorn Preview

itraor writes "PC World has previewed Longhorn, not the first one out I guess. Among the few noted features is that Windows now offers translucent UI, finally catching up with Apple. "

56 of 587 comments (clear)

  1. RE Apple by Anonymous Coward · · Score: 3, Insightful

    Hasn't microsoft sort of always followed apple?

    1. Re:RE Apple by SolusSD · · Score: 3, Insightful
      Pretty much.. smart folders (macosx 10.4), translucency and 3d effects (OSX, aqua), database file system search (spotlight, google desktop search, beagle, kat, etc), tabbed browsing (firefox, opera, konqueror, et al), restricted user account (well .. a real implimentation would mean rewriting countless windows programs and an overhaul of the windows permission system... unix and unixlike)

      I don't remember the last time microsoft showed ANY innovation of its own. anyone?

    2. Re:RE Apple by FLAGGR · · Score: 4, Insightful

      Wrong.

      The reason MacOS could do what it could back in the day, and look so much better than, er, DOS, and er, win 3.1, was because it was on proprietary hardware. It was *perfectly* optimized for the system it ran on. If they had've pulled a MS and made their OS run on peecee's, they would've lost. Plain and simple.

    3. Re:RE Apple by koi88 · · Score: 5, Funny


      I don't remember the last time microsoft showed ANY innovation of its own. anyone?

      Clippy?

      --

      I don't need a signature.
  2. Logo by jfengel · · Score: 4, Insightful

    I love the "bell and whistle" logo they've applied to the story. Very appropriate, especially since the review discussess little besides the eye candy.

    1. Re:Logo by Enigma_Man · · Score: 4, Funny

      Really, finally, a transparent UI you can be bored with in 10 minutes and put back to being opaque. Such innovation!

      -Jesse

      --
      Nothing says "unprofessional job" like wrinkles in your duct tape.
    2. Re:Logo by sg3000 · · Score: 5, Funny

      > Really, finally, a transparent UI you can be bored with in 10
      > minutes and put back to being opaque. Such innovation!

      Maybe, but luckily your boredom will be cured two minutes after that.

      --
      Insert simplistic political, ideological, or personal proselytization here.
    3. Re:Logo by cybersaga · · Score: 5, Insightful

      The review discussess little besides the eye candy.

      That's because there wasn't anything else to talk about. From TFA:
      "But it doesn't yet exhibit any breakthroughs in productivity, or promised features such as security improvements and smarter connections to handheld devices."

      Everyday, Longhorn seems to be more like XP with a new look.

    4. Re:Logo by tshak · · Score: 4, Insightful

      I'm the first to admit that many of Longhorn's surface features look like like OSX five years ago. But /. readers more than anyone should know that the surface of software is only UI deep, and that under the hood changes are less noticeable by a casual review. The advanced driver model in Longhorn, for example, is going to mean easier driver development as well as a huge increase in stability (it will be very difficult for a driver to crash your box).

      Longhorn may be behind the times in many ways, but there's more to Longhorn than eye candy. You just have to look beneath the surface. I don't think we'll be getting any in depth reviews until the OS is launched.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  3. Finally catching up with Apple... by PakProtector · · Score: 3, Funny

    ...in 3 to 5 more years.

    Zing!

    --

    Edward@Tomato - /home/Edward/ man woman
    man: no entry for woman in the manual.
    "Qua!?"

    1. Re:Finally catching up with Apple... by NanoGator · · Score: 5, Insightful

      "Finally catching up with Apple in 3 to 5 more years."

      Linux: Finally catching up to Windows... in 3 to 5 more years!!!!

      (note: If you're about to mod that as troll, lighten up.)

      --
      "Derp de derp."
    2. Re:Finally catching up with Apple... by linguae · · Score: 3, Funny

      So, I guess Linux will be catching up to Mac OS X in 6 to 10 more years!!!!

      I can hardly wait!

  4. And the quality just gets better ... by bushboy · · Score: 3, Interesting

    "PC World has previewed Longhorn, not the first one out i guess. Amoung the few noted features is that Windows now offers transluscent UI, finally catching up with Apple. "

    And who said Slashdot doesn't have quality control ?

    --
    A slashdotting - you get the stick first and then the carrot !
  5. The Book of Apple, Chapter 8... by Isosceles+Triangle · · Score: 4, Funny

    Hmmm...more & more like Copeland evey day...

    1. Re:The Book of Apple, Chapter 8... by buckhead_buddy · · Score: 3, Informative
      Even if you were an ardent Apple developer, following Apple's instructions for engineering a well-behaved System 8 (aka Copland) application would have also re-engineered your code to make it easy to move to another platform or GUI. Apple was begging their developers to:
      • Refactor your code to do without quirks of Mac programming like interrupt handlers, most memory manager routines, cooperative threading, or assumptions about the underlying file system.
      • Rearchitect your code so that it separates function from interface and doesn't make any assumptions about the look or feel of the GUI. Pump all interface interaction through an abstraction layer.
      • Drop any custom hacks and re-implement things like inits as independent applications, servers, or shared libraries that don't rely on specifics about the OS.
      • Rewrite apps that use older Apple technologies like Powertalk with OpenTransport, Standard File dialogs with Navigation Services, and Postscript drawing with Quickdraw GX. Users won't notice a difference, but these are the new "officially blessed" technologies in System 8.
      The big difference I see between Apple and Microsoft in these difficult development days is that Microsoft is firmly still "on message" and telling their developers to continue using old Microsoft technology. "There's no need to abstract your code to NOT rely on Microsoft intellectual property. Keep this leash on even though no one's holding it right now."

      Copland was insane precisely because it wasn't a technical goal but a marketing attempt to say "We'll address every visible fault in our product all at once." Apple did actually salvage some ideas (like a color GUI, CHRP, and ATSUI) but those small changes were almost unnoticable when coupled with the big changes Apple was promising:

      • A kernel rewritten for speed and stability
      • Erasing application boundaries via OpenDoc.
      • Eliminating all init and "shared memory" problems
      • Backwards compatability.
      Clearly Microsoft isn't in as much danger as Apple was by their slow delays because their changes don't encourage independence from their technology, but it might illustrate where some good Linux evangelists could take advantage of the delays.
      • Talk about the benefits of reworking your code to a good M-V-C paradigm.
      • Talk up things like Cygwin and APR and the ways shared libraries and background processes developed on these will be more forwards, backwards, and cross-platform compatible.
      • Talk about the security advantages of not relying on Microsoft IP for the data model of your app.
      • If the developer seems amenable to it, mention ways of abstracting a GUI to make things run on GnuStep or X/11.
      • Maybe even talk about Mono and Samba and the other Microsoft imitative tools out there.
      Microsoft was crazy to tout specific technologies (like a database driven file system) rather than simple, visible functional changes (like better searching). It seems that right now they're getting back on track (probably with Chris Jones' return). They're fulfilling their cosmetic promises since that's the only thing that end users will notice. And developers will stick around even on the stinkiest of development platforms solely because of the presence of end-users.
  6. article text, for those who don't need 1,000 ads by 0110011001110101 · · Score: 4, Informative
    Longhorn Preview

    The newest versions of the next Windows add graphics sizzle and more search features but lack visible productivity enhancements.

    Scott Spanbauer From the August 2005 issue of PC World magazine Posted Wednesday, June 22, 2005

    The most recent build of Longhorn--Microsoft's next Windows--has some impressive visual touches, including the kinds of translucent objects found now in Apple's OS X, and more powerful ways of finding files. But it doesn't yet exhibit any breakthroughs in productivity, or promised features such as security improvements and smarter connections to handheld devices.

    We tested the 64-bit version of the latest code released to developers (Longhorn build 5048) and have also viewed demonstrations of a subsequent build. The first beta version of the operating system is due for release this summer.

    Over the last several years, Microsoft has touted Longhorn's trio of significant innovations: a graphics engine dubbed Avalon; a technology called Indigo that enables programs on different computers or devices to communicate; and an indexed, searchable data storage layer called WinFS. But when faced with a self-imposed release deadline of late 2006, Microsoft decided last year to pull WinFS out of Longhorn, promising to release that component as an add-on at a later date.

    So what of the two remaining Longhorn design pillars? A new desktop theme called Aero is about the only sign of Avalon graphics in our pre-beta. Turning mundane buttons, window frames, title bars, and icons into animated, 3D-rendered, and sometimes transparent objects, Aero brings the Windows interface to life. Indigo, which supports enhanced Web services, won't be visible to end users.

    But even though WinFS is now out of the mix, Microsoft has taken advantage of file attributes in the NTFS file system already available in Windows XP to make Explorer better at ferreting out documents according to author, camera model (for photographs), or genre or album title (for music files). The operating system lets you create virtual lists based on these attributes so that, for example, you can see every photo on your system or all Microsoft Word files, regardless of where they are stored and without having to explicitly search for them.

    Longhorn will also do a better job of connecting to smart phones (Microsoft wouldn't indicate whether the phones would have to run the company's Windows Mobile operating system), cameras, and audio players, improving their integration into Explorer and making file transfers and synchronization more consistent across device types. Still notably absent from the Longhorn builds we've looked at are new versions of the Internet Explorer browser (even though Microsoft has said it is close to releasing a beta of IE 7) or any other bundled utilities. Gone, for the time being anyway, is the desktop sidebar that lurked in previous preliminary versions of Longhorn.

    And in spite of announced planned enhancements such as monitoring of outbound data (Windows XP's firewall watches inbound traffic only), protection against malware, a new type of restricted user account, and a secure startup scheme to ensure that a PC hasn't been tampered with, Longhorn so far has the same minimal security toolbox as Windows XP with Service Pack 2.

    Though security remains an unresolved issue, build 5048 brings Longhorn's graphical user interface into sharper focus.

    Catch-Up Eye Candy
    The new Avalon graphics engine includes a programming interface that permits Microsoft and third-party software makers alike to write applications that put the latest and greatest graphics cards to work rotating, texturing, and fading windows, as well as making menus, title bars, and other elements translucent--finally enabling Windows to catch up to Apple's OS X, several years after the fact.

    We managed to activate a subset of these features in our copy of Longhorn build 5048, and they're certainly welcome refinements (see top screen). Nevertheles

    --
    Don't anthropomorphize computers: they hate that.
  7. Catching up using eye candy? by powerline22 · · Score: 4, Insightful

    Okay, from what I see about this beta, Microsoft is using the eye candy just for that, to show everyone how aweseome Longhorn is because your titlebars are semi-transparent. OOO! I'm totally uprading because of that!

    Looks like it will cause some nastyy readability problems. Apple uses eye candy in OS X for a reason! the windows suck down to the dock so you can see where they went. The active window has shadows to let you know its the active window. Users change with a cube flip because its easier on their brains. I'm afraid that this would do nothing but chew up processor resources with crap that I don't find useful. Expect a lot of eyecandy-disabling apps to come out very quickly.

    1. Re:Catching up using eye candy? by garcia · · Score: 4, Informative

      Expect a lot of eyecandy-disabling apps to come out very quickly.

      You mean like the disabling apps in the Control Panel? Like System -> Advanced -> Performance (Visual effects, processor scheduling, memory usage, and virtual memory)?

  8. Oh my God by Anonymous Coward · · Score: 5, Interesting

    That interface is more cluttered and garish than go.com, or some other failed late-90s "web portal". I'm used to trying to help users who wind up with some kind of mental block against using the start menu because every time they click on the start menu they're so overwhelmed with confusing options and information they don't understand that it's more than they can hendle. I guess I should preemptively get used to helping users who wind up with a similar mental block against using the windows file browser.

    I thought, when I first saw that Mac OS X release, that no one would ever make a clumsier, more overdesigned OS theme. Microsoft seems to be doing their absolute best to prove me wrong with every single release, reaching new heights of gangly ugliness with first "luna", then "avalon"...

  9. Headlines running together in my head by Reverend528 · · Score: 4, Funny

    For a second, I read "Longhorn Preview Infected in 12 Minutes".

  10. Looks like they've got their focus... by mopslik · · Score: 4, Insightful

    And in spite of announced planned enhancements such as monitoring of outbound data, ... protection against malware, a new type of restricted user account, and a secure startup scheme to ensure that a PC hasn't been tampered with, Longhorn so far has the same minimal security toolbox as Windows XP with Service Pack 2.

    Though security remains an unresolved issue, build 5048 brings Longhorn's graphical user interface into sharper focus.

    Soooooo, little development with respect to security, but more colourful icons. Super.

  11. Everything is just "piled on" by Peter+Cooper · · Score: 5, Insightful

    I agree with the parent. There seems to be no real cohesion to the new theme. Everything just seems to be bundled on top of each other. If these were the first Longhorn screenshots out, that'd be fine.. but we've been seeing the same for a year now.

    In the screenshots it appears there's no difference made between menus and toolbars anymore.. the menus just kinda blur into them. Icons are different sizes. Different sized toolbars just smudge into each other and look messy. There seems to be no thought put into it.

    Microsoft never ceases to amaze me. The company has billions of dollars (and they don't get it by writing checks I know) but they supposedly have some of the "best minds" out there.. and yet their products and interfaces are so scrappy? I know being Microsoft isn't easy.. they've got to be compatible, they've got lots of products to integrate.. lots of hardware to support.. but heck, can't they at least get decent interface design? It's not like it's a billion dollar job. Even people working for nothing, like the xfce people, do a better job.

  12. Re:Microsoft Longhorn... by Skye16 · · Score: 4, Interesting

    Surely "prettier" is a subjective term. I took one look at the screen shots and blurted out "...what the fuck!"

    I guess I just have vastly different aesthetic tastes than the Windows UI designers. Sucks to be me.

  13. Not a Troll by CleverNickedName · · Score: 3, Insightful

    I'd like to be the first to say that I have always found Windows to be a fine product for all my home needs.

    I'll I'm looking for from a home-OS is for it to be easily compatible with my usual web/mail and games software. Windows has never let me down on that score.


    I'm sure there are plenty of MS horror stories, but personally I have yet to experience them.

    --


    Unfortunately, I am not Wil Wheaton
    1. Re:Not a Troll by NanoGator · · Score: 4, Interesting

      "Right, but what of the new 'features' are gunna make you upgrade to this must have new version?"

      For me, it's Longhorn's vector-based approach to the UI. While everybody's busy giggling and snorting at the 'eye-candy' at Longhorn, the reality is you'll be able to use it on monitors with > 3,000 pixels in width without having to use a microscope to read the text. You'll be able to resize windows etc to suit your needs. I also really enjoy the idea of using the system's GPU to offload the graphical stuff. Almost like having another processor in your machine.

      I'm amazed that all the M$ bias around here has blinded everybody to this little detail that's going to be a big fucking deal in the not-too-distant future. Certainly Linux is going to have its own implementation of this feature set. Everybody'll be waving their arms and cheering then.

      --
      "Derp de derp."
    2. Re:Not a Troll by Coryoth · · Score: 3, Informative

      For me, it's Longhorn's vector-based approach to the UI. While everybody's busy giggling and snorting at the 'eye-candy' at Longhorn, the reality is you'll be able to use it on monitors with > 3,000 pixels in width without having to use a microscope to read the text. You'll be able to resize windows etc to suit your needs. I also really enjoy the idea of using the system's GPU to offload the graphical stuff.... ...Certainly Linux is going to have its own implementation of this feature set.

      Vector based graphics, offloading work to the GPU? Linux has its own implementation of this featureset now. It is called Cairo, and it works right now. GTK+ is going to be using it very soon, and SWT already makes use of it for their "advanced graphics" system. If you want Cairo rendering of GTK+ right now, use the cairo-gtk theme engine and associated themes.

      Is Cairo fully integrated in yet? No, development is still in the works to port things over to Cairo (but work on both Mozilla and OpenOffice is already underway as well). In a sense then while the backend has been hammered out (Cairo) the full end to end functionality is till in the works. Then again Longhorn is still a ways from release as well.

      This does mark an interesting point though: Linux is not playing catchup with Windows on this one, they are running pretty much in parallel. Similarly Beagle is in parallel or ahead of WinFS. I know all the Mac people will complain that their both playing catchup with OS X, but let's take this one hurdle at a time. In terms of new features Linux is playing head to head with Windows these days, and considering how far behind they were when they started (or how far behind they were even a year or two ago) I would take that to mean that Linux will be running ahead of Windows and only a little behind OS X in another few years.

      Jedidiah.

  14. Re:Hardware Translucency in Linux by Rosyna · · Score: 3, Informative

    No, Windows doesn't support per pixel alpha levels. Just per window alpha. And when you do set per window alpha, weird things happen if you drag a non-transparent window over a transparent one (sometimes the image of the non-transparent one will be "embedded" in the transparent one).

  15. Walk before you can run by mcc · · Score: 5, Insightful

    Personally, given my experiences with linux so far, if it were up to me I'd concentrate more on building a GUI where you can change the monitor resolution to the resolution you want when you want it on arbitrary systems, without having to ever edit a file named "XF86Config".

    1. Re:Walk before you can run by mcc · · Score: 3, Insightful

      In my experience unfortunately such tools seem (?) to only work if XF86Config is set up correctly to contain all the needed resolutions with the right settings.

      Of course it should be noted that on my most recent attempt to use linux as a desktop OS I for some reason decided to use Gentoo, so I guess that if things didn't work right it is thus wholly my fault for trying to use Gentoo...

    2. Re:Walk before you can run by 10101001+10101001 · · Score: 3, Funny

      if it were up to me I'd concentrate more on building a GUI where you can change the monitor resolution to the resolution you want when you want it on arbitrary systems, without having to ever edit a file named "XF86Config".

      Oh, we solved that already. It's called xorg.conf now.

      --
      Eurohacker European paranoia, gun rights, and h
  16. This is a review of build 5048... by Jugalator · · Score: 4, Interesting

    The exact same build we've been able to read about on Slashdot a few months back.

    Beats me why they suddenly reviewed it super late out of the blue, because it's not really like Slashdot is posting a really old news article either here.

    And here I was thinking they were having an early beta 1 review, whose release is due this month.

    Reviewing alpha quality software should tell a lot of IT people here about how useful a review like this is. Beta 1 and 2 should be far more interesting in seeing where Longhorn is heading.

    --
    Beware: In C++, your friends can see your privates!
  17. Transclucent UI in windows by Arthur+B. · · Score: 5, Informative

    wtf... alpha blending has been around natively in windows since W2K. It wasn't used but it was there and many mods allowed context menu to set windows transparency.

    o x-composite is still slow like hell...
    o e17 will us software blending...

    *sigh*

    --
    \u262D = \u5350
    1. Re:Transclucent UI in windows by dr.badass · · Score: 3, Insightful

      wtf... alpha blending has been around natively in windows since W2K. It wasn't used but it was there and many mods allowed context menu to set windows transparency.

      I know the article and summary make it sound like this is the difference, but it's not. The key difference in this regard is that all windows are composited the same way, as if they had transparency, whether they do or not. (i.e., the compositing model is like what Mac OS X has always had.) This basically means a faster UI when using all kinds of crazy effects, and the enabling of new effects. Something like Apple's Expose is virtually impossible to do with out a graphics system like Quartz or Avalons.

      In other words, they're catching up with Apple in capability, but it's yet to be seen if what they do with it will be anywhere near as good.

      (IIRC, e17 uses the same kind of model; it's kind of like Mac OS X pre-10.2/Quartz Extreme.)

      This is an oversimplification, but at least not as bad as the one in the article.

      --
      Don't become a regular here -- you will become retarded.
  18. Yesterday's news by krell · · Score: 3, Funny
    ' Sometime next year, a pair of dupes titled "IT: Longhorn Infected in 2 Minutes." '

    Microsoft, as part of its goal of cutting down Slashdot dupes, has decided to ship Longhorn pre-infected. Don't worry about it.

    --
    Where were you when the voynix came?
  19. Leopard before Longhorn? by G4from128k · · Score: 4, Interesting

    I wonder if OS 10.5 will arrive before Longhorn? Steve Jobs said that the company plans to release Leopard in late 2006 or early 2007.

    Perhaps 2007 will see a 3-"L" competition on x86 -- Longhorn, Leopard, & Linux.

    --
    Two wrongs don't make a right, but three lefts do.
  20. Re:article text, for those who don't need 1,000 ad by zoney_ie · · Score: 4, Insightful

    What ads?

    This message courtesy of: Adblock and RemoveIt Permanently.

    --
    -- *~()____) This message will self-destruct in 5 seconds...
  21. OK to be fair... by narrowhouse · · Score: 3, Interesting

    I would like to see some version of the virtual folders like those in Evolution in the GNOME and/or KDE desktops. It looks like that may be one handy feature coming up in Longhorn. If we start work now maybe we can beat the Longhorn release date :).

    I realize that if I want all my pictures in one folder I could just put them in one folder instead of scattering them all over the machine, but for me it would be nice to have the virtual folders show files from ALL of my machines at once.

    So congratulations Microsoft, I have found a feature that I would like. if I still used Windows. I wouldn't upgrade to get it mind you, but I would at least know there was something I couldn't do on XP that I could on Longhorn.

    --


    Insert pithy comment here.
    1. Re:OK to be fair... by gsfprez · · Score: 3, Interesting

      to me, it looks like virtual folders are nothing more than items in a folder grouped together by meta-data that you have to manually hack in, or by other built in meta-data (like creation dates).

      Yes - i said manually enter meta data... look at the previous screen shot.

      That means that i can type "2005 yesemite vacation" 89 times in 89 "get info" windows... versus that clumsy old way of putting 89 files into a folder called "2005 yosemite vacation".

      hellz yeah - sign me the fsck up! /Mitch Hedberg

      This HAS to be a joke. I know MS is slipping, but these sophmore-year computer science assignemnts are being touted as "improvements" to Windows.. i cannot believe it.

      this is all, of course, a moot point if you're a Mac os X 10.4 user, where i have about 15 actual, useful virtual folders that track things like "all my .m2v compressed files that i've made in the last week" so that i can wipe them out when i make my batch of DVDs at the end of the week - which i want separated from the m2v files i that want to keep from way back. and, of course, all the project folders which are virutal that keep organized each project by either account or project name (doesn't matter, i put in both and it finds everything) so that even if they're on the RAID or on my archives disk (i NEVER have to work from the archive files, because it always is right he first time....) i have them all in one folder.

      the worst part of this article is what doesn't happen - the editor does NOT take MS to task for their sad-ass new features that are trivially implimented or years past old-hat on other operating systems - and point out that if this is all we can expect, we're in for a shock. And that shock could be major problems at microsoft.

      --
      guns kill people like spoons make Rosie O'Donnell fat.
  22. Alternate reality Apple by krell · · Score: 3, Funny
    ' Can you imagine what Apple could have been, if they only had business people who understood how things work? '

    You know, if this happened, they might actaully turn a profit! See this alternate-reality business page to find out what this would be like. Imagine if Apple made a device called an "ipod" and made money on it. Pretty far fetched, huh? As for me, I'm sticking to 8-tracks. This "ipod" idea is pure scifi.

    'Microsoft likes to make profits. Apple only recently started following that business model.'

    Yes, Apple has never turned a profit. This is why they are hardly hanging in there, and have been pretty much wiped out in the computer arena by Exidy, Commodore, and Atari.

    --
    Where were you when the voynix came?
    1. Re:Alternate reality Apple by MyLongNickName · · Score: 3, Interesting

      My post:
      'Microsoft likes to make profits. Apple only recently started following that business model.'

      Your post:
      Yes, Apple has never turned a profit.

      You go off on some tangent claiming I said they have NEVER turned a profit. Please learn to read.

      Apple's most recent losing year was 2001. They had a couple good years before that. Before that, they were consistent dogs. For reference:

      http://www.stockselector.com/earnings.asp?symbol=A APL

      So, yes, their recent 3 1/2 year period of profitability is nice. But Microsoft is the king of business, even with an inferior product. So, guess what? My comment about management having their head up their ass is accurate.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    2. Re:Alternate reality Apple by ElGuapoGolf · · Score: 3, Funny


      Apple survived mainly because their rivals were horribly inept at marketing.

      And let's be clear on one thing... when I say rivals, I mean rival, and I mean Commodore. Atari, nah... they had a half baked 16bit computer that wasn't going anywhere.

      But the Amiga, that had a lot of potential. If you were around back then, and got a chance to play with the Amiga 500 that sold for... what... 299? And got a fully multitasking OS that just sailed along on the same hardware that the early versions of MacOS could barely get up and wheeze on, you knew they were on to something.

      Unfortunately, nobody else did, because Commodore couldn't market condoms to sailors on shore leave.

  23. TSOD by krell · · Score: 3, Funny

    Does this mean we will get a translucent "Screen of Death" superimposed over the crashed OS screen, instead of the solid-blue one? Just one step toward the "Invisible Screen of Death".

    --
    Where were you when the voynix came?
  24. Re:Hardware Translucency in Linux by ssj_195 · · Score: 3, Informative
    I think Ubuntu are planning on incorporating XGL and Luminosity in Breezy (due October) as installable add-ons. This should give something similar, I think.

    http://udu.wiki.ubuntu.com/XEyeCandy?highlight=(Di stroSpec)

  25. Mystery of the computer industry by file-exists-p · · Score: 5, Insightful

    There is one thing I can't understand: why is Windows so ugly ? Why are non-Apple computers so ugly (yes, Sony's and IBM's PCs are ugly too) ? Why are MP3 players so ugly ?

    Is it really that high-tech firms are full of dorks without any taste ? Is the difference with Apple the fact that Steve Jobs decides, and the guy actually has good taste ?

    I am not joking, this is really something that puzzles me.

    --
    Go Debian!
  26. sounds like the upgrade from Win95 to Win98 by Cheeze · · Score: 5, Insightful

    Let's see,

    minimal new features? check.
    lots of hype about features that won't be included? check.
    said hyped features to be included later? check.
    main upgrade is fancy windowing? check.
    requires more cpu/ram? check.

    One big advantage Longhorn has is the addition of DRM. I say advantage because this basically gives MS rights to control what software is on your computer. The advantage is theirs, not yours. What does DRM bring for the customer?

    I don't really see a reason to upgrade. Of course, most of the people that adopt new operating systems don't actually buy the new operating system, they buy a computer and get what's forced upon them. Eventually everyone will upgrade when MS DRM model decides anything older than Longhorn is an unregistered piece of software. Just wait, it's coming.

    --
    Why read the article when I can just make up a snap judgement?
  27. catch up to Apple's OS X by sxmjmae · · Score: 5, Informative

    Article Summary:

    - Windows is catch up to Apple's OS X.
    - All the features that would sell an OS upgrade have been pulled to meet the release date.
    - Same as XP with a kewler user interface.
    - Only advantage over Apple's OS X is the hardware support.

    --
    My Sig indicates the end of the comment I posted.
  28. History by Anonymous Coward · · Score: 4, Insightful

    It is unfortunate that most people base their conceptions of what Apple should do on what sounds right to them, not on reality or history.

    proprietary hardware.... Apple is only begining to get their head out or their ass on that one

    Actually, no.

    Apple tried the open platforms thing in the 90s. Tried it quite honestly. (Ever hear of CHRP/PREP?) It was a business disaster. Apple's business model since at least the late 80s has been inextricably based on their hardware sales, and an alternate business model would be hard to find. Their volume isn't enough to support themselves on software the way Microsoft does, plus lacking monopoly power they can't just set arbitrary prices on their software and expect it to be paid. In an open platform environment, this business model doesn't work anymore.

    This aside, there are no indications whatsoever that Apple is dropping "proprietary hardware" now. What they are doing is dropping the PowerPC chip and Open Firmware in favor of the Intel Pentium chip and BIOS. The latter two things are absolutely not more "proprietary" than the former two. Meanwhile the "proprietary" aspects of the Macintosh are fairly certain to perservere and Apple has been indicating OS X will continue to run only on Apple hardware. Apple hasn't said they're going to an open platform. Don't assume they will.

  29. Eye candy already available on Windows by pcraven · · Score: 3, Informative

    If you want eye candy on windows, use stardock's stuff. (No, I don't work for them.) They have had their stuff out for several years.

    Windowblinds allows you to skin your apps. FX allows you to do transparency and 3-D effects for min/max. And you can use their icon program to change all the icons.

    It is a lot of fun, although I still use windows classic most of the time.

  30. That's because there's not much else there by Roadkills-R-Us · · Score: 4, Interesting

    Every few years, MS announces a revolutionary new OS. A complete rewrite. Everything you ever wanted in an OS- an more. Breakthroughs. Security. Ease of use. Your PC will be more helpful than a correctly working NS5 in _I, Robot_. It will bear your children. Etc.

    And every time, before shipping, features slowly fall away, the release date slips, and eventually we get... a new GUI to learn and a new set of bugs and security holes. The GUI is usually about all they *can* talk about safely.

    But the article discusses other things as well. Such as the new way a user can install drivers without being Administrator and opening up a zillion security holes. Now that's advanced. After all, it's only been possible in *nix for a couple of decades.

    1. Re:That's because there's not much else there by ignorant_coward · · Score: 4, Insightful


      Where in UNIX can an ordinary user install drivers into the kernel?

  31. Re:Hardware Translucency in Linux by Txiasaeia · · Score: 4, Funny
    Heh... from the bottom of that page:

    Outstanding Issues

    -Right now, we have low Bling.

    --
    Condemnant quod non intellegunt.
  32. It's a review of the limited winHEC build by dioscaido · · Score: 4, Informative

    Build 5048 was 'released' at WinHEC so that the hardware manufacturers could begin writing drivers under LH's updated driver architecture. This build was not intended to showcase any particular feature of Longhorn, in fact many were removed from the build (including the new 3d interface). The purpose was to provide a shell platform where they could verify their drivers, that is all.

    I wouldn't give creedence to any LH review until the upcoming Beta in late August.

  33. Re:Translucent UI? by Alwin+Henseler · · Score: 4, Insightful
    Why the fuck would I want everything translucent?

    Still using a 14" CRT set to 800x600, so the one thing not to waste is screen real estate. Nicely positioning half-overlapping windows makes no sense here. Maximised windows, and a fast+easy way to switch between them, does. I happen to like a Windows-style taskbar for that purpose, but that's just personal preference.

    Now when I have a window maximised, I can see some uses for translucent UI elements: how about a window that stretches until the -real- bottom of the screen, and a half-transparent taskbar on top of that? Or make the 'always-present' scrollbar on the right side of a window translucent, and use the full screen width for content display? Or use a translucent window for an always-on-top app that you may run from time to time. So basically, a way of maximising the amount of info displayed on a given screen area.

    But a more interesting question: are the added GUI complexity (+bugs) and system requirements a good trade-off considering that small gain in usability? My guess:
    90% of users: no
    another 9% of users: probably not, maybe later
    remaining 1% of users: yes, perhaps

    Oh wait, Longhorn does this by default and builds the whole GUI around the concept? (note questionmark, I haven't tried/seen any Longhorn stuff myself). Great! Makes as much sense to me as that 'integrate browser with desktop'-debacle.

    And then there's the pounding on security issues lately. Priority #1 now? When I see MS pouring all that coding effort primarily into eye candy, I expect Longhorn to have a hard time gaining acceptance once it's released.
  34. Don't be too hard on the UI right now... by BRSQUIRRL · · Score: 4, Informative

    ...because there is a good chance that the upcoming beta releases will look completely different. And the final release will then look completely different than the betas.

    For comparison, here are some links that illustrate the evolution of the Windows XP UI:

    Whistler preview
    Another Whistler preview
    Yet another Whistler preview
    Whistler beta 1
    Beta 1, another build
    XP Beta 2
    XP RC1

  35. "Low Rights" IE backwards by argent · · Score: 3, Informative

    They don't need to run IE in "low rights" mode, they need to change the design of the HTML control and IE so they display pages in "no rights" mode all the time, unless the application they're embedded in explicitly extends the capabilities. That is, the HTML control by itself should have no mechanism for running ActiveX or VBscript or any "local access" features in JScript. All these would need to be added by the app (such as Windows Update), and there would be NO TIME that the IE shell would add these capabilities, no matter what "zone" it's in.

    Give us a strong sandbox in the browser, and you won't need to run the browser in a weak one.

  36. Differs from my experience by spoco2 · · Score: 3, Insightful

    I've recently been doing some things with some older computers, ones with Windows 98 on them... and at one of the worksites I work at a number of the PCs have NT on them.

    There is a LOT of difference in functionality between them and an XP box (or, for the most part a 2000 box). Not just the look and feel, but usability, ease of just plugging in devices and having them work, photo browsing in the interface, ease of networking etc. etc.

    There are differences, big ones as they move up the OS tree, stop being so flippant.