• Lucid Dreaming - Dream Views




    Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast
    Results 76 to 100 of 109

    Thread: iMac?

    1. #76
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Quote Originally Posted by Demon Parasite View Post
      That is the filesystem.
      No, it's the operating system. Most *Nix OSs can read and write both NTSF and FAT, and they never get fragmented because the operating system doesn't let it.

      Also, are you guys really saying that it's the fault of Windows that someone else went out and wrote programs to exploit it? The OS itself is actually no less secure than a Mac, if anyone remembers the Safari exploit found that only worked on the Mac version.
      The Mac kernel is UNIX, which has been in use for 30 years largely because it's so secure. One exploit does not mean that it's not secure. I do remember that safari bug, there was also one in quicktime, but I also remember getting an automatic update very shortly after the bug was discovered.

      Are you seriously saying that the NT kernel is as secure as *nix? If so you might as well put in your signature that you either work for Microsoft, or have no idea what makes a secure kernel.

    2. #77
      Member Keresztanya's Avatar
      Join Date
      Mar 2008
      Gender
      Posts
      1,083
      Likes
      32
      Quote Originally Posted by ninja9578 View Post
      No, it's the operating system. Most *Nix OSs can read and write both NTSF and FAT, and they never get fragmented because the operating system doesn't let it.


      The Mac kernel is UNIX, which has been in use for 30 years largely because it's so secure. One exploit does not mean that it's not secure. I do remember that safari bug, there was also one in quicktime, but I also remember getting an automatic update very shortly after the bug was discovered.

      Are you seriously saying that the NT kernel is as secure as *nix? If so you might as well put in your signature that you either work for Microsoft, or have no idea what makes a secure kernel.
      Only OS X is BSD based, and Unix certified. Being Unix certified does not make it actually Unix.

    3. #78
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      no, exactly the opposite
      being Unix certified means the OS is a Unix operating system
      rather than just Unix-like

      see here for a summary list of Unix certified OS's
      http://www.opengroup.org/openbrand/register/

      but to be honest, Unix certification means jack shit now-a-days
      there's some places that will only install an OS if it's Unix certified, but they're few and far between these days
      (\_ _/)
      (='.'=)
      (")_(")

    4. #79
      Member Keresztanya's Avatar
      Join Date
      Mar 2008
      Gender
      Posts
      1,083
      Likes
      32
      Quote Originally Posted by Ynot View Post
      no, exactly the opposite
      being Unix certified means the OS is a Unix operating system
      rather than just Unix-like

      see here for a summary list of Unix certified OS's
      http://www.opengroup.org/openbrand/register/

      but to be honest, Unix certification means jack shit now-a-days
      there's some places that will only install an OS if it's Unix certified, but they're few and far between these days
      OS X is based on BSD, though. Unix certification might mean that it is actually Unix in some cases, but it's simply Unix-like in the case of OS X.

    5. #80
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      BSD is the Berkeley Software Distribution of Unix
      (\_ _/)
      (='.'=)
      (")_(")

    6. #81
      Member Keresztanya's Avatar
      Join Date
      Mar 2008
      Gender
      Posts
      1,083
      Likes
      32
      Quote Originally Posted by Ynot View Post
      BSD is the Berkeley Software Distribution of Unix
      Yes, and it's different from being just based around Unix.

    7. #82
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      BSD is a Unix operating system

      AT&T's research division, Bell Labs, developed UNIX in 1969
      UNIX was a research operating system, intended to drive innovation

      AT&T licensed copies of UNIX to people
      When you bought a UNIX license, you got the complete source code to the operating system, and full rights to use, modify the code and redistribute

      The University of California, Berkeley bought a UNIX license
      they then went about modifying it to suit their needs

      They invented the Unix domain sockets (called Berkeley sockets, at the time), the TCP/IP stack, the init runlevel system, and a whole host of other things to enhance the operating system in a fully networked, multi-user environment

      BSD is Unix
      AIX is Unix
      HP-UX is Unix
      Solaris is Unix
      Xenix is Unix

      BSD was an original Unix derivative

      Since BSD, and the other Unix derivatives mentioned above, first arrived, a few things have happened

      - AT&T sold the rights of UNIX to the Santa Cruz Operation
      - The Santa Cruz Operation then sold the rights to UNIX to Novell
      - Novell then gave up the rights to UNIX, and transfered all rights & ownership over to the Open Group

      With the UNIX rights and ownership now held by a non-profit organisation, UNIX is now open to other non-profit organisations and individuals
      (no more licensing)

      Free BSD, Open BSD & Net BSD are derived (at varying points) from BSD

      The Mac OS X userland is lifted straight from Free BSD
      The Mac OS X kernel is the Free BSD kernel (with a few bits & bobs added by Apple)
      Last edited by Ynot; 06-08-2009 at 11:02 PM.
      (\_ _/)
      (='.'=)
      (")_(")

    8. #83
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      This is Linux focused, rather than OS X focused (because I wrote it for a different purpose)

      but here's a brief overview of Unix's history

      In 1964, AT&T embarked on an ambitious project to create an operating system to control and automate their telephone network
      While electronic switch boards were not rare at the time, such systems were entirely bespoke and required extensive reworking for any alterations or changes to the network topology.

      AT&T envisioned a programmable interface that would allow them to alter the underlying network without needing to re-wire the circuit relays controlling the network
      This project was called Multics, and was developed by AT&T's research division, Bell Labs

      It is important to note that before this, there wasn't really any such thing as an operating system. General Motors had a fleet of programmable computers to control it's production lines, but the instructions were all written by hand to directly control the various hardware robotics, the control system simply automated the execution process. This meant that changes to the underlying role, structure or purpose of the systems, including any computer hardware changes, were very difficult to accomplish. “porting” such control programs to different hardware was nigh impossible, often times requiring a total system rewrite

      For their telephone network, AT&T attempted to write a platform on top of which programs would execute
      Infrastructure changes would require porting the platform
      Porting the platform would bring all the programs and business logic along with it, eliminating the need to re-write hundreds (or even thousands) of individual control programs

      They developed a programming language, called B (short for Bell)
      The language was designed to abstract out the low-level machine instructions, instead presenting a unified interface to write programs from a higher level
      B was also designed for easy porting across hardware

      Multics, the world's first “modern” operating system, was written in pure assembly language
      but all the programs that ran on top of the operating system, were written in B

      Several of the developers at Bell labs felt that the Multics project took a few wrong turns
      By all accounts, Multics was large, complicated and a nightmare to maintain
      So when they were finished, Bell Labs went about developing what they considered the “right” way to develop an operating system – they named their project Unics

      One of these “right ways” of doing things, was writing the operating system in a high level language - This had never been attempted before

      Unics was written in B

      B had a few shortcomings, so the language was redesigned
      and called C (one up from B)

      Unics was rewritten in C
      also got a spelling change, to UNIX

      UNIX was an operating system designed to be redesigned
      by that, I mean it didn't try to do everything
      instead it did the bare basics

      The idea was simple, purchase a UNIX license from AT&T and you got the complete source code for UNIX – then you could customise and enhance the operating system to suit your needs
      as I said, it was an operating system designed to be redesigned

      Due to it's immense flexibility and modular design, UNIX was a big hit with large businesses
      UNIX soon came to dominate the mainframe market, pushing out more expensive, bespoke systems

      It's now the 80's, and out of AT&T's licensing of unix came numerous distributions of unix, the big ones being BSD (the UC Berkeley Software Distribution of Unix), AIX (developed by IBM), HP-UX (developed by Hewlett Packard), Solaris (developed by Sun Microsystems) and a whole host of others

      The computer is fast becoming a necessary staple in every business environment, not just big businesses, due to smaller machine sizes, falling prices and success stories from early mainframe adopters
      The idea of making serious money out of operating systems is realised by software companies.
      due to this, a lot of companies began restricting source code level access to their operating systems in an attempt to protect their development and out-do the competition

      Previously, people bought hardware
      Hardware was what ultimately did the work. Hardware was tactile and easily quantifiable.
      Software was a necessity to control the hardware
      The idea of selling software was completely new territory

      Richard Stallman saw this move to proprietary software as a bad thing, and launched the GNU project in 1983 – mission statement, to develop a unix-like operating system that maintained the once “free” nature of software

      In addition to this, the increasingly proprietary nature of unix systems bred incompatibilities that seriously hampered progress
      The incompatibilities between unix systems paved the way for Windows NT to stride in and take a chunk of market share (before the early 90's, Windows was a toy used only on cheap home machines by people who couldn't afford better systems)

      In 1991, Linus Torvalds started work on Linux – a unix-like operating system kernel based heavily on Minix (one of the many unix variants)

      Linus realised he'd bitten off more than he could chew, as developing a kernel (let alone a complete operating system) was too much for one man, so he released his kernel online and accepted the help of others

      The GNU project saw an opportunity here
      They'd succeeded in creating all the userland programs needed to make an operating system, but they lacked a kernel. So the GNU project selected Linux to be their kernel, and the GNU/Linux operating system was born

      Operating systems are complex things, there is no “one size fits all”
      (there's something like 3000 kernel options you need to deal with when compiling the Linux kernel, let alone any of the other necessary programs that make up an OS)
      because of this, individual people building their own GNU/Linux operating system is not really feasible

      So, mirroring what Unix had done many years previously, different distributions of GNU/Linux cropped up – each one catering to a different audience, each one having a different goal
      The GNU General Public License (GPL) was instrumental in ensuring that these distributions remained open to all, and didn't fall into a pit of proprietary, incompatible mess that unix systems had

      Many (many) Linux distros have come and gone, but a few have stuck around
      Slackware, Debian and Redhat being the 3 big ones
      but again, like unix before it, there's a whole heap of distributions, each aiming for a different goal
      (\_ _/)
      (='.'=)
      (")_(")

    9. #84
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4
      That's what I remember from learning about Unix. He's right DP.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    10. #85
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Darwin is actually a modern variant of NEXTStep which was based on BSD Unix, but with a better integration of kernel and GUI.

      An no Darwin is UNIX. Linux, is "unix-like."

      Windows is an absolute disaster if you look at the specs of the kernel. There is a reason that *nix is the dominate operating system.

    11. #86
      Member Keresztanya's Avatar
      Join Date
      Mar 2008
      Gender
      Posts
      1,083
      Likes
      32
      Quote Originally Posted by ninja9578 View Post
      Darwin is actually a modern variant of NEXTStep which was based on BSD Unix, but with a better integration of kernel and GUI.

      An no Darwin is UNIX. Linux, is "unix-like."

      Windows is an absolute disaster if you look at the specs of the kernel. There is a reason that *nix is the dominate operating system.
      What do you mean by dominant? 1% marketshare?

      I do agree that Linux distros are superior for some people's needs, but it will probably never be the year of the Linux desktop.

    12. #87
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Linux market share in servers is approx 40%
      Windows is also around 40% on servers
      the rest is taken up by proprietary Unix
      (\_ _/)
      (='.'=)
      (")_(")

    13. #88
      Member Keresztanya's Avatar
      Join Date
      Mar 2008
      Gender
      Posts
      1,083
      Likes
      32
      Quote Originally Posted by Ynot View Post
      Linux market share in servers is approx 40%
      Windows is also around 40% on servers
      the rest is taken up by proprietary Unix
      But that is only in servers. In general, the last records put Linux at around 1%, even Hackintoshes have a bigger market share, sadly.

    14. #89
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Quote Originally Posted by Demon Parasite View Post
      What do you mean by dominant? 1&#37; marketshare?

      I do agree that Linux distros are superior for some people's needs, but it will probably never be the year of the Linux desktop.
      1% PC are Linux, 10% of PCs are OSX UNIX
      40% of Servers are Linux, 40% are UNIX
      95% of Cell phones are Linux
      40% of smart phones are Linux, 30% are OSX
      95% of embedded systems are Linux


      *nix is the dominate operating system by a huge margin
      Last edited by ninja9578; 06-09-2009 at 02:28 AM.

    15. #90
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      this often-touted 1&#37; market share is for desktop machines

      and it's complete crap
      how on earth do you even reliably measure desktop usage?

      Numbers for server usage is only viable cause most companies buy support contracts

      this 1% is just pulled out of the air

      If I had to guess,
      I'd say today, 5-6% of all world desktop machines run Linux
      but there's no sources to back any of these numbers up


      *edit*
      incidentally, there was a leaked photo (taken on a camera phone) of an internal Microsoft meeting
      the picture showed a pie chart of current threats for microsoft

      There was an apple slice, and a linux slice
      the linux slice was larger than the apple one

      http://freeculturenews.com/wp-conten...allmermacs.png

      anyway....
      Last edited by Ynot; 06-09-2009 at 02:32 AM.
      (\_ _/)
      (='.'=)
      (")_(")

    16. #91
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4
      Desktop computers aren't the majority of computers.

      You know those scanners at Borders that let you listen to the CDs they have there?

      Linux. I saw Tux flash by on the screen when it was booting up.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    17. #92
      Member Keresztanya's Avatar
      Join Date
      Mar 2008
      Gender
      Posts
      1,083
      Likes
      32
      Quote Originally Posted by Ynot View Post
      this often-touted 1&#37; market share is for desktop machines

      and it's complete crap
      how on earth do you even reliably measure desktop usage?

      Numbers for server usage is only viable cause most companies buy support contracts

      this 1% is just pulled out of the air

      If I had to guess,
      I'd say today, 5-6% of all world desktop machines run Linux
      but there's no sources to back any of these numbers up
      They gather the User Agents of visitors from a bunch of popular websites, and use that to determine what OS, browser, and other things you use. This is also how they determine the browser market shares and usage percents.

      Quote Originally Posted by ninja9578 View Post
      1% PC are Linux, 10% of PCs are OSX UNIX
      40% of Servers are Linux, 40% are UNIX
      95% of Cell phones are Linux
      40% of smart phones are Linux, 30% are OSX
      95% of embedded systems are Linux


      *nix is the dominate operating system by a huge margin
      It's dominant on devices and such, but it's not dominant on desktop or laptop computers, and I would consider that more important than their cell phone marketshare.

      Quote Originally Posted by [SomeGuy] View Post
      Desktop computers aren't the majority of computers.

      You know those scanners at Borders that let you listen to the CDs they have there?

      Linux. I saw Tux flash by on the screen when it was booting up.
      They may not be the most common in general, but they have a bigger impact on the end user than the other devices.

    18. #93
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      (\_ _/)
      (='.'=)
      (")_(")

    19. #94
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      That's not much of an argument Ynot, I can come up with lots of pictures of Windows being used too. Here's one

    20. #95
      Member Keresztanya's Avatar
      Join Date
      Mar 2008
      Gender
      Posts
      1,083
      Likes
      32
      Haha, I wonder if those things actually BSOD, or if they just photoshop that on there. That doesn't even look like the BSOD I've seen, it usually has more text on it, doesn't it?

      The US Military uses Windows XP if I recall. There are plenty of devices that use Linux, and plenty of organizations that use Windows.

    21. #96
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4
      Good for those organizations. Their systems will get raped one day. And it does have a large impact on the end user. Just about every small electronic device you use every day is powered by Linux.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    22. #97
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      and not-so-small

      the majority of digital TV's run Linux
      last page in the user manual is often the GPL license

      anyway,
      what the hell was this topic supposed to be about....?
      (\_ _/)
      (='.'=)
      (")_(")

    23. #98
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      I should make an OS discussion sticky.

    24. #99
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      Quote Originally Posted by Ynot View Post
      and not-so-small

      the majority of digital TV's run Linux
      last page in the user manual is often the GPL license

      anyway,
      what the hell was this topic supposed to be about....?
      About the pros and cons of an iMac, in terms of user experience.

      If you guys only could stop getting in such pointless discussions. It annoys me, I'm subscribed to this thread, so I can check on any good advice, and every single day I get a mail, and then I read all your posts which don't have a single freaking thing to do with the topic.
      So shut the hell up and get out of here if you can't keep on topic. >.>
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    25. #100
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Ok

      Pros:
      More stable than a PC, about the same as Linux
      iWork uses the LaTeX engine, which is has been the standard for 30 years
      Keynote is the standard in presentation tools
      iLife is far superior to anything on either Windows or Linux
      Hardware is top of the line for the price
      10+ hour laptop battery
      Never have to clean a registry
      Never have to defragment the hard drive
      Immune to viruses
      UNIX security
      Time machines backs up all of your files on a daily basis
      Universal spelling and grammar checking (adding a word in one program, adds it to everything)
      Compatible with Office / Windows
      100&#37; compatible drivers, Windows and Linux's biggest problem is that it has to run on thousands of configurations, whereas there are only 6 or 7 types of Mac)
      All programs are integrated, making them faster and more reliable
      XCode, software engineers make better programs for OSX because they have a better environment, engineers hate .NET
      Been 64 bit for years, Windows requires you buy separate version of software for their 32 and 64 bit platforms, Apple migrated to 64 bit when the rest of them did.

      Cons:
      Fewer games than PC (though catching up for most major releases)
      Fewer programs than Windows (but everything on Windows does have an OSX equivalent, you just get less choice)
      More expensive (Apple only sells top of the line products, so even though you can get a Mac for 599, the average is over 1000)
      Windows has solitaire and freecell, OSX only comes with Chess

    Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast

    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
    •