• Lucid Dreaming - Dream Views




    Results 1 to 25 of 35

    Hybrid View

    1. #1
      khh
      khh is offline
      Remember Achievements:
      1000 Hall Points Veteran First Class
      khh's Avatar
      Join Date
      Jun 2009
      Gender
      Location
      Norway
      Posts
      2,482
      Likes
      1309
      Quote Originally Posted by ninja9578 View Post
      Windows demonstrates the fundamental flaw with capitalism, quantity over quality. Both OSX and Ubuntu are far superior operating systems from a technical and UI standpoint, but Microsoft's monopolization of the market in the 90s means people got comfortable with Windows and getting someone to change is hard, even to something better and cheaper.
      I don't know, the GUI in linux (I've used both KDE and Gnome) always felt much slower than the windows GUI to me. Even when on the same computer.

      Quote Originally Posted by ninja9578 View Post
      It's still stupid that there are multiple versions of Windows. An OS should come with everything you need.
      Yes, that is true.
      April Ryan is my friend,
      Every sorrow she can mend.
      When i visit her dark realm,
      Does it simply overwhelm.

    2. #2
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Quote Originally Posted by khh View Post
      I don't know, the GUI in linux (I've used both KDE and Gnome) always felt much slower than the windows GUI to me. Even when on the same computer.
      Turn down the glitz. I'm not talking about the skinning engine, I think Ubuntu uses Compriz, which is terribly done and requires a mother of a graphics card. I'm talking about X by MIT. X is the gold standard in Window management.

    3. #3
      khh
      khh is offline
      Remember Achievements:
      1000 Hall Points Veteran First Class
      khh's Avatar
      Join Date
      Jun 2009
      Gender
      Location
      Norway
      Posts
      2,482
      Likes
      1309
      Quote Originally Posted by ninja9578 View Post
      Turn down the glitz. I'm not talking about the skinning engine, I think Ubuntu uses Compriz, which is terribly done and requires a mother of a graphics card. I'm talking about X by MIT. X is the gold standard in Window management.
      I've never used Compriz or Beryl or any of those things. But X11 in itself is getting old, and it's not as snappy as it ought to be. That's my impression.
      April Ryan is my friend,
      Every sorrow she can mend.
      When i visit her dark realm,
      Does it simply overwhelm.

    4. #4
      Member
      Join Date
      Apr 2007
      Gender
      Posts
      609
      Likes
      28
      The last major revision of the X Window System protocol was 1987. 1987. Don't get me wrong, Ubuntu is fantastic. But it seems as if developers are throwing thing after thing on top of old code. X needs another major revision. X11R7.5 was a step in the correct direction with the removal of some of this old code. But for the most part, developers should undertake a re-write and moderniztion of X. It lacks a professional touch normally seen with corporate window systems such as the one used in OS X.
      Last edited by mini0991; 10-31-2009 at 09:05 PM.

    5. #5
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by mini0991 View Post
      The last major revision of the X Window System protocol was 1987. 1987. Don't get me wrong, Ubuntu is fantastic. But it seems as if developers are throwing thing after thing on top of old code. X needs another major revision. X11R7.5 was a step in the correct direction with the removal of some of this old code. But for the most part, developers should undertake a re-write and moderniztion of X. It lacks a professional touch normally seen with corporate window systems such as the one used in OS X.
      Sorry, but this is bollocks

      X is a protocol, it's age is utterly irrelevant
      The TCP/IP protocol spec was issued in 1982
      do you want the networking protocol to be scrapped for something else?

      The "protocol" of designing a car with foot operated levers, a gear stick and a big wheel for steering is hundreds of years old - you want a complete re-write of the operation of cars?

      X is one of the most actively developed projects in the free software world, with significant contributions from Redhat, Intel, Nokia, HP, Sun and Motorola
      In terms of code refactoring, you can't get much better than x.org

      But saying that
      What's wrong with old code anyway?
      It's not organic, it doesn't go mouldy
      (\_ _/)
      (='.'=)
      (")_(")

    6. #6
      khh
      khh is offline
      Remember Achievements:
      1000 Hall Points Veteran First Class
      khh's Avatar
      Join Date
      Jun 2009
      Gender
      Location
      Norway
      Posts
      2,482
      Likes
      1309
      Quote Originally Posted by Ynot View Post
      X is a protocol, it's age is utterly irrelevant
      The TCP/IP protocol spec was issued in 1982
      do you want the networking protocol to be scrapped for something else?
      Actually, yes. TCP cannot handle out of order packets, it simply disregards them and asks they'd be retransmitted, and it seems exessive to send a "packet received" packet for every single data packet. I remember hearing about drafts for more efficient networking protocols, but TCP is so widely supported that replacing it won't be easy.

      Quote Originally Posted by Ynot View Post
      The "protocol" of designing a car with foot operated levers, a gear stick and a big wheel for steering is hundreds of years old - you want a complete re-write of the operation of cars?
      When automatic car guidance is a viable alternative, or if an efficient neuro-interface alternative is developed, then sure. New technology means new possibilities, and new possibilities means you need to rewrite the old standards. Also, it's quite possible that someone just have a better idea.
      April Ryan is my friend,
      Every sorrow she can mend.
      When i visit her dark realm,
      Does it simply overwhelm.

    7. #7
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by khh View Post
      TCP cannot handle out of order packets.
      yes it can
      each packet has a sequence number, and the receiver will reorder packets based on that number, but anyway...
      (\_ _/)
      (='.'=)
      (")_(")

    8. #8
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Quote Originally Posted by mini0991 View Post
      The last major revision of the X Window System protocol was 1987. 1987. Don't get me wrong, Ubuntu is fantastic. But it seems as if developers are throwing thing after thing on top of old code. X needs another major revision. X11R7.5 was a step in the correct direction with the removal of some of this old code. But for the most part, developers should undertake a re-write and moderniztion of X. It lacks a professional touch normally seen with corporate window systems such as the one used in OS X.
      X uses modern code design, protocol for window handling hasn't changed much since the early 90s. Aqua is better integrated with everything, but that in itself causes problems. Aqua doesn't have network transparency, which is X's biggest asset.

      The last major revision to UNIX was in 1982 and it's still the best OS out there by a wide margin. There have been minor revisions and lots of implementational upgrades (just like X,) but System V was the last major one.

    9. #9
      Member
      Join Date
      Apr 2007
      Gender
      Posts
      609
      Likes
      28
      Perhaps it's the implementation rather than the protocol that I should constructively criticise.

      The implementation of X, used on Ubuntu for example, lacks professional touches. At times, when the system crashes or boots up, the title bar disappears off all the windows. Why does this happen? Also, there seems to be a lack of a de facto window manager. All these different window managers serve to just confuse. It's small things like that that need to be ironed out before Unix/Linux can become a true alternative to the more polished commercial Windows and OS X.

    10. #10
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      X does the window management, those other things are just decorators, big difference. And as for the title bar, again, that's the decorator, not X. Unless you work with the windows on a low level, people don't realize that the "Windows" on the screen, are not the only windows. Technically, almost everything is a window on all systems. Text inputs are windows, buttons are windows, choice boxes are windows... They all inherit the window base class.

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •