Slashdot Mirror


A Power Users Look at Linux on the Mac

An anonymous reader writes "Even though most Linux users have treated Linux as an operating system for their x86 white boxes, Linux runs equally well on PowerPC machines. This article looks at Linux on the PowerPC and the appealing range of PPC machines produced by Apple, where the option of using Linux is of great value to many users."

598 comments

  1. OK, I agree to some extend, BUT... by Amsterdam+Vallon · · Score: 3, Insightful

    ... the OS X system is just so fucking sweet though. I *never* thought I'd enjoy it, but a student got a new Mac notebook when OS X was first introduced, and he showed me how he organized his iCal and Outlook to keep track of homework, labs, and projects, and how he could open a native terminal window and do things like ls -R | grep filename and search his system for files.

    Well, needless to say, I feel in love. Things like the recent introduction of iTunes and a better browser only make the deal sweeter.

    Sure, the hardware's pricier and maybe a bit modern art-deco for my tastes, but as much as I love Linux, I can't imagine running it instead of OS X on my laptop.

    Even Robin Malda uses OS X!

    --

    Reply or e-mail; don't vaguely moderate. Ex-O'Reilly/MIT employee, now a full-time Google employee.
    1. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 1

      > and he showed me how he organized his iCal and Outlook to keep track of homework, labs, and projects,

      Is there anything there that Evolution can't do? Serious question from someone who has never used iCal.

    2. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      if you are using ls -R | grep to find files, you shound be shot. use find instead

    3. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 1, Funny

      Is there anything there that Evolution can't do?

      First thing that pops into my head:

      Look nice.

    4. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      YHBT. Check AV's posting history. He's a karma whore and a troll. You bit. HAND.

    5. Re:OK, I agree to some extend, BUT... by SiliconJesus101 · · Score: 5, Informative
      Ok, this guy sounds like a troll but I'll bite.

      "No need to mention that the quality of open source support in OS X is worse than on MS-Windows: Xfree, OpenOffice, Mozilla - they are almost unusable, comparing to them on MS-Windows boxen."

      Unfortunately, it seems as though you have never even tried Xcode and/or Fink ( http://fink.sourceforge.net/ ). the current open source apps I run on my Mac are: Mplayer (direct port), Xchat (direct port), Gaim (direct port), Camino (Mozilla derivative direct port), Gimp (via XFree86), XMMS (Via XFree86), and GNUPG that I personally compiled with GCC. I also have absolutely no problems at all with an ssh -X session to run my X apps off my Linux server.

      If you are going to bash something you could at least provide some examples; everything I have tried to run that is open source has compiled and run just perfectly.

      --

      "The strong will do what they want, the weak will do what they must."
      -Thucydides

    6. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 1, Insightful
      So, you have never seen Evolution, but decided to post stupid comment anyway.

      "Looks nice" is a personal opinion. Just because you have been conditioned to believe that OS X is the best looking environment ever, doesn't mean that everyone thinks so. Even if it was the case, how an app looks is trivial compared to what it can do.

    7. Re:OK, I agree to some extend, BUT... by frostjoe · · Score: 0, Redundant

      Next time try locate filename. It's a wee bit faster.

    8. Re:OK, I agree to some extend, BUT... by ratsnapple+tea · · Score: 3, Funny

      "how an app looks is trivial compared to what it can do"

      It's not trivial. Replace "an app" with "your wife" and you'll see what I mean.

      If you really want your work environment to look (and stink) like a sewer all day, every day, be my guest.

    9. Re:OK, I agree to some extend, BUT... by tbuskey · · Score: 1

      I agree, Mac OS X is sweet. But it's not right *for me*. I had an iBook for work. I'm a Unix admin.

      I need lots of workspaces & Xterms. I counted 70 xterms on my desktop one friday.

      The best for me seems to be a dual screen desktop running linux, but that's me...

    10. Re:OK, I agree to some extend, BUT... by cosmo7 · · Score: 5, Funny

      I tried replacing an app with my wife and she unexpectedly quit.

    11. Re:OK, I agree to some extend, BUT... by Permission+Denied · · Score: 5, Informative
      ls -R | grep filename

      One would normally not see this as the canonical form is:

      find . -name filename -print
      This is faster as it does not need to send information between two processes using an IPC mechanism (the pipe) and it avoids unecessary computation ("grep filename" may be slower (depending on the grep implementation) than simple filename comparison a la fgrep).

      If you're actually going to use a regular expression to search for a file, the more common method is:

      find . -type f -print | grep 'regex'
      This avoids printing directories. Add '[^/]*$' to the end of the regex to avoid matches in directory names. Many versions of "find" (including Mac OS X "find") support a "-regex" option, but this is nonstandard.

      If your search allows it, even better is:

      sudo /usr/libexec/locate.updatedb # run once a day or so
      locate filename
      I'm not suggesting that you didn't know these things, but you can be certain that (due to the nature of the article) some *nix newbies will read your post and they may start doing those commands on a regular basis, not knowing of better alternatives, so one should be careful when posting these things to such a forum.
    12. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0, Insightful
      You are obviously a little more shallow than I.

      I see a lot of people confuse plain with ugly. The default look of gnome and kde may not be the most beautiful, but they are not ugly,

    13. Re:OK, I agree to some extend, BUT... by Beavis! · · Score: 2, Informative

      Actually... with all the GTK themes and Gnome themes out there, I don't agree. Sure Mac OS X looks really nice. But the 6nome theme is easily about 95% as nice looking. What I really like about 6nome is that it's pretty original looking too. It doesn't cop the Aqua or Luna looks from the other OSes.

      --
      I try to be fu
    14. Re:OK, I agree to some extend, BUT... by Mr.+Pillows · · Score: 1

      I love OS X!!! :) Me so happy.

    15. Re:OK, I agree to some extend, BUT... by vsync64 · · Score: 0, Flamebait
      sudo /usr/libexec/locate.updatedb # run once a day or so
      What, OS X doesn't have that in the stock crontab? What a heap of trash...
      --
      TO BUY A NEW CAR WOULD MAKE YOU SEXUALLY ATTRACTIVE.
    16. Re:OK, I agree to some extend, BUT... by pyite · · Score: 1

      Native gaim? Where? Please tell me... because I haven't seen it... and frankly, the other AIM clients for Mac OS just aren't good. Running gaim on X on Panther is not yet... shall we say seamless on my machine.

      --

      "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

    17. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      That's one of the ugliest things I've ever seen in my life.

    18. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      That's funny. That's exactly what your mom said when you were born. She told me that last night when she was blowing my skin flute you yellow rat bastard.

    19. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      Not only is that theme fucking ugly, but all the different widgets are based on the same dominant shape, a high-contrast circle. This is a major UI no-no because it makes it difficult for people to distinguish between them at a glance.

      So thanks for the offer, but I'll take the interface developed by professionals who know what they're doing (read: Apple). Not the one cobbled together by unpaid amateurs.

    20. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      > Associate Professor, California Institute of Technology

      With a total of 0 papers published. Good work. I think you're lying!

    21. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      I deal with the problem of "ugly" (I don't really think they're ugly. If they work, and they have a clean UI, they're beautiful!) apps by having a pretty girlfriend :) Then things cancel out. lol.

    22. Re:OK, I agree to some extend, BUT... by Calroth · · Score: 1
      This is faster as it does not need to send information between two processes using an IPC mechanism (the pipe) and it avoids unecessary computation ("grep filename" may be slower (depending on the grep implementation) than simple filename comparison a la fgrep).


      It's also slower in the sense that you've got to do more typing. Most of the time, the limiting factor is in how much finger acrobatics you do, rather than the speed of your system.

    23. Re:OK, I agree to some extend, BUT... by Calroth · · Score: 1

      Argh, didn't mean to post that without qualifying it.

      It's not an argument for being "purist" or "technically correct". Just a small observation. Also, by that criteria, locate is faster still.

    24. Re:OK, I agree to some extend, BUT... by SiliconJesus101 · · Score: 1

      Ouch, I stand corrected actually. GAIM is running via XFree86 from a fink install. You may want to look at Fire ( http://fire.sourceforge.net/ ) It looks promising (haven't tried it yet) but I am compiling it now.

      --

      "The strong will do what they want, the weak will do what they must."
      -Thucydides

    25. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      Obviously you, like a lot of people, will end up divorced by the time you are 40. If you got married for looks you deserve misery and despair.
      Seriously, you have obviously not seen Evolution. If you have a nice GTK2 theme it looks excellent. Looks are nice, but they are nothing compared to what an app does.

      Would you prefer a kind and loving woman who is only moderately attractive, or a bitch who runs around on you but looks like a godess?

    26. Re:OK, I agree to some extend, BUT... by Anonymous Coward · · Score: 0

      If you really want your work environment to look (and stink) like a sewer all day, every day, be my guest.


      I'll be your guest, like visit your place? Hmm that implies that your place looks and stinks like a sewer?
    27. Re:OK, I agree to some extend, BUT... by NateTech · · Score: 1

      Hmm...

      Not look like Outlook. For starters. A nice UI goes a long way to getting me to use my calendar app...

      Handle multiple calendars (home, work, whatever you want to name them) and have different to-do lists for each, colorized. In the same instance/interface.

      Synch EASILY with my Palm device(s) (yes, it'll do it, but it's not the brain-dead simple plug-in-USB-cradle-and-hit-button-uggh-me-caveman- stupid operation it is on my Mac).

      WebDAV integration - direct to a calendar server. (maybe someone's hacked this in now, don't know)

      Calendar sharing to other iCal machines via the above-mentioned WebDAV server including keeping all the various calendar names straight and being able to only export those you want exported. .Mac web integration (not that anyone would really want it, but I'll throw it in here)

      --
      +++OK ATH
  2. Why by James_Duncan8181 · · Score: 0, Troll

    Because iBook+Linux = 6 hours of Debian goodness. Or it would be if Apple can sort out my logic board. And no, this is not a troll - check my posting history.

    --
    "To any truly impartial person, it would be obvious that I am right."
  3. A bit OT by niko9 · · Score: 3, Interesting

    But I would really like to see IBM announce and open hardware platform based on the PowerPC chips.

    I'd like to see instant on Linux desktops, and S3 suspend-to-ram states that are 99.99% reliable.

    BTW, can any mac user tell me: how well does the ACPI equivalent on MAC work?

    1. Re:A bit OT by dave1212 · · Score: 5, Interesting

      One of my friends runs a music studio and is constantly fighting with turning off ACPI on Win 2000. It causes all sorts of issues with our sound cards (Dual Delta 1010s), SCSI card, and IDE controller card. Having to worry about IRQs and ACPI has got to disappear. Are IRQs treated the same under Linux? I would hope that Linux would not give the same kind of issues, the way all Mac OSs don't. I had never heard of an IRQ until we started having these problems at the studio. No wonder most studios are all Mac, we don't have the time to fsck around with this crap. No BIOS, etc.. It's better that way, it seems.

    2. Re:A bit OT by UserChrisCanter4 · · Score: 4, Interesting

      Ridiculously well.

      OS X (and OS 9, as well, if that's your cup of tea) wakes from sleep in less than a second (to displaying the desktop), and is usable (as in actually responsive and opening a program) in maybe 3 seconds. It's one of the reasons why Apple notebooks are so highly prized. Shut the lid, and it's asleep in less than two seconds. Open the lid, and it's awake in less than three.

      On desktop machines, it's equally as functional. Plus, it's always cool to see the pulsating (snoring) "sleep" light, since a lot of Macs are basically dead silent when "asleep"; it saves you from the idiot who wants to press the power button on your machine.

    3. Re:A bit OT by wowbagger · · Score: 3, Interesting

      We have a Tektronics Logic analyzer at work - basically a PXI chassis with specialized hardware and an embedded computer running Windows 2000.

      It is comical to walk past it when nobody's touched it in a while, as there will invariably be a dialog on the screen:

      "Module VXI to PXI bridge has prevented the system from going into sleep mode [OK] [cancel]"

      Yes, technically it is Tek's fault for not making their module not support sleep mode correctly, but anybody who has had the misfortune to see what it takes to make a hardware driver support power management under WDM will understand why Tek probably didn't do it.

      I too would love to see a good stable software platform upon which to build instrumentation.

    4. Re:A bit OT by violajack · · Score: 2, Interesting

      BTW, can any mac user tell me: how well does the ACPI equivalent on MAC work?

      It just works, which is more than I can say for my PC. Mandrake 9.2 can't put my (Toshiba) laptop to sleep, and it's eats battery way faster than windows due to it's inability to throttle the processor. Oh yeah, and there's no driver for my wireless card

      I have had Mandrake 9.1 for PPC and Yellow Dog on a little G3 iBook, and it just works. I shut the lid, the machine goes to sleep, the little light up apple turns off and the blinky sleep light on the front comes on. I was blown away when it just worked like that. It also comes back almost instanly on re-opening the lid. It obviously works just as well in OSX, with the exception of it not handling it when I move from one wireless network to another while it's asleep. It usually needs to be reminded that it's not in the same place it was when I put it to sleep. I was equally blown away when the airport just worked. Aside from the installation glitches in Yellow Dog, I find it to be just as good as anything else you could run on an iBook.

      As a windows kid by raising (well, okay, I started on DOS with some Unix utilities as well), I much prefer to run linux on my iBook. First of all, the KDE desktop is just way more farmiliar to me. Second of all, as I get better with the various Unix commands, and use them more in managing computers in the computer lab where I work, I find linux to be a much simpler environment. I get really frustrated when trying to do Unix stuff in OSX. With linux, I know where my .conf files are, what they do, and how to edit them. Preferences in OSX live in at least 3 different places, making it insanely frustrating to try and manage all of them on the machines in the lab.

      For me, I run linux on my iBook because it's more farmiliar. OSX is fine for internet and email, but to get things done, I prefer linux.

      I guess I should qualify why I even have an iBook in the first place....I bought it used and abused from a friend. My boyfriend is a Mac nut and needed a backup machine to use while his other mac was busy with renders so he put 10.3 on it. I made him leave me about 5G at the end of the drive for linux. The more OS's I use, the more I hate them all.

    5. Re:A bit OT by Anonymous Coward · · Score: 1, Informative

      it saves you from the idiot who wants to press the power button on your machine

      It's worth mentioning that pushing the power button on a sleeping Apple wakes it.

    6. Re:A bit OT by Ryan+Amos · · Score: 1

      ACPI on mac (dunno what it's actually called) works beautifully, especially on their laptops. You can close the top of the laptop, open it back up, and everything will pop up immediately and start working. It's about as transparent as possible.

    7. Re:A bit OT by Sarin · · Score: 2, Insightful

      I run a studio as well, I had the same problems with win 2k, installing it pressing f6 or f8 to force it to install as a non acpi computer...

      Well I run xp sp1 on the same studio system now, there are no issues anymore and you don't need to do acpi things ( see http://www.musicxp.net ), it runs perfectly now. Just be sure your soundcard has a irq of its own (perhaps you need to stick it in another slot). One more thing don't install any other crap on that computer except for the audio software. My system is really stable and runs the original SX 2.01, I've heard about people using the warez version and that one is less stable.

      The main thing about running a studio computer under windows is the broad availability of software. Many vst plugins are never released on the Mac.
      If you were to try before buy an audio-app and you wanted too be that audio-app to be the full cracked version, instead of a demoversion, chances are that you'd find it with a p2p sharing program or whatever are much higher than if you wanted a warez-version of a mac audio-app. (neither of us would do such a thing of course)

    8. Re:A bit OT by Kirby-meister · · Score: 5, Informative
      The way I turned off ACPI on a friend's Win2k install was by -
      1) Turning it off in BIOS, 2) During the start of the Win2k installer, where it says press F6 (or F8? I forget) to install third party drivers, you hit that button and then install "Standard PC."

      I think you can do the same by changing the "ACPI-compliant computer" driver in Device Manager under "computer" to "Standard PC." Of course, this isn't recommended, as I believe it requires the reinstallation of a lot of drivers (maybe all?), and I don't even know if that works correctly, but one should always be open to experimentation I guess. :P

    9. Re:A bit OT by Espectr0 · · Score: 1

      On desktop machines, it's equally as functional. Plus, it's always cool to see the pulsating (snoring) "sleep" light

      Is there any way to disable this? I like it, but it eats the battery a little.

    10. Re:A bit OT by clifyt · · Score: 1

      You mean if you want to try a really buggy version of the application instead of one that just couldn't save, you can find the cracked version on the PC and never have to buy the real thing which you never planned on in the first place?

      Past that, the VSTs that aren't released on the Mac are generally kiddie VSTs that while interesting are full of aliasing and otherwise. Lots of common mistakes programmed by folks that don't have a clue about DSP programming, but found that they can use Delphi to hack something together that halfway does what they want. Lots of interesting stuff...very few useful stuff. There is as much *PROFESSIONAL* software on the Mac as on the PC and its far better quality, IMHO. I haven't found a VST yet that was on the PC that I couldn't find AND needed on the Mac -- and some of the interesting stuff that was actually crappy from an audio perspective was far easier to emulate under Reaktor than it would have been to try to program the app in the first place. Reaktor on the Mac has some problems, but nothing one couldn't work around.

      clif
      sonikmatter

    11. Re:A bit OT by prockcore · · Score: 2, Interesting

      OS X (and OS 9, as well, if that's your cup of tea) wakes from sleep in less than a second (to displaying the desktop), and is usable (as in actually responsive and opening a program) in maybe 3 seconds.

      You know, that's one of the wierd things. Does OS X have different sleep modes or something? If I shut the lid on my powerbook, the powerbook will wake up instantly when I open the lid. But if I just let the powerbook sit there, eventually it'll go to sleep as well, only now when I hit shift, it takes a goot 5 seconds to wake up.

    12. Re:A bit OT by Anonymous Coward · · Score: 0

      >> On desktop machines, it's equally as functional. Plus, it's always cool to see the pulsating (snoring) "sleep" light

      > Is there any way to disable this? I like it, but it eats the battery a little.

      A pair of wire cutters should do the trick.

    13. Re:A bit OT by Anonymous Coward · · Score: 0

      It's F5 at install to select a new HAL.
      F6 handles mass storage device drivers.

    14. Re:A bit OT by Val314 · · Score: 1

      > It's one of the reasons why Apple notebooks are so highly prized.

      umm... the reason i got a 12" iBook G4 (here in Austria) was because it was the cheapest (good) 12" Notebook with decent Battery power i could find.
      there are tons of cheaper 14-15" x86 Notebooks available but not 12"...

      the cheapes 12" x86 Notebook i could find was an IBM, but it hat half the ram, a slower Video Card and costs 200 more than the iBook. (at least here in Austria)

    15. Re:A bit OT by Wesley+Felter · · Score: 2, Informative

      As someone mentioned, there was the PReP platform that never took off and the CHRP platform that never took off. Now there's an open PowerPC 970 platform.

    16. Re:A bit OT by MouseR · · Score: 2, Informative

      IBM did release publicly the Common Hardware Reference Platform, also known as CHRP

      That upcoming (we're told...) Amiga thing is loosely based on this. But there are a number of commercially available mother boards based on CHRP, including a Linux vendor. Ports are available.

    17. Re:A bit OT by Migelikor1 · · Score: 1

      It's a freakin' LED. Its power consumption is completely insignificant. We're talking about using up a AA battery in 10 years kind of insignificant.

      --
      My Karma is so good, I'm the Dalai Lama...or something.
    18. Re:A bit OT by Anonymous Coward · · Score: 1, Informative

      The battery aspect of it is kinda dumb. The computer uses more power keeping the contents of RAM active.

      But here's the truth: those LED's are bright. If I put my PowerBook on the bedside table before I got to sleep, I have to put a book on top of it or something, otherwise by bedroom is filled with this throbbing light and I can't sleep. It's like having a neon sight out your window.

    19. Re:A bit OT by moonbender · · Score: 1

      Agreed. I've been looking at small laptops, and there seem to be very few 12" x86 laptops available here in Europe. More of them in Asia, but that's not doing me any good, and anyway, not that many nice ones. Of course, there are quite a few 14" x86 laptops that weigh less than the 12" iBook. I guess I'll wait another year.

      --
      Switch back to Slashdot's D1 system.
    20. Re:A bit OT by drsmithy · · Score: 1
      Plus, it's always cool to see the pulsating (snoring) "sleep" light, since a lot of Macs are basically dead silent when "asleep"; it saves you from the idiot who wants to press the power button on your machine.

      My Dell D600 also does this, but the G4 PB did it first IIRC (back before I traded my PB for the Dell it always attracted people commenting on how cool it looked).

      Has anyone figured out how to make that LED a hard disk activity indicator when the machine isn't asleep ? It's always annoyed the hell out of me Macs don't have anything to indicate HDD activity.

    21. Re:A bit OT by Anonymous Coward · · Score: 0

      I just had to do this on an old p2 laptop that doesn't fully support acpi (according to 2k at least)

      anyway there's a part where it is loading hdd drivers it says hit f6 to load a third party drive or something but to skip it messing w/ acpi you hit f7 during that initial screen

    22. Re:A bit OT by NickDoulas · · Score: 1

      Power management just works ridiculously well on mac laptops. I've never run Linux on a laptop (just desktop), but I've used a lot of laptops running Windows.

      My 2 mac laptops just quickly sleep/wakeup when you close/open the lid. There's no thought needed here, and it just works.

      My Dell laptop running Windows (at work; not my choice) regularly gets confused about network interfaces when it wakes up, often requiring a reboot just to reaquire an IP address. Plus I have to explicitly invoke these "standby" or "hibernate" options when I decide I don't want to use it for a while. I've tried tweaking some of the power settings, but I could never get it just right.

      All these laptops running Windows got me conditioned to expect crap.

      When I got my first mac laptop, I was running some long FTP session and I stopped typing for a while. I then looked over a few minutes later and noticed my laptop was seemingly completely asleep - screen off, no hard drive or fan running. My conditioning trained me to assume the FTP session was dead, and I initially got upset. When I pressed a key, I quickly saw that the FTP session was still going just fine, even though everything else had been put to sleep.

      Needless to say, I then had an even lower opinion of my Dell/Windows laptop.

    23. Re:A bit OT by Kirby-meister · · Score: 1

      Yeah, it was F5, now I remember. It's been awhile. It doesn't help that the installer doesn't really tell you that exists, but I guess that's not something MS wants normal people fooling with or worrying about, just the power users.

    24. Re:A bit OT by 0x0d0a · · Score: 1

      OS X (and OS 9, as well, if that's your cup of tea) wakes from sleep in less than a second (to displaying the desktop),

      Just to clear you up on this point, laptops today do this by dumping the video image to disk before sleeping, since usually people don't hit a key for a couple secs or so. The OS design has very little to do with percieved wakeup speed.

    25. Re:A bit OT by Anonymous Coward · · Score: 0

      > umm... the reason i got a 12" iBook G4 (here in Austria) was because it was the cheapest (good) 12"

      It is also one of the biggest and heaviest 12" screen laptops available today.

  4. What is wrong by PakProtector · · Score: 4, Interesting

    [p]I would like to ask, as a completely serious question, aside from the matter of personal preference, the whole, "Linux is better than anything else in the world," thing, why in the hell would anyone feel a need to install Linux on a Mac?[/p][p]OS X runs on most modern Macs, and is based on a *BSD. It's stable as hell, more secure than any distro of Linux I know of, and it has a very functional GUI (if you like such things).[/p][p]I mean, I run two Linux boxen, one as a server, the other as a generic code monkey-ing machine, and if I had a Mac I would in no way see or feel a need to put Linux on it.[/p]

    --

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

    1. Re:What is wrong by hoist2k · · Score: 4, Insightful

      *BSD vs Linux may not matter if you can compile source for your applications. But not if you've (or your school) purchased libraries, licenses, or pre-compiled applications for Linux, then BSD might not be an option.

      --
      Turns out that cute girl's A|X t-shirt didn't mean AIX. Who would've thought?!
    2. Re:What is wrong by PakProtector · · Score: 1

      I concede your point. I wasn't thinking about that. And thanks for not calling me dirty names. I just got finished celebrating, "Support the National Suicide Hotline Industry Day."

      --

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

    3. Re:What is wrong by ryanw · · Score: 4, Informative
      I would like to ask, as a completely serious question, aside from the matter of personal preference, the whole, "Linux is better than anything else in the world," thing, why in the hell would anyone feel a need to install Linux on a Mac?
      Ok, I can think of 1 reason... NFS is not Multi-threaded in OSX. Apple has focused on their AFS protocol (which is insanely fast). But not everyone can switch from NFS to AFS or needs flexibility that NFS provides. Just about everything else that runs on linux can be compiled to run on OSX.
    4. Re:What is wrong by mocm · · Score: 2, Flamebait

      Having a Powerbook with OSX and Linux installed, I still cannot understand why people prefer OSX. Having only one Desktop and no X11 is really annoying. So I installed X11 and lots of other software that is standard for Linux, but still why bother when you can run Linux and, in case you really need OSX, MOL.

      --
      ***Quis custodiet ipsos custodes***
    5. Re:What is wrong by Avihson · · Score: 3, Interesting

      Not being a mac user, maybe I'm off base here.
      My reasons to do this would be to access the wealth of software out there. Does OS-X have the ability to support gnome and/or Kde apps? I figure it can be done, but how much hassle would it be?

      I know I'll get flamed for this but I dump a full KDE and Gnome development load on my machines, just to simplify the times when I want to add something cool I find out there. I never claim that Linux is lean and mean, my installs are huge! I just don't turn everything on.

    6. Re:What is wrong by lederhosen · · Score: 1

      Its a matter of taste I would say.

      I do not like MacOSX, if I had a G5 system
      I would install NetBSD and Linux on it.
      Its like asking why would any one put Linux
      on a PC; well for the normal person, Windows
      is the normal choise(?) as is MacOSX on Macs.

    7. Re:What is wrong by BlowChunx · · Score: 5, Informative

      I guess it depends on your definition of a Mac.

      If you call anything in the last 2 years a mac, then sure, you probably have a good case for OS X being a better choice.

      But what about my sweet Power Tower Pro with a 250 Mhz 604e chip? Am I supposed to be content with OS 8.1 (the last *officially* supported OS by Apple), or the dead end 9.x? Or try to run XpostFacto to get OS X to run? Nope.

      My answer was YellowDog Linux. It discovered all the hardware and runs sweet. I can use apt-get to install/upgrade software (who cares if it's an RPM and not a DEB, aside from the politics?). Heck, mplayer even plays MPEG4 encoded avi's smoothly.

      The choice is yours, but for my machine Linux has definitely resuscitated it!

    8. Re:What is wrong by mrseigen · · Score: 1

      OSX has XWindows built in, using a utility like Fink you can add whatever your little heart desires.

    9. Re:What is wrong by justinkim · · Score: 4, Informative

      Ah, X11 has been available in one form or another for OS X for quite a long time. It's been availble on Fink for ages and Apple's X11 is included as an option in 10.3

      I think you'll also find that most everything you need to run in Linux will compile on OS X or is already available in Fink.

    10. Re:What is wrong by great+throwdini · · Score: 4, Informative
      I still cannot understand why people prefer OSX. Having only one Desktop and no X11 is really annoying.

      X11 ships with OS X 10.3 on the developer CD. An earlier version of the same was available as a download for 10.2.

      Whether to use virtual desktops has always been a matter of user preference ... but there appear to be options for OS X.

    11. Re:What is wrong by Anonymous Coward · · Score: 0

      what's wrong?
      well for starters you post on to many sites that use the bastardization of html tags.

      I mean there is no reason for those sites not to use standard html.

      Finally, some people like Linux, and they want it to run on a nice platform.

      Since you don't have a MAC, how do you know that it is more stable then Linux?

    12. Re:What is wrong by expro · · Score: 3, Interesting

      The Airport Extreme card (among other things) works in OS X and not in Linux. Portability is why I bought a laptop. Not a hard call why I would keep it in OS X.

    13. Re:What is wrong by mocm · · Score: 2, Interesting

      The only problem is that I stopped updating OSX after 10.1. apt-get is way cheaper to stay updated than paying >100Euros every 6-12 months.

      --
      ***Quis custodiet ipsos custodes***
    14. Re:What is wrong by justinkim · · Score: 2, Interesting

      On second reading, it seems that you did install X11 on your OS X install. Blame not enough sleep keeping those Suicide Hotline Day operators busy last night.

      The reason why you'd bother is to have the flexibility of having a consumer-level GUI and applications base *along* with all the X11 goodies.

      There are multiple desktop utilities available for OS X. Here's one at Versiontracker Haven't used it, so YMMV.

    15. Re:What is wrong by petabyte · · Score: 5, Insightful

      Simply put: I don't like OS X. Its not because I think Linux is superior; OS X just doesn't go with my personal preferences. I realize you excluded that option from your question but I feel that most people who run linux on Macs do so becasue they prefer linux. Hence my machine at work has only Yellow Dog on it (this also has the side affect of keeping everyone else away from that machine :)).

      Oh, and as someone responsible for patching all of those OS X boxes let me say that the machines are only as secure as the patches you apply to them. If you don't patch the OS X machines, or the linux machines, or the windows machines, they're going to be vulnerable. I'd say at the moment I've applied as many patches to the Linux machine as security updates to the OS X machines. The windows machines (two of them) are currently unpluged in a corner so I feel they're pretty safe at the moment. :)

    16. Re:What is wrong by lederhosen · · Score: 1

      You should use AFS, not NFS.

      Though I have had problems with AFS on OSX,
      files saved from Illustrator gets a size of 0
      if they are saved over AFS. This is *not* good.

    17. Re:What is wrong by __past__ · · Score: 5, Informative

      Actually, the BSDs execute Linux binaries quite fine. Not all of them, but there are people running Oracle that way. Just don't expect any vendor support.

    18. Re:What is wrong by dhovis · · Score: 5, Informative
      My reasons to do this would be to access the wealth of software out there. Does OS-X have the ability to support gnome and/or Kde apps? I figure it can be done, but how much hassle would it be?

      I have mod points right now, but I'll respond to this instead.

      KDE and Gnome have been ported to run on MacOS X. Apple provides a version of XFree86, which is bundled with Panther, or a free download for Jaguar. X11 runs rootless, which means all of your X11 windows are mixed in with your normal OS X windows. KDE and Gnome have both been ported. KDE is a little farther along than Gnome, but both are available through Fink. Check to see which packages are available.

      Also, with KDE, the Qt library has been made available under the GPL for MacOS X, just like on Linux. So KDE software can be ported to MacOS X native with much less hassle than before.

      Apple also supports Linux on their computers. TerraSoft makes the Yellow Dog Linux distro. They are also an Apple Value Added Reseller, and they sell Macs with YDL preloaded without voiding the Apple warranty.

      --

      --
      The internet is the greatest source of biased information in the history of mankind.

    19. Re:What is wrong by ryanw · · Score: 1
      You should use AFS, not NFS.
      UH, you said use AFS over NFS but didn't give any reason to use AFS except sometimes you've seen files get ZEROED out when using AFS. So do you want to give a "GOOD" reason to use AFS over NFS? Not that I don't agree, I'm just curious to know if you have any facts to backup your statement.
    20. Re:What is wrong by __aadkms7016 · · Score: 1

      If you only own a PowerBook, and you
      develop software that is cross-platform
      for OS X and Linux, it's very convenient
      to be able to run both Linux and OS X
      on the same machine for testing.

    21. Re:What is wrong by mindstrm · · Score: 1

      Comes down to preference I guess.

      I decided to give OS X a shot, figure out the Apple way to do stuff.. and decided in the end that, for my basic communicaton workstation, (email, IM, a few shells... browsing).. I like it. I like it a lot. I find it easier to use and less stressful than linux. It's not that things are easier to figure out.. but that they are more consistant.

      Not sure what you mean about the "no X11" part.. apple's X server not only works, but works extremely well, and works exactly as you would expect it to.. it's natively accelerated, including GLX, etc.

      As this is a laptop, the sub 5 second suspend / resume is awesome (meaning from the time I open the lid, it's less than 5 seconds before the machine is completely usable)

      not that I ever would have considered using linux stressful, I've been using linux hardcore for 10 years.

    22. Re:What is wrong by axxackall · · Score: 1
      I remember the time we've been running on Linux (also with no support) Oracle binaries we've got (legally!) for SCO Unix. By doing that we've improved both performance and stability. We've been ready to trade the official Oracle support for speed and reliability.

      Now the question is: by running Linux binaries of Oracle on BSD, what would I trade my vendor (Oracle) support to? Speed? I doubt so. Stability? Been there done that - Linux binaries on BSD even today are less stable (actually they are too crashy to accept it) then SCO binaries on Linux 8 years ago.

      Asking for the reason, why Linux is more stable than BSD? The answer is simple: QA, Quality Assurance, with Linux installation base counting millions versus BSD's one counting what? thosands at most? No need to mention the amount of Linux developers capable to fix bugs versus BSD developers.

      I am telling it for new flamewar. Actually the flamewar Linux vs BSD is over. Today people choose between Windows and Linux. And for many of peopl it's not a question "if", it's more like "when".

      Any other open-source OS just doesn't have chances.

      --

      Less is more !
    23. Re:What is wrong by sinistral · · Score: 1

      Mac OS X runs quite well on any Mac produced in the last *five* years - not two. My G3/450 (with a LOT of ram) runs Panther very well.

    24. Re:What is wrong by Anonymous Coward · · Score: 0
      I stopped updating OSX after 10.1

      Ah, well that's the problem... IMO, 10.2 was the first release that was really useable on a daily basis, and 10.3 is even better.

    25. Re:What is wrong by Anonymous Coward · · Score: 0
      why in the hell would anyone feel a need to install Linux on a Mac?

      Freedom

    26. Re:What is wrong by ipjohnson · · Score: 2, Insightful

      but if you bought a precompilied linux app. it wont run on linux PPC (unless it was compilied for it but fat chance on that). Your more likely to get support for your OS X then linux on PPC.

    27. Re:What is wrong by djplurvert · · Score: 1

      Confessions of an EX-Evangelist

      I'm posting this on my PC(running debian). Next to me is my 12" ibook, open in OS/X. It is my third iBook, the previous two died within a year, the last one within six months. Accross the table sits two more iBooks belonging to my girlfriend, the new 12" and her old one that died within two years and has problems since she got it.

      Now, my second iBook is going in for repair and Apple will no doubt repair it. And, after a lot of complaining and griping, Apple agreed to fix my girlfriend's first iBook, and for all my trouble, they're shipping me a free battery.

      So, one might ask, why bother buying a third iBook. I assure you, it was not because I love the hardware, I think iBooks are cheap pieces of shit. It is because it takes too long to switch platforms and I needed to pick up right where I left off with my projects. Yes, I could move the software development to linux and get everything working, but that takes time, and time is not what I have. So, in order to keep things flowing smoothly when my second ibook died, I bought a third. Yes I could have had it repaired but Apple wouldn't repair it while it was flaking out, only when it completely died. I needed more predictablility than that, I cannot afford the time lost to random lockups spread out over weeks while I wait for the product to fail completely.

      So, now to the point. I refuse, long term, to commit to ANY OS that runs on only one hardware platform. I am making the transition to 100% free unix. That is why I will be running linux on my iBooks. When it comes time to replace them, if my opinion on Apple hardware has changed I can buy another Apple, else, I can buy any PC laptop I like and my user experience will be the same. If I'm using a PC on my desktop, and an Apple laptop, it won't matter, because all of my documents, and projects will move seamlessly between the two.

      OS/X is nice, and when I first got it I was an evangelist. However, twice now I have had my workflow disrupted because of hardware failure and it isn't just a matter of copying the files to pick up where I left off. I do a lot of work on my laptop but since Apple hardware has proven itself to be so flaky, I need to be able to have a duplicate environment on my desktop PC at home. I can either switch to an Apple desktop, or switch my laptop to linux. I prefer the latter choice as the experience of being dependant on Apple hardware as left almost as bad a taste in my mouth as when I was dependant on Microsoft software.

      As soon as my desktop is stable, not in terms of reliablity, but in terms of providing everthing I need to comfortably do my work, I will be duplicating the environment on my iBook.

      Linux is more work than OS/X, but I can run it on just about any hardware available.

      That is why I will be choosing to run Linux on Apple hardware.

    28. Re:What is wrong by Anonymous Coward · · Score: 0

      and let me know when you start seeing pre-compiled applications for linux under pretty much *any* platform other than x68.

    29. Re:What is wrong by More+Trouble · · Score: 4, Informative

      Apple has focused on their AFS protocol (which is insanely fast).

      I assume you mean AFP, not AFS. That's Apple Filing Protocol v Andrew File System. I'm pretty sure Apple's not very focused on AFS, today. Nor does anyone describe AFS as "insanely fast."

      :w

    30. Re:What is wrong by vurian · · Score: 1

      I've tried it -- used OS X for half a year for lots of tasks, from Java development to writing a novel, and the only thing I really like to use it for over and above is grabbing pictures from my digital camera. And that may be a function of the hardware, the USB port on the powerbook being more accessible than the same on my server.

      A well-configured KDE desktop is more productive and prettier than the unconfigurable mess of widget styles and fuzzy fonts Aqua is.

    31. Re:What is wrong by Anonymous Coward · · Score: 0

      I used 10.1, it was useable. Not great, but useable. 10.2 was the first truly compelling one, though. I only switched to 10.1 because of the bug in OS 9 that prevented iTunes from switching tracks while Quake III was active.

    32. Re:What is wrong by prockcore · · Score: 1

      Apple provides a version of XFree86, which is bundled with Panther, or a free download for Jaguar

      No, only the fink x11 works on jaguar. Apple's X11 requires Panther. If you know where to get Apple's beta X11 which ran on Jaguar, please post a link, because every place I've found that used to have it only carries the panther version now.

    33. Re:What is wrong by Anonymous Coward · · Score: 0

      MPEG4 encoded avis

      That's kind of a misnomer. Either it's MPEG4, which rides around in an MP4 container, or it's an AVI, which is it's own container format. You're probably refering to DivX or Xvid or something, which claim wrongly to be MPEG4-compatable.

    34. Re:What is wrong by Anonymous Coward · · Score: 0

      Wow, BSD and Mac! It must really be dying.

    35. Re:What is wrong by Anonymous Coward · · Score: 0
      Ah, well that's the problem... IMO, 10.2 was the first release that was really useable on a daily basis, and 10.3 is even better.
      Didn't stop them from selling 10.0 and 10.1 at full price, did it?
    36. Re:What is wrong by Anonymous Coward · · Score: 0

      He meant NFS. Illustrator has problems with NFS. (So do some other programs. There's a question about whether it's a Carbon problem or an application problem.)

    37. Re:What is wrong by BjarneDM · · Score: 1

      You can get the latest beta X11 that works with Jaguar from my website : http://mozilla.mathiesen.info/apple/ . BEWARE the site is hosted on an ADSL 512/512 line so don't expect any snappy download. And please don't slashdot me ;-) On my own system I did install XFree-4.3.0 from source on top of Apple's X11 as the Jaguar beta X11 only is XFree-4.2.1.1

    38. Re:What is wrong by GigsVT · · Score: 1

      I think you are talking about Appletalk, not AFS.

      If so, I got an email from the CEO of Xinet, who bases their products around appletalk, talking about just that problem.

      It's apparently an issue that Appletalk on MacOS X has, and it's a very serious one.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    39. Re:What is wrong by grub · · Score: 1, Insightful


      twice now I have had my workflow disrupted because of hardware failure and it isn't just a matter of copying the files to pick up where I left off. [...] That is why I will be choosing to run Linux on Apple hardware.

      You're nuts. That's tantamount to "My Ford Pinto kept exploding when it got rear ended, so I changed brands of gasoline."

      If there are hardware issues with your machine, the choice of OS won't make much difference.

      --
      Trolling is a art,
    40. Re:What is wrong by rixstep · · Score: 1

      because of the bug in OS 9 that prevented iTunes from switching tracks while Quake III was active

      What a shame Apple missed that important feature.

      So otherwise you think OS 9 and OS X are about the same?

    41. Re:What is wrong by Anonymous Coward · · Score: 0

      Didn't stop them from selling 10.0 and 10.1 at full price, did it?

      You're not POOR or perhaps a MINOR w/o income, are you?

      How much does YOUR software sell for?

    42. Re:What is wrong by dhovis · · Score: 1

      Huh. Well, I don't know about a binary download, but the source to Apple's X11 package is available. I assume that it could be compiled for Jag, but I'm not an expert.

      As far as I can tell, the source includes the Quartz window manager, which is really the part that integrates it into OS X.

      It includes the full X11R6.6 technology including an X11 window server, Quartz window manager, libraries, and basic utilities such as xterm.
      --

      --
      The internet is the greatest source of biased information in the history of mankind.

    43. Re:What is wrong by Anonymous Coward · · Score: 0

      Asking for the reason, why Linux is more stable than BSD?

      Not yet. First I'm asking for the figures that you're basing that claim on.

      (As a Windows user I couldn't really care less whether Linux or BSD is more stable, but I don't like trolls who post unsubstantiated claims as "fact".)

    44. Re:What is wrong by Anonymous Coward · · Score: 0

      Troll. Clever, but a troll. Mod down.

    45. Re:What is wrong by BlowChunx · · Score: 1

      Yup, you got me. I keep thinking that my beige G3 (which *will not* run Panther) isn't that old. Actually it's about 6 years old.

      Maybe when the dual 3 Ghz G5s come out, it'll be time to spend my tax refund.

    46. Re:What is wrong by djplurvert · · Score: 1
      twice now I have had my workflow disrupted because of hardware failure and it isn't just a matter of copying the files to pick up where I left off. [...] That is why I will be choosing to run Linux on Apple hardware.
      You're nuts. That's tantamount to "My Ford Pinto kept exploding when it got rear ended, so I changed brands of gasoline."
      You can prove anything with analogy...
      If there are hardware issues with your machine, the choice of OS won't make much difference.
      anyway... you're right, if I have hardware problems in the future, and choose to replace my current iBook with something else, my OS won't be an issue. Why? Well... wait....here it comes...

      because my OS will run on any hardware.

      Further, the point is that it is the same os/desktop environment I run on my desktop. Perhaps you don't value the consistency, I do. Perhaps you value apple hardware enough to repalce your desktops with Apple machines, I don't

      I'll pop you off an email when I get ready to sell the exploding iBooks though, wouldn't want em geting into the hands of someone who might not appreciate em.

      Now back to your regularly scheduled Apple love-in
    47. Re:What is wrong by Anonymous Coward · · Score: 0

      In Panther NFS performance is 7x better than in Jaguar. And besides, NFS is probably the most insecure file protocol you could possibly use. Even SMB is better. If you need an NFS-like file system that is secure, how about using AFS (Andrew File System).

    48. Re:What is wrong by Anonymous Coward · · Score: 0

      THe answer is "yes" you can. It's not that hard. But the real question is, how hard is it to get the equivilent functionality of OSX out of a linux setup where KDE/GNome are your only options?

    49. Re:What is wrong by Anonymous Coward · · Score: 0

      I don't know - tell me what functionality am I missing?
      I can run: FVWM, FVWM95, TWM/VTWM, MWM, CTWM, OLWM/OLVWM, wm2/wmx, AfterStep, AmiWM, Enlightenment, WindowMaker, SCWM, IceWM, Sawfish, Blackbox, Fluxbox, Metacity, GNOME, KDE, CDE, XFce.
      I also can run *BSD, Linux, Solaris, Windows, OS/2, and Dos. I can't run OS-x. Big deal!

      Where is the lack of options? What is missing but a high price and vendor lock in? Why go Apple?

    50. Re:What is wrong by Anonymous Coward · · Score: 0

      Maybe you can blame the card vendor (Broadcom) for refusing any kind of linux driver for the chipset ?

      But of course, none of you really care about freedoom and opensource, so go enjoy your binary operating system and stop bothering those who do.

      (And no, OS X is _NOT_ open source, more than half of it is carefully kept binary and the open source bits aren't even complete).

    51. Re:What is wrong by CaptainAvatar · · Score: 1

      Any more info on this Illustrator+NFS problem? I use NFS in my OS X lab, but haven't seen any such issues with Illustrator here. Maybe just lucky I guess ...

      --
      The real Captain Avatar is a fictional character, so I suppose he doesn't mind if I impersonate him.
    52. Re:What is wrong by GigsVT · · Score: 1

      It's not NFS, it's Appletalk.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    53. Re:What is wrong by CaptainAvatar · · Score: 1

      Oh, sorry ... some people got confused with acronyms in this post - I guess I'm one of them - and then an AC corrected someone else saying the problem was with NFS. Should have read your post more carefully, sorry!

      --
      The real Captain Avatar is a fictional character, so I suppose he doesn't mind if I impersonate him.
    54. Re:What is wrong by MoneyT · · Score: 1

      Well, most of us bought 10.1 for $20 shipped or went to our local store and got the free upgrade disc.

      --
      T Money
      World Domination with a plastic spoon since 1984
    55. Re:What is wrong by Anonymous Coward · · Score: 0

      the current ranges of ibooks seem to be creating a lot of unhappy users - reliability problems abound (so much for outsourced manufacturing). my understanding is that, being their "consumer" range, it's not specced to as rugged/reliable a quality as possible(*).

      personally in terms of hardware reliability i've always trusted IBM above all others, and even they make a distinction between "consumer" and "professional".

      (*) their pro-end laptops have also had problems, though, so any laptop you choose the chance of being SoC is there......

    56. Re:What is wrong by diamondsw · · Score: 2, Insightful

      I'm getting tired of these "only recent stuff runs OS X" posts. 10.0, 10.1, and 10.2 run on anything with a G3 built-in, which means 1997 onward. 10.3 runs on anything with built-in USB, which means the iMac in 1998, and the Blue and White from 1999 onward. That's over 5 years to run the most recent version of OS X. "anything in the last 2 years" indeed. Do remember that you're talking about a computer introduced in 1996. I wouldn't expect it to run OS X, and since you don't want to run Classic Mac OS (can't blame you much there), yeah, YDL is a fine choice.

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
    57. Re:What is wrong by Anonymous Coward · · Score: 0

      not dumping on you since you asked an honest question.

      You can run KDE and Gnome via Fink and have them displayed rootless through either the Apple X11 or another version. You can even if you are using 10.3... double click the .bin executable for lets say Gimp and have it fire over from the finder and display via X11. There is even sample code available to show you how to compile X11 apps so that they have access to the core bits of the OS like Carbon, Cocoa, and core foundation! That means that they act like a first class citizen on the OS. It is very sweet!

      Now of course there are tentative native builds of KDE and Koffice etc for the Mac using Mac-Qt so soon you won't need X11 for most of the KDE apps.

    58. Re:What is wrong by Ilgaz · · Score: 1

      Can get/compile NFS too. Even with --fast option, which produces G5 spesific. Er, not?

      just a user, sorry...

    59. Re:What is wrong by Ilgaz · · Score: 1

      Get exact spec RAMs, not from Mac dealers, from companies like Kingston etc. from a physical shop which can guarantee they will take it back if they don't work.

      Macs need ram, thats all. Can install everything and run.

      I mean, I wanted to tell as addition to the guy you replied sinistral :)

    60. Re:What is wrong by Ilgaz · · Score: 1

      Hi.

      It seems Fink does all. Its like Debian Apt-Get which gets source, makes all patches (especially on makefile) and compiles/installs.

      It worked here so far, except I had problems with my local keyboard than proved to be problem with Apple X11.

      Can get/compile XFree too btw. Just if I was interested in X11 ;)

      The power of OSX also comes from the development tools you get with a commercial OS, for free. It has even XCode IDE.

    61. Re:What is wrong by Ilgaz · · Score: 1

      Hey Flamebaiter

      I have MSN messenger and Yahoo messenger running here, its just a reason. Don't let me start about the geek coder masturbation tool Mozilla etc. Happy with Safari, which actually cares about end users.

    62. Re:What is wrong by Ilgaz · · Score: 1

      ROTFLMAO

      That was good, now offtopic me...

      But damn, I really laughed...

    63. Re:What is wrong by Ilgaz · · Score: 1

      Your iBook is broken, get it to service and let them fix it.

      Thats all, the poster wasted keystrokes replying to you.

    64. Re:What is wrong by Ilgaz · · Score: 0, Flamebait

      What kind of a troll you are and how you managed to get +5 insightful is beyond my understanding.

      Oh wait! This is slashdot! ;)

    65. Re:What is wrong by Ilgaz · · Score: 1

      Flamebait this too, fucking moron.

      Like I care about the mecca of antisocial geeks...

      Back to iMovie dvd editing, sorry.

    66. Re:What is wrong by Ilgaz · · Score: 1

      Any way we can revoke our Slashdot accounts btw? Its said "impossible" on FAQ, should I beg to VA or Cmdr Taco?

    67. Re:What is wrong by Ilgaz · · Score: 1

      Your kind of people are not on Macs, that makes me happy.

      I have like 3 opensource stuff running here, on my OSX, I compiled them with tools comes with OS X.

      Why people install linux on x86? Thats the only alternative to closed source Windows.

      Darwin is OPEN oh sorry the GUI ( 180 ?? Ss 20:26.52 /System/Library/Frameworks/ApplicationServices.fra mework/Frameworks/CoreGraphics.framework/Resources /WindowServer -daemon) NOT.

      That has a good reason.

      But, running linux on G4/G5 and telling it on Slashdot has a good income, "karma".

    68. Re:What is wrong by GigsVT · · Score: 1

      NFS may have it's own problems, but the one I'm speaking of is in Appletalk.

      I guess this is public information, so I'll post it here.

      Many Xinet customers running Mac OSX 10.3 clients have experienced, at one time or another, data loss or errors while saving from OSX-native applications or copying files to the server using the Finder. Though there are several causes of this unexpected data loss, Xinet has tracked the most severe of these cases as Xinet bug #04021. In this bug, files were silently "cross-linking" at time of save or write. That is, the data from a working file might silently overwrite another file on the filesystem. Clients would see the results of this bug when they attempted to open a file and it was empty (zero-length) or when they opened a file and it contained incorrect data. There was no indication to the user that data was written to the wrong place during save, nor were there any errors to indicate that a save had failed. After extensively researching the cause of this error, Xinet has concluded that OSX 10.3 clients are sensitive to a long-standing function of Xinet FullPress/KA-Share: File ID reuse. Our immediate reuse of File IDs causes OSX 10.3 to send data to an incorrect location at time of write.

      Alleviating the symptoms of cross-linking files from OSX 10.3 clients has been a very high priority for Xinet engineering. Though we cannot control the client behavior, we have a patch that will remedy the problem as best we can from the server side. This patch adds a delay in File ID reuse. In the past, File IDs were available for reuse immediately after being freed. In this new ksd, File IDs are reserved from reuse for a user-configurable period of time. We have tested this in-house and at selected customer sites, and have found that it significantly reduces errors and silent data loss at time of save from OSX 10.3 client systems. This patch is available for download from our web site.

      Bear in mind, this patch reduces the occurrance of errors introduced in OSX 10.3. It will not eliminate all of them, but it will end the catastrophic silent data loss caused by the cross-linking of files at time of save. Xinet has been able to reproduce other incorrect OS 10.3 saving behavior outside a FullPress/KA-Share environment, and some even outside a file sharing environment. For example, occasionally users encounter an error while attempting to save a file from Photoshop. The error may read, "Could not save 'file.psd' because the file is already in use or was left open." Xinet has successfully reproduced this bug while saving a file to the desktop of an OSX 10.3.2 client system with no mounted volumes. Clearly, it is not possible for Xinet to remedy this bug because it can occur even without the presence of a Xinet server.

      All users of Xinet products who have OSX clients in their environments should install our patch as soon as possible. The patch is available for download from our website. After installing the patch, if users on OSX clients experience errors while saving files, please report this to Xinet immediately at help@xinet.com.

      If you are running OSX already should you upgrade your systems to OSX 10.3.2? With this patch installed, absolutely. Our customers' reports indicate that previous versions of OSX had enough quirks that they were unpredictable in production workflows. We believe OSX 10.3.2 greatly improved the reliability of the operating system overall, and therefore is still the best OSX client thus far. However, OSX 10.3's sensitivity to File ID reuse demands that this patch be installed on the server in any environment running OSX 10.3 clients.

      Xinet is committed to doing everything in our power to address the remaining interoperability issues.

      Scott Seebass
      CEO
      Xinet

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    69. Re:What is wrong by GigsVT · · Score: 1

      Make sure to see my replies further down in the thread, I posted an email I got from Xinet about this issue, it sounds like exactly your problem.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    70. Re:What is wrong by lederhosen · · Score: 1

      NFS has no security, i.e. you have to trust the network.

    71. Re:What is wrong by lederhosen · · Score: 1

      Thanks for the info, but the problem is with AFS.
      We use AFS at school, using mainly Solaris.

      When I save files over AFS it get a size of zero.
      If I save the file localy and then copy it with finder it does work though.

    72. Re:What is wrong by lederhosen · · Score: 1

      Thats not true. I can run most free stuff on windows. Some need Cygwin but most does not.

      I would prefer running X on darwin than running
      Aqua on darwin. But then, why run darwin at all?
      I *guess* that the other BSD:s and Linux are better.

    73. Re:What is wrong by GigsVT · · Score: 1

      Do you think AFS could be prone to this same file ID reuse issue?

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    74. Re:What is wrong by lederhosen · · Score: 1

      > Do you think AFS could be prone to this same file ID reuse issue?

      I have no idea.

    75. Re:What is wrong by BorgCopyeditor · · Score: 1
      and let me know when you start seeing pre-compiled applications for linux under pretty much *any* platform other than x68.

      Try this, for example.

      --
      Shop as usual. And avoid panic buying.
  5. What is the best distribution for MAC? by incuso · · Score: 3, Interesting
    Ok, ok I know that this discussion will soon degenerate.

    Anyway, I am planning to buy an old mac (mostly because I like its colour), and, of course, I want a Linux-only system.

    Therefore, which distributions do you suggest. Are there sws that are not available for the mac-linux (openoffice?)?

    Thanks,

    M.

    --

    http://incuso.altervista.org

    1. Re:What is the best distribution for MAC? by hoist2k · · Score: 1

      I have a Centrino laptop, so I can't get a MAC with any distribution! That might have been the geekiest thing I've ever said.

      --
      Turns out that cute girl's A|X t-shirt didn't mean AIX. Who would've thought?!
    2. Re:What is the best distribution for MAC? by reso · · Score: 1

      the older macs (g4s) aren't very fast...you might want to wait a week or so for new macs to come out, and then buy a first gen g5 are you seriously buying a computer for its color? :)

      --


    3. Re:What is the best distribution for MAC? by puregen1us · · Score: 5, Informative

      If you want something totally concurrent with the PC world then Gentoo linux is the way to go. Nearly all packages will work with PPC because they are self compiled. As long as you know a little about linux and have used it before, or are willing to learn Gentoo can be installed. They have the best documentation I have yet found, and the most friendly forums.

      YellowDog is a port of RedHat, pretty much. The advantage is that they only produce a PPC distro and are very good at it. They have navy contracts with PPC products and actually sell PPC hardware. One of the very few companies who do aside from Apple. YellowDog is good if you want the ease of use that a modern distro should provide.

      OpenOffice should run fine. It will also run with OSX using apple's X11, but not natively under Aqua.

      KOffice and the Gnome office will also work out-of-the-box.

    4. Re:What is the best distribution for MAC? by reso · · Score: 1

      forgot my break tag...there are two sentences there ;)

      --


    5. Re:What is the best distribution for MAC? by Sexy+Bern · · Score: 4, Interesting

      I have two iMacs with Debian installed. Why? Because they're near as damnit silent! One acts as a server and one as a desktop. On the desktop, OOo runs just fine, as does the Gnome desktop and all the usual toys. Thunderbird and Firebird packages are available in Debian's "testing" stream.

    6. Re:What is the best distribution for MAC? by incuso · · Score: 1
      No, that was a joke. I am going to buy a MAC basically because I think that they are architecturally better than a PC (antoher flame :).

      Unfortunately, what is stopping me is the sw availability. I do not know the status of productivity sw like openoffice or mozilla (hey, I forgot quake3!).
      M.
      --
      http://incuso.altervista.org

    7. Re:What is the best distribution for MAC? by Anonymous Coward · · Score: 0

      gentoo powerpc ;)

    8. Re:What is the best distribution for MAC? by Sexy+Bern · · Score: 1
      I replied a bit further down, but OOo, Thunderbird and Firebird all work fine.

      I've not checked on a Firefox build yet.

    9. Re:What is the best distribution for MAC? by reso · · Score: 1

      Firefox is nice...i still use Safari, but i might start tinkering with the aforementioned.

      --


    10. Re:What is the best distribution for MAC? by FyRE666 · · Score: 1

      YellowDog is a port of RedHat, pretty much. The advantage is that they only produce a PPC distro and are very good at it.

      Well I wouldn't consider YD a very good distro. I did try their latest release (around 2 months ago) on my old iMac, and it failed to set up X, and even once I had it working by configuring manually, the sound was iffy at best (no CD audio). The 3D acceleration for the built in ATi chipset would lock up solid every once in a while and there seemed no way to access the monitor control functions (iMacs have no external controls for the monitor).

      I did get on better with Gentoo, and had just about everything working, but still went out and bought OSX Jaguar 2 weeks ago. It really is nice, and "just works". Not a big surprise since OSX doesn't have to support a wide range of hardware, but really, a PPC distro like YD should at least manage to get basic X and sound working out of the box?! There must be one "best" XF86config for an iMac DV400. Also, I'd imagine the audio setup would be identical for the machines...

    11. Re:What is the best distribution for MAC? by Espectr0 · · Score: 1

      I am planning to buy an old mac (mostly because I like its colour)

      I suggest you get your priorities straight before buying a computer just for the color.

      Having said that, yellow dog is the best distro for mac.

    12. Re:What is the best distribution for MAC? by Rebar · · Score: 1
      Gentoo on ppc is sweet, that's for sure. Interestingly, on my Mac, OpenOffice on Gentoo runs little circles around OpenOffice on OS-X using the Apple provided X window system. Everything about it is faster - from starting up to saving large spreadsheets - and not just a little faster either. It's the difference between quite useable (on Gentoo) and painful to use (on OS-X)... Mozilla is faster too.

      Downside: it takes a week to install.

      Wanna know why I keep OS-X around if Gentoo is so much faster than OS-X? My two-year old is addicted to the games at noggin.com, and just try finding a flash player for linux-on-ppc. No really, try. If you find it let me know.

      ... Oh, and emerge itunes doesn't work yet :)

    13. Re:What is the best distribution for MAC? by AstroDrabb · · Score: 1

      Intel has been saying they will release a Linux driver "anytime now". In the meantime, for $19.95, you can purchase Linuxant which uses the native MS Windows driver under Linux. It works great and supports your centrino.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    14. Re:What is the best distribution for MAC? by anarxia · · Score: 2, Informative

      If you want something totally concurrent with the PC world then Gentoo linux is the way to go. Nearly all packages will work with PPC because they are self compiled.

      What does that have to with anything? Compiling is one thing, executing properly is another.

    15. Re:What is the best distribution for MAC? by Principal+Skinner · · Score: 1

      You're the first poster I've seen mention what I consider the major drawback to running Linux on a PPC versus on an x86: NO COMMERCIAL SOFTWARE. No Flash player. No Real Player. No Yahoo Messenger (yes, there's Gaim, but it doesn't do things like file transfer, last I checked, while the official Yahoo messenger presumably does). JDK is still at 1.3.1 (or at least, later versions from Gentoo won't install on my box); that's sort of a commercial software problem.

      Flash is really the big one. Yeah, sometimes it's nice to be able to have a nice, quiet page instead of all these blinky, well, flashy ads, but there's some great stuff out there for flash -- Lonely Astronaut, Homestar Runner, etc. -- which I'm missing out on. Or, not missing out on, if I feel like rebooting to OS X (haven't been able to get MOL to see the network).

      --
      one hundred twenty
      is just enough characters
      to write a haiku
  6. Hardware Availability by Avihson · · Score: 3, Insightful

    Here's hoping that Apple does real well, so that there are a lot of cheap used PPCs out there. I like what I see on my friends powerbook, I just can't justify the price at this time.

    1. Re:Hardware Availability by Anonymous Coward · · Score: 0

      I just can't justify the price at this time

      You could always moonlight in the Tenderloin again.

  7. The question is... by HexRei · · Score: 4, Insightful

    ...will they sell me one without charging me for the MacOS?

    1. Re:The question is... by General+Sherman · · Score: 1, Informative

      The Mac OS is pretty much given away free with new computers. It's not like windows where it adds $500 to the price tag.

      --
      - Sherman
    2. Re:The question is... by Anonymous Coward · · Score: 0
      Yes, absolutely. Because the commodity hardware in the Mac isn't marked up at all. That's why you can buy a dual G5 for $1,200. Oh, wait.

      ~~~

    3. Re:The question is... by RdsArts · · Score: 0, Offtopic

      You can buy a dual Xeon for under 1200$? Where?

    4. Re:The question is... by lederhosen · · Score: 1

      No! It is only Microsoft that is eeeeevil when
      they boundle software with hardware.

    5. Re:The question is... by lederhosen · · Score: 1

      You get a single AMD64 for *much* less.

    6. Re:The question is... by rixstep · · Score: 1

      Would IBM sell you System/390 w/o MVS?

    7. Re:The question is... by RdsArts · · Score: 1

      That's not a dual processor computer, is it?

      I can get a 386 for 10$. Why bother with a Amd64, it's just so costly.

    8. Re:The question is... by AstroDrabb · · Score: 1

      I have never seen them for UNDER $1,200, although I see plenty in the $1,500 range

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    9. Re:The question is... by Alpha_Traveller · · Score: 1

      Doesn't matter. The MacOS is included with the machine, so you get it if you want it or not.

      --
      "Love is like pi - natural, irrational, and very important." (Lisa Hoffman)
    10. Re:The question is... by 0x0d0a · · Score: 1

      Windows does not add $500 to the price tag of an OEM system. From what I've been able to figure out, big OEM costs are about $30 a machine. If anything, the Mac OS probably adds at *least* $30/machine in OS development costs, given the worse economies of scale.

    11. Re:The question is... by lederhosen · · Score: 1

      I can probebly get a 65k processor CM2 for free.
      I thought performance was the key point.

  8. Another source for the hardware? by Qwavel · · Score: 4, Insightful

    If I buy a Mac then I'm paying for the OS and the brand. Is there another, cheaper, source for the hardware?

    1. Re:Another source for the hardware? by Anonymous Coward · · Score: 0

      Yeah, get a computer with an x86 chip. Intel, AMD, and VIA make chips that are compatible with each other. More competition = better price.

    2. Re:Another source for the hardware? by AKnightCowboy · · Score: 2, Interesting
      Yeah, get a computer with an x86 chip. Intel, AMD, and VIA make chips that are compatible with each other. More competition = better price.

      Not to mention they'd be a lot faster than the PPC chip of a comparable price. I use Linux because I'm cheap or else I'd be running MacOS X on all the machines in my house. Alas I can't afford to replace my $500 desktop with a $3000 equivalent Mac.

    3. Re:Another source for the hardware? by mindstrm · · Score: 2, Interesting

      The speed argument is so tired.

      what matters is total speed of use...

      If you want to crunch numbers, obvoiusly, buy a damn PC.

      But I get more work done faster on an 800Mhz G3 w/ OSX than I get done witih a 3Ghz Linux box.. simply because of how things interact, and how the gui is set up, keyboard shortcuts, etc.

    4. Re:Another source for the hardware? by narratorDan · · Score: 2, Interesting

      eBay, nuff said.

      However, you are better off buying a Mac from Apple or one of their distributers. The reason: Applecare. It is a three year warranty that covers almost everything (put down that soldering iron) and Apple will pay the shipping on many items.

      But if what you want is to get your hands on some PPC hardware then Pegasas PC is the route for you.
      http://www.pegasosppc.com/

      NarratorDan

      --
      "If you're not confused by quantum mechanics, you really don't understand it." - Niels Bohr
  9. Re:Full Text (just in case) by Anonymous Coward · · Score: 0, Funny

    It's hosted by ibm, I think they can withstand a slashdotting.

  10. Mac On LInux? by dave1212 · · Score: 2, Insightful

    The last paragraph of the article talks about running a program called Mac-On-Linux, which lets you run Mac OS 9 and/or Mac OS X while running Linux. I have heard about this before, but does it actually work? There is no way that I would give up the number of apps that I use every day in Mac OS X to run Linux. If Reason, Photoshop, Director, and HTML Face X run under MOL I'll be happy to try a Linux distribution.

    1. Re:Mac On LInux? by murgee · · Score: 2, Informative

      In my experience (I have a beige G3 minitower at 400MHz, with 384MB RAM and YDL 3) MOL runs Mac OS X a bit faster than it does natively. Probably wouldn't be a good idea if you have apps that require specialized hardware cards, though.

      --
      mrg
    2. Re:Mac On LInux? by dave1212 · · Score: 1

      Thankfully, none of my apps require special hardware (other than the built-in CoreAudio) so they should run fine. Is it zero-configuration, or will I have to mess with it to get internal sound support?

    3. Re:Mac On LInux? by Anonymous Coward · · Score: 0

      I have had the same experience running OS 9 on my 7600/180 (256mb ram and YDL 2.3 & 3.0). My only problem is that I change kernels a little too often, and I often forget to recompile the kmods ;)

  11. Of course you can have... by ghostis · · Score: 5, Informative

    ...the best of both worlds under linux on Mac hardware:

    http://www.maconlinux.org

    -Ghostis

    --


    Computer Science is all about trying to find the right wrench to bang in the right screw. -T.Cumbo?
    1. Re:Of course you can have... by Rui+Lopes · · Score: 1

      I don't agree. Nearly everything you have in linux, you can have it already compiled (or at least in source code) to MacOS X. Regarding apps, this deals with them. Kernel realiability, *BSD legacy handles it very well. GUI, well... it's a mac, its responsiveness is at an upper level, comparing with ANY linux GUI. It even has a X server just in case you want to run anything based on it.

      --
      var sig = function() { sig(); }
    2. Re:Of course you can have... by Tokerat · · Score: 1


      I think the real brilliance is the screenshot page, where you see something you'd never even think possible: Linux, running OS X in a window, which is in turn running Microsoft Internet Explorer, which in turn is playing a Quicktime movie!

      Quick, someone install MOL and then VPC, and run every major OS simultaniously.

      Only on a Mac. ;-D

      --
      CAn'T CompreHend SARcaSm?
    3. Re:Of course you can have... by 0x0d0a · · Score: 1

      Actually, with Executor, you can run 680x0 Mac stuff on Linux or Windows.

      Emulating the PPC on the x86 efficiently is much harder than the other way around because of the number of registers on the PPC.

    4. Re:Of course you can have... by Ilgaz · · Score: 1

      In a place like Slashdot, by most Linux users I see my posts get "flamebait" over simple desktop usage claims.

      You really think ANY of Mac users will actually care about the linux crap mentioned here?

      Let me say, no sane mac user will install linux on their OSX, pros are out of question since some of them makes 10.000 dollars/HOUR.

      There is no reason to install that OS dominated by anti social and psychopatic geeks.

  12. Its clear ... unified hardware by derphilipp · · Score: 5, Insightful

    One thing that is certain: If you use a Mac, you have no exotic hardware and drivers should work quite well. Thousands of users have the same harware configuration as you. Therefore you can get the most out of the hardware - if you want to use linux on a mac - I think MacOSX is quite a nice Operating System, especially for desktop use.

    --
    Spelling mistakes: My is english spoken not tongue of mother.
  13. Linux PPC live CD roms for G3 by Anonymous Coward · · Score: 1


    i have a client who has a stack of old G3's and wanted to see if linux could rescue tem from the bin (266 g3 beige server 128mb ram)*5, i downloaded Gentoo but it would be nice to compare it with something else, any ideas what i might demo him with a live CD or even an autopartioner install (so it can be removed easily)

    cheers ! .

    1. Re:Linux PPC live CD roms for G3 by j-stroy · · Score: 1

      I tried the gentoo live-cd's for a G4 and only got a command line install version, despite the claims from gentoo that a full GUI live CD existed... where is it?!? has anyone actually found this phantom and made it go?

  14. But this is Apple by CelticWhisper · · Score: 4, Insightful

    Everyone talks about user-friendliness issues that prevent Linux from becoming desktop-worthy. Wouldn't Apple be the best platform to introduce this on? Not due to technical merit, but simply because ease-of-use is a major selling point to Apple? If people want to make a truly slam-bang intuitive GUI for Linux, code it for PPC and worry about porting it later. Hell, Apple themselves could sponsor such a project and use it as a way to garner themselves more Mac sales. "Look, the most intuitive Linux distro out there runs best on a Mac!" Maybe end-users wouldn't get it right away, but sysadmins and such types would, and there's always the "My friend knows computers, and..." factor to be considered. They'll hear about it soon enough (remember when the Internet was a geek-exclusive playground?).

    --
    Help protect civil rights from abuse by the TSA - visit TSA News Blog.
    http://www.tsanewsblog.com
    1. Re:But this is Apple by fugoo · · Score: 4, Interesting

      Sorry, clearly you've never used OSX.. it IS the most intuitive user experience, and the most widely distributed UNIX. Grandma, any child, most Slashdot admins, and Virginia Tech all agree. Take a look at how elegant Aqua/Quartz is what with it's PDF base and GPU offloading. I know the 'community' likes Linux, I like and use Linux, but NeXT and now Apple has taken the OS to where nearly every Computer Science PHD speculated in the late 80s when they imagined: "What do we *really* want from an OS." Here it is, OSX, enjoy it!

    2. Re:But this is Apple by boudie · · Score: 1

      Most people are supicious of things that look "nice". Usually there's something hiding underneath. (Massive complexity in this case).

    3. Re:But this is Apple by Anonymous Coward · · Score: 1, Funny

      "Here it is, OSX, enjoy it!"

      Awesome! Where do I download it from?

    4. Re:But this is Apple by 0x0d0a · · Score: 1

      Virginia Tech

      That's funny. I know an engineering student at VT, and they have to use a Windows box.

      now Apple has taken the OS to where nearly every Computer Science PHD speculated in the late 80s when they imagined: "What do we *really* want from an OS."

      If by that you mean "slow, making poor use of RAM, and full of useless pixmaps".

    5. Re:But this is Apple by Anonymous Coward · · Score: 0

      > "Here it is, OSX, enjoy it!"

      > Awesome! Where do I download it from?

      Kazaa? Edonkey?

  15. Knoppix for PPC by jacoplane · · Score: 3, Interesting

    Does anyone know where I can find Knoppix for PPC? I'd love to play around with it on some old iMacs I have lying around. However I only found an old release. I would think that linux-live cds should work even better om macs than on pcs, since there is so much less hardware to configure. The knoppix homepage states that the minimum requirements include a x86 processor.

    1. Re:Knoppix for PPC by Anonymous Coward · · Score: 0

      Whole point of Knoppix is to put it on your NEW computers.

      You run it from the CD. 512MB of ram or better and it flies (after a slow start).

      All you local directories if mounted are read only.

    2. Re:Knoppix for PPC by hysterion · · Score: 4, Interesting

      Knoppix-MiB has ppc isos, see the discussion and posts by 'fleny68' here.

    3. Re:Knoppix for PPC by MikeXpop · · Score: 1

      Gentoo Offers Knoppix/Gnome/both Live CD's for PPC. I have one, and while it's not as refined as Knoppix, it does the job.

      --
      Etiquette is etiquette. He kills his mother but he can't wear grey trousers.
    4. Re:Knoppix for PPC by Anonymous Coward · · Score: 0

      Do a google for Knopix-MiB - it's a security-enhanced version of Knoppix, and it has a ppc port (in Beta, I think).

      Tried it briefly, and it worked well, if not brilliantly.

    5. Re:Knoppix for PPC by jacoplane · · Score: 1

      Well I'm writing on one of the imacs from konqueror now, so that worked ;)

  16. Interesting concept by Dark+Paladin · · Score: 5, Interesting

    Hm - there are some interesting implications with that.

    IBM wants to sell chips. Apple wants to sell hardware. If IBM came out with a "desktop" or even "workstation" PowerPC machine that ran, say, Yellow Dog Linux (or PPC Suse or the like), how would Apple respond?

    Especially since most of the programs made for PPC Linux can easily be ported to Apple - whether running under X11 or adding in Cocoa portions - and I'm sure Apple would be more than happy to supply a compiler that could turn PPC-X-Windows code to Aqua code - cludgy, but it could work.

    If such a system took off, Apple would be pretty happy - more programs could be converted easily. And odds are, if you're already running PPC desktop, you might be looking at OS X for ease of use issues.

    On the other hand - who would use such a system? Most people would probably go for x86 Linux - x86 parts are cheaper, more software is available (even on just the Linux side alone). So a person wanting a PPC desktop would have to have a very good reason, like wanting to do high-end calculations or graphics rendering.

    In which case, they'd probably just go for a Mac first anyway.

    Personally, I think that Apple's best move is this:

    1. Keep the high-end Powermacs/powerbooks.

    2. Keep the lower-cost iBooks.

    3. Make the iMacs truly cost compatible. Yes, there are the eMacs - what I think would blow away the market is a $600 headless iMac. Small base, maybe like the Cube (only upgradeable - that's what killed the little guy). Most people already have monitors, and if they could by a $600 G4 Mac they'd be estatic. Apple would make money, and could eventually move them over into the more expensive stuff - and even if they didn't, they'd gain market share, which would still mean more money.

    Either way, we'll have to see what happens with IBM and Apple. The 970 chips are becoming more popular (Xbox Next, anyone? - this could be a side issue about how many Xbox games could be ported to OS X if the Xbox Next is truly G5 based....), so the future could hold anything.

    1. Re:Interesting concept by Mr.+Piddle · · Score: 1

      If IBM came out with a "desktop" or even "workstation" PowerPC machine that ran, say, Yellow Dog Linux (or PPC Suse or the like), how would Apple respond?

      Their RS/6000 (new name now, I think) workstations with the POWER3 and POWER4 CPUs seem like a good start. They make Macs look pretty damn affordable, though. Also, IBM's history of keeping everything a secret might make it hard to port XFree86 (if it hasn't been ported already).

      --
      Vote in November. You won't regret it.
    2. Re:Interesting concept by Wesley+Felter · · Score: 3, Interesting

      If IBM came out with a "desktop" or even "workstation" PowerPC machine that ran, say, Yellow Dog Linux (or PPC Suse or the like), how would Apple respond?

      "Whatever."

      I'm sure Apple would be more than happy to supply a compiler that could turn PPC-X-Windows code to Aqua code - cludgy, but it could work.

      Apple doesn't want lots of kludgey X11 ports; they want native Cocoa/Carbon apps. That's why X11 isn't installed by default.

      On the other hand - who would use such a (Linux PPC) system?

      Nobody; that's why it isn't on the market.

    3. Re:Interesting concept by Moraelin · · Score: 4, Insightful

      If Apple could come up with a reasonably priced Mac, I'd get one, just for experiment sake. It might just make another high-tech toy to play with.

      My problem is pretty much what you describe: I already have monitors, and damn better ones than what's in iMacs, so that rules those out. And I simply don't need a laptop at all, so that rules out iBooks and PowerBooks. And the G5, well, let's just say I'm not going to pay twice the price of an Athlon 64 (not counting the yearly Apple tax on MacOS upgrades) just to get Apple's logo and a funny blue desktop theme.

      But just to be nasty, I don't think Apple has that much of a reason to lower prices. Their hardware _is_ underperforming, and you can know that when benchmarks start pitting a dual CPU G5 against a single CPU P4. (And start putting ridiculously expensive and unneeded gizmos in the P4, like the most expensive professional Open GL card, to hike the price up the Mac's. The Mac compared, of course, having a much cheaper ATI 9800 in it. Well, guess if it ends up just as fast, might as well try to hide that a PC equivalent is half the price.) As a replacement for the previous benchmarks which needed to cripple the PC's compiler to look competitive.

      Getting in the price race for commodity hardware still isn't going to sell much more boxes than they already do. Once you catter to that market, we're talking bang per buck. Apple desktops don't have the bang, and can't match Dell's buck, so I really can't see them selling gazillions of boxes in that market.

      Plus, to be even nastier, without the "I'm an elitist snob and look how much I can afford to pay for a modern art computer case" factor, they might actually sell _less_ boxes. Noone got fanboys for selling commodities yet.

      The same goes for the UI and apps. Apple doesn't want to be yet another X11 box. First because that just begs comparing it to a PC running the exact same X11 and the exact same software on X11. Second, it just begs comparing the cost of just downloading the latest XFree86, versus paying the yearly Apple tax on MacOS. And third, see above. Being another X11 box doesn't have that nice "I'm a snob with an expensive kitsch for a GUI" touch.

      So I really can't see them getting in a pissing contest with Dell, price-wise. It's just not economically feasible.

      --
      A polar bear is a cartesian bear after a coordinate transform.
    4. Re:Interesting concept by amper · · Score: 1

      You're obviously either very young, or you have a very short memory...IBM already came out with "desktop" and laptop PPC machines. They were called the Power Series (820/830/850?). They ran Windows NT PPC or AIX, if I remember correctly. Later on it was discovered that it was actually possible to boot Mac OS 8 on them (long after they were discontinued). There are also a few RS6000's that can boot Mac OS (like the F50).

      Of course, at the time, Linux PPC was just a pipe dream...

    5. Re:Interesting concept by amper · · Score: 2, Interesting

      Oh, yeah, and what actually killed the Cube was poor marketing decisions. The G4 Cube actually cost more than the low-end G4 tower machine.

      Had it shipped with a G3 instead and been priced accordingly, it would have sold a lot better. The only advantage the Cube had over the regular desktop machines was form factor (it being smaller). Priced at more than the better performing G4 desktop, it was a complete flop.

      I suspect Steve pushed for a G4 processor in it as a status item. Sure, it looked great on a CEO's desk, but otherwise it was incorrectly positioned.

    6. Re:Interesting concept by ReallyQuietGuy · · Score: 1

      Later on it was discovered that it was actually possible to boot Mac OS 8 on them (long after they were discontinued). There are also a few RS6000's that can boot Mac OS (like the F50).

      This is very interesting. Can you provide more details? My understanding is that there was a requirement for specific Mac ROMs in order to boot MacOS, why did IBM include those ROMs into their RS/6000 machines? Can you provide any URLs with info? I've tried googling but I don't see anything relevant.

    7. Re:Interesting concept by Anonymous Coward · · Score: 0

      I already have monitors, and damn better ones than what's in iMacs

      Better than a 17/20" high-contrast, high-refresh, wide-viewing-angle LCD panel? Wow.

    8. Re:Interesting concept by fr0dicus · · Score: 0, Redundant
      Their hardware _is_ underperforming, and you can know that when benchmarks start pitting a dual CPU G5 against a single CPU P4.

      You know you've been brainwashed by Intel's marketing when you still believe that the primary reason to buy a system should be based on the raw processing power that it provides in certain benchmarks.

      The sooner we can all stop obsessing about benchmarks and Ghz and start putting quality of software first the better.

      I'm forced to use Windows at work and I used to run Debian at home, but the level of quality and flexibility of the software that comes with the Mac is simply streets ahead in my opinion. I'm going to be a Mac user for a long time to come. I don't mind paying 150 pounds a year to keep 3 Macs at the latest level when the software is this good. I've saved that much in time alone not having to tinker with anything, which is how a home system should be for a sysadmin in my opinion.

      I haven't been this creative since the Amiga/Atari ST days, simply because I'm not messing about under the hood so much.

    9. Re:Interesting concept by Anonymous Coward · · Score: 0

      don't know if you saw some of the early DP's of OS X but the RS/6000 was a SUPPORTED machine for install.

    10. Re:Interesting concept by Anonymous Coward · · Score: 0

      OS 8 and above used a software ROM IIRC.

      And yup some RS/6000's could even install some of the DP's of OS X! I know I installed it on the one in my garage! got it at auction for a song and only two years old mmmm that was good buy... anyways. I am pretty sure that it is the software ROM that allows it to get around the older issue

    11. Re:Interesting concept by Moraelin · · Score: 1

      I'm not talking about "certain benchmarks", I'm talking about the simple fact that if I don't want more performance, I can jolly well keep the old box.

      A whole industry exists just because that good ol' 66 MHz 486 DX/2 can't even _decode_ movies in real time any more. Heck, even for rendering some of today's huge web pages it would be too slow. As software becomes more and more starved for CPU and GPU cycles, at some time it's time to bite the bullet and buy a new one.

      And a whole marketting bulls**t industry exists only because Joe Average _hates_ those upgrades. He doesn't want them. Sure, he wants some funny new software, and he'd like to be able to view a DivX movie, but having to upgrade the computer for that is a downright trauma. On multiple levels. Not the least being the money level.

      So a whole bullsh**t industry exists just to assure Joe Average that this upgrade will be the last one. Would we lie to you? Again?

      Just as one example, the GeForce256 was marketted by tried to use this bogus advantage on _two_ counts. NVidia not only claimed everywhere that the card itself was "future proof" (it wasn't), but also that having T&L on the graphics card will make CPU upgrades a thing of the past (it didn't).

      So where does the performance come in? Because performance is why Joe Average upgrades in the first place, he'll try to maximize his "months before the next upgrade / buck" ROI. Asking him to get less performance for more bucks just won't work that well.

      It's not just "in some benchmarks", it's not a "GHz obsession", it's plain old "how many months until I'm forced to upgrade again, because in very real applications it's crawling again." That's all.

      Can we get to caring for software quality instead? Well, sure. Around the time when the makers of that software stop writing crap code and telling us to upgrade the whole computer to get better performance. Our current school of software design is _based_ on assuming that by the time you're done writing it, Moore's law will make your crap code run well enough.

      --
      A polar bear is a cartesian bear after a coordinate transform.
  17. PowerBook Users Choose Linux by wehe · · Score: 5, Informative
    1. Re:PowerBook Users Choose Linux by sinistral · · Score: 2, Informative

      Sure, if I wanted my PowerBook's main fan (very loud and annoying) to run all the time, I could install Linux. I think I'll stick with OS X.

    2. Re:PowerBook Users Choose Linux by Anonymous Coward · · Score: 0

      You're deciding on an OS based on your laptop's fan? gawd you're a twatwaffle. SHUT UP!

  18. Apple is enormously overpriced by mst76 · · Score: 4, Insightful

    ... in Europe. Seriously, compare the prices at the current exchange rates, especially for Powerbooks (but do remember to substract the VAT, which is included in most European Apple stores). Apple sells it's stuff for hundreds of dollars more in Europe. Same goes for many brand stuff electronics and PCs. But with PCs, at least you can buy separate components, which are usually not much more expensive than in the US.

    1. Re:Apple is enormously overpriced by Anonymous Coward · · Score: 2, Interesting

      Interesting... Apple has always stressed that they are not PCs. They used to push the idea that their machines were for the "rest of us." Now it seems there's an almost "in-group" mentality behind their campaigns. Whatever people may think about this idea, it seems to be working. People are looking for a measure of personality in their machines. In a way it's almost like cars. For many people, an automobile is something to convey them from one point to another. Yet just as many people look first to the stylings of the car rather than practical considerations. The problem with PCs is that there's not much difference between one box and another. People are almost begging for the ability to customize their machines or make a statement through their laptops. And I personally know at least two people who have purchased iMacs because they looked "cool".

    2. Re:Apple is enormously overpriced by King_TJ · · Score: 4, Insightful

      Perhaps it's relative though? As much as I like getting a "great deal" on things, I'm starting to believe that "PC clone parts are enormously UNDERpriced" these days.

      I do on-site PC service and support for a living, and sometimes it really amazes me how cheap a replacement part or upgrade costs. But then, I also look at how often these parts fail and the shoddy workmanship in most "name brand" PCs - and I realize, you still "get what you pay for".

      For example, we just recently ordered some cheap 40 gigabyte EIDE hard drives. The labels on them said "BSE Data Systems". Who is that, I wondered? Well, they appear to be OEM'd Maxtor drives - but the quality was awful. Out of 5 we ordered, 3 were DOA and 1 got "S.M.A.R.T failure" messages from the computer's BIOS after only one use. A failure rate of 80%!?!

      As prices drop, this only gets worse and worse. Apple is one of the only vendors that still builds a "premium" product, in all respects (yes, including price). I paid more for my Apple Powerbook because I've owned the other stuff already - and I'm tired of cheap plastic doors that snap off, a laptop that weighs about 5lbs. too much and looks like a brick, etc.

    3. Re:Apple is enormously overpriced by Anonymous Coward · · Score: 0

      The Powerbooks are priced the same in Euros as in Dollars (both pre-tax). In the past months, a Euro was worth between $1.20 and $1.28, so the PB was priced 20%-28% higher in Europe than in the US. In the case of the 17" model, Europeans payed $600 to $800 more than Americans.

    4. Re:Apple is enormously overpriced by jo_ham · · Score: 1

      It varies a lot,but yes, I can buy apple stuff cheaper in the US (and I do, when I visit my US friends).

      It's even more favourable for me right now since Bush fucked the American economy up.

      1.9 dollars to the pound - it's not been that high for ages, so I can get a 15" powerbook for about 1000 UK pounds.

    5. Re:Apple is enormously overpriced by Anonymous Coward · · Score: 0
      As prices drop, this only gets worse and worse. Apple is one of the only vendors that still builds a "premium" product, in all respects (yes, including price). I paid more for my Apple Powerbook because I've owned the other stuff already - and I'm tired of cheap plastic doors that snap off, a laptop that weighs about 5lbs. too much and looks like a brick, etc.
      Sure, Powerbooks are pretty nice. iBooks, IMHO, are not much better than Dells cheapest stuff (still a little more expensive though).
    6. Re:Apple is enormously overpriced by rixstep · · Score: 1

      I paid more for my Apple Powerbook because I've owned the other stuff already - and I'm tired of cheap plastic doors that snap off, a laptop that weighs about 5lbs. too much and looks like a brick, etc.

      And still Apple quality is failing too. We have to reverse the trend to put junk on the market and get away with it.

    7. Re:Apple is enormously overpriced by Anonymous Coward · · Score: 0

      You know we in the States say the same thing about every automobile made in Europe: Extremely overpriced...

      But seriously. How much they charge for electricity in your neck of the continent?

      Take a look at the power consumption figures for the CPU's comparing a G4 or 5 to some P4 boxes. And add that difference over the course of a year or two to the cost of the "cheaper" PC. Hows that price differential holding up now?

      Reason I asked ws there was a comparison between an eMac and the Dell educational box.

      The eMac cost in my area of America $50 LESS per year to operate then the Dell. Over a projected 3 year life span that gets to be some real money! Now we won't even touch on the eMac being $50 LESS to buy then the Dell to start with since those prices were for in the US and could be substantially different in Europe. Check the power costs that should hold true no matter where you are.

      And BTW Apple uses standard hardware, most of the same cards etc. you may have to do a firmware flash to switch them from PC to Mac for video cards but they do work (and since I can buy the PC version of the card in England for $30 that is a great deal even if I have to flash it to the Mac Rom since the Mac version is $100 HERE). So you still can swap a lot of parts down the road.

    8. Re:Apple is enormously overpriced by Anonymous Coward · · Score: 0

      You might want to look on the web, or maybe even here on /. for an article that applies to this in a direct way.

      The parts are coming from Asian outsourced parts makers. And they usually get paid about $35 a MONTH for working 7, 16 hour days. And the three worst computer makers for using this virtual slave labor were:

      Dell
      HP &
      IBM

      Of which Dell was the worst of the worst! They had NO consideration for workers safety at all in their contracts with the suppliers. At least IBM and HP had some provisions and penalties built in to protect the workers from harmful work conditions. Not as strong as would be preferred but at least they made an attempt! Dell did not.

      Could explain the failure rates! People that are worked like slaves have no impetus to do a good job. And the vendors are cutting costs as much as possible so they can sell PC's at sub-$500.

    9. Re:Apple is enormously overpriced by Ilgaz · · Score: 1

      That one I can agree from Istanbul Turkey.

      Recently the biggest holding of Turkey (8b dollars/year) bought the apple importer from Komili, which is also huge but nothing changed.

      Also, they figured the US dollar parity against Euro is sinking and made ALL PRICES Euro! They buy in dollars, sell it in Euros!

      They also sold me the OSX Panther, which I could get for 20 dollars (G5 owner) if I was in USA for 40 euros! Which makes like 55 dollars I guess. Well, still not pirating...

      Apple should review those European crooks/importers IMHO. Thats WHY Apple has less share in Europe btw.

  19. Clarification by idiot900 · · Score: 4, Informative

    OK, I'm not trying to be anal here but people who don't know might be misled by the following in the article:

    Apple's G5 towers are comparable in speed to the fastest x86-derived CPUs and systems; in other words, the Intel Itanium and AMD Athlon64.

    Itanium is not x86 derived. It has its own novel instruction set.

    1. Re:Clarification by jbplou · · Score: 1

      I highly doubt the G5 is as fast as either chip as well. The Opteron can be setup in 8 way and 4 way smp mode, I think the G5 can only go up to 2 way.

    2. Re:Clarification by Anonymous Coward · · Score: 0

      That has absolutely nothing to do with the speed of the individual chips

    3. Re:Clarification by Anonymous Coward · · Score: 1, Informative

      No but its intels only 64 bit processor out there now. You could compare it to Xenons, but then you would be comparing apples to organges (literally) because while fast, Xenons are not 64 bit processors. Therfore, you basically have G5, x86-64 (Athlong64/Opteron) and Itanium in the 64 bit workstation market. Oh well I guess SPARC and PA RISC too.. but they are not really in the same price/performace bracket.

  20. Is G5 Linux native 64 bit? by tjstork · · Score: 4, Insightful


    If so, then that would be a real good reason to replace OS/X with it.

    --
    This is my sig.
    1. Re:Is G5 Linux native 64 bit? by rsmith-mac · · Score: 4, Insightful

      Even if Linux were pure 64bit, there's not much of a purpose when it comes to the PPC arcitecture. Unlike the x86 line, which is seeing a moderate general performance boost from going to 64bit due to additional registers, the G5 is not in a similar situation. The only things 64bit PPC brings to the table is memory support for >4GB, and 64bit math functions, both of which are easily exposed and supported on OS X via its 64bit libraries. A full 64bit implementation would be a little cleaner than what Apple is doing right now, but overall, there's little need or reason to go to a "native" 64bit OS.

    2. Re:Is G5 Linux native 64 bit? by Anonymous Coward · · Score: 2, Insightful

      Wrong.

      OS X doesn't have _ANY_ support for 64 bits addressing at this stage. They will at one point, but currently, if you want to do real big mmap's (for databases) typically or simply enjoy a 64 bits address space, linux is your only choice.

      Also, linux performs significantly better than OS X on these machines, except for things for which linux lacks proper vendor support (3D acceleration typically), but then, there's nothing much we can do unless ATI release linux/ppc drivers for the card.

      The raw kernel perfs, especially on SMP, is not comparable.

    3. Re:Is G5 Linux native 64 bit? by MoneyT · · Score: 3, Insightful

      I think Apple would like to disagree with you on that point:

      OS X.3 can address 64 bits

      --
      T Money
      World Domination with a plastic spoon since 1984
    4. Re:Is G5 Linux native 64 bit? by Ilgaz · · Score: 1

      If its plain 64bit, which we can all do at home via passing -fast option to gcc, it means nothing.

      The power of G series comes from Altivec engine which is simply a vector processor like Crays. If the code doesn't use those instructions, it will be just 64bit code, which is also proven to be slower sometimes.

      An example, G5 1600 Mac, with 768 ram, 1280*1024 Quake 3=300 fps. Why? Altivec instructions are used. If not? Well, it would be 40 fps or something.

  21. Which linux for a 6100 or 7100? by Anonymous Coward · · Score: 0

    I have two macs a Powermac 6100/66 and a Powermac 7100/80av. Which Linux is best for these? I was told they can't run Linux? I don't see why not, other macs before and after them can.

    thanks

    1. Re:Which linux for a 6100 or 7100? by rebeka+thomas · · Score: 1

      Neither of them can run any Linux except for MkLinux, which was an aborted Apple attempt at Linux (one of their less well known screwups). If you're happy using a pre-2.0 kernel and utilities 7 years out of date be my guest.

      --
      RST
    2. Re:Which linux for a 6100 or 7100? by Kalak · · Score: 1

      There is a port in the works for NuBus machines. I have not tried it though.

      --
      I am, and always will be, an idiot. Karma: Coma (mostly effected by .hack)
    3. Re:Which linux for a 6100 or 7100? by Anonymous Coward · · Score: 0

      There is a port in the works for NuBus machines. I have not tried it though.

      I have, and not only does it install and run well, it'll run the current debian or yellowdog installers just fine, and you'll end up with a modern Linux on the old NuBus Powermacs. I have Debian Woody running on a 6100/66 here, and Sarge (testing) working just fine on a 7100/66, with a NuBus enabled 2.4.24 kernel. They're nice little boxes, and I find PPC601s are an underrated CPU.

      I am, and always will be, an idiot.

      You're a good bit brighter than the grandparent poster who blathered on without a clue :)

    4. Re:Which linux for a 6100 or 7100? by Anonymous Coward · · Score: 0

      That is not true. If you look around at the HOWTOs on YDL's website, there are a few that tell you how to install YDL on the Nubus PowerMacs (the ones that are x1xx). There are a couple people in the #yellowdog channel (check the YDL website for server) who have done this.

  22. Why use Linux at all when there's Mac OS X? by mondo65 · · Score: 5, Insightful

    Mac OS X is so much more refined than Linux, and actually has a huge amount of produtivity software. So why should anyone in their right mind want to run Linux on a Mac, unless (s)he is a masochist?

    1. Re:Why use Linux at all when there's Mac OS X? by lederhosen · · Score: 5, Insightful

      Its free, it works, and you are used to it.

    2. Re:Why use Linux at all when there's Mac OS X? by MrHanky · · Score: 5, Insightful

      Maybe some people actually do useful stuff in Linux that demands a lot more work if it is to be done on OSX? Consider that. OSX might be sweet, but it's not perfect software, and it's not always the best option. In some cases, it might even be quite useless, while Linux might excel. Choose the right tool for the job.

      Powerbooks, on the other hand, could possibly be the best laptops in their price range. Why, if you need a Linux laptop, not buy a Powerbook?

    3. Re:Why use Linux at all when there's Mac OS X? by gaijin99 · · Score: 5, Interesting
      Mac OS X is so much more refined than Linux, and actually has a huge amount of produtivity software. So why should anyone in their right mind want to run Linux on a Mac, unless (s)he is a masochist?
      My mother runs a small private school, and she acquired 4 7000 series Macs. The hardware is far too old to run OS X, and the older Mac software that will run on them simply isn't that good by today's standards. If I install Linux they'll run a bit faster, and I can make them use better software.

      Now, Linux on newer Macs? I dunno. I've never used OS X, so I can't comment.

      --
      "Mission Accomplished" -- George W. Bush May 1, 2003
    4. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      Linux is better at every job. OS X won't even run on my hardware, it is useless.

    5. Re:Why use Linux at all when there's Mac OS X? by XO · · Score: 1

      Can you name anything that can be done under Linux, that can't be done under OS X?

      I'm a Linux user, on all my systems in my house, but the primary reasons are:

      (a) stability
      (b) i don't need any software besides instant messaging, web browsing, email, and chatting. because that's about all the useful software that exists.

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    6. Re:Why use Linux at all when there's Mac OS X? by jc42 · · Score: 3, Informative

      Well, one recent example from personal experience:

      I was having problems with our two powerbooks (OSX) talking to a printer that was plugged into the airport. Fine, I thought, I'll call up Apple's CS people and they'll figure it out.

      Hah! The fellow I talked to had me go through the machine's internet connections. Why he did this isn't obvious. The printer should work even if the machines aren't connected to the internet. But never mind; by the end of the session, my previously-working internet connection was bollixed up so badly that nothing could communicate. The call ended with me starting an hour-long validation of the system, and then I was supposed to call back.

      When it finished (not finding much, and the internet still f**ked up even after a reboot, I called back. The fellow I talked to that time went through all thee tthings from the first call. Then, when he discovered that the connection to the internet was through a linuux box, he demanded that I reboot it. I balked at that, and let him know in no uncertain terms that this was utterly unacceptable.

      I did agree to disconnecting the linux box from the chain, and hooking the airport up to the cable modem. He still couldn't get it to work. And still, nothing at all had been done with the printer. He left me with yet another system validation task running, and by the time it finished, it was well past their closing time. And he'd made it clear that they wouldn't be able to help us as long as there was a linux box on the LAN.

      I went into personal search-and-recover mode, and got the internet hookup working (through my linuux gateway, of course). I couldn't have done it through the OSX net tools that I found; I mostly used the diagnostic tools on the linux box to tell me what was happening.

      One thing I learned from the linux tools was that the airport was running a DHCP server. I hadn't yet seen anything in the Apple tools that told me this. Its address range overlapped with the range used by the linux box's DHCP server. Those who understand this paragraph will understand the problem.

      I found the DHCP controls in the Apple software and moved the airport's DHCP server to a different subnet. A bit more judicious configging, and I got my internet connection back again. I even got the printer to work, sorta, though we do still have a problem that when I close my powerbook, my wife's loses contact with the printer. (I've asked about this on some newsgroups, with no answer. I'm afraid to call Apple about it.)

      The major effect of all this was that I wrote it up for the people I'm consulting for. They had been looking into trying some OSX boxes as part of their corporate network infrastructure. After my report, they dropped that idea. A couple of other people did a bit of judicious inquiring, and gave independent reports that I hadn't exaggerated a bit.

      Nonetheless, I have a powerbook in addition to two linux boxes. I think that OSX has a lot of good things going for it. But I wouldn't recommend it for some things that are routine on linux. One is handling networks with a mixture of different machines.

      Much of the problem is the "Don't worry your little head about it" attitude of the Mac community and Apple. That's fine if you're a non-nerd. But if you know what you're doing, and you want tools that give you access to all the innards, you'll find OSX slow, opaque and frustrating. With linux, you'll find a community that is willing and able to help you (if not always in a friendly manner ;-).

      The hardware is nice. If I could get a 17" powerbook with linux (with drivers for all the hardware), I'd find it really useful. I think I'll start bookmarking reports like this one, and maybe invest in one of these machines in the not-too-distant future.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    7. Re:Why use Linux at all when there's Mac OS X? by XO · · Score: 1

      ... i mean exists for Linux. Sure, there's a zillion billion things available from sourceforge or from freshmeat.. but how much of it is useful? not a lot.

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    8. Re:Why use Linux at all when there's Mac OS X? by Valar · · Score: 5, Insightful

      Sure those things all exist for Linux. You're set then. But all I have to say is:
      Photoshop photoshop photoshop
      Quark Quark Quark
      Dreamweaver dreamweaver?
      acrobat! acrobat!

    9. Re:Why use Linux at all when there's Mac OS X? by sinistral · · Score: 5, Insightful

      Interesting that you blame this on Mac OS X. If you configure two DHCP servers on the same subnet, regardless of OS/manufacturer, things are going to break. Seems like the only problem that isn't caused by your mistakes is the printer issue.

    10. Re:Why use Linux at all when there's Mac OS X? by This+is+outrageous! · · Score: 1
      Can you name anything that can be done under Linux, that can't be done under OS X?

      Last I checked, many (most) Linux IDEs weren't available under OS X:

      --
      This is...

      O
      U
      T
      R
      A
      G
      E
      O
      U
      S

      !

    11. Re:Why use Linux at all when there's Mac OS X? by CoolGuySteve · · Score: 5, Interesting

      Because MacOS X needs a shitload of RAM to run decently. If all you need is vim and a browser, fluxbox on linux is a far better solution. Especially when the last generation stuff only came with 128MB of ram by default and is increedibly cheap right now. Less swapping off the harddrive also improves battery life.

      RAM is cheap now though. I'd say you need about 384MB to keep OS X running smoothly and the terminal application is fairly nice.

    12. Re:Why use Linux at all when there's Mac OS X? by XO · · Score: 1

      Not knowing what most of those are, I did a quick look at their web sites. It appears that for the most part, they are Python, and I know Python works in MacOS X (python works on virtually everything, doesn't it?).. Komodo appears to be the only thing that wouldn't work straight out. WideStudio would be of limited use, as it appears to create programs designed for Windows/Linux and not for Mac, but everythign else seems to be interpreted or script language products for making other interpreted or script language products??

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    13. Re:Why use Linux at all when there's Mac OS X? by b17bmbr · · Score: 5, Informative

      i have a G3/700mhz ibook and a G4/800mhz ibook. thge G3 runs yellowdog, the G4 runs panther. guess which one is faster? the G3/yellowdog combo. seriously. both have 256mb ram, and i don't notice the lags nearly as bad. the only thing that lacks is a current JDK. now don't get me wrong, i love os x, and love the ibooks. but, there is nothing that can't be done on linuxppc that can't be done on os x except high end movie/sound and some niche applications. photoshop is always cited as the sine que non. you know what, not for 95% of the people who do graphics. openoffice runs great on the G3. dreamweaver ain't all it's cracked up to be. it is dog slow, crashes like it was written in redmond, and has a crappy editor. (i know, i have DW MX) but do you really think apple cares if you buy a mac and install linux? not at all. they are a hardwrae company. in fact, they even allow terrasoft to install linux on new macs and offer dual boot options. could you imagine microsoft allowing an OEMto offer dual boot winboxen?

      bottom line, linux and powerppc are a great match.

      --
      My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
    14. Re:Why use Linux at all when there's Mac OS X? by DJStealth · · Score: 1

      Anything that's GPL/true Open Source that works for Linux should be able to be recompiled in another Unix-based (i.e. BSD based) OS like OSX

    15. Re:Why use Linux at all when there's Mac OS X? by This+is+outrageous! · · Score: 5, Informative
      Why, if you need a Linux laptop, not buy a Powerbook?

      Perhaps because it uses a video card which nVidia can't be bothered to support on PPC?
      Cf.

      Now if only we had MOL running under Darwin/OS X, that would make for a great Linux-on-Mac solution.
      --
      This is...

      O
      U
      T
      R
      A
      G
      E
      O
      U
      S

      !

    16. Re:Why use Linux at all when there's Mac OS X? by Surlyboi · · Score: 3, Insightful

      Its free, it works, and you are used to it.

      Yeah, but if you've already shelled out the cash for a Mac, the version of OS X that came on it was essentially free too. Your point's kinda moot.

      --
      Mod me down and I will become more powerful than you can possibly imagine...
    17. Re:Why use Linux at all when there's Mac OS X? by macmaniac · · Score: 0
      I found the DHCP controls in the Apple software and moved the airport's DHCP server to a different subnet. A bit more judicious configging, and I got my internet connection back again. I even got the printer to work, sorta, though we do still have a problem that when I close my powerbook, my wife's loses contact with the printer. (I've asked about this on some newsgroups, with no answer. I'm afraid to call Apple about it.)
      FYI, what happens is that putting a Powerbook to sleep (closing it in this case) causes all network connections to be dropped until it's woken up again.

      One feature that I _really_ wish would change...

    18. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0


      Sounds a lot like Windows for most people: it's free (paid for), its works, and you are used to it.

    19. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 2, Informative

      >> if you've already shelled out the cash for a Mac, the version of OS X that came on it was essentially free too.

      It's not free, it's just included in the cost of the Mac.

      Besides, Mac OS X is not "free as in speech." Want to take a look inside the Quartz Compositor? Sorry, you're SOL.

    20. Re:Why use Linux at all when there's Mac OS X? by grahamlee · · Score: 1

      To change that, you'd need the server apps, TCP/IP stack, and kernel to stay awake. I.e. you need the machine to not go to sleep. Have a gander at the energy saving panel in System Prefs, and see if you can't get the display and disks to switch off when they're not needed, but leave the system up.

    21. Re:Why use Linux at all when there's Mac OS X? by Surlyboi · · Score: 1

      Besides, Mac OS X is not "free as in speech." Want to take a look inside the Quartz Compositor? Sorry, you're SOL

      And you're using semantics to back up a losing argument. I said, "essentially free". But to play your game, take a look around, speech ain't exactly free lately either.

      --
      Mod me down and I will become more powerful than you can possibly imagine...
    22. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      Yes, because the first thing people think when they buy a computer is "I really want to take a look at the graphics rendering system of this OS!"

      Face it, 99.99999...% of the people care not about such things. This puts you in a minority, demanding entitlement to special treatment.

    23. Re:Why use Linux at all when there's Mac OS X? by Endive4Ever · · Score: 3, Informative

      That's a vague assumption. That's like saying there were and are no big differences and cross-platform barriers in the many UNIX-based systems. Even systems which are all based on a common 'real' AT&T UNIX all have their differences, features, and warts, that keep source code, particularly complex graphical apps, from 'just recompiling' on them.

      There are some pretty cool buildtime scripts that make some software very portable, but definitely not all of it, nor even the majority of packages.

      I can't run a lot of the the stuff I want on my AIX and HP-UX machines, sad to say. Puts my beautiful legacy Unix hardware to shame in some ways, put up against a crappy Pentium 133 system.

      --
      ---
    24. Re:Why use Linux at all when there's Mac OS X? by Ivan+Karamazov · · Score: 2, Insightful

      I find it funny that you blame Apple and their tech support. It sounds like if you had done as they asked and disabled your linux box, you would have gotten you network back up and running. Your problem was having two DHCP servers and you didn't realize that your Airport Base Station had a DHCP server running. Well, IMHO, it's kind of a no brainer to realize that the Base Station has a DHCP server running. Most of these kinds of devices do. Also, the configuration utilities for the Base Station are pretty easy to use and the settings for the DHCP server part are pretty clear.

      IMHO your problem with Apple is that you're just more familiar with GNU-LINUX. You can't blame that on Apple.

      --
      "The struggle itself toward the heights is enough to fill a man's heart. One must imagine Sisyphus happy." Albert Camus,
    25. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 2, Insightful

      >> Face it, 99.99999...% of the people care not about such things. This puts you in a minority, demanding entitlement to special treatment.

      No, asshole, it puts me under Apple's heel!

      You think software gets written by magic elves or something? 99.9999% of the people DEPEND on software written by a "minority demanding entitlement to special treatment," or in other words, developers who would like to know just what the fuck they're dealing with at the system level.

      Apple wants to benefit from open source, and they do contribute something back, but they still want to keep that ace up their sleeve. Someday that will bite them in the ass.

    26. Re:Why use Linux at all when there's Mac OS X? by AstroDrabb · · Score: 1, Interesting

      Photoshop 7 runs great under Linux with Crossover Office. Disney paid Codeweavers to get it running so their graphics artist could use it. There had to be some merit in Linux for Disney to go through that trouble when they could just run Photoshop under MS windows or Mac OS X. Oh, Dreamweaver MX also runs just fine under Crossover Office. Acrobat? There is a Linux versio of Acrobat reader. As for making PDF files, Linux has tons of ways to do that. Have you ever heard of any2pdf? You can also use Open Office 1.1 and export just about anything to a PDF file. Open Office 1.1 can also export your presentations to Flash.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    27. Re:Why use Linux at all when there's Mac OS X? by rixstep · · Score: 1, Informative

      I'd say you need about 384MB to keep OS X running smoothly

      Good approximation. I'd say 256 MB for Jaguar, double that for Panther; but what I mean by 'smoothly' is not extending your default 'swapfile0', which is some 10 MB smaller on Panther.

    28. Re:Why use Linux at all when there's Mac OS X? by marcello_dl · · Score: 1

      Right, but think about upgrades. I switched to Debian on my tibook II exactly because it didn't feel right to pay for the full version of OSX 10.2 .
      First because it was only some months after I bought that mac, second because 10.1 was not a very mature environment.

      --
      ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
    29. Re:Why use Linux at all when there's Mac OS X? by Joe+Tie. · · Score: 1

      I don't see any reason why Boa wouldn't work in osx. Last I heard its wxpython port was working fine.

      --
      Everything will be taken away from you.
    30. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0
      The version you get with it free. How about a year later? You'll be paying about $129, right? The year after that, another $129, or more?

      Give away the first one, make them pay after that.

    31. Re:Why use Linux at all when there's Mac OS X? by PetWolverine · · Score: 2, Informative

      You know, as long as you're going to buy a Mac just for the hardware, Mac OS X is free in a sense as well. It, too, works, and if you stick with Linux solely because you're used to it, then you vindicate all those Windows users we love to hate.

      I have nothing against Linux (no flames please), including Linux on PPC, I just don't think those are good reasons to use it.

      --
      I found the meaning of life the other day, but I had write-only access.
    32. Re:Why use Linux at all when there's Mac OS X? by XO · · Score: 3, Interesting

      I've had very very few problems (although it's been many many years since I've had to) porting between Unixes (Unices?) as long as everyone had the GNU tools installed... now, trying to compile decent software with the supplied CC and tools on an AIX or HP/UX (at least several years ago) was just about impossible...

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
    33. Re:Why use Linux at all when there's Mac OS X? by mgkimsal2 · · Score: 4, Insightful

      So why couldn't Apple tech supports explain that to him? "Sir, the Airport is running a DHCP server" would have saved him a lot of time. Instead, he got the run around of usual tech support stuff (shut down every other computer on your network so we can walk you through 'troubleshooting' that doesn't address your problem, etc).

      Basically, his tech support experience was pretty much the same as with every other company. Apple is pretty much on par with other companies in most respects, it's just that they've got such a rabid fanbase that you can't point this out objectively without getting shouted down/blamed.

      I've found that often times Mac stuff 'just works', and that's fine. When it doesn't 'just work' you're often worse off than with other platforms where there's more/better support for strange problems.

    34. Re:Why use Linux at all when there's Mac OS X? by treat · · Score: 3, Insightful
      And you're using semantics to back up a losing argument. I said, "essentially free". But to play your game, take a look around, speech ain't exactly free lately either.

      I think that your problem (besides the obvious lack of an ability to debate in a rational manner) is that you are confused about what the word "free" means in this context. Thus, "free as in speech" is to explain that "free, in this context, means as it does in ''free speech''".

      The fact that you have such trouble with English could be seen as a detriment. But you might simply more familiar with another language. This list has "free software" translated into many languages. Some of these languages use a different word for "free as in freedom" vs "free as in without monetary cost".

    35. Re:Why use Linux at all when there's Mac OS X? by PetWolverine · · Score: 1

      So, you were surprised that your Airport base station was using DHCP to assign IP addresses? Did you think it was using BOOTP? Or do you just assign all your IP addresses manually and hope there aren't any collisions?

      If you want access to your PowerBook's "innards", fire up Terminal. If you can handle Linux, I'm sure you can figure out Darwin.

      --
      I found the meaning of life the other day, but I had write-only access.
    36. Re:Why use Linux at all when there's Mac OS X? by SlamMan · · Score: 2, Informative

      Because most tech support people aren't techs, and most people that call are the farthest thing from it. If a level 1 tech tried to explain to your average user what DCHP was, their head would explode.

      Level 1 techs don't think about about your problem, they run through their list of common fixes to that problem. If it doesn't work, then it goes to level 2.

      --
      Mod point free since 2001
    37. Re:Why use Linux at all when there's Mac OS X? by GigsVT · · Score: 1

      I think the target of the anecdote is more Apple tech support, who are obviously braindead morons.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    38. Re:Why use Linux at all when there's Mac OS X? by negacao · · Score: 1

      He wasn't blaming the problem on OS X, he was blaming Apple tech support for doing more harm than good.

    39. Re:Why use Linux at all when there's Mac OS X? by rixstep · · Score: 1

      just how stupid and inefficient can OO programming languages become?

      That's a tough one, isn't it? Because we've only got one mainstream OO language out there, and it's not C++.

    40. Re:Why use Linux at all when there's Mac OS X? by Crazy+Eight · · Score: 1

      What makes you feel that OS X is "so much more refined" than Linux?

    41. Re:Why use Linux at all when there's Mac OS X? by Crazy+Eight · · Score: 1

      Read his post again. He did disable his Linux box.

    42. Re:Why use Linux at all when there's Mac OS X? by aonifer · · Score: 2, Funny

      To piss you off.

    43. Re:Why use Linux at all when there's Mac OS X? by Surlyboi · · Score: 1

      I think that your problem (besides the obvious lack of an ability to debate in a rational manner) is that you are confused about what the word "free" means in this context. Thus, "free as in speech" is to explain that "free, in this context, means as it does in ''free speech''".

      Uh, no. I'm quite clear on what free means in this context and I reiterate that my position is still correct. OSX may not be as free as "speech", but that was never my argument in the first place. I suggest you reread all the comments that preceeded your rather arrogant assumption.

      As far as your list goes, in the three languages other than English that I do speak, the words are equally empty without a proper contextual backdrop to place them against. Now, if you would care to discuss the freedom of both speech and software please feel free to, since you seem to have such a handle on both.

      --
      Mod me down and I will become more powerful than you can possibly imagine...
    44. Re:Why use Linux at all when there's Mac OS X? by sakusha · · Score: 3, Insightful

      Hey brainiac, we're talking about Linux on PPC, so please tell me how to use Photoshop and Crossover Office on a Mac running Linux.

    45. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 1, Interesting

      Dude, no offense but you don't know WTF you're talking about. All your post did was basically try and pass off Photoshop and Dreamweaver (both #1 in their market segments) as if they were useless apps. You just tried to denounce two of the most major pieces of software on the Mac platform. That alone tells everyone you're full of it. No offense intended, but your post was asnine.

      I don't think you have much experience with Photoshop nor Dreamweaver. I use both every day and I find it funny that Dreamweaver MX 2004 has yet to crash on me nor is it slow, but if some poor sod took your post to heart, you have them thinking the app is an alpha.

      Further, do some of you actually think that the majority of Mac users just have a Mac to use vi or lynx?

      If you want to jack it in vi and lynx all day, you don't need a Mac. Go buy a P133 or something.

      Some of these arguments on here are ridiculous and shameful.

    46. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      since they GUI is the OS, who cares?

    47. Re:Why use Linux at all when there's Mac OS X? by Helmut+Kool · · Score: 1

      My iBook G4 (Panther) runs fine with the standard 256 MB of memory. I thought that I would need to upgrade to 640 MB right away, but there are no problems in running for example Safari, iTunes, iPhoto, Mail, Terminal and occasional Photoshop and Word. On the other hand, my university's iMac G4s with 128 MB and Jaguar seem really slow.. Anyway, the memory requirements for OS X aren't as bad as some people claim.

    48. Re:Why use Linux at all when there's Mac OS X? by fatphil · · Score: 1

      However:
      Using automatic IP address asignment he ended up with collisions.
      With manual assignment, he probably wouldn't have.

      The ironic world of network administration.

      FP.

      --
      Also FatPhil on SoylentNews, id 863
    49. Re:Why use Linux at all when there's Mac OS X? by squiggleslash · · Score: 1

      "OS X" is not "essentially free". Darwin represents a tiny proportion of the overall operating system. Even the CD burner device drivers are closed.

      --
      You are not alone. This is not normal. None of this is normal.
    50. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      So why couldn't Apple tech supports explain that to him?

      Because most of the people who call the applecare tech support line would get all pissed off and scream "don't throw jargon at me" if the tech said the word "DHCP".

      The real question here, is when did the guy get around to telling the support tech that the Linux host even existed, let alone that it was running a DHCP server?

      Doing phone support is like building a ship in a bottle in the best of circumstances. When the guy on the other end is a linux weenie, it's like building a ship with your back turned to the bottle, while the guy who can see it is doing his own triage of what he wants you know about.

      Mac OSX works very well out of the box. The trouble for UNIX and Linux weenies is that they want to fuck with it, and once they do, they never can tell you exactly what they did when they were fucking with it.

    51. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 1, Insightful

      But if you know what you're doing, and you want tools that give you access to all the innards, you'll find OSX slow, opaque and frustrating.

      Excuse me for beng the one to point this out, but if you're finding OS X slow, opaque and frustrating, it's because you don't know what you're doing, you just think you know what you're doing.

    52. Re:Why use Linux at all when there's Mac OS X? by garbagedisposal · · Score: 1

      two words : 'vendor' & 'lock-in'

      We previously used mac's in our household & business.

      Apple make Monopoloy$oft look like amateurs when it comes to proporietary vendor lock-in.

    53. Re:Why use Linux at all when there's Mac OS X? by lamont116 · · Score: 2, Informative

      This isn't entirely responsive to your question, but Mac on Linux has been around for a few years. Obviously, you need a copy of MacOS (9, X, whatever) to use it, but that comes with the machine, right? ;)

    54. Re:Why use Linux at all when there's Mac OS X? by amitofu · · Score: 1

      Mac OS X is excellent if you use your computer in a way that Apple has planned for you to use it--they really think of everything when that's the case. If you want to do something outside of Apple's veil of planned computer useage you have to shell out a lot of cash for software. The worst part is nobody knows how to develop Mac software except Apple and maybe a few shareware developers.

      I am writing this on a 15" Aluminium PowerBook running Gentoo. I have been a Mac user my entire life until about a month ago.

      I like Linux because it lets me be in control. KDE 3.2 with a 2.6 Kernel is much faster than OS X as well--even on a 1.25GHz G4. I never thought that zippiness was that important to me. I also never knew how much easier it would make my life to not have to use a separate ftp program to maintain static websites. Hail KIO Slaves. I also love being able to update all my software with one command.

      I have to admit that the thing I miss most about OS X is the spell checking in every text field. The beauty of Open Source though is that I can implement it myself (and am looking in to how to do just that).

    55. Re:Why use Linux at all when there's Mac OS X? by This+is+outrageous! · · Score: 1
      More or less :-) See

      http://thread.gmane.org/gmane.comp.python.apple/21 91
      http://thread.gmane.org/gmane.comp.python.apple/25 56
      http://thread.gmane.org/gmane.comp.python.apple/31 77

      Generally speaking the problem is that anything bleeding edge is better supported under Linux. Of course that's only natural, but it's (imho) reason enough to install Linux too.

      --
      This is...

      O
      U
      T
      R
      A
      G
      E
      O
      U
      S

      !

    56. Re:Why use Linux at all when there's Mac OS X? by jc42 · · Score: 2, Interesting

      if you're finding OS X slow, opaque and frustrating, it's because you don't know what you're doing, you just think you know what you're doing.

      Heh. You're right there.

      However, on linux, I do know what I'm doing.

      Part of the reason for getting an OSX system (and so far refusing to bring up non-Mac things like X-Windows etc) is that I wanted to get familiar with it.

      The problem here is that, as others have pointed out, when I did the obvious thing and asked Apple's CS for help, I got an idiot-level runaround. They didn't say "Hey, this guy knows how to run linux gateways and firewalls; maybe I'll bounce him to an expert level. They kept "helping" me with something that wasn't related to my original problem (getting airport + printer + powerbook to work), and bollixed up my network as a result. They didn't mention DHCP to me; I discovered it myself. And they told me quite clearly that I couldn't expect to use their equipment in a mixed-vendor network.

      I'm starting to agree with them.

      With linux, OTOH, when I ask CS (e.g., Red Hat's), I get intelligent answers. Or sometimes I get RTFM, and usually a pointer to the FM or some equivalent online docs. So I can learn what I don't know.

      I freely admit that I don't know everything there is to know about linux, and I'm even farther from that with OSX. So far, my experience with linux is that finding answers sometimes takes time, but I can find them, and among the arrogant jerks there are a lot of helpful people. With OSX, my experience so far is that I get a lot of "... for dummies" sorts of answers, but very little else. Finding answers has been rather slow compared to linux. So I'd recommend linux for serious networking applications.

      To put things in perspective, we also have a couple of MS windows machines (which my wife needs for her work), and even a cool wifi-enabled PalmOS machine. They're all talking to each other, though not always amicably. I'd say that the OSX system is far, far better than the MS boxes for nearly everything. I've recommended a Mac to lots of people who have expressed frustration with their Windows boxes. I'll continue to do so.

      My summary at the moment is that I'd strongly advise linux and/or *BSD for any serious networking, server, or other infrastructure situations. I'd recommend a Mac for any computer non-geek who wants a machine that works and is fun to use. I'd recommend MS systems for masochists. (And that wireless PalmOS gadget is a really cool toy. Now if it had a cell-phone built in, too ...)

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    57. Re:Why use Linux at all when there's Mac OS X? by BadDreamer · · Score: 0, Flamebait

      So, to counter the argument that Linux is free (as in speech), you used the argument that OS X is "essentially free" (as in cost), and then you go on about how good you are at languages and how *your* point had nothing at all to do with free (as in speech) to begin with?

      And yeah, I reread all the comments.

      And then you call someone calling your bullshit "arrogant" ...

    58. Re:Why use Linux at all when there's Mac OS X? by MrHanky · · Score: 2, Insightful
      Can you name anything that can be done under Linux, that can't be done under OS X?

      I bet you can do Linux development under OSX, but I don't see a reason why you should do it. Also, being in a networked environment where you have desktops/workstations running Linux, maybe on Intel or in a mixed environment, it could be nice to share your /home via NFS (which is severely broken in OSX, by the way) or something like it and have the same settings used for all computers. Especially if you're supposed to do the same kind of work on them.
      (b) i don't need any software besides instant messaging, web browsing, email, and chatting. because that's about all the useful software that exists [for Linux]

      The only useful software you need that exist for Linux. You use Linux as a Windows replacement, and that's fine, but there's a lot of other useful software for Linux that some other person may need. Lots of it may run on OSX, but if you don't need OSX for other things than Unix apps, you don't need OSX.
    59. Re:Why use Linux at all when there's Mac OS X? by runenfool · · Score: 1

      I might have confused your situation, and certainly Apple gave you a rough run around, but of course the Airport software tells you how its configured. If you didn't know that you were running a DHCP server on the Airport, all you had to do was fire up the Airport Utility included with OS X and look there. It tells you how its distributing IPs.

      Ive always had very very good luck with troubleshooting OS X boxes, so Im not sure what you and the other people you spoke of ran into. Its not perfect, but there just aren't that big of a combination of hardware and software (OS wise) options to make things crazy for you. Compare that to half a million Linux distros on half a million different brands of hardware. You NEED awesome tools because there are just so many possible ways for things to go wrong.

      At any rate, I used to be one of those people that couldn't understand why anyone would run Linux on the PPC. Then my brain started working and I realized how well the Linux installs I did do on PPC went, and how fast the OS worked (compared to OS X on the same older hardware). If you want a modern OS on older Mac hardware, than Linux is a great way to go. If you want an all open environment on new hardware, its also a great way to go. If you like using the 2 Linux programs that don't run on OS X (;)) then go that way again. Make sure to be careful that your hardware is supposed (like thats different than x86 how? Oh yea, the list to check is smaller).

      Sit down, evaluate the pros and cons of what you want to do with your machine and then make the decision from there. Duh!

      PS Id still rather dual boot Linux and Mac than Linux and Windows :)

    60. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      An ace up their sleeve that's going to bite them on the ass. I'd like to see that.

    61. Re:Why use Linux at all when there's Mac OS X? by kongtomorrow · · Score: 1

      Um, if you're a geek, isn't it kind of obvious that it's going to be running DHCP by default? You know that Apple's not going to tell all their users that they have to configure their IP addresses manually.

      Besides, if you went so far as to open the AirPort Admin Utility, it's obvious. I'm certainly not going to defend Apple tech support, they clearly screwed you over, but this isn't that hard. In particular, did you actually try asking anyone in the macintosh community for help?

    62. Re:Why use Linux at all when there's Mac OS X? by bursch-X · · Score: 1

      This may sound revolutionary to you, but some people like paying money for things that take a lot of effort to create and which benefit their daily workflow (10.3 etc.).

      If you don't like paying for stuff, that's OK, but don't tell me we're all stupid, just because we think paying for the work of other is OK.

      --
      There are two rules for success:
      1. Never tell everything you know.
    63. Re:Why use Linux at all when there's Mac OS X? by bursch-X · · Score: 1

      Mac on Linux to run Photoshop? Great, then you'll have to run two operating systems at the same time to get your work done? How effective. I guess you've found a way to stash more than 640MB of RAM into your iBook, because that's about what you'd need to keep your machine running effectively.

      I'd rather stay in OS X, install X11 and fink for the few Linux GUI apps you might need and I'd be done.

      --
      There are two rules for success:
      1. Never tell everything you know.
    64. Re:Why use Linux at all when there's Mac OS X? by Windfinder · · Score: 1

      It's called an API, and it's what makes a specific chunk of code work in a specific operating system. You can compile C in windows, but without some type of interpreter like Cygwin, good luck compiling bash and getting it to work.

      --

      ~Windfinder
    65. Re:Why use Linux at all when there's Mac OS X? by bursch-X · · Score: 2, Interesting

      How about these little things
      - drag and drop works throughout the system between all applications (you can even drag and drop an item to the terminal window to get it's path pasted in there)
      - Most applications can handle multibyte fonts/languages out of the box and switching input methods on the fly is one keystroke away
      - there's a proper font management system and OS X handles TrueType Mac, TrueType Windows, Type 1 (PostScript fonts) and OTF fonts just fine (again installing them is as easy as drag and drop or doubleclicking and clicking the install button)
      - when installing an application RPM won't tell you that it actually needs the "whateverthefuck.lib.so.8" before it can install the package, but won't tell you where in the world to get that library
      - There are interface guidelines and most developers stick to them (!), so you can enjoy the same basic keyboard shortcuts in every application, most menues are in the same location in every app etc.
      - OS X Services (this rules)
      - Automatic switching of network interfaces seamlessly on-the-fly (wirless, ethernet, firewire etc.)

      I could go no for hours, but you get the idea.

      --
      There are two rules for success:
      1. Never tell everything you know.
    66. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      It's not the ace that will bite them, it's their desire to keep one up their sleeve, i.e. not fully embrace open source. Learn to fucking read.

    67. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      OS X COMES WITH ANY MAC COMPUTER INCLUDED.

      So if you go to apple.com and buy an apple ibook
      for $1500 you get OSX.

      OSX + ibook = $1500

      SO if the price is included into the computer the user would have to throw around $100? to use linux.

      Thanks for bothering to reread his post idiot.

    68. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0
      I have payed for a few Linux distros, a couple of vrsions of Windows, a lot of apps and games.

      It isn't an issue of paying for the work of others, it is an issue of being forced to pay for the work of others if you want to keep your system up to date. I pay for software because I want to, not because I have to.

    69. Re:Why use Linux at all when there's Mac OS X? by Alan+Partridge · · Score: 1

      I think you made a mistake there, you'll find that Apple can do some REALLY nice optimisations when they put their programmers to work on a problem - Altivec is a bit of a joke until you find something that Apple bothered to optimise for it, then it screams.

      --
      That was classic intercourse!
    70. Re:Why use Linux at all when there's Mac OS X? by FuzzyBad-Mofo · · Score: 1

      How many virtual desktops does OS X support? I had to fix a friend's Windoze box today and it felt so limiting with only a single screen to work with.

    71. Re:Why use Linux at all when there's Mac OS X? by Alan+Partridge · · Score: 1

      Sort of - you only get the full install disc if you shell out for a retail copy, otherwise you get a restore disc and no developer tools disc.

      --
      That was classic intercourse!
    72. Re:Why use Linux at all when there's Mac OS X? by b17bmbr · · Score: 1

      usually i never resond to AC's, but i never discounted photoshop. i just said it's not necessary for 95% of graphics work. and dreamweaver MX (not mx 2004) does not do cgi or mysql/php sites all that well. it's editor sucks, and it generates tons of html. and by the way, i have used dreamweaver since 3.0. it is nice, but it is still primarily for sites that have tons of static pages. and yes, i do kow wtf i'm talking about. bitch.

      --
      My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
    73. Re:Why use Linux at all when there's Mac OS X? by transient · · Score: 2, Informative

      +5 Interesting? Are you people high? Crossover Office requires x86.

      --

      irb(main):001:0>
    74. Re:Why use Linux at all when there's Mac OS X? by chez69 · · Score: 1

      OSX does not have developer tools available to it that linux does. not GNU tools, tools like the Intel compilier, Websphere (although eclipse is available for it).

      OSX is nice but it doesn't fit into the average enterprise environment yet.

      --
      PHP is the solution of choice for relaying mysql errors to web users.
    75. Re:Why use Linux at all when there's Mac OS X? by jrockway · · Score: 1

      > Someday that will bite them in the ass.

      In what way? I don't really see that as happening.

      --
      My other car is first.
    76. Re:Why use Linux at all when there's Mac OS X? by jrockway · · Score: 1

      xine/mplayer/ffmpeg are optimized for altivec. What we really need, though, is an optimized version of mprime, though. It's fun to factor prime numbers quickly :)

      --
      My other car is first.
    77. Re:Why use Linux at all when there's Mac OS X? by SphericalCrusher · · Score: 1

      OS X is stable.. but it's not Linux stable. And besides, I think it's time we moved our godly-OS Linux to a more Godly computing system -- the Apple Computer.

      --
      "Instant gratification takes too long." - Carrie Fisher
    78. Re:Why use Linux at all when there's Mac OS X? by AstroDrabb · · Score: 1

      Hey captain courageous, the parent I replied to didn't say anything about Linux PPC. He only made a point of a few apps that run on Mac OS X and stated that they also run on Linux.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    79. Re:Why use Linux at all when there's Mac OS X? by jc42 · · Score: 1

      Um, you didn't quite read it right.

      We have two powerbooks. When PB1 is closed, PB2 loses contact with the printer plugged into the airport.

      I contend that this makes no sense at all. PB2 should be able to talk to the printer without PB1 being present and powered up. PB1 is not in the data path PB2 -> airport -> printer.

      I'm assuming that this is somehow because I first used the printer from PB1, so PB1 has some special relationship to either the airport or the printer. But I haven't found any evidence to support this. I've sat the two PBs next to each other, fired up the airport and printer admin tools on both, and compared the fields one by one. They are identical. There appears to be no difference in the ways the two PBs see the airport or the printer. But PB2 still loses the printer when PB1 is put to sleep.

      This has gotta be a bug.

      And yes, I did ask on a couple of newsgroups. I got "replies" that made the same mistake: They tried to explain why my PB can't talk to the printer. But that's not the problem at all. Both PBs can see the printer. The problem is if I turn PB1 off, PB2 loses contact with the printer.

      What's worse is that it's inconsistent. The time between turning PB1 off and PB2 losing sight of the printer varies from minutes to hours.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    80. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      Umm, moron, OS X *ships* with gcc3. That's like the ultimate GNU dev tool. Retard.

    81. Re:Why use Linux at all when there's Mac OS X? by Endive4Ever · · Score: 1

      Yes, portability is possible, indeed it's a good design objective. However, the grandparent seemed to be implying portability is inherent to Unix.

      --
      ---
    82. Re:Why use Linux at all when there's Mac OS X? by Alan+Partridge · · Score: 1

      "xine/mplayer/ffmpeg are optimized for altivec"

      Not like QuickTime is...

      --
      That was classic intercourse!
    83. Re:Why use Linux at all when there's Mac OS X? by jc42 · · Score: 1

      Well, it seems to me that you've given very good support to my comments.

      Recall that the question was:

      Why use Linux at all when there's Mac OS X?

      Now, it's clear to nearly everyone here that I'm obviously an idiot who doesn't know the first thing about using OSX, and my problems were all because of my own stupid mistakes.

      But anyone who is new to OSX is going to make lots of mistakes. There's a lot of stuff to learn, and no mere human can learn it all in the first hour (or month). If this means I shouldn't have been using OSX, well, OK; I shouldn't have been using OSX.

      That seems a reasonable answer to the question. An admitted linux geek sticks his neck out and asks questions that make it clear that he's ignorant. So he gets the treatment he obviously deserves. Lesson: He should stick with linux and not bother with OSX. It's a simple, elegant answer to the question.

      Myself, however, I like to learn things. That's why I bought the Powerbook. So I think I'll thumb my nose at the advice here, and continue to learn what I can. In my copious spare time. There are some good ideas in there.

      When and if I ever become as familiar with OSX, I may start advising my clients to use it more. However, considering that this learning must be done in my spare time, while my day job involves linux development, this may not be real soon.

      To put it all in some sort of perspective, I mentioned one apparent screwup within OSX to a Mac-using coworker, with a comment like "Hey, they f**ked it up even worse than in linux or solaris." His response was "Yeah, but they f**ked it up in a much more elegant and pretty fashion."

      We boch chuckled and went on with the problem at hand.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    84. Re:Why use Linux at all when there's Mac OS X? by t1m0r4n · · Score: 1

      Mac OS X is free in a sense as well.

      However, upgrades are not free. Obviously most new Apple boxes will be running OS X, however, in a couple of years, when the users are thinking of upgrading software, they may go the Linux route. Or, similarly, a new computer is purchased, and the old computer put to a different use running Linux.

    85. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0
      My mother runs a small private school, and she acquired 4 7000 series Macs.

      If they can afford 47,000 serious Macs, then they don't sound like they're THAT small of a school. BTW, do they have any not-so-serious Macs?

      /deadpan

    86. Re:Why use Linux at all when there's Mac OS X? by Beer_Smurf · · Score: 1

      I agree.
      I can't see running Linux in place of OS X, however if you have that old 9600, or beige G3 gathering dust, Linux might be a good option.
      There are also some really outstanding deals on the beige G3 boxes now that the latest version of OS X shuns them.

    87. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      Well, welcome to the real world where supply and demand set the price. Apple doesn't force you to upgrade. Just stick with 10.2.x. You want all the goodies in 10.3? You pay for it. That's the whole reason for Apple putting all those goodies in there. TO MAKE YOU PAY FOR IT. ;-)

      These are the basic priciples of a market driven economy. Where someone creates demand by making something cool and then people who want it have to pay. Apple is not a charity organization, so please don't try to compare them to charity/community-driven mechanisms like things happening with Linux.

      I pay for software because I want to, not because I have to.
      Funny, same with me, that's why I bought OS X, why I bought most of OmniGroup's great software and why I bought other cool software like LaunchBar for OS X.

      Nobody, but my own greed, is forcing me to pay or to upgrade. That's how our economy works. Maybe you'll learn that, too, one day you come out of school and get a job.

    88. Re:Why use Linux at all when there's Mac OS X? by MoneyT · · Score: 1

      How will that bite them? Honestly. How will keeping something up their sleve bite them. They have plenty of developers who have access to what they need, plenty more who love to try and hack things together without even knowing exactly how it works, and plenty of internal developers working as well. The OSS comunity will continue to develop OSS software, and so long as Apple continues to make a system that OSS software will run on, it's not like they'll run out of software anytime soo. So Apple gets to pick and choose developers to develop the best of the best apps, and everyone else gets to develop everything else. I really don't see a point of failure.

      --
      T Money
      World Domination with a plastic spoon since 1984
    89. Re:Why use Linux at all when there's Mac OS X? by ShortBeard · · Score: 0

      I'm NOT paying for OS X!
      FreeBSD and the mach kernel and Quartz from Sun. No thanks!

    90. Re:Why use Linux at all when there's Mac OS X? by wwwillem · · Score: 1

      ... speech ain't exactly free lately either ...

      Good point!! The US has gone very much down the drain on that topic in the last few years. Especially if you have to "live" on that little corner of Cuba .... Mmmm, isn't it funny that the only allowed Cuban "vacation" from the US is in a obligatory orange jumpsuit?

      --
      Browsers shouldn't have a back button!! It's all about going forward...
    91. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      Yuppeee!!! Jump and clap for yourself! Isn't a shame that I can already do all that in GNOME? No really, if you paid Apples thousands of dollars for those silly features, then I'm definitely not switching.

    92. Re:Why use Linux at all when there's Mac OS X? by NateTech · · Score: 1

      Uh-oh. He pulled out the "I know three languages, so your opinion doesn't count" argument... look out. ;-)

      --
      +++OK ATH
    93. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      However, on linux, I do know what I'm doing.

      This is relevant how, exactly?

      My summary at the moment is that I'd strongly advise linux and/or *BSD for any serious networking, server, or other infrastructure situations.

      Mac OS X *is* a BSD. It just happens to be one that doesn't expect you whip out vi and start screwing with the .rc files.

      Know what it takes to make OS X Server act as a mail server? Try looking it up. It will shock you.

    94. Re:Why use Linux at all when there's Mac OS X? by jcr · · Score: 1

      Here's another one: /usr/bin/pbcopy and /usr/bin/pbpaste.

      Try ls -als | pbcopy. Then bring up a TextEdit window, and hit command-v.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    95. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      So, the person who is admittedly unqualified recommends against using Mac OS X?

      I think I'd look elsewhere for recommendations.

    96. Re:Why use Linux at all when there's Mac OS X? by This+is+outrageous! · · Score: 1
      I thought, I'll call up Apple's CS people (...) when he discovered that the connection to the internet was through a linuux box, he demanded that I reboot it. I balked at that, and let him know in no uncertain terms that this was utterly unacceptable.

      Sorry but Tier-1 support addresses the needs of clueless users, and you were just that. Obviously, having you turn off the DHCP server you had set up in conflict with your Airport's was the right thing to do.

      One thing I learned from the linux tools was that the airport was running a DHCP server.

      Pray tell, which of those tools couldn't you have used on the Mac? If anything it has more, including an obvious GUI to configure Airport, which will tell you all about the DHCP in it.

      --
      This is...

      O
      U
      T
      R
      A
      G
      E
      O
      U
      S

      !

    97. Re:Why use Linux at all when there's Mac OS X? by BjornVDM · · Score: 1

      One question regarding those applications...seeing that Photoshop/Premiere and the likes do run on OS X (and Windows), what would the real effort in porting them to Linux be?

      I mean, OS X is some kind of **ix and apparently it is not overly difficult to port from Linux to OS X?

      I understand there is not much of an incentive for Adobe/Macromedia to offer Linux versions at the moment, but that could change?

      BTW: I am running Yellow Dog on a IMac DV, runs well and allows me to set screen resolutions that only the external monitor can handle - which is fine, since I cant afford to fix the broken (of course) internal one.
      Package Management seems to be absent on YDL, and what really bugs me is the fact that there are no Linux/PPC versions of the Cisco VPN Client (used by university) and Flash.

    98. Re:Why use Linux at all when there's Mac OS X? by Power+Luser · · Score: 1

      I work next to a guy who has both Linux and OS X on his Powerbook. I'd say he uses Linux 99% of the time and when he does use OS X, it's only for doing presentations, drawing pictures and the like, and he constantly bitches about how unresponsive it is compared to Linux and how this quirk or that quirk is so annoying.

      But then, he is a masochist, so my argument is moot.

    99. Re:Why use Linux at all when there's Mac OS X? by Ohreally_factor · · Score: 1

      FYI, Adobe is no longer porting Premiere to the Mac. Not surprising, given that iMovie, Final Cut Express, Final Cut Pro, and Avid have effectively squeezed Premiere out of the Mac Market. I feel bad for the few that were using Premiere for the Mac (actually I feel sorry for all Premiere users), but obviously Adobe didn't see any point in continuing.

      --
      It's not offtopic, dumbass. It's orthogonal.
    100. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      Similarly, I have to pay for new tires to keep my car up-to-date. It's ridiculous!

    101. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      10.2 is still getting security updates and will continue to do so for a long long time.

      10.3? That is an almost completely NEW OS! There are huge changes under the hood, major reworking of API's the whole shooting match.

      If X stands for "10"...then .1 is 11, .2 is 12, .3 is 13. Just as 11 is the first number in the "tens" and 12 is the second etc.

      One of the major differences between 10.2 and 10.3 is .3 includes LINUX API's!

    102. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      It runs OpenOffice which keeps me compatible with rest of the company.

      OSX runs OpenOffice too, but it's not easy if you need to use non-english features of OO as I do.

      mato

    103. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      come on now! you are trying to tell me that you were not aware that a wireless gateway device did not have some kind of DHCP server running in it?

      Come now.... you plug it in all on its own... and the wireless equipped laptops/desktops can get out on the net! It has to have some method of assigning an IP!

      I have not used an airport, nor have I seen a box or the tech specs in a long time for it, but I am reasonably sure that it says something about it using DHCP.

      So I would guess that almost all of the problems you have been experiencing are a result of your own errors and not anything in the OS.

      Granted the CSR's may have not been the sharpest tacs in the box....but you did not paint yourself as being on the ball totally either.

    104. Re:Why use Linux at all when there's Mac OS X? by bursch-X · · Score: 1

      You can download the developer tools from apple's website for free (need to register, but that's also free).

      --
      There are two rules for success:
      1. Never tell everything you know.
    105. Re:Why use Linux at all when there's Mac OS X? by Alan+Partridge · · Score: 1

      fair cop

      --
      That was classic intercourse!
    106. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      well in general I will agree with you that Apple support has gone down greatly in the last 3 or 4 years (they hired a new guy about that time to run the show and he was from one of the PC vendors and it has not been the same since). One thing that I will say is...

      Why didn't he mention to tech support that he was using his Linux box as the router?

      It is far more logical for the tech support monkey at Apple to presume that the people calling in with airport problems are using AS the gateway for one and for two have RTFM!

      It really boils down to this "consultant" screwed up his network by NOT RTFM! And as annoying as the standard troubleshooting flow that the first tier CSRs follow is... it is there for a reason. And it takes less time usually to just grit the teeth, and jump through the hoops then it does to give the poor SOB on the line a bunch of grief and fight him or her every step of the way.

      Because he thought that he knew it all he made a boneheaded mistake and then blamed the device for HIS error.

      Typical consultant.

    107. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      just a thought and if it has been mentioned before just ignore me...

      When you first set up the printer from PB 1 did you perchance set it up to be shared?

      If you did then the network thinks that the printer is hard connected to PB1 NOT the airport.... I know stupid.

      I had a similar problem and that was the cause.

    108. Re:Why use Linux at all when there's Mac OS X? by jc42 · · Score: 1

      ... Apple tech support, who are obviously braindead morons.

      Well, now; I think that's a bit harsh. It would be more accurate to say that they're the usual sort of harried, poorly-trained low-rank workers who barely have a handle on what they're expected to do, and are mostly working from scripts that handle only a list of pre-programmed cases.

      This isn't a criticism of the support people themselves so much as a criticism of Apple (and the rest of the industry, for that matter).

      I've found this as a useful answer to the suggestion that you should go with commercial vendors because you need their support. I counter with the suggestion that in fact linux (and *BSD) provides better support: public newsgroups and mailing lists. A few simple tests will show that this typically works a whole lot better than even the best of corporate tech support operations.

      Actually, of course, both can be either good or bad, depending on how you ask the question, who you happen to get answers from, and the phase of the moon. But if you talk to people who routinely deal with both, you'll tend to find agreement that the random gaggle of "free" help on the internet is usually better than the paid help you get from corporate support.

      Much of the reason is that the "free" help is usually from relative experts (at least in a narrow topic) who enjoy showing off their expertise. They may be insulting and grating, but they often give useful answers. The corporate help is usually low-paid, inexpert hired help who are just trying to get their job done without too much grief from customers or employers. They are friendly puppies, but often don't really know much.

      If you're trying to get something to work, an arrogant jerk who solves your problem is usually better than a friendly dummy who doesn't solve your problem.

      And back to the original question: "Why use Linux at all when there's Mac OS X?" I think that all this is a fairly good answer. My experiences with Apples tech support did convince my clients that OSX (and the Apple's airport) didn't look like a good bet for the company network infrastructure. They don't want warm, fuzzy feelings; they want to get answers fast. The arrogant, grating experts in the linux herd of cats are a much better bet if you want to solve problems fast.

      This isn't necessarily a criticism of Apple or the Mac. Their market is pretty clearly people who want a computer that "just works", and who don't want to bother their pretty heads with the details. I would (and do) recommend a Mac to such people. I have one myself. But I'm frustrated by the difficulties in getting past the user-friendly interface. What I want is a programmer-friendly interface, and that's something rather different. If that's what you want, then you have a good reason to use linux even when OSX is available.

      (And yes, I do know about the Mac Terminal. I have four of those on my PB's screen at the moment. But, unlike linux, and like MS Windows, there are a lot of things that don't seem to be available from a shell command. Or maybe they are, and I just can't find them.)

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    109. Re:Why use Linux at all when there's Mac OS X? by hesiod · · Score: 1

      > we've only got one mainstream OO language out there, and it's not C++.

      An Eiffel fan, eh?

    110. Re:Why use Linux at all when there's Mac OS X? by jc42 · · Score: 1

      However, on linux, I do know what I'm doing. ...
      This is relevant how, exactly?


      Read the title of this thread. An answer of the form "I use X rather than Y because I know X and have had troubles learning Y" is about the most direct, relevant answer one could give.

      Of course, this is usually used as a coverup for a refusal to learn. I was letting readers know that I am willing to learn, and I'm not using knowledge of linux as an excuse to ignore a new system that gets lots of good reviews. I put out some good money for a Powerbook. But, like any computer system, it's somewhat of a complex beast. I can't learn it overnight. If that's what's expected, then it's clearly not the right machine for a dummy like me. And maybe I should just stick to a system that was designed for a dummy like me.

      Which brings us back to the title of the thread.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    111. Re:Why use Linux at all when there's Mac OS X? by jc42 · · Score: 1

      Hmmm ... That might have something to do with it.

      But the controls don't seem to fit this model. On both machines, I only see a single "Printer Sharing" thingie. It's in the "Services" tab of the "Sharing" window. There is nothing to indicate which printer(s) should be shared.

      This is significant because one of the PBs does have a second printer plugged into its USB port, and right now it sees both that printer and the airport printer. I did some experimenting, deleting all the printers for both PBs, and then adding them to PB2. Printer Sharing was unchecked. When I asked PB1's Print Center to find USB and Rendezvous printers, it failed. I checked "Printer Sharing" in PB1, and then PB2 was able to see both the Rendezvous (i.e., airport) printer and the USB printer on PB1.

      I then closed PB1. PB2 lost sight of both printers within a few minutes. This makes sense for PB1's USB printer, but not for the airport printer.

      So if I want PB1 to see the USB printer on PB2, PB2 must have printer sharing turned on. This makes sense. But then PB1 can't see the airport printer if PB2 is closed.

      Note that this is the reverse of the original problem. Now PB2 has to be running for PB1 to see either printer. I'm guessing it's because I deleted all the printers and then had PB2 find both printers. So now PB2 "owns" both printers, although for the airport printer this makes no sense.

      This has gotta be a bug, right? Did they actually design it to work this way?

      I wonder if there's some place at Apple's tech support that would give a reasonable explanation of all this. But I'm afraid to call them up about it, because of the disaster the first time I tried. (I'm trying to get some work done, and I need the Internet connection to keep working. ;-)

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    112. Re:Why use Linux at all when there's Mac OS X? by Anonymous Coward · · Score: 0

      I've had GNU ps2pdf crash and refuse to parse PS files that Acrobat processed flawlessly.

    113. Re:Why use Linux at all when there's Mac OS X? by lederhosen · · Score: 1

      bochs, wmware or another emulator

  23. Yes by bash_jeremy · · Score: 4, Informative
    1. Re:Yes by Anonymous Coward · · Score: 0, Flamebait

      Moron... please read the links you post. YellowDog linux is AWSOME... but you sill have to BUY OSX.

  24. The most compelling reason to do Linux on Mac... by starseeker · · Score: 5, Informative

    might very well be Mac on Linux, ironically enough. Check out this:

    http://www.maconlinux.org/sshots/pic12.jpg

    Running multiple versions of MacOS in parallel. Think about the possibilities for software developers. Having multiple environments immediately available for testing.

    Then of course there's the ability to run all those Mac apps when needed and still have the Linux desktop to go to when they aren't needed.

    Mac on Linux is what the open source world should try and create for the Windows world. Think of the possibilities if you could run Windows at work in a Window - be able to do all the windows specific stuff at need, but have Linux goodness in which to work as well. If a phb strolls in, just flip your desktop over to full screen windows. Then for the rest of the time go stealth with Xpde, good enough to fool a casual glance. Maybe some rootless window hack could even be figured out.

    Of course, if your boss says you Must Use Windows, there's not a whole lot you can do. But perhaps this would be an acceptible compromise.

    --
    "I object to doing things that computers can do." -- Olin Shivers, lispers.org
  25. right on by SuperBanana · · Score: 4, Interesting

    ... the OS X system is just so fucking sweet though

    Exactly. It's like putting a VW Bug engine into a mid-60's porsche. Not only is it not going to work right(and LinuxPPC doesn't work nearly as well, just on a features basis, as OS X), but it'll be slow and everyone who sees it will just stare at you- and if they're not polite enough, demand to know why you did it. Even Robin Malda uses OS X!

    Who cares? Slashdot is hardly an example of technical prowess; in fact, it's rotting(HTML 3?!?). The FAQ hasn't been touched since '99, and they have yet to rise to the challenge of solving any of the problems they themselves created(slashdotting for example). From what I've heard(several OSDN sales people worked where I used to work), Malda got wined and dined by one company after another hoping he'd either post about them or endorse their products. Absolutely no integrity.

    1. Re:right on by Anonymous Coward · · Score: 0

      Actually, mid-60's and earlier Porsches (well, at least until 1964 when the 911 was introduced) had what *were* essentially VW Bug engines.

    2. Re:right on by Anonymous Coward · · Score: 0

      Lets see.. Dispute the original point, slam Slashdot itself, and be factually incorrect.. Score:4. Par for the course. I'll take a stab at a refute, too bad its hard to tell just what he's bitching about.

      I mean, really. There's 'not only is it not going to work right' in there, but what's he talking about? OSX itself? Linux on the Mac? Both work too, that's the confounding part.

      And slow, what a strange thing to say. OSX was slow, but it's gotten worlds better with Jaguar and Panther. It gives new life to older G3 based systems. Can't say that about WinXP and old Pentiums and PII's.

      Or are we talking about Linux on PPC being slow? Because it isn't, it has never been. OK, your X11 performance might be crappy if you set up incorrectly and end up with just a framebuffer and no acceleration.. But if you get it right, you have DRI and 3D acceleration and everything else.

      Of course, just whine and bitch about the Slashdot crew for extra mod points... Blah. I dunno why I bothered to say all this, I just despise seeing such drivel at Score:4. Nothing productive said, nothing to back any of the unclear points up. Score:-1, Redundant Flamebait.

  26. Re:ls -R | grep filename by dav · · Score: 2, Insightful

    Doesn't OS X have the 'locate ' command?

    It's faster that ls -R | grep since it goes against a pre-indexed db of the file system.

  27. Re:What the feck? by lederhosen · · Score: 1

    Have AFS working?

    Not that fun getting zero byte files when run over AFS?

  28. IBooks are very cheap by expro · · Score: 0

    And quite good.

  29. Odd.. by Anonymous Coward · · Score: 0

    I thought I've seen this article posted before on OS News... Like its not really recent... Ahh Well. The great thing about Open Source is usually cross platform unlike MS x86 only or even apples OS X. Personally Ive grown attached to Mandrake on my computer. The packages are pretty up to date and its stable enough. YellowDog Specializes in PPC and I've run their OS, its pretty well made for the mac. They both are free to download as ISO, which is great. I havent tried Gentoo yet but who knows maybe I will later. As far as BSD's go I think the three major ones NetBSD, OpenBSD, and FreeBSD are compatable with Apple PPC.

  30. Wrong info in the article about OF by norwoodites · · Score: 4, Informative

    You cannot boot directly from OF (openfirmware) into Linux. Wrong, OF is a really a boot loader and can load any ELF or xcoff binary from many different file system formats, hfs, hfs+, ISO CD, ext2, and ufs.

    Also OF can read both partion maps, Apple format and x86 format.

    Of course you can still use yaboot if you want.

    1. Re:Wrong info in the article about OF by obirt · · Score: 1

      Not all versions of OpenFirmware can read ELF or hfs/hfs+ at all.The NetBSD install docs sum it up pretty well. Though that anchor doesn't mention that OF 1.x, 2.0x and 2.1x cannot boot ELF.

      I assume by "not direct" you mean not booting mac OS first, and then using BootX. Only machines without OpenFirmware or that have really broken ROMs would need to do that.

      OpenFirmware is a bit more than just a boot loader, lets give Apple and SUN a little more credit.

      --

      I use to be indecisive, but now I'm not so sure.
  31. PowerPC isn't just Mac stuff. by baryon351 · · Score: 5, Informative

    While the heading refers to Linux on Macs, there's a number of other PPC machines that'll run Linux

    a pegasos I or II is a PPC based machine, there's also Amiga One boards - a new Mini-ITX AmigaOne looks REALLY appealing, as long as it's not slugged with the "Amiga Tax" (double the price for the privilege of being able to run AmigaOS4 if it's released). a Mini ITX board with a GHz or more G4 - not a scaled down VIA type setup, but a full honest-to-goodness G4. That's appealing.

    There's also several VMEbus boards based on PPC chips from PPC440 to G4s, and a newer one out soon from Momentum computer, Dual G5s on an ATX board. Pricey, but it's just a reference board at the moment.

    If prices dropped on these, especially on the Momentum board, I could see these being real alternatives to x86, especially for people a bit worried about MS's palladium plans. A mac is a wonderful thing, but if you ask 'Why bother" about putting Linux over the top of a machine that'll run OSX, one of the above solutions might be an option.

    1. Re:PowerPC isn't just Mac stuff. by Amiga+Lover · · Score: 4, Informative

      as long as it's not slugged with the "Amiga Tax" (double the price for the privilege of being able to run AmigaOS4 if it's released).

      You don't have to worry about "if" it's released, it's right around the corner now. Current Amiga 1 owners should get their copy's of the OS4 Beta in the next few weeks.

    2. Re:PowerPC isn't just Mac stuff. by incom · · Score: 1

      I wonder if those 3rd party PPC boards can run both linux and OSX.

      --
      True genius is grasping a situation like a peice of fruit, and peircing it just right so that it drains dry.
    3. Re:PowerPC isn't just Mac stuff. by Anonymous Coward · · Score: 1, Funny

      Time warp post! Someone wrote more or less the same thing last year.

    4. Re:PowerPC isn't just Mac stuff. by Anonymous Coward · · Score: 0

      They run Linux badly (poor driver support) and won't run OS X at all except via MOL.

    5. Re:PowerPC isn't just Mac stuff. by Chanc_Gorkon · · Score: 4, Informative

      Don't for get the biggest, baddest PowerPC based machine of all...the Regatta. IBM makes this as well s a host of Power PC's from big iron like Regatta to workstation class machines. Linux is supportted on all of them, but your NOT going to run Linux on a Regatta. PowerPC is a STRONG platform. In some respects, stronger then Intel. You got all kind of PowerPC based machines running all kind of OS's on it. It's in machines from game consoles to big iron UNIX machines. PowerPC can be called the Linux of processors in some respects.

      I will tell you why I do not run Linux on my Mac and shoose to use OS X. I can go to Compusa and the Apple store and buy software that is simply not going to appear in open source. Route 66 mapping software with GPS support is available. iMovie and iDVD also are great apps along with iTunes and GarageBand. I can run REAL MS Office apps and have no fear of iffy office document support. As good as Abiword and Gnumeric are, I need REAL office.

      One other feature thats hardly mentioned much anymore is the fact that ANY application that prints can print to a pdf file thanks to Quartz Extreme. I don't need acrobat for anything except more advanced PDFs.

      --

      Gorkman

    6. Re:PowerPC isn't just Mac stuff. by jo_ham · · Score: 1

      Quartz is what lets you print to PDF. Quartz Extreme is the hardware accelerated part of the graphics system.

      My iBook doesn't support Quartz Extreme, but I still have the print to PDF ability.

      I know it's just a small niggle, but i thought I'd point it out.

    7. Re:PowerPC isn't just Mac stuff. by Chanc_Gorkon · · Score: 1

      True enough. But still....thats a great feature. Creating a pdf could not be easier. You use whatever app you want.

      --

      Gorkman

    8. Re:PowerPC isn't just Mac stuff. by jo_ham · · Score: 1

      Indeed, it's an awesome feature. I use it all the time.

  32. Why Linux, why PPC? by Lulu+of+the+Lotus-Ea · · Score: 5, Informative

    OK... maybe this note is a little karma whoring by the author of the referred article. But what the heck, I -did- write it, and I'm always pleased when things by or about me make the slashdot headline.

    A question a bunch of people have raised in comments is "why bother with Linux if you buy a Mac with OSX on it"... well, read the article. I don't say that switching to or adding Linux is always desirable; but I think I do a good job of describing some scenarios where it is. That said, I certainly -do- like OSX quite a bit (where my favorite installed application is still bash :-)).

    Also, contrary to some down-modded poster, IBM can INDEED easily handle the load of slashdotting. In fact, a zillion hits to my article is indirectly good for me (I'm not on commission or anything, but it puts an extra sparkle in my editors' eyes). Also, FWIW, all my articles soon make it to [http://gnosis.cx/publish/] (which reminds me that I need some updating, it's been a couple months)... which is also quite strong enough to survive /.-ing.

    Yours, David...

  33. Re:ls -R | grep filename by Anonymous Coward · · Score: 3, Informative

    Locate just looks at files, not the content in them.

    `locate foo` will turn up much different results than `grep -R foo`.

  34. And I can buy a sesame seed for much cheaper than by adb · · Score: 4, Funny

    a lobster. But they are not the same.

  35. Yup. by mindstrm · · Score: 4, Interesting

    That's why I bought an iBook.. I figured it would be a perfect linux laptop.

    Then I tried OSX for the heck of it, you know, it was already installed.

    And now you can pry OSX off my mac from my cold, dead hands.

    1. Re:Yup. by bhima · · Score: 1

      Yup, it's better than linux and BSD on a non server application. In fact it's great at home!

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    2. Re:Yup. by TVC15 · · Score: 3, Funny

      > And now you can pry OSX off my mac from my cold, dead hands.

      Are you saying that OS X killed you? if that's not a good enough reason to use Linux instead, i don't know what is. ;-)

    3. Re:Yup. by nathanh · · Score: 2, Insightful
      That's why I bought an iBook.. I figured it would be a perfect linux laptop.

      Then I tried OSX for the heck of it, you know, it was already installed.

      And now you can pry OSX off my mac from my cold, dead hands.

      I bought an iBook and tried OSX for the heck of it.

      After a short period of discomfort I deleted OSX and installed Linux.

      Now I'm happy.

      My point: not everybody that tries MacOSX is immediately smitten with it.

  36. Confused Author by grahamlee · · Score: 4, Insightful
    One thing in particular that can be confusing to Linux developers about OS X is its overlay of two distinct directory organizations -- the traditional /etc/, /usr/local/, /sbin/, and so on of Linux/Unix systems, and the /Application/, /Library/, /System/ from Mac OS 9.

    That second hierarchy actually comes from NeXTSTEP, where it was called /NextApplications, /NextLibrary, /NextDeveloper, etc. Mac OS 9 did not have a particular imposition of hierarchy in the same way that UNIX might; applications can live just about anywhere.

    Secondly there's a very conscious and IMHO good reason to farm off the NeXTish stuff into a different hierarchy - that is that it's a different system. All of the files in /etc, /usr, /var etc. are in the same places that you would expect to find them on any UNIX. Looking for the run control scripts? They're in /etc/rc*.
    The OPENSTEP-derived APIs, the Aqua GUI, Cocoa applications etc. are orthogonal to UNIX. They just happen to be running on a UNIX system (unless you're using Yellow Box for Windows NT). Keeping them in their own hierarchies so that they don't intrude on or get confused with UNIX stuff is a good idea.

    There is an anti-case-study: GNUstep does indeed put all of its files into the UNIX hierarchy, but it still partitions them into separate subdirectories, namely /usr/GNUstep and ~/GNUstep. Again, because it's orthogonal to the underlying UNIX system, it tries to keep out of its way.

  37. IBM should... by incom · · Score: 0, Redundant

    IBM should make some g5 PPC systems aimed specifically at linux. If they're cheap enough I'd buy one.

    --
    True genius is grasping a situation like a peice of fruit, and peircing it just right so that it drains dry.
    1. Re:IBM should... by Meowing · · Score: 3, Informative
      IBM should make some g5 PPC systems aimed specifically at linux. If they're cheap enough I'd buy one.
      The JS20 blade is such a beast. The price isn't horrible for what it is, but it's beyond the usual PC range.
    2. Re:IBM should... by incom · · Score: 1

      I meant desktop/workstation class machines, it'd probly be perverse to use this as a coding/web/email machine.

      --
      True genius is grasping a situation like a peice of fruit, and peircing it just right so that it drains dry.
    3. Re:IBM should... by Meowing · · Score: 1

      What's wrong with a little perversity? Some people run Xserves at home, and a packed BladeServer chassis would make the Joneses green with envy!

  38. Package Management by waffle+zero · · Score: 4, Informative
    Despite Mandrake's advantages, my ultimate reason for preferring Yellow Dog is its package management system. Yellow Dog seems to be something of a hybrid system: it uses RPMs during installation, but it also installs apt-get for later updates to the system. I have not looked at the internals of the setup, but I could type apt-get install OpenOffice at one line, and have every dependency resolved correctly

    The author isn't aware that Mandrake can do the same thing by running urpmi PACKAGENAME. And the graphical front end, rpmdrake, is a competant method of installing softare. Also, it is possible to install yum or apt-rpm via urpmi if you prefer them.

  39. Linux over OSX and Windows by InsomniaCity · · Score: 2, Interesting

    Of course... Linux on a Mac presents an interesting question.

    There are x86s available without Windows, but Apple will start shipping PPC based PCs without OSX shortly after Satan orders anti-freeze and warm winter woollens.

    Does that make it more or less a candidate for replacement with Linux??

    --
    You cant make anything foolproof, they'll only invent better fools.
    1. Re:Linux over OSX and Windows by painandgreed · · Score: 2, Informative

      Of course... Linux on a Mac presents an interesting question.

      There are x86s available without Windows, but Apple will start shipping PPC based PCs without OSX shortly after Satan orders anti-freeze and warm winter woollens.

      Does that make it more or less a candidate for replacement with Linux??

      Well, look at it this way, Mac OSX costs aobut $120 shirnk wrapped. Figure the equivilant price of the OS installed on a factory machine is about half of that price, or een less since you can get 5 licenses for $199. Even if they did sell a Mac hardware without the OS, you're looking at a $60 savings. It'd probbly cost you that much for the special order to get it without the software. Considering that you're speaking about "high priced Apple hardware" and not some $400 x86 non-name brand, the extra price is not really worth worrying about.

      The thing with Apple is that it is premium pro hardware (I'm ignoring the iStuff) and if you're quibbling over $60 or less, then it's not for you. If you really want a discount, find a student or staff at a school that will proxy buy one for you with a student discount or buy an old machine. The thing aobut macs is that if you find a pallette of 5 year old Macs in an auction, chances are they'll all boot up just fine and be ready for any Linux install. That's one of the great things aobut Linux, right? it runs great on older hardware.

  40. WARNING: parent is a troll and wants karma by Anonymous Coward · · Score: 2, Informative
    ... but a student got a new Mac notebook when OS X was first introduced, and he showed me how he organized his iCal and Outlook to keep track of homework, ...

    Ok, so according to Apple, iCal was introduced as part of OS 10.2 and not part of OS 10.0. This could a simply mistake or, by looking at Amsterdam Vallon (639622)'s posts, I see our friend likes to post crap that moderators will push up, gain karma and troll. Most of his posts have been modded down.

    2000-01-05: Apple Unveils Mac OS X
    2002-07-17: Apple Introduces "Jaguar," the Next Major Release of Mac OS X
    2002-07-17: Apple Introduces iCal

    Apple - Mac OS X - Features by Version

  41. Simple answer by Anonymous Coward · · Score: 1, Insightful

    I prefer Linux, that's all. I like that it all is open source, I like the ability to chose my favorite DE ...

    So what it comes down to is, while OSX is a great OS there is a OS I prefer. Now would you please tell me a reason why I shouldn't use it?

    1. Re:Simple answer by ryanw · · Score: 2, Insightful
      Now would you please tell me a reason why I shouldn't use it?
      OSX is a completely refined UNIX based OS. It has commercial application support by major vendors and is breeze to upgrade/update/patch/etc.

      I have used Linux as a desktop for a good part of a year. I also now own 3 macs running OSX. I would NEVER go back to Linux as my desktop. Linux was a pain to maintain. I felt like I was spending more time updating my box than actually using it.

      You may ask, why bother updating your linux desktop all the time? The Answer, Linux is not ready to be a stable desktop yet. You always update thinking the next newest release of EVERYTHING will stabailize your machine and speed it up. New Kernel release, rebuild the kernel. New KDE release, chase down and update all the dependencies. New Gnome release, rebuild the newest gdk, glibc, etc..

      I've been there, done that. I just want to use a UNIX based desktop where I can admin all my box, do development, and have major vendor/application support (Microsoft Office, photoshop, final cut pro, Shake, Logic, Cubase, etc).

      Sure on linux you CAN try to use GIMP, OpenOffice, and who knows what for video editing/sound, but it always feels like you're using a BETA application. Nothing on linux seems to feel like it's a professional COMPLETED application.

    2. Re:Simple answer by AstroDrabb · · Score: 1, Insightful
      There are just as many commercial applications for Linux as Mac. What is different is the TYPE of commercial applications. If you need audio/video stuff, then you will find more for Mac (you wil find far more for MS Windows). If you need server/Enterprise class applications, Linux beats Mac hands down. I personally need that latter and you need the former. So maybe for you Mac OS X is a better fit? That doesn't make it better then Linux, only better for you. The applications that I NEED to run just are not available for Mac OS X. I am not going to be childish and say Mac OS X sucks because of that. It just doesn't fit MY needs, just like Linux currently does not fit YOUR needs.

      From your post, it also sounds as if you didn't know how to use Linux. Linux is snap to admin/update/etc. Fedora uses yum or apt. I type one command and my system is updated. If I want I can use a gui app called synaptic to do it if I didn't feel like typing one small command line. Debian has had this power for many moons now. Dependency problems have been solved on Linux for quite sometime. Does Mac OS X update the majority of your applications for you or only Mac OS X? With Linux, one command updates my entire system.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
  42. Already done - it's called CHRP by morcheeba · · Score: 4, Informative

    The Common Hardware Reference Platform (CHRP, aka PPCP) was released many many years ago, but it hasn't really taken off. IBM did sell some of these systems, and the modern pegasos platform offers G3 & G4 processors.

    Here's some more technical info.

    p.s. mac sleeping is perfect - sleep and wake are quick, and network connectivity (even when roaming) is very fast.

  43. Just had my Baptism of Fire by Anonymous Coward · · Score: 0

    I just installed FreeBSD on an old but very common Toshiba laptop.

    After recompiling the kernel and a hell of a lot of mods I finally got the PCMCIA (not Pccard:the default in 5.2) Ethernet working. Then there was the PCMCIA trying to grab IRQ5 which stopped the sound. Certainly all simple fixes, but why in the world would you bother (unless you had to as in my case)? The internal modem still doesn't work properly.

    FreeBSD only support APM or ACPI, NOT Both at the same time...now that had me stumped for a while.

    MacOSX runs some really cool programs such as Photoshop and CorelDraw which have no Linux/BSD equivalent yet. Gimp is way behind and as for some of the "k" drawing progs...give them a few years.

    One thing in heavily in favour of Apple computer in general is the lack of variety of hardware in these systems which makes them less likely for "break". Same applies to the "BIG IRON" from IBM and Sun. Just for that alone Apple computers are a bargain and I'm certain Linux will run on them far better than it does on x86 computers.

  44. just bought a g5 by asv108 · · Score: 4, Informative
    I never really cared for Apple as a company or the "culture" that apple fans think they have, but recently I purchased a dual 2ghz G5 to replace my dual boot windows/gentoo pc at home. The main reason I bought the G5 was for audio, video, and photo work. The mac has some huge advantages there, but one of the main deciding factors was fink, the ability to easily install some of the oss packages I use everyday, was a big selling point.

    I still run linux exclusively on my laptop and in the office, and on just about any server I have a say over. Some people ask why install Linux on a ppc but a lot of oss apps don't run smoothly on osx even with fink. I've had a lot of problems, where running a full fledged distro seems to run pretty smoothly on the ppc.

    OSX is nice but if I was not running photoshop, garageband, or final cut, I would not have purchased a mac. I have a dual 2.8 xeon at work running gentoo that I prefer hands down over the G5 for coding, mainly for software reasons.

    I like the gentoo packaging system, everything is available through portage. With OSX, I feel like I'm running windows again because most of the software is shareware. Like I just paid $130 for isight, but I can pretty much only video chat with it by default. If I want to use it for a webcam, I need to pay $30. If I want to record video with imovie, I need to pay $50 for ilife.

    Another thing that bugged me about isight was the apple has hard coded the min requirements for the software. So if you plug the isight in to a 500mhz g3 ibook, it will not even attempt to work even though it could. I've never ran in to windows or linux software that will not even attempt to run if you don't meet the min requirements.

    so it turns out I can use the isight with the g3 500 ibook, but I have to spend another $30 for some shareware that removes the limit and lets usb cameras work for isight. So in total, it cost me $110 in software in order to get basic functionality out of my $130 fire wire camera.

    My debacle with the isight is classic case of why free software and keeping a separation between the software developers ands the company that makes the hardware, has a lot of value.

    1. Re:just bought a g5 by Lally+Singh · · Score: 4, Informative

      The iSight sends uncompressed video across the system bus. the G3 iBook can't push that much data. Others have hacked around the restrictions and made it work, only to be disappointed with uselessly low frame rates.

      And remember that 'iSight' and 'iChatAV' are different products. iSight == hardware, so getting USB cameras to work for the iSight would require soldering new ports into the back of your $130 video camera.

      --
      Care about electronic freedom? Consider donating to the EFF!
    2. Re:just bought a g5 by asv108 · · Score: 1
      the G3 iBook can't push that much data. Others have hacked around the restrictions and made it work, only to be disappointed with uselessly low frame rates.

      This still does not explain why it doesn't work at all, there is no reason it can't just pop up a warning and attempt to work. With my G3 500 ibook, I didn't any problems as long as I wasn't multitasking.

      iSight == hardware, so getting USB

      I wasn't trying to use usb cameras, it just turned out that the only way I could use my sight with the ibook is by purchasing shareware to override Apple's forced incompatibile that is designed to encourage people to buy new hardware.

    3. Re:just bought a g5 by Laplace · · Score: 2, Funny

      The best part about portage is when you start a big update, and say "hey, I'll do it overnight when I don't need the computer." Then you come to work the next morning and find that the third package install, which probably started less than 10 minutes after you left, has crashed or is waiting for user input. You can't beat a packaging system like that!

      --
      The middle mind speaks!
    4. Re:just bought a g5 by asv108 · · Score: 1
      What package in portage requires user input?

      I've had the occasional crash in portage but overall the benefits of portage far outweigh the occasional hickups.

  45. Wrong! by Anonymous Coward · · Score: 1, Informative

    http://www.terrasoftsolutions.com/products/apple/

  46. Re:ls -R | grep filename by optikSmoke · · Score: 2, Interesting

    I doubt locate would be as useful in that situation -- if you're doing an ls in only directory, the time difference will be minimal and the results more up-to-date than locate's. If you're doing a find over multiple dirs, on the other hand, then you'd probably have need to look for a faster solution (ie, locate) -- so long as what you're looking for existed the last time locate's db was updated.

  47. Why? by beforewisdom · · Score: 2, Insightful
    I run a PC with linux because I am into the whole free(dom) software thing.

    However I had a coworker who had a MAC OSX lap top. I was impressed. All the goodness of a nix shell, xwindows, plus easy-to-do everything MAC style.

    Given all that a MAC 0SX gives you I can't see why anyone would want to run linux on it.

    It would be like bringing bolagna on whitebread with you to a fancy restaurant you love.

    Steve

  48. It's perfect by Sarin · · Score: 4, Interesting

    I have a second hand 400mhz G4 powerbook. When OSX came out I tried it, but it seemed to run a bit too slow on the powerbook for me and watching a divx movie in osx was nearly impossible with quicktime.

    After a week I was fed up with it. I've been running gentoo linux on a lot of x86 servers, so I decided to make it a gentooppc computer - with a GUI for the first time.

    It took some effort at that time, since gentooppc was just starting, but eventually I managed it.
    I felt proud that it worked and it made many mac addicts give me strange but cool looks.
    Nowadays I run the 2.6 kernel and kde 3.2 and I must say it's perfect (only vga out is a bit of a b!tch with my graphical chipset): reliable and fast and all of the hardware is supported. I use it mainly for webbrowsing (konqueror), movies (mplayer), email (sylpheed-claws) and SSH'ing to other machines.

    Only one but, if you run linux on a non x86 computer, you don't have the nice Wine things, but on the other hand you can run DOS apps with Bochs (though terribly slow on my system).

    I won't swap if someone offered me a faster powerbook with OSX and I weren't allowed to reinstall my beloved linuxppc.

    1. Re:It's perfect by Anonymous Coward · · Score: 0

      Actually, you CAN use Wine on PPC Linux (so I gather - I haven't tried it). It uses the same Wine libs as the x86 version and uses QEMU to provide software emulation of the CPU to run ordinary x86 Windows binaries. I've never tried is, so I'm not sure how well it works, but I've heard that it does. QEMU is supposed to be quite fast too (it does translates sections of x86 code and caches the resulting ppc code).

  49. Try NeoOffice/J by amake · · Score: 2, Informative

    OpenOffice should run fine. It will also run with OSX using apple's X11, but not natively under Aqua.

    Actually, the current preferred implementation is called NeoOffice/J. It uses Java to make OO.o act much more like a native Aqua app. The GUI still looks out-of-place, but it supports native fonts and printing, standard OS X keyboard shortcuts, OS X's various foreign language input methods (like Japanese), double-clickable files, and is self-contained as a .app package.

    1. Re:Try NeoOffice/J by BorgCopyeditor · · Score: 1

      Preferred? It's beta, slow as hell, and still butt-ugly (as you acknowledge). Did I mention that it silently sets itself up as the default application for .doc, .xls, etc.? What a PITA! I hope that it's features will better integrate with OS X as you've mentioned, though I wonder whether it has to be Java-based in order to do that. It's got a looong way to go before it will be the "preferred" implementation. I'd rather see wxWindows made better (and a better fit with OS X).

      --
      Shop as usual. And avoid panic buying.
  50. Everything overpriced in Europe by Quietti · · Score: 1

    Guitars, computers, electronic parts... you name it, Canadians and Yankees have it cheaper than Europe. Why? Because just about everything in Europe is sold at full list price, also adding all sorts of levies and taxes on import of non-EU goods. By comparision, North America is used to have everything at discounts often approaching 50% of list price.

    --
    Software is not supposed to be about how to work around a useability issue. - Ken Barber
  51. locate on osx by lysander · · Score: 1

    Yes, osx has locate. It's updatedb gets run out of cron, but as I discovered for my powerbook, I keep putting it to sleep every night so it never ran. Running updatedb manually worked (of course), or one could always reschedule it.

    --
    GET YOUR WEAPONS READY! --DR.LIGHT
    1. Re:locate on osx by Von+Helmet · · Score: 1

      I thought the cron daemon checked for tasks that got missed when the computer was off, and ran them the next time it was on? I've read about it doing that, and I'm pretty sure that's what it's doing on my Fedora box...

    2. Re:locate on osx by AstroDrabb · · Score: 2, Interesting
      Cron is old and assumes that it is up all the time. You are thinking of anacron:
      rpm -qi anacron
      Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly, and monthly jobs (or anything with a period of n days), on systems that do not run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits.
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
  52. Re:The most compelling reason to do Linux on Mac.. by mindstrm · · Score: 1

    Mac-on-Linux is good...
    but it's essentially VMWare for PPC in principle.

    There are aspects of the PPC architecture that make this kind of thing easier and perform better.

  53. Re:ls -R | grep filename by Anonymous Coward · · Score: 0

    even if it does, anyone who runs ls -R | grep to find a file is a moron, and no unix user.

  54. Why bother? by czcxmag · · Score: 0, Troll
    I don't understand why anyone would bother running Linux on a Mac. For $99 you can purchase Mac OS X and get real live tech support for problems that (probably won't) pop up. There's a lot of technical reasons you should run Mac OS instead of Linux.
    1. PowerPC hardware, PowerPC operating system

      Linux has its origins on IA32, Intel's 32-bit architecture. Every platform Linux has migrated to since then has been beset with porting problems -- Linux runs 32% more efficiently on Intel than PowerPC. This is very telling as PowerPC is in general much faster per clock than Intel. Somewhere in the translation from PowerPC to IA32 something got lost.

      Mac OS is 100% native for PowerPC. The Mach kernel has been optimized for the G3, G4, and 970 since Apple began writing the operating system back in 1996. Why choose a hacked and kludged OS from another platform when you can have an environment tailor-made for the system you'll be running it on? Mac OS certainly isn't plagued by same driver problems Linux is (in)famous for.

    2. Control over the source code

      In Linux, the development model is highly irrational: anyone is allowed to submit patches, and one man (Linus Torvalds) sorts through gigabyte after gigabyte of amateurish code, attempting to integrate it into the kernel. Apple's model is much more modern and decisive: the code for the low levels of Mac OS is available for anyone to download and modify, while the more complex parts of the system (QuickTime and OpenGL) are kept closed-source so those that know better -- the Apple programmers -- are the only ones allowed to tinker.

      The results because of these differing development models are clear. Apple released a major update to the OS once a year, and releases about five minor updates to the OS, as well as several dozen security patches and driver updates, in the interim. Since March of 2001 we've gone from 10.0 to 10.2.5, while Linux was still stuck at some sort of bizarre "in-between" 2.5 kernel patch and wouldn't move on to 2.6 until well after Apple had released Mac OS 10.3.

      It's not hard to see the difference here is a bunch of kids playing with source code instead of doing their homework vs. highly qualified professionals pushing their skills to the limits. The Mac OS user benefits.

    3. Graphical user interfaces

      I don't even think I have to touch on this. While Linux offers several GUIs from GNOME, KDE, and Enlightenment, Apple offers only one. But here we have a case of quality vs. quantity. Apple controls the GUI for its operating system while anyone can hack and modify the various Linux GUIs as they please. This has led to a lack of desktop standards and a whole lot of bickering and flame wars over human interface guidelines. Most of the GUIs for Linux are simply poor knock-offs of the Windows 95 interface.

      Apple's Aqua and QuickTime graphical interfaces are faster, more elegant, and very consistent. A Mac user can sit down at any Mac and (assuming someone hasn't installed Linux) get right to work. With Linux, it's hit or miss as to whether the user will know what to do when he logs in! Getting work done is the most important aspect of a computer. After all, it is just a tool. Linux fails in this area miserably you're forced to edit and tinker and kludge and hack to make things perfect. A Mac allowes you to just sit down and roll up your sleeves and get some work done. I don't have time to play at my job.

    4. Software!

      I've used Linux before and the headache of downloading drivers and libraries and making sure the versions all sync up are too mucvh to handle, especiallly considering one has to compile these applications. On a Mac, I mount a disk image and drag the .app file to /Applications, and I'm done. Hell, most software for Mac even installs it there for you.

    To put this last point in perspective, let's look at a recent task I performed under both Linux 2.4 and Mac OS 10.2.

    Sendmail and sshd were both cracked recently and needed updated. The guys who code

    --
    If you disagree post, don't moderate.
    1. Re:Why bother? by Swedentom · · Score: 0

      1. open System Preferences's Software Update Control Panel
      2. hit the CHECK NOW button
      3. hit the INSTALL button
      4. wait for Mac OS to download, install, and optimize the updates


      Actually, Panther has Software Update right in the Apple menu, so it's only three steps. :)

      --
      Sig Nature
    2. Re:Why bother? by GeorgeWright · · Score: 2, Insightful

      Well done on copying that from Trollaxor's site - I've seen this before. However, I shall reply to each of these points as if they were your own, in the hope that I may enlighten you..

      1) True... to an extent. Why run software on PowerPC that did not originate on PowerPC? So, let's get rid of Microsoft Office v.X, the Mach microkernel, most of OS X's userspace utilities... They originated on Intel CPUs (mainly), so what are we using them on PowerPC for? Also, please note that Apple did *not* write Mach - it was developed at Carnegie Mellon University... on ia32.

      2) How is Aqua/Quartz more complicated than Mach? Mach is the core of the OS - if that goes wrong you're screwed. If Aqua goes wrong - no problem. You just fall back to a text console. If Apple *could* make Mach closed source - I bet they would. Unfortunately, because they didn't write it, but instead just borrowed Mach from a university, it must remain open source. Hence why it is open. Aqua/Quartz is closed because *they wrote it*.

      And Linus Torvalds may sift through a few dozen megabytes of patches a day, but that's what his job is. He works full time on Linux. He does not have any other job at the moment. Neither does he have to "attempt to integrate it into the kernel" - the patch is simply a patch - he just okays it and it goes in. Please also note that if Linux and open source wasn't here, Apple's OS X wouldn't exist.

      3) This is precisely where Linux's advantage for both power users and newbies is; power users have the option of *completely* changing the GUI - something you can not do in OS X. Newbies use the default GUI, such as KDE or GNOME, which are just as good as any other GUI. Of course, people have their preferences.

      And Aqua is much slower than X11. Neither does it have any of the really useful features that X11 has, such as network transparency.

      4) True - this is probably Linux's major weakness, but distribution vendors such as Mandrake are making this much less user-centric and automating the process instead.

      Regarding the sendmail stuff, it's your decision to have decided to compile the stuff from source. If you were running a decent distribution, such as Debian, then just a simple apt-get command would have done it all for you, in much less time. And don't say "oh, but any normal user wouldn't know about apt-get", because no "normal user" would want to patch sendmail/ssh because of security issues.

      I use Linux on two PowerBook G4s - a 667MHz rev B and a 1.25GHz 15" Aluminium - and it's much more useful, and snappy, than OS X ever was.

      George

      --
      George Wright
    3. Re:Why bother? by Anonymous Coward · · Score: 1, Insightful

      (1) Office v.X, unlike previous versions of Office for Mac, was written from scratch using Carbon and Mac Toolbox APIs--it's not just a port. As for Mach, you may be unaware that Apple's current Chief Software Technology Officer, Avie Tevanian, was the principal designer of Mach while he was at CMU. His name still appears all over the place in the Mach sources.

      (2) Contrary to what you imply, Apple has chosen to release a lot of code under the APSL that they could, technically and legally, have kept closed. Rendezvous is one example. The Darwin Streaming Server is another biggie.

      (3) Linux gives me a choice of 10,000 mediocre UIs. Meanwhile, OS X comes out of the box with one fantastic UI, and if I don't like the way it looks, it's skinnable with free third-party tools.

      (4) You conceded this point.

      Everything I've said here is true to the best of my knowledge. Please correct me if I'm wrong.

    4. Re:Why bother? by Maserati · · Score: 1

      A quibble on point one. Mach was indeed written at Carnegie Mellon by Avie Tevanian. He went on to be VP of Software Engineering at NeXT and is now Chief Software Technical Officer at Apple.

      So everyone who hates Mach can resign themselves, Apple isn't switching anytime soon.

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
    5. Re:Why bother? by MoneyT · · Score: 1

      On point 3, you can replace the GUI for OS X fairly easily. For a while, I had replaced the original finder with 3DOSX And by replace I mean I moved the finder app out of the system library and replaced it with 3DOSX so that was all that ran. There are also plenty of sites that can tell you how to run KDE or Gnome or any number of other GUIs by default in OS X

      --
      T Money
      World Domination with a plastic spoon since 1984
  55. Two big problems by leandrod · · Score: 2, Informative

    Java and Flash plugins. In Brazil it is nearly impossible to find a job or use a bank in the Web without them both.

    --
    Leandro Guimarães Faria Corcete DUTRA
    DA, DBA, SysAdmin, Data Modeller
    GNU Project, Debian GNU/Lin
    1. Re:Two big problems by Anonymous Coward · · Score: 1, Informative

      Java works fine on ppclinux. Flash doesn't (though you can get gflashplayer to work with qemu) but than I wouldn't trust a bank that requires me to use flash when doing my banking stuff.

    2. Re:Two big problems by Sarin · · Score: 1

      Flash works with Qemu: http://forums.gentoo.org/viewtopic.php?t=117774&hi ghlight=flash

      Java works with IBM java or Blackdown java

    3. Re:Two big problems by leandrod · · Score: 1
      > Flash works with Qemu

      Emulation? Thanks but no, thanks. Haven't a dual G5 to spare. Just a lowly 366 MHz G3 iBook.

      > Java works with IBM java or Blackdown java

      Java yes, but not its Mozilla plugin. I've heard people saying got it working, and even followed a HOWTO or two, but still nada.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
  56. What I want on my Mac... by LittleLebowskiUrbanA · · Score: 1

    Konqueror. That's it. Split view and tabbed browsing, flawless (compared to Finder) SAMBA browsing, better font rendering...
    There's a couple of other nice-to-haves like Gnucash and Bluefish but once I finally get Fink to stop bitching about XFree86 being already isntalled I should be good w/ those.

  57. Re:What the feck? by XO · · Score: 1

    Although obviously this person was actually trying to be flamebait, from the comments at the end (anti-americanism??), every point made is true.

    --
    "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  58. Re:What the feck? by boudie · · Score: 1, Informative

    I wouldn't go getting too patriotic there, don't forget that they basically "stole" the entire underlying system (frebsd==darwin). Not exactly stolen in the legal sense, more in the sense of using something that someone else develops. Anyone know how much they pay SCO?

  59. I have a powerbook... by Espectr0 · · Score: 3, Insightful

    ...and don't see an incentive of using Linux. Most of my linux apps have been ported to osx , some with cocoa gui and the works, like xchat, wget, etc.

    And there isn't an nvidia driver for linux/ppc.

    So really, why use Linux here? I even have fink if i need some gnu/linux stuff.

    I wouldn't even know how to install linux here, because i would need to repartition and don't want to lose data.

  60. Speed Speed Speed by jone1941 · · Score: 5, Interesting

    One of the things that people have been saying with each iteration of OS X is that it is getting faster and faster. While this may be true, they still have a long way to go. I recently tried out a gentoo live cd on a friends 600MHz G3 iBook, and I was blown away. In OS X 10.3 the iBook feels responsive, but it is clear that a fast G4 or G5 would fair a great deal better. Under Gentoo running gnome 2.4 this computer was sickeningly fast. It felt almost as fast as my Athlon XP 2500. I was amazed at how much this little 600MHz G3 was capable of. If you are looking for a reason to use Linux over Mac OS X, look no further than getting to utilize the performance your system is capable of.

    I know I know OS X is a more modern os blah blah blah. People used to say (maybe they still do and I just ignore them) the same thing about java, it is a more modern language and all of it's advanced capabilities are too much for todays computers. The end result? Very few modern GUI apps are written in java. I say the same thing for OS X, just because it uses a somewhat new concept for GUI (pdf-based) doesn't justify it's cripplingly slow speeds. I for one would rather have a fully functional GUI that doesn't make a decent processor suck wind every time I try to resize a browser window, than have the prettiest antialised interface. For the record I personally find gnome 2.4 with the ximian industrial theme quite pleasing to the eye. Just my $0.02.

    --
    Fear trumps hope and ignorance trumps both
    1. Re:Speed Speed Speed by easter1916 · · Score: 1

      I have the same model iBook with 640MB RAM and OS X Panther flies on it. Just two weeks ago I upgraded the HDD to a 5400RPM 60GB drive and that gave another nice bump over the Apple-supplied 20GB 4200RPM drive. I'm not sure why you're seeing OS X perform so sluggishly on that machine...

    2. Re:Speed Speed Speed by jone1941 · · Score: 1

      It's not so much that it is sluggish, it is responsive. However, in contrast, linux feels as fast as OS 9 without any stability issues, and a much more modern interface. Do you have the 600MHz model that has a Quartz Extreme capable graphics card(radeon)? My friend doesn't and I have a feeling that might be the cause for some of the speed issues.

      In any case, I really do recommend trying out a live cd, it was a total wake up call to me regarding the 'real' capabilities of that 600Mhz G3.

      --
      Fear trumps hope and ignorance trumps both
    3. Re:Speed Speed Speed by narratorDan · · Score: 1

      Yes, the lack of a QE (Quartz Extreme) graphics card will degrade the performance of OSX. Being unable to offload all the QE effects forces OSX to do it.

      That being said; I have OSX Panther on two machines that are both "Unsupported" An older PowerMac 9500 and a more recent G3 (beige desktop.) I have the same graphics card in both (ATI Radeon 7000) but QE is only enabled on the PM 9500 and in graphics tests it scores much higher than the G3 which for some reason will not enable QE.

      NarratorDan

      --
      "If you're not confused by quantum mechanics, you really don't understand it." - Niels Bohr
    4. Re:Speed Speed Speed by kalinh · · Score: 1

      I completely agree with your observations. OS X is usable, quite a bit more so with quartz extreme, but GNOME absolutely flies on similar hardware. Even just closing applications, or waiting for a dialog box to open is just unbearable on Aqua after a steady dose of GNOME.

      --

      Metamuscle.com - News in the Iro

    5. Re:Speed Speed Speed by easter1916 · · Score: 1

      No, no Quartz Extreme -- this is a two-year old iBook with a weak little 8MB Rage chipset. OTOH, I don't do much graphics-intensive work at all -- mostly just development using Eclipse. I'm getting a 17" Powerbook G4 in a week or so, so I will see the difference then. I did try YDL on the iBook shortly after I got it -- but reverted to OS X because, well, I just liked it better. Linux was definitely more responsive, but the arrival of Panther has narrowed the gap quite a bit.

    6. Re:Speed Speed Speed by shamino0 · · Score: 1
      I wonder how much of your observations are application-based.

      For example, I've been bothered for a while about the long time to launch Mozilla. Trivial things like saving images to disk would result in a "beachball" for several seconds, whereas the Windows version would run incredibly fast.

      Then last night I installed FireFox and found that those problems went away. Really fast launching, and no beachballs.

    7. Re:Speed Speed Speed by kalinh · · Score: 1

      I was curious about the same thing. The frustrating thing is that the applications I find beachballing are Apple applications. Safari, iTunes, Quicktime and most often the Finder, are the biggest culprits. MS Office X is also horrendous for it's responsiveness and he fact that file name lengths are limited in Carbon apps is a ui nightmare when it comes to sharing files with Windows or Linux users (not Apple's fault necessairly, but still a fly in the ointment of an anointed Mac Zealot).

      I will agree that OS X handles things fairly well when you are only doing one thing at a time. But if you have, for instance, 5 finder windows, 8 safari windows, acrobat, mail.app, and 5 terminals you start to have problems, serious ones. This is with 640 MB of RAM on a G4 933 ibook. I routinely have around 3 times this many apps open on a GNOME desktop with 256MB of RAM and an 800Mhz Duron and it simply screams in comparison.

      --

      Metamuscle.com - News in the Iro

    8. Re:Speed Speed Speed by shamino0 · · Score: 1
      I will agree that OS X handles things fairly well when you are only doing one thing at a time. But if you have, for instance, 5 finder windows, 8 safari windows, acrobat, mail.app, and 5 terminals you start to have problems, serious ones. This is with 640 MB of RAM on a G4 933 ibook. I routinely have around 3 times this many apps open on a GNOME desktop with 256MB of RAM and an 800Mhz Duron and it simply screams in comparison.

      I guess this is a YMMV case.

      On my Mac (dual 1GHz G4, 512M RAM), 10.3 has never given me those kinds of problems. At any given time, I am typically running:

      • AOL Instant Messenger (or occasionally iChat AV)
      • Mozilla (primarily for mail)
      • FireFox or Safari - usually with one window, but several tabs
      • Emacs (for text editing and reading news)
      • iTunes
      • One or two terminals
      • iPhoto, Acrobat Reader, Preview, GraphicConverter, AppleWorks and FileMaker launched and quit as necessary.

      One possible difference: I assume you shutdown or suspend your iBook when you're not using it. I leave my G4 tower running 24/7. I know that there are a few cron jobs that OS X runs. Since anacron isn't pre-installed, these jobs won't run if the computer is off at night. Some people have reported performance improvements by allowing these to run (by installing anacron, or by manually running the scripts from time to time.)

      The scripts are:

      • /etc/daily
      • /etc/weekly
      • /etc/monthly
      Run them from a root shell (or via sudo).

      But all that being said, you are right that Linux does perform more efficiently. My dual-200MHz PPro PC (192M RAM) running Linux with a stripped-down fvwm2 window manager usually gets comparable Java performance using Sun's JVM package and Mozilla.

  61. Older macs love it by Perdo · · Score: 4, Insightful

    I have a All in One G3, 250mhz G3 w/768 mb of ram.

    OS X runs OK on it but Yellow Dog, in addition to providing a modern browser for the platform, etc., just flat flies on the machine.

    Resize a window on an old machine running OS X and you will know the pain of having a kick ass OS that is unusable in normal circumstances.

    Linux provides older macs with a modern OS without the bloat.

    As for hardware support, at least using YDL, the volume control on the old AIO is functional while on OS X it is broken.

    YDL also fits nicely on my 1Ghz G4 flat panel imac although it does not provide any additional functionality that is not already available through OS X.

    --

    If voting were effective, it would be illegal by now.

  62. Eat your dog food: server mode (power) by Anonymous Coward · · Score: 3, Interesting

    OK, someone who uses Linux on the Mac, answer this for me: how the hell do you make it come back on after the power fails? In OS 9, this is called 'server mode'. OldWorld machines have a way to enable it by catting a few bytes at /dev/adb.

    Nobody has a way to do this on anything newer, which means something like FOUR YEARS worth of machines (or more!) can't reboot when the power goes out and then comes back on.

    Linux on the Mac is nothing more than a toy until someone can figure out how to set the server mode flag. I don't care if I have to run it in my boot scripts. As long as it works I will be happy.

    Until it exists, I know that nobody is really using Linux on Macs for anything important, since all their machines would stay off the first time they lost power (including draining a UPS)!

    Yes, I'm bitching, and no, I'm not trolling. I've done a lot of work with Linux and a G4, and this has been pissing me off the whole time.

    1. Re:Eat your dog food: server mode (power) by 0xfc · · Score: 1, Informative

      I work for an isp.

      The colo customers who use apple hardware at our old facility never had this problem. Plus on our wired racks must be an apple machine from each era. Some really old ones too!

      The old facility had occasional power losses and many apple hardware users do not have a UPS large enough to last more than 7+ minutes.

      We never recieved a call from them to turn it back on. Matter of fact I rarely see apple hardware colo customers. Their computers just run, are not hacked easily, and they pay their bills.

      I wish more of the colo customers used apple hardware.

      Btw, our facilities have improved.

  63. Why upgraded Macs run slow. by Anonymous Coward · · Score: 3, Informative

    I've installed Debian on numerous Macs upgraded with accelerater cards(powerlogix, newertech, etc.,) and the one thing you must remember is to enable your backside cache by setting the correct l2cr on the boot prompt. Most g3 cards can be handeled correctly with the BootX utility to enable the backside cache then checking on the backside cache in BootX. However G4's are another matter. The only way I've managed to enable the l2cr is manually putting it on the boot prompt line since BootX only handles G3s backside cache corectly. Another thing about setting the backside cache on G4s is finding the correct init mask for the l2cr, they are not all the same. You have to do some heavy googling to find the specific value for a specific card. But once these values are found, my upgraded old powercomputing machines, espicially the 60mhz boards perform extremely well with linux. Also many of the problems with XFree86 server can be overcome by using the fbdev. You can even use dri with it.

  64. Should be "A Power User's" by Anonymous Coward · · Score: 0

    The title should be "A Power User's Look at Linux on the Mac." The way it's incorrectly written now is confusing and it took me a moment to parse it.

  65. Depends on usage, really by Anonymous Coward · · Score: 0

    After many years of using Macs under OS9, I finally caved and bought a powerbook. A Wallstreet G3, off eBay, just after the Bronze Keyboards came out. Dead cheap, specced to kill all the PC portables out at the time, and with 2 batteries, a perfectly usable mobile office.

    I _didn't_ buy it to run OS9. OSX wasn't out. I bought it as a portable unix workstation. Linux machine, with ethernet, pcmcia, scsi, irda, all the stuff that was good at the time, plus a belkin USB adaptor.

    It was my developer machine for the longest time, and I still have it.

    However, much as I love linux, when OSX came out, I did a tentative migrate and never went back. Even 10.0 was a better and more stable user experience, and the tools were largely the same (gcc, emacs, blah blah)

    I have since got myself a G4 TiBook (400 Mhz model) which runs 10.3 just fine thank you. I may migrate the G3 back to linux via gentoo, but for the moment it's running 10.2 quite happily and my wife uses it almost full time.

    However, my old 9500/200 is running gentoo, and works very happily as a server. I'd migrate the Beige G3/233 (currently running MacOS9) back to linux if I could pry it from the kid's hands....

    Oh, and I have an SE/30 running netBSD. Hah!

    Basically, what I'm saying is this.

    To make a server or usable workstation from one of those _very_ cheap older macs that can't handle OSX, linux is great. The older macs are awesomely specced for their age, reliable, well supported, and just plain nice to work with. Plus with maconlinux, you can run your os9 apps as well.

    But if your hardware can do it, OSX is a better alternative. Really. It's not like you can't compile, for example, gimp for OSX, is it?

    Simon

  66. Obviously you haven't used OS X on older hardware. by solios · · Score: 5, Interesting

    Try Jaguar on a 7300. Or Panther on a 9600. Or even Panther on a beige G3. For those of us who love Apple hardware, can't afford gear more recent than four years old, and want to get some UNIX out of it, Linux just blows OS X right out of the water.

    Linux doesn't care about my video chipset. X11 DEs don't require 32 megs of VRAM. Linux runs inside of 128 megs of physical memory without difficulty. Fluxbox is just as responsive as OS 9 on the same hardware- something OS X still can't claim.

    All that and here's the bag of chips: The Debian "Software Update" (apt) updates EVERY APPLICATION ON THE SYSTEM. Compare to OS X, where I get my Apple updates through SWU and have to download and install Adobe updates, new builds of BZFlag, new versions of Quicksilver, etceteras myself.

    Not to say I don't have issues with various packages, but dear GODS Linux is far more useable on older hardware than OS X. On a general level- quality of applications and userland are a slightly different matter.

  67. Re:The most compelling reason to do Linux on Mac.. by oniqPL · · Score: 0

    Except that Mac-on-Linux is free. Forever. And you can run it on any PPC based hardware, not just an Apple. So if you got some other PPC hardware, like the Pegasos, you can boot OS X in a window within Linux. You won't be able to boot said OS X without being in Linux, so its a great alternative.

  68. Re:What the feck? by Anonymous Coward · · Score: 0
    Trolling? Only if you are a Lin-sux user with his or her head in the sand. The vast majority of Linux use outside of the USA is done for purely anti-American reasons. Simply so that they can say they are not using an "american" operating system., or simply so that they can avoid paying American companies money for superior systems. A typical euro-idiot kind of thing to do.


    OS X of course, is the greatest OS in history, but Windows XP is also far far ahead of Linux technologically speaking. Either system is an excellent choice for desktop use, and yet France, Germany, Russia, China, etc all seem to be going with Linux. It is no co-incidence, I think, that those countries populations are the ones you generally see on television shouting anti-american slogans and their governments are the ones who are screwing America over time and time again through the united nations. In fact, I would say Linux is the united nations of software. Useless, bloated and over hyped by moralizing anti-American losers.

  69. Not to stir the pot.... by otis+wildflower · · Score: 1

    .... but IMHO KDE (DCOP, Qt) comes closest to the whole OO-interface thing in a usable way.

    Or maybe I'm just too easily impressed with Liquid, KHotKey and KDCOP?

    (and for whatever reason, Apple's Lucida Grande TTF looks better in KDE apps than Xft-compiled Mozilla (but not as good as in OSX) ;)

  70. You must be using a G4. by solios · · Score: 1

    I have a powerbook g3 (pismo, 640 ram) and OS X takes so long to wake up from sleep that, well.... I never sleep the machine. Especially since the applications I run - Photoshop - take a veeeeeeery LONG time to pick up where they left off when sleep cycled. :|

    Nothing quite like watching your battery meter slowly decrease while Photoshop SPODs..... and SPODs..... and SPODs.... :-/

    1. Re:You must be using a G4. by noewun · · Score: 2, Informative
      My Pismo wakes from sleep almost immediately. The only difference I can see with your posted specs is that I have a full gig of RAM.

      I get much more annoyed when I see Photoshop eating up 10% cpu when it's just sitting there doing nothing.

      --
      I am a believer of momentum and curves.
    2. Re:You must be using a G4. by TClevenger · · Score: 1

      My Pismo (G3/500, 640MB RAM) goes from lid opening to screen saver password prompt in less than five seconds. I only restart it once a week or less, and that's by choice.

    3. Re:You must be using a G4. by Anonymous Coward · · Score: 0

      Curiosity:

      Are you mounting any network shares? I've found that my PowerBook G4 (1.25 GHz) can take minutes to wake up from sleep if I left a shared volume mounted and it's no longer available. If I remember to disconnect the shares before sleeping, it's always a couple of seconds max to wake up. Apple really should fix this, especially when so many of their machines are portables. There's just no excuse for tying up the whole machine just because a network drive isn't available. I had hoped they'd fix this in 10.3 but they didn't.

      But enough ranting. Other considerations: What version of the OS? Upgrade install or Erase/Archive? Any other hardware you have attached to the machine? As others have posted, your case seems out of the ordinary. I have to wonder if it's something mentioned here. Of course, Apple should fix it so that these issues don't matter, but that's getting into a rant again...

  71. Linux on Sparc by mopflite · · Score: 5, Interesting

    Linux on Sparc is the real untold story. The installation of Debian unstable on an unused Sun Ultra 5 has been a recent revelation, and given the prevalence of such hardware sitting unused in many locations, represents a low (or no, if one carries out an ftp install) way of recycling such hardware to make it truly useful. The Sun Ultra 5 recently rejuvenated in this way is running much faster than it ever did using Solaris 7 or 8, and also has none of the compilation/compatibility problems which beset Sun desktop users who don't have Sun's own (expensive) compiler. apt-get install - could life get any easier?

  72. yellow dog on an old imac by tuxx1620 · · Score: 1

    I've been running yellow dog linux on my old rev c imac for a couple of years now and it rocks. right now i have yd 3.0.1 and its way faster on that old hardware than os x. the only time i even bother booting into os x is if i want to run a mac specific program. i say why settle for apples half assed unix, when you can have the real thing that works way better

  73. Right you are, but! by solios · · Score: 1

    I feel I should clarify the OS 9 directory structure. :)

    While the parent poster has done an excellent job of detailing the geneology of /Applications, /Library and /System, you might have noticed "Applications (Mac OS 9)", "Documents", and "System Folder" on the root disk of new macs. Those belong to the Classic Environment. As do "Desktop Folder" and "Temporary Items", which OS X refuses to hide for some reason- a fact that can make browsing shares on an OS X server kind of >. at times.

    UNLIKE unix, you can move all that stuff that belongs to Classic into a folder and smack it somewhere- like ~/Documents/Classic if you want to keep it all to yourself. You might have to repoint where it launches from in the System Preferences, but beyond that, Classic doesn't care.

    1. Re:Right you are, but! by grahamlee · · Score: 1

      OK, here's something I haven't tried: if I create another System Folder (not that I particularly want to, I'm just curious about the ins and outs) do I have to 'bless' it in that strange OS <= 9 manner? Or can Classic.app (MacOS.app on Rhapsody boxen) deal with that?

    2. Re:Right you are, but! by solios · · Score: 1

      If you duplicate a system folder, it should be automatically "blessed". The easy tell is Startup Disk- it shows all valid bootable operating systems.

      Pretty odd to see 7.6.1, 8.1, 8.6, fifteen different iterations of 9.2.2, and 10.2.4 client when I went to change startup on a server I was using for data collection. o_o

  74. Here we go again... by UncleRage · · Score: 2, Informative

    I've been a Linux on Mac supporter for awhile... as I'm sure a few people are annoyingly aware. So let's make this simple, eh?

    Not everyone has OS X ready (or practical) hardware. And of those, many are simply sick of OS 9 (and earlier) OS options.

    Look, I try and keep moderately up to date, but with multiple systems it's not the easiest (financially) thing to do. My PC stays current, but my Mac's don't. My old G4 400 runs OS X and is the backbone of my sound studio (runs OS X), my G3 (Lombard) laptop however, blows chunks under the strain of OS X. So, what're my options? OS 9? Please... No, it runs YDL 2.3 and is a very usable, very stable, very powerful Linux based laptop. And by the way... the great Apple support you're talking about is the same support that drops paying customers between the cracks every few years (Lombards, Yikes, 603e's, etc...).

    Also, not everyone throws systems away just because it's reached the Manufacturer's end of life estimate. Man, I've got several old pre- G3 Mac's that are very useful... as file servers, MP3 servers, web appliances, etc... primarily because they run Linux.

    Also, running Linux on a Mac is no different than running Linux on x86. Some people do it because they can. Why not direct a negative anti-Linux post towards Windows users? Afterall, all of your arguments would be just as (in)valid there... Why use Linux when you can run XP?

    In short... just because you don't like the idea of people trashing their Mac with a non Apple created OS doesn't mean that people will stop. Some of us use multiple OSes because we like to tinker. Some because we want to continue to have a usable product even when the manufacturer would really prefer us to spend another $2000. Who knows, maybe a few people even use Linux just to tick you off.

    Silly thought, huh? About as silly as firing off a post telling other's why you believe it is pointless for them to do what they wish with their machine.

    Heaven forbid anyone has an enjoyable learning experience from a piece of equipment without someone else getting an endless stream of royalties.

    -------
    rage

    --
    #SickNotWeak
  75. bitch, bitch, bitch. by solios · · Score: 1

    You know, doing some reading on what hardware worked with the iSight before you bought it would have saved you a chunk of cash. Plenty of CHEAP webcams work with OS X and iChat A/V- and since most webcams are USB, then they'll work on the iMac and later.

    Then there's the fact that iMovie comes installed on G5s. Already. You only need to pay for iLife if you're upgrading and/or you want something like Garage Band. If I have to shell out fiddy bux for it, why does it keep showing up in software update? :-)

    1. Re:bitch, bitch, bitch. by asv108 · · Score: 1
      You know, doing some reading on what hardware worked with the iSight

      My point is that the iSight can work with lower hardware, but Apple has a limit enforced in the software to encourage people to upgrade.

      Then there's the fact that iMovie comes installed on G5s.

      If you want to import video directly from the isight in to imovie, you need imovie4, which comes with ilife.

  76. Re:Obviously you haven't used OS X on older hardwa by grahamlee · · Score: 5, Informative
    Try Jaguar on a 7300. Or Panther on a 9600. Or even Panther on a beige G3. For those of us who love Apple hardware, can't afford gear more recent than four years old, and want to get some UNIX out of it, Linux just blows OS X right out of the water.

    I have Puma on my 8600 and Jaguar on my Beige G3, atm. Have a look at X Post Facto.

    Linux doesn't care about my video chipset.

    If you want to run X11, then yes it does. Have a look at /etc/X11/XFree86Config-4 on your Linux box. Now go and install X11 on Darwin, and look at the same file. Oops! It isn't there. That's right; it doesn't need you to tell it what blinking graphics card you have, it can just ask the kernel.

    The Debian "Software Update" (apt) updates EVERY APPLICATION ON THE SYSTEM.

    Only if you only install Debian packages. As soon as you install something from another source, you have to maintain it yourself. Just as you would on OS X.

    OS X also has the benefits of being a BSD: no ugly klunky SysV init, a classy signal handling mechanism, and Ceren. But it's a ++BSD; have a look at the System Starter. Marvel at the way you can compile a single binary that will run on multiple architectures. Drool over the dynamic loader. Whimper in awe at the Mach threading system.

  77. PARENT TEXT IS FROM A TROLL SITE by imroy · · Score: 5, Informative

    Oh look, you're just regurgitating a pre-written troll from a troll site. Go away, troll.

  78. Re:Obviously you haven't used OS X on older hardwa by noewun · · Score: 1
    can't afford gear more recent than four years old

    For the record, my Pismo (Powerbook G3 Firewire) is four years old and runs 10.3.2 just fine. Other machines introduced in 1999, like the B&W G3s and the first of the G4s, are perfectly capable of running the latest version of OS X. Thee 9600 was discontinued in 1997, and I'd imagine that a 97-era PC running XP would have some problems as well.

    --
    I am a believer of momentum and curves.
  79. Re:Obviously you haven't used OS X on older hardwa by solios · · Score: 1

    My Pismo is four years old and runs 10.3.2 like a slug on ketamine. I don't suppose you make a living in Photoshop?

    I keep my Pismo in 9.2 and use an older version of photoshop simply for the speed benefits over using PS 7 or CS in OS X on the same hardware.

  80. Macintosh IRQ system by MarcQuadra · · Score: 4, Informative

    The Mac has been 32-bit since day one, the 68000 8MHz CPU. I don't know if that's why, but the Macs have a LOT of IRQs, one for every device, and MANY more to spare.

    My IDE is on IRQ 26 on my Mac, and USB is 28, I don't know what else is in there, but I'm pretty sure the Mac has 255 IRQs and there's no sharing.

    This is why hardware for the Mac is so much easier to plug-and-play.

    Do you realize that even on modern PCs there's only 8 IRQs? There's another 'cascade' interrupt device that provides IRQ 9-15.

    --
    "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    1. Re:Macintosh IRQ system by rixstep · · Score: 0

      The Mac has been 32-bit since day one, the 68000 8MHz CPU

      Bullshit, Mr Expert. Check again. The 68000 is 32/16.

    2. Re:Macintosh IRQ system by Roydd+McWilson · · Score: 2, Interesting

      Do you realize that even on modern PCs there's only 8 IRQs? There's another 'cascade' interrupt device that provides IRQ 9-15.
      That's only by default when you just start booting up. The OS is supposed to enable the IO-APIC, which I believe gives 32 interrupts. Unfortunately, some boards don't implement it correctly, some (typically low-load) devices still use the XT-PIC, and some devices still do share interrupts (probably due to the PCI scheme of assigning the same interrupt to multiple slots; my USB and AGP unfortunately seem to be like this).

      --
      THE NERD IS THE COMPUTER.
    3. Re:Macintosh IRQ system by MarcQuadra · · Score: 2, Informative

      it's 32/16, so the CPU is 32-bit, and the memory bus is 16 (I thought it was 32/24, but whatever). Today's CPUs are 32-bit with 64 or 128-bit memory, it doesn't make them 128 bit cpus.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    4. Re:Macintosh IRQ system by MarcQuadra · · Score: 1

      Maybe they're supposed to to that IN THEORY, but in practice I've never seen a PC get beyond IRQ15. Unless there's something masking where the IRQs are really being routed, I think you'll find this is the standard.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    5. Re:Macintosh IRQ system by ameoba · · Score: 1

      generally, you only see the more advanced IRQ controllers on higher-end hardware (think big SMP boxes) but it's becomming more common on consumer hardware.

      --
      my sig's at the bottom of the page.
    6. Re:Macintosh IRQ system by Anonymous Coward · · Score: 0

      You are living in the 90s, man. Every single Pentium 4 board ever made supports APIC, as does every SMP-capable Intel mobo going back to the Pentium Pro.

    7. Re:Macintosh IRQ system by tonywong · · Score: 2, Informative

      The 68000 has been 32 bit addressing from the beginning with a 16-bit bus, but the Mac system was 24-bit addressing in the beginning. The system wasn't 32-bit compliant until the high system 7's. Remember Connectix used to have a 32-bit init/cdev that cleaned things up for ill behaved apps? That's because the unused 8 bits were padded by developers looking eke out every bit of performance out of the 68k series. That and self modifying code were the legacies that plagued mac software compatability as they moved from 68000 -> 68040 (eventually).

    8. Re:Macintosh IRQ system by MarcQuadra · · Score: 2, Informative

      No, you've got it mixed up. The CPU has ALWAYS been 32-bit, the 68020 is 32-bit, the the 68000 is 32-bit. The CODE was 32-bit, system 4 was 32-bit, Macs have been 32-bit since day one. What changed, and I was running several Macs back during the Mode32 stuff, was the memory addressing system. The 68000 was a 32-bit CPU with a 24-bit memory addressing capability. A 16-bit address would be limited to 32Kilobytes, 1/4th the original Mac's RAM. 24-bit addresses limit memory to 16MB, several Macs were under that because of physical limits.

      Macs until the II series were 32/24 CPU/ADDY, several macs in the '030 series needed 'help' from either an extension or patch to 'realize' that they had 32/32 hardware. The SE/30, IIRC, can address up to 4GB RAM, but much is reserved for I/O and physical limitations peg it WAY under that.

      After that we've been using 32/32 for everything. The bus width of SDR memory is 64-bit, but the addressing is 32-bit on almost all machines.

      Now we've got a 32-bit OS running on a 64-bit CPU that sits on a 128-bit-wide (or is it 256b?) memory bus.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    9. Re:Macintosh IRQ system by MarcQuadra · · Score: 2, Interesting

      Just wondering, since I've enever handled a beast like that, at least knowingly:

      does it work transparently to a Windows install or do I need special config? Like in the WindowsNT/2k/XP installs where you can select 'different' x86 architectures, or use 'generic PC' instead of ACPI.

      Can I boot MS-DOS 6.22 on it?

      Can you give an example so I can find one to look at?

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    10. Re:Macintosh IRQ system by rthille · · Score: 1

      32 bit internal registers, 24-bit addresses, 16-bit memory bus.

      --
      Awesome furniture, accessories and cabinetry in Santa Rosa, CA: http://humanity-home.com/
    11. Re:Macintosh IRQ system by MarcQuadra · · Score: 1

      Ahh, THAT makes sense, the memory bus had 24 ADDY lines, for 16MB hard limit, but was only 16-bits wide. The bus width means nothing in this context though, it's just the pipe. Just like a 256-bit wide Nforce2 RAM bus doesn't mean anything to my CPU, the addressing capability and CPU registers 'matter'.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    12. Re:Macintosh IRQ system by jcr · · Score: 1

      The Mac has been 32-bit since day one

      Not exactly. There was that business of having to scour your Mac apps and make them "32-bit clean", circa 1987.

      A lot of early Mac software assumed that you weren't going to use more than 24 bits of a pointer, so they did funky things like use the high byte for flags.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    13. Re:Macintosh IRQ system by Roydd+McWilson · · Score: 1

      The BIOS will initialize the system to use XT-style interrupts (0-7 + 8-15 cascaded), so DOS etc. still work. I'm guessing Windows XP and 2000 will make use of the IO-APIC, since Linux does (provided the feature is enabled in your kernel configuration). You can look in /proc/interrupts on Linux, or probably check the system control panel on Windows for APIC or something like that. I have a year-and-a-half-old Dell Pentium 4, and in Linux my AGP card is on interrupt 16, USB on 16, 18 & 19, and ethernet on interrupt 20. Athlon systems also support this, although some people say they get fewer crashes on the (horribly unstable) NForce2 chipset when using the traditional XT-APIC mode.

      --
      THE NERD IS THE COMPUTER.
    14. Re:Macintosh IRQ system by MarcQuadra · · Score: 1

      But the CODE was 32-bit, the addressing range was only 24-bit, but the registers of all the Mac CPUs from the 68000 to the G4 are all 32-bit. The addressing system is not the same thing as the bitness of the CPU, though it is LIMITED by the 'bitness' of the cpu, except for kludges like Intel's PAE 32/36 system.

      If this wasn't true, binaries from the '24-bit days' would not have run on the 68030 and 68040 (or the PPC) without the CPU going into a compatability mode.

      Checking to make sure your apps, ROM, and OS were '32-bit clean' wasn't an issue of the 'bitness' of the CPU, but the 'bitness' of the memory addressing. The Macintosh has never had a 'bitness' change on the CPU.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    15. Re:Macintosh IRQ system by MarcQuadra · · Score: 1

      How would one know if they can use this? Should I just flip on Uniproc-APIC in my kernel and see what happens? This sounds HIGHLY appealing!

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    16. Re:Macintosh IRQ system by Roydd+McWilson · · Score: 1
      How would one know if they can use this? Should I just flip on Uniproc-APIC in my kernel and see what happens? This sounds HIGHLY appealing!

      Check the docs for your chipset. Or just try it. Linux (or whatever OS) should detect if you don't have the appropriate hardware (but keep your old kernel around just in case your hardware was designed by a special ed dropout or something).

      --
      THE NERD IS THE COMPUTER.
  81. Simplification of configuration/management by MarcQuadra · · Score: 1

    Alright, I've got a G3 decked out with SCSI as a file server, I tried running OSX on it, but found that Gentoo-PPC was way faster at serving up files to my other machines. Also, I've got 'universal' configuration files, it's a lot easier to have the same tools and configs running on all my hardware (several x86 linux boxes, one PPC linux box) than to run two totally different operating systems.

    Also, I run that server totally headless, the only thing I WANT running on it is the kernel, Samba, nfsd, BIND, and OpenSSH. Anything else is bloat. I can't get OSX down to that easily, so I run Linux.

    --
    "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
  82. Just two weeks ago, I got my first Apple machine.. by PinkX · · Score: 5, Informative

    It's an iBook G4. I'm now a happy and proud owner of such a machine, and user of both MacOS X Panther an Linux on it.

    The first thing I did when I got my hands on it was to re-partition it's hard drive and install Panther. Then I followed the instructions on setting up the mother of all Linux distributions on it from here.

    I did the initial install of the Debian GNU/Linux base system (not without having to use a different kernel image for the ATA support, among other things to fiddle with), but then I started to take a serious look at OS X. It's an impressive operating system, with such a lovely and responsive GUI but the real power of UNIX I'm all used to underneath. I installed lots of open source software that I've get used to and couldn't live without. It all works so smoothly and nicely along other native applications, such as iTunes, Mail.app, Safari, Keynote, etc. - you get the best of both worlds. You have fink, you have darwinports, there's even OpenOffice.org. And if you're a developer, you also got Xcode from Apple. As I said, the both of worlds. And for some extra bucks you can get back some of your most beloved features from the Linux world: WindowShade X is a fine example of it.

    Panther is also packed with some neat features not present anywhere else. Finder, for example, if one of the best file manager I've ever used. And Expose - I really miss it when working on Linux. One of the most useful enhancements a desktop environment could have get, it's not only eyecandy.

    But then the necessity came and striked me hard. I have a small Linux consulting company. I was in a meeting with a customer the other day, and he wasn't so convinced that Linux could be a _viable_ alternative on the desktop. He thought it was just a black screen with UNIX-y commands and such. And there I was, with my iBook with Debian loaded on it but with no desktop environment to show off. Just a black screen with UNIX-y commands and such.

    So I spent the whole night that day googling around and finally got my iBook to work nicely with Linux 2.6.2, supporting almost every single feature that's present on it except for Airport Extreme and the sleep functionality, which are not supported: sound, networking, USB 2.0, firewire, the combo drive, the ATI Radeon 9200 with DRI, the special function keys, the CPU frequency scaling. I even configured it to use an hfsplus partition for the /home directory, so now I have a single home for both Linux and OS X. Same desktop, same config for common programs.

    There are still some things that Linux can do better than OS X. Like OpenOffice.org or GIMP. Certainly both programs do exist for OS X but their performance and overall integration with the rest of the system is not so good.

    The conclusion of it is that, even if MacOS X is one hell of an operating system, Linux is fun. I love to use the same plataform on my x86 desktop I've grown used to for more than 6 years than on my PPC based laptop. And I still have the chance to reboot and use Panther for the amusement of it.

    Regards,

  83. Duh. by Mr_Icon · · Score: 0, Flamebait

    Let's see: it's free, it's uniform across platforms, I'm not locked into proprietary hardware, and I don't have to support litigious bastards called Apple by constantly paying for upgrades and bugfixes.

    (Slashdot has a bit of a blind eye when it comes to the last part, I fully realize.)

    icon@fleur:[~]$ cat /proc/cpuinfo | grep motherboard
    motherboard : PowerBook3,2 MacRISC2 MacRISC Power Macintosh
    icon@fleur:[~]$ uname -a
    Linux fleur.hogwarts.jk 2.4.22-2d #2 Mon Oct 20 12:03:14 EDT 2003 ppc ppc ppc GNU/Linux

    I used to have an OS X partition, but I deleted it during the last reinstall since I haven't used it in over a year.

    --
    If you open yourself to the foo, You and foo become one.
  84. Re:The most compelling reason to do Linux on Mac.. by Puggs · · Score: 1

    Of course, if your boss says you Must Use Windows, there's not a whole lot you can do. But perhaps this would be an acceptible compromise.

    Apart from run Windows in VirtualPC on the OS X thats running in MacOnLinux?

    ^_~

  85. Re:What the feck? by Anonymous Coward · · Score: 0

    Wow, someone did their homework!

    Since when did FreeBSD run a Mach microkernel?

  86. Re:ls -R | grep filename by Anonymous Coward · · Score: 0

    Who the hell modded this as informative? The parent was talking about "ls -R|grep" not "grep -R", just look at the subject for gods sake.

  87. Re:The most compelling reason to do Linux on Mac.. by Anonymous Coward · · Score: 0

    Mac on Linux is what the open source world should try and create for the Windows world.

    You may want to check qemu, which does JIT compilation of x86 code for a number of targets (including x86 and PPC). I've only tested it with DR-DOS and Windows 3.1 myself, but it reportedly runs Windows 98; Windows 2000 reportedly still has problems.

  88. what about a refund ? by 0xBulbizarre · · Score: 1

    I don't think I'm wrong about the following affirmation : you can't build your mac like you build your PC. You have to buy it already done ... with an OS !

    Can you get your money back for mac OSX ??

    has anyone tried to get such a refund ?

    1. Re:what about a refund ? by easter1916 · · Score: 1

      Refund? Obviously not. Let me explain Apple's business to you. When you purchase a Mac, you purchase the complete platform, hardware and software, from a single supplier. You are paying for that complete package, not model X computer, oh and I'll take OS X too. If you want a refund, return the whole package within the allowed time and go buy yourself other hardware, Intel-based or whatever.

    2. Re:what about a refund ? by user+no.+590291 · · Score: 1

      And if Microsoft ever tried the same thing, they'd be tarred, feathered, drawn, quartered, hung, and shot. But when Apple forces people to purchase an OS with hardware, that's OK.

    3. Re:what about a refund ? by easter1916 · · Score: 1

      Apple has 5% market share. Big difference. In any case, personally, I don't care either way.

  89. Re:Obviously you haven't used OS X on older hardwa by noewun · · Score: 1
    I don't suppose you make a living in Photoshop?

    In fact, I do. And Quark and Illustrator and Distiller and all that crap. Is my Pismo as fast as the Dual 1.8 G5s I've worked on? No. But it runs all the programs I've mention with no problems. Having a gig of RAM helps a lot, tho.

    --
    I am a believer of momentum and curves.
  90. Right, right, it's his problem. by Inoshiro · · Score: 5, Informative

    His problem the tech support guy didn't let him know that Airport runs its own DHCP server, that the Apple documentation doesn't mention it, or that it was one of those things that Just Runs (TM) even if you already have a DHCP server on the network (the Linux machine).

    It's totally his fault that a piece of equipment was designed to be "smarter" by autoproviding certain services without checking to see if they already exist!

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    1. Re:Right, right, it's his problem. by jcr · · Score: 4, Informative

      Apple Docs don't mention the DHCP server in the Airport Base Station?

      Funny, I could have sworn that they did...

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    2. Re:Right, right, it's his problem. by Anonymous Coward · · Score: 3, Informative

      Open the Airport Config utility. There is an option staring you in the head called "distribute IP addresses to computers using DHCP and NAT". This is also mentioned countless times in the very awsome paper that apple wrote called "designing Airport Networks". Which, BTW is probably the best/easiest to digest "get up and running" paper on building wireless networks that I have seen from any vendor.

      http://a752.g.akamai.net/7/752/51/98fc9d6570f4f3 /w ww.apple.com/airport/pdf/DesigningAirPortNets-022- 1036.pdf

      In any case, anyone who hasn't had their head under a rock for the past 3 years know that consumer wireless access points by default do DHCP/NAT. If this guys is a consultant, I would expect him to know this..

  91. A bit like ... by Anonymous Coward · · Score: 0

    winning the gold medel & having it bronzed.

  92. G5 Linux is native 64 bit by Anonymous Coward · · Score: 0

    Use the ppc64 kernel and you're all set.
    Apps can be 32-bit or 64-bit, as with AMD64.

  93. opendarwin instead? by TheLittleJetson · · Score: 2, Interesting

    much love to linux, i LOVE it and use it on all the pc's at work and in my past (before i switched to mac). that said, i think OSX is a better choice right now for the macs. i'm very trained to use linux/oss and that same usage pattern i still use on my mac. i have to learn the darwin way of doing things, but it's usually pretty easy to pick up.

    problem with linux/ppc for me is the java support. there simply is no 1.4 support out there and that straight up blows. OS X lags behind in their implementation enough as it is. it's also not uncommon to have difficulty with hardware, power management (laptops), etc. i think if you want to run X/KDE and whatnot to preserve your uniform UI, you may as well use opendarwin. it's just a better fit, at the moment.

    besides running a few commercial apps, there's not much i do with my OS X install that i can't do on linux -- with a little effort. but i think more importantly, there's very little (nothing?) i do on a regular basis that i CAN do under linux and CAN'T do under OS X (&& fink). that realization, plus the ease of use of apple's stuff, pretty much closed the deal for me to use OS X on my hardwar.... but i do miss linux, and this 2.6 kernel looks fun -- maybe i'll build a little mini-itx/x86 box for it when i got some money to burn. :-)

  94. Three words: by Nice2Cats · · Score: 1

    No virtual desktops. It is completely beyond me why such a simple feature is missing; clever as Expose might be, it is just a crutch for missing virtual desktops.

    1. Re:Three words: by TVC15 · · Score: 1

      > No virtual desktops. It is completely beyond me why such a simple feature is missing; clever as Expose might be, it is just a crutch for missing virtual desktops.

      90% of the computer users out there are still the type that keeps all windows maximized at all times. (don't look at me, i don't get it either). these people barely understand looking at more than one window at a time much less things like dragging from one window to another. can you even imagine what would happen if these people were given virtual desktops? yikes!

    2. Re:Three words: by drsmithy · · Score: 2, Interesting
      No virtual desktops. It is completely beyond me why such a simple feature is missing;

      Because they require the user to manage complex mental models to use. This is counter to Apple's (and OS X's) principle of a simple interfaces (same reason they won't sell a multibutton mouse).

      clever as Expose might be, it is just a crutch for missing virtual desktops.

      It's nothing of the sort. Indeed, Expose is an excellent *compliment* to virtual desktops. However, they solve different problems - Expose is for *switching* between windows, Virtual Desktops are for *grouping* applications/windows.

    3. Re:Three words: by Anonymous Coward · · Score: 0

      I see virtual desktops more as an earlier attempt to deal with the window clutter problem, which Expose has finally solved

  95. Linux vs OS X on Apple Hardware by Crazy+Eight · · Score: 2, Informative
    Not only is it not going to work right(and LinuxPPC doesn't work nearly as well, just on a features basis, as OS X), but it'll be slow...

    This is patently untrue. On my TiBook at least there is no loss of hardware functionality whatsoever under Linux and the difference in performance is obvious. There's nothing wrong with preferring OS X to Linux so why not just say so?

  96. Too bad Linux & Mac can't cooperate. by Qwavel · · Score: 4, Interesting

    The company I work for writes software for wireless adapters, and Windows was our first platform. The appeal for us of porting our software to another platform would have been much greater if there was some similarity between OSX and Linux, but there is very little. The driver model, the device management, the hardware platform, the GUI, and even the main user mode languages (OC vs. C/C++) are different. I recognize that there is a fair bit of compatibility in the user, non GUI, API's and in the CLI, but I think that was the minimum possible (ie. it couldn't be avoided).

    This was Apple's choice when they did the big jump to PPC and OSX: they could have gone with the PC platform, they could have built OSX on the Linux kernel, etc. I think the OSS community would have embraced the slick, polished GUI and software that Apple has if Apple had given them a reason to - it's exactly what Linux needs. But what the OSS community did not need (and still doesn't need) was to reopen the BSD vs. Linux divide (like GTK vs. Qt).

    I'm sure they had solid financial and strategic reasons for staying away from any Linux compatibility, but for both Apple and Linux users (and for us developers) it was a bad choice. Perhaps they were concerned that if they did something that really benefited the OSS community then MS would get mad (ie. no more Office).

    It's a shame - since Linux is focussed on the low cost, business market, and Apple is focussed on premium, brand conscious, consumers, they could have co-existed and cooperated very nicely.

    In the end my company delayed, but has recently decided to port to Linux.

    1. Re:Too bad Linux & Mac can't cooperate. by Anonymous Coward · · Score: 0

      The jump to the PPC was not the same as the jump to Mac OS X.

      The jump to the PPC happened more than 10 years ago, in the days of System 7.*. The jump to MacOS X happened after the NeXT buyout, which was a response to the failure of the Copland/Gershwin OS development projects.

  97. Open Firmware Hacks by Crazy+Eight · · Score: 0, Offtopic

    I've heard someone once wrote "Pong" for OF. Anyone here up for adding Reiserfs support to it?

  98. Re:The most compelling reason to do Linux on Mac.. by rixstep · · Score: 1

    Think of the possibilities if you could run Windows at work in a Window - be able to do all the windows specific stuff at need, but have Linux goodness in which to work as well.

    Uh - you never heard of VMWare?

  99. Dual Boot PowerBook by pbooktebo · · Score: 2, Interesting

    My last machine was a TiBook 400MHz (the original Titanium Powerbook). Largely as a result of reading so much about Linux on Slashdot, I decided to try creating a dual boot system.

    I went with Yellow Dog Linux 3.0. After re-partitioning my drive, I installed it and it ran great. Fast, simple, let me do what I wanted. Mac-on-Linux is installed by default, and that ran fine, too.

    I did this becuase I only owned that one machine, and I wanted to get my hands dirty a bit with Linux. This was free and fun and easy to do, and I do recommend it for those wanting to extend the life of their machine. It is also a great way to learn more about your machine in general (I'm not a real geek, just a lifelong user and musician).

    In the end, I'm not using Linux on my new machine (17" PowerBook), but I would jump back to a minute if I felt the need, and have complete confidence in the OS on the PPC platform.

  100. Re:The most compelling reason to do Linux on Mac.. by Anonymous Coward · · Score: 0
    Linux goodness


    i bet this guy does bjs for free, or pays you

  101. Re:Obviously you haven't used OS X on older hardwa by Anonymous Coward · · Score: 0

    Sure fluxbox runs as fast as OS9, but it's not *NEARLY* as juicy ad OS X :)

    But it's true.. every time I sit down behind a Windows XP machine I'm a little jealous of it's responsiveness.. OS X just a tad slower, but it can be really annoying sometimes.

  102. Re:The most compelling reason to do Linux on Mac.. by Anonymous Coward · · Score: 0

    You either need to front up $$$$ for VMWare out of your own pocket or get upper management to accept it. An open source solution is ideal.

  103. Weird. X86 but not PPC ? by Anonymous Coward · · Score: 0

    The real weird thing is that I can run X86 Linux in Mac OS X (without dualbooting) using Virtual PC, but I can't run PPC Linux in a window sandbox ? Which would be a whole lot faster too, without the emulation...

    Where's "Virtual Mac" when you need it ?
    Something like Mac-On-Linux would be nice...

    1. Re:Weird. X86 but not PPC ? by trouser · · Score: 1

      Seems to me the obvious solution is to boot PPC Linux and run OS X in a window under Mac-On-Linux.

      --
      Now wash your hands.
  104. Great comparison but by commodoresloat · · Score: 1

    it really would be a lot stronger if you mentioned how long it takes to copy a 17 megabyte file at your freelance gig.

  105. Troll. by Anonymous Coward · · Score: 2, Informative

    Also the software is outrageously high. When I have to spend 1000 bucks to get a decent office suite, music studio, and web server they are just as bad as ms.

    Last I checked, Apple didn't make an office suite. If you want to bitch about extortionate Mac office suite pricing, talk to Microsoft.

    GarageBand is a decent music app, and costs $50.

    Apache comes with OS X Client. OS X Server comes in a 10-user version for $500, only the unlimited client costs $1000. If you think $1000 is "just as bad as MS," then you haven't priced unlimited Windows client licenses-- think "well into five figures." When it comes to server stuff, Apple beats the living shit out of Microsoft's pricing.

  106. If rumors are to be believed... by inkswamp · · Score: 1, Interesting
    The ongoing convergence of various aspects of Linux and OS X is interesting to me. Some of the Mac rumor sites are mentioning the possibility that Apple will incorporate the ability to run Linux apps natively in 10.4. I'm not sure exactly what that would accomplish or whether it's even technically feasible, and rumor sites are... well, not the most reliable sources, but it seems like an interesting turn of events.

    --
    --Rick "If it isn't broken, take it apart and find out why."
  107. Obligatory Potshot by PetWolverine · · Score: 1

    The windows machines (two of them) are currently unpluged in a corner so I feel they're pretty safe at the moment. :)

    The only effective security patch for Windows: Unplug the box.

    --
    I found the meaning of life the other day, but I had write-only access.
  108. Don't worry Either is fine by ericlp · · Score: 1

    If you are using OSX or Linux you are at least better off than those that aren't.

    The saying by Roger Ebert ( the movie review guy ) and what he said about the Apple applies here: In the saying below replace "Apple" with "OSX and Linux"

    "Apple's market share does provide us with an accurate reading of the percentage of reasonable people in our society"

  109. Grammar! by gidds · · Score: 0, Offtopic
    Surprised no-one else has mentioned this, but it's a perfect example of why grammar's important: the title is ambiguous! It could either have a spurious 'A', or a missing apostrophe (in 'User's'); it could refer either to several power users, or to a single one. (I'm not saying I actually care which was meant, of course...)

    I know /. editors don't have time to read the articles they're linking to, and don't read other /. articles to check for dupes, but is it too much to ask that they read the actual headlines they're posting???

    --

    Ceterum censeo subscriptionem esse delendam.

  110. Support for powerbooks and PM G5s sorely lacking by jeeves99 · · Score: 4, Interesting

    I've yet to see Debian or YDL support a new apple computer straight out of the gate. When they do support a new model, its most often in a crippled state. Like some posters here have mentioned, the nvidia Go line of graphics cards are barely supported and lack 2d and 3d acceleration. Other items still NOT supported are Bluetooth, Airport Extreme, and external video (on powerbooks). These features were all in the 12" powerbook that came out over 12 months ago!!! The powermac g5 support page just simply lists "No."

    YDL hardware support page

    Linux on ppc is just not worth it on a new machine. But on a positive note, by the time support is available, the computer will be too old to upgrade to the newest MacOS and will need the linux build.

  111. Three more words: by Onan · · Score: 1
  112. Re:Obviously you haven't used OS X on older hardwa by Anonymous Coward · · Score: 0
    arvel at the way you can compile a single binary that will run on multiple architectures. Drool over the dynamic loader. Whimper in awe at the Mach threading system.
    Ummmm, do I have too? I'd much rather go back to playing Nethack....
  113. Re:Just two weeks ago, I got my first Apple machin by Anonymous Coward · · Score: 1, Interesting

    Finder, for example, if one of the best file manager I've ever used

    AAAARRRGGGHHH! You really ought to have a look at the OpenStep 4.2 workspace sometime, and you'll see just how much the Apple Finder people missed the point.

  114. Re:Obviously you haven't used OS X on older hardwa by Anonymous Coward · · Score: 0

    Linux runs inside of 128 megs of physical memory without difficulty.

    Fedora core default install take just over 220MB of my physical ram on login. I know linux is "capable" of running on a toaster, but c'mon people lets get over the perception that most modern distros with the needed GUI and apps running to make them an attractive desktop environment actually use less ram/resources than other OS's, because they don't.

  115. Re:Obviously you haven't used OS X on older hardwa by RetiredMidn · · Score: 1

    Actually, on my PM 7500 (upgraded to a G3 card), I have installed Jaguar (in one try) on an external SCSI drive (via XPostFacto), and it's doing fine. Panther won't install (yet), due to a known problem that is slated to be addressed, and I know (from running both on a Rev. A iMac) that Panther will perform even better.

    On the same machine, I have set aside an internal hard drive for Linux, and neither Mandrake nor YellowDog will install. The Mandrake installer can't seem to figure out the 7500's original video HW (with a VRAM upgrade), and YDL just dies in mid-install.

    I have had marginally better luck installing SUSE on the 2nd drive in my employer-provided (and more current) Dell laptop; it installed after multiple attempts, but it's not yet supporting the full resolution of the display nor recognizing the 802.11b card.

    I want Linux to work (it will replace Windows on my work laptop sooner rather than later), but it is going to be far more demanding of my time than even unsupported installations of OS X.

  116. Non Distructive Partitioning by darmou · · Score: 1

    I've heard that the HF+ patch to parted rocks and is able to non destructivly repartition HFS+ hard disks. So you don't need to format.

    It is avaliable from:
    http://xilun666.free.fr/

    You should still back up really important data before repartitioning.

    Daryl

    --
    -- remove NOSPAM for actual email address -- Things are not as square as they may seem
  117. Dreamweaver by sbszine · · Score: 1

    Can someone tell me what the point of Dreamweaver is? In every web development shop I've seen the front end is mocked up (and the graphics cut and compressed) in Photoshop, but the HTML and CSS are hand written to get the best performance.

    Can someone who actually uses Dreamweaver commercially enlighten me? I can see it being used for quick mockups when a client wants to see how their unreasonable changes would look, but that's about it.

    --

    Vino, gyno, and techno -Bruce Sterling

    1. Re:Dreamweaver by Nexx · · Score: 1

      Sure. We use Dreamweaver all the bloody time. I had some reservations at first, but the productivity gains you get with Dreamweaver, our view, is higher than any speed gains we might get from hand-coding HTML/CSS.

      And when you say you mock things up in Photoshop, surely you mean Illustrator? Doing any original art in Photoshop is such a pita.

    2. Re:Dreamweaver by MidnightBrewer · · Score: 1

      Dreamweaver is also good at creating great style sheets. The HTML code it writes is pretty tight, too, IMHO. I've run it past my hard-core coding friends in the past, and they gave it a thumbs up, too.

      As for mocking up pages in Illustrator vs. Photoshop, I've done both. Depends on how shiny a site the client wants. As of Photoshop 7, things got a lot better in the vector art department, although still not as robust or flexible as Illustrator, of course. My current site layout is going to be 80% Photoshop and 20% Illustrator. It's nice to be able to maintain vector shapes and add things like glow and emboss effects to them, things I can't accomplish as easily in Illustrator.

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    3. Re:Dreamweaver by Nexx · · Score: 1

      Illustrator CS is much better at doing 3D-ish stuff :)

      You're right, though. Even Illustrator CS is a bit annoying. I tend to mock things up in Illustrator, and then touch up the site design using Photoshop. Or, individual portions of my Illustrator design get touched up in Photoshop, and exported into a PDF or something. Right tools for the right job, obviously.

      It was nice, after we grabbed the last version of Dreamweaver (pre-MX). We stopped training my designers in html, and just trained them in a Dreamweaver class.

  118. Re:Obviously you haven't used OS X on older hardwa by 0x1337 · · Score: 2, Informative

    You forgot to mention the fact that OS X doesn't even use X, but instead uses the heavily modified NeXT environment. Ooops!

    I am no Debian user (I use Slackware-current >= 9.1), but anyone who claims the need to install package xyz "from source" and "maintain it yourself" on Debian is clearly talking out of his ass. Debian has the most comprehensive package selection (and a rabidly fanatic user base that keeps debianizing every damn packages they see), and dpkg allows you to easily upgrade, install, remove just by knowing the name (or part of name) of a program. Many a times I was amazed as a friend of mine apt-get installed a packages I was so sure was too new and too obscure to be debianized.

    Also - not all Linux distros revolve around System V init - Slackware for one uses BSD style init.

    Also - OS X is not BSD. Is that so freaking hard to understand? It has BSD services running on top of Darwin. Darwin is the kernel, not BSD.

    Darwin is not Mach. Darwin is not intellectual property of CMU. Ok? Darwin is based on Mach. Ok? If you don't stop calling Darwin Mach, I am going to have to start calling ntoskrnl.exe Mach as well (also based-on, although to a microscopically unrecognisable level - thats what teh 1337 VMS developers do fer ya)

    "Fat" binaries are nothing new, and in fact are something that Apple acquisitioned (along with the OS that was formed into OS X) from NeXT. I am sure you're old enough to remember good ol' NeXT - which ran on many, many architectures aside from the good' ol black boxen.

    Drool over the dynamic loader? Roflmao... That has to be the most idiotic comment I heard by far. yeah man - what an achievement, resolving unresolved symbols, loading shared libraries, and performing relocation. Yay. Need I tell you that OS X doesn't even do ELF? Yay. *cough*

  119. O/T -- Anybody browsing /. with Safari out there? by ErnstKompressor · · Score: 1

    I know this is off-topic, but since I have a captive audience of specific users...

    Are any of you having difficulty browsing 'slashdot' in threaded mode?

    I am not able to reproduce it on another nearby Mac, so I don't imagine it is widespread, but as I burrow down a level or two in threaded comment mode, instead of being placed at the article I was 'aiming for', I end up between a half-page and a full page below the desired comment...

    Just throwing that out there... any thoughts?

    --
    We apologise for the fault in this post. Those responsible have been sacked. -- Signed RICHARD M. NIXON
  120. How to estimate the cost of Apple HW sans MacOS? by jbn-o · · Score: 1

    How would we know how much MacOS adds to the price of the hardware+MacOS package? I thought Apple stopped allowing compatibles (which might have given us an idea of how much comparable hardware could cost without necessarily coming with a copy of MacOS). I would figure the best cost estimate nowadays is to find out how much MacOS costs alone ($129) and subtract that from the price of the package one is considering.

  121. Software freedom means a lot to me. by jbn-o · · Score: 1

    Software freedom means more to me than price. I'm willing to pay for software freedom. MacOS X is not completely free software, but on FreeBSD, NetBSD, OpenBSD, GNU/Linux, and other systems I can run software that I can share with my friends or modify as I see fit. Sharing software legally means a lot to me.

    I understand that the features you want might not be in free software now, but that can change with effort. Non-free software, on the other hand, rarely becomes free software.

    1. Re:Software freedom means a lot to me. by Surlyboi · · Score: 1

      That had to be the least dogma-loaded statement for free software I've seen tonight. Thank you for that. If only people could boil down the rhetoric to that level more often.

      --
      Mod me down and I will become more powerful than you can possibly imagine...
    2. Re:Software freedom means a lot to me. by Anonymous Coward · · Score: 1, Interesting

      I understand that the features you want might not be in free software now, but that can change with effort.

      So.... perhaps he should wait for the Linux community to get around to it? Or perhaps do it himself?

      Uhhhh... no. If I need a tool NOW I am not going to wait for the community to whip it out sometime before the second coming, or for me to develop the skills needed to code it myself (not to mention the actual coding and testing time)!

      So you are paying for your "free" software in wasted time and crippled productivity. Which to me is a much higher price then Apples small cost.

      Now if you want to mod the underlying BSD layer of OS X you CAN!!!! You may have to send the alterations up the chain to Apple but how is that any different then sending the changes to the distro maintainers on any other *NIX?

      Hells bells! Everytime I hear a variation on this saw it seems to be saying nothing more then: I won't pay for an OS! I want what Apple PAID TO MAKE to be provided to all at NO COST! Or, I want to be able to alter the code to all parts of OS X and do with it what I will with out so much as the courtesy of letting the writers know of any improvements.

      You can alter the same software that you are currently using and sharing! Since almost all of it will run on OS X! The only stuff you can't alter and redistribute is the stuff that someone own the copyright on.

      So go ahead and diddle about with the code on Darwin! Knock yourself out! Just follow the license and send the changes upstream! And if you want to share it with friends I might suggest signing up for a free developer account on Apple and just considering those few close friends as part of your coding team!

    3. Re:Software freedom means a lot to me. by Anonymous Coward · · Score: 0

      Uhhhh... no. If I need a tool NOW I am not going to wait for the community to whip it out sometime before the second coming, or for me to develop the skills needed to code it myself (not to mention the actual coding and testing time)!

      This is why Linux is, and will remain, a hobbyist OS.

  122. Obligatory post by cynical+kane · · Score: 0

    Parent is a troll, karma whore, not a professor, does not teach at any college, makes up credentials, is Satan incarnate, and likes to club baby seals on their heads. Parent should be modded down 12 times, then banned from the Internet.

    1. Re:Obligatory post by Alan+Partridge · · Score: 0, Troll

      Well thanks for telling us. If it wasn't for complete pricks like you, people around here might have to use their brains.

      Keep up the pointless work fuckwit.

      --
      That was classic intercourse!
    2. Re:Obligatory post by cynical+kane · · Score: 0

      Is that flame the best you can do? It doesn't even apply to the context.

  123. What would be really sweet by commodoresloat · · Score: 1

    would be to get MOL running on OS X so you could run OS 9 natively without rebooting. I have a couple apps that don't run in Classic; it would be nice not to have to reboot to run them. If MOL ran on OSX it seems a better solution than Classic, I would think.

  124. linux/ppc by Anonymous Coward · · Score: 0

    there are pros/cons to running linux/ppc (which i do on my ibook).

    osx isn't as great as everyone makes it out to be. it's a resource hog - runs terribly slow. the software tries to be too smart - which makes things a pain in the ass when you want to troubleshoot. i also think linux provides far more power in it's scripting and command line utilities. go linux!

    however, macromedia hasn't released a flash binary for linux/ppc which makes some webpages inaccesable to me. also, alot of video codecs that haven't been reverse-engineered yet a layer of emulation in conjunction with the actual windows dll which obviously wouldn't work on ppc.

    oh yeah, and mac hardware is ridiculously overpriced.

  125. mmm... software limitations. by solios · · Score: 1

    Apple's good at that. You can technically run 10.3 on beige G3s- assuming you use XPostFacto and a PCI video card. Motherboard video, which works in Jaguar, Doesn't Work in Panther. When Apple says "We're dropping support for $machine" they mean it. :P

    Not that there aren't workarounds.

    As for iMovie... doesn't surprise me. Software developers are famous for leaving features out in order to sucker you into upgrading later- heck, Adobe FINALLY added 16-bit image editing support into Photoshop. Four versions after what was current the first and only time I've needed the capability. :P

  126. Re:Obviously you haven't used OS X on older hardwa by grahamlee · · Score: 4, Interesting
    You forgot to mention the fact that OS X doesn't even use X, but instead uses the heavily modified NeXT environment. Ooops!

    That would be because that is incorrect. Rhapsody and the earliest release of OS X, OS X Server 1, did indeed use the Display PostScript system from NeXTSTEP, modified to present a slightly more Mac-esque user interface. But when Adobe bumped up the licensing costs for DPS, Apple were forced to go back and effectively write a new graphics system from scratch. They based it on Portable Document Format, it's called Quartz and the user interface is known as Aqua.

    I find your assertion that OS X does not use X laughable. The latest version of OS X comes bundled with an X server that will run rootless right on top of the Aqua screen. The XFree86 distribution will build from unmodified source and work on earlier OS Xs too: have a look at X11 running in Aqua on a Beige G3 with Jaguar. I develop software for a network of Linux PCs, OPENSTEP PCs, NeXTs, Macs, Suns and assorted other systems. If it wasn't for OS X's support for X11 there would be much less portability between the systems (although GNUstep helps a great deal in that regard). So OS X does use X11, even if you and some other users choose not to.

    Debian has the most comprehensive package selection (and a rabidly fanatic user base that keeps debianizing every damn packages they see), and dpkg allows you to easily upgrade, install, remove just by knowing the name (or part of name) of a program.

    Actually I'm talking from the perspective of a Debian user here. Debian's package hierarchy is good, but it's still far from exhaustive. There will come times when the program you would like has not been Debianised. And when it does, you have to install that program yourself and maintain it yourself, just as you would on any other operating system.

    Also - OS X is not BSD. Is that so freaking hard to understand? It has BSD services running on top of Darwin. Darwin is the kernel, not BSD.

    Darwin is not the kernel. Is that so freaking hard to understand? XNU is the kernel, which is a part of the Darwin Operating System. Darwin is a BSD operating system which includes the Mach microkernel running in monolith mode, with features from the BSD kernel added in. The BSD subsystem does not as some people think run as a personality on top of Mach; the two have been combined by Apple.

    "Fat" binaries are nothing new, and in fact are something that Apple acquisitioned (along with the OS that was formed into OS X) from NeXT. I am sure you're old enough to remember good ol' NeXT - which ran on many, many architectures aside from the good' ol black boxen.

    Yes indeed I am. This post comes to you from a turbo colour slab running OmniWeb 2.0 on top of NeXTSTEP 3.3. Acquisitioned is not a real word, acquired is. Yes, I know that fat binaries came from NeXT. They're still in use today, in OS X. OS X is the only modern operating system to use this technology, in which it is far superior to other offerings. It's jsut a pity that Apple don't make more of it.

    Drool over the dynamic loader? Roflmao... That has to be the most idiotic comment I heard by far. yeah man - what an achievement, resolving unresolved symbols, loading shared libraries, and performing relocation. Yay. Need I tell you that OS X doesn't even do ELF? Yay. *cough*

    No you don't, and frankly I don't give a monkey's because ELF is getting old. The Mach_O binary format provides portability as well as small executables when compiled thin. It provides superior threading by realising processes, LWPs and threads as kernel-scheduled Mach threads. It's better than ELF.

    It appears that more homework is required on your part regarding the various parts that go to make up OS X. Find out about Xnu, Mach, Darwin and FreeBSD, then report back on your progress. The second assignment will focus on Cocoa, Quartz, Aqua, CoreFoundation, IOKit and possibly WebObjects if we have time.

  127. Desktop Manager / OS X and Linux by coyote4til7 · · Score: 2, Informative


    Right now the best Virtual Desktop App for OS X is Desktop Manager. Any number of virtual desktops you can name and switch to with command-option-left (or right) arrow. The end desktops roll to each (turning your desktops into a loop). The latest rev even lets you specify the transition effect between virtual desktops -- mine set to slide, like it sliding around that loop of desktops.


    Fast user switching rolls me between users with an effect like it's rotating a cube.


    I've got systems running Linux and XP --with MS' virtual window add-on-- at work and the combination creates the best virtual desktop and fast user switching setup I have access to.


    And expose is mindblowing. Between that desktop manager, the Dock really only has to be there so you can start apps/sometimes open docs (via a popup folder)/stash a open app to move it between virtual windows.


    The three work great together.


    But I'm still going to install Linux in some form or another when I get a larger harddrive. Why? Because it gives me a way to try things without fscking a production LAMP box. In general, there are always things that can only be done when you've got access to that OS.

    --

    the clock on the wall says 4 til 7
  128. Not ready for prime time by gordonb · · Score: 5, Informative

    As a Mac (primarily) and Linux user, I would say Linux on the Mac or Mac clone is not ready for prime time. Just look at Yellow Dog Linux. Terrasoft sells Macs with YDL preinstalled, but, if you browse their site, there are major areas in their own Mac machines which are not supported.

    I run Gentoo on a Mac clone (Power Computing PowerCenter Pro accelerated with a G3 add-on card). Getting this up was quite a chore and the video (an on-board version of an ATI Rage card) still only works in fb mode despite literally months screwing around with it. On a G4 dual processor Mac, Gentoo works better, but the DRI acceleration is still not up to snuff.

    I mostly find Linux useful in bringing slow older x86 boxes to a useful speed. My main laptop is an old 400 MHz P2 Dell which runs wonderfully with Knoppix/Debian (although the Dell Rage Mobility is still a problem).

  129. Quantity, quality by danaris · · Score: 1

    If you need audio/video stuff, then you will find more for Mac (you wil find far more for MS Windows).

    You may, in fact, be technically correct; I don't know. There may really be more commercial A/V apps for Windows. However, I think you'll find that all of them that are any good are available on the Mac, and some of the very best are only for the Mac, and come from Apple.

    Dan Aris

    --
    Fun. Free. Online. RPG. BattleMaster.
  130. in the next few years by Anonymous Coward · · Score: 0

    when apple business goin down. we dont need to argue about these anymore.

  131. A trick to stop CPU waste from resting apps . . . by Mr.+Pillows · · Score: 1

    There are quite a few apps that chew up CPU while seemingly doing nothing. It's probably because the software is polling for input. Regardless, I simply issue the following command: kill -STOP pid To start the app again I issue: kill -CONT pid This stops all CPU waste from "resting" applications.

  132. Re:O/T -- Anybody browsing /. with Safari out ther by easter1916 · · Score: 1

    I had this problem earlier today on a Panther iBook in Safari, if that helps...

  133. Deian config diffulties by bluethundr · · Score: 1

    ...is the reason that the author of the article chooses not to recommend the distribution...

    ..."However, the killer problem I found with Debian/PPC was my inability to get X11 working on it -- the installation seemed wholly unaware of any remotely relevant video card models, and some post-installation attempts at configuration proved fruitless, too. I am certain that there are Debian/PPC users who have worked out the configuration issues, but compared to the ease of installation of other distributions, I have trouble recommending Debian to many users..."

    I've always found X configuration on Debian to be a bit challenging myself. Anyone have some advice for a Debian on PPC newb? If DebianPPC powah users aren't on this site, I'll try the next Star Trek convention coming to town... ;D

    --
    Quod scripsi, scripsi.
    1. Re:Deian config diffulties by AnimeFreak · · Score: 1

      What you need to do to get X11 to work on a Mac, in Debian, is to set it up so the boot loader for Linux that runs in the Mac OS (assuming you're booting from an OW machine), so it doesn't execute the video extensions for your system. Once the boot loader executes upon startup, it should allow you to start X11 with no issue at all.

  134. Re:Just two weeks ago, I got my first Apple machin by xcx.dk · · Score: 1

    1 month ago I just bought my first Apple, a 17" G4 powerbook whit the sole purpose of running linux on it. First thing I did was to scrap OSX and install gentoo, got everything working pretty easily (light sensors and everyting) on a 2.6.1 kernel. I primarily develop java and is very comfortable whit IBM's port of jdk. So for my needs its perfect, the best laptop I ever had, I can only recommend buying one. Johan

  135. Re:It Could be Worse! by Fatmiko1 · · Score: 1

    at least its not Palladium!

  136. Re:Obviously you haven't used OS X on older hardwa by nathanh · · Score: 1
    All that and here's the bag of chips: The Debian "Software Update" (apt) updates EVERY APPLICATION ON THE SYSTEM. Compare to OS X, where I get my Apple updates through SWU and have to download and install Adobe updates, new builds of BZFlag, new versions of Quicksilver, etceteras myself.

    I've always wondered why Apple (and Microsoft for that matter) haven't partnered with major application vendors to supply application patches and updates through the Software Update feature.

    I can imagine some of the reasons - too hard, too many variables, not our problem - but surely if the free software guys can work it out, it's not an insurmountable problem.

  137. Re:Just two weeks ago, I got my first Apple machin by ryanw · · Score: 1
    The conclusion of it is that, even if MacOS X is one hell of an operating system, Linux is fun. I love to use the same plataform on my x86 desktop I've grown used to for more than 6 years than on my PPC based laptop. And I still have the chance to reboot and use Panther for the amusement of it.
    How much time was spent getting linux working to your liking and your amount of time spent getting OSX working to your liking?
  138. Failure in OS X by 0x0d0a · · Score: 1

    Note that Fedora and modern Linux distros include anacron, and OS X does not.

  139. FUD by 0x0d0a · · Score: 1

    Only if you only install Debian packages. As soon as you install something from another source, you have to maintain it yourself. Just as you would on OS X.

    Uh, huh. Except you skirt around the little detail that Debian and other distros package a massive set of packages, and Apple Update handles a tiny handful. It's quite reasonable to use a fully packaged system. I tend to poke at my system quite a bit, and I'd say that over 95% of the packages on my system are packaged by my distro vendor. Furthermore, I use checkinstall, and when the distro vendor *starts* packaging a package, it automatically starts handling that package if I have it installed. Finally, all the important stuff to keep up-to-date as closely as possible, like servers, on the systems I've used *are* packaged by the distro vendor. Be honest -- the automatic updating situation on Mac OS X sucks. It's roughly comparable to that of Windows.

    no ugly klunky SysV init,

    The only people that complain about SysV init are hardcore BSDites that don't like anything that differs from The Way They Are Used To Things Working. SysV init is hardly "clunky".

    a classy signal handling mechanism,

    This is a new one on me. What do you like so much about BSD signal handling? I don't see too much extra stuff you could do with it without violating POSIX.

    Ceren

    ?

    Marvel at the way you can compile a single binary that will run on multiple architectures.

    (Granted, I was unaware that the OS X binary format supported multiple arches in-file.) And why exactly would this be of value? Oh, it was a sexy feature back in Mac OS classic days, when package management didn't exist and Apple wanted seamless transition to another architecture. However, it's not very frequently that I rip a binary out of my system and dump it on another.

    Drool over the dynamic loader.

    This is not an impressive feature. Anything that *didn't* would be pretty awful, I will give you that.

    Whimper in awe at the Mach threading system.

    I hope you mean the awful performance of OS X compared to Linux. Instead of making random, unsupported claims, why not take a look at some benchmarks? Note the context switching time of your vaunted Mach kernel.

    OS X is a UNIXy system that gets fairly poor performance compared to its peers, uses a lot of memory, and lacks the GNU toolset. It runs on expensive hardware. As a matter of fact, in many ways, it's very much like Solaris. The only real draw to Mac OS X is that it happens to have a desktop environment with a lot of eye candy, something like Enlightenment tripled or so. If you like your eye candy, yes, OS X is a nice place to be. The problem is that there are a ton of people that spent a lot of money on their Apple hardware and feel the need to *constantly* justify it on Slashdot. If they can afford and like the eye candy, great. Claims of better performance/memory usage/bang-for-the-buck/etc can go to /dev/null, where they belong.

    1. Re:FUD by grahamlee · · Score: 2, Interesting

      Except you skirt around the little detail that Debian and other distros package a massive set of packages, and Apple Update handles a tiny handful.

      In this very thread I covered the fact that 'massive' does not mean 'omnipresent'. There will be packages that are not covered, as you indeed go on to talk about.

      Furthermore, I use checkinstall, and when the distro vendor *starts* packaging a package, it automatically starts handling that package if I have it installed.

      You can do that on Mac systems too, using mkbom and the developer tools for package management.

      The only people that complain about SysV init are hardcore BSDites that don't like anything that differs from The Way They Are Used To Things Working. SysV init is hardly "clunky".

      And me. Most of my systems management experience is in Solaris, and Linux. I hate SysV init. You've never fully appreciated overkill until you observe that their are eleven states you can put your server into.

      What do you like so much about BSD signal handling? I don't see too much extra stuff you could do with it without violating POSIX.

      One can't violate POSIX. One can implement it, or not. BSD does implement POSIX and also supplements it just as some SysVs do. Ignoring that oversight for the moment, let's have a look at why the BSD signal handler mechanism is superior (indeed, many SysVs now implement it in acknowledgement of this, though I'd be wary about claiming that all SysVs do). In the SysV/SysIII/VIIed signals API, once a signal has been received, the signal handler is reset to its default value. This means that if I'm expecting SIGHUP to be overloaded somehow, and send my process two SIGHUP signals, I cannot guarantee that the second is handled in the expected manner. Not so with the BSD handler mechanism, which does not reset the signal handlers. Then what happens if you receive a signal while within a signal handler? Well, in SysV, you've got an interesting race condition on your hands. The BSD signal handler introduce ways in which signals could be vetoed or suspended over blocks of code.

      Oh, it was a sexy feature back in Mac OS classic days

      Yes it was, although Classic MacOS didn't have fat binaries. Todays topic: NeXT Computer, Inc. (later NeXT Software, Inc.)

      And why exactly would this be of value?[...]it's not very frequently that I rip a binary out of my system and dump it on another.

      No it's not. But that's only because you're using a system that doesn't support it. Think of this: I can develop an application on my black slab, then bundle it up and distribute that one bundle to people using SPARC, M68k, Intel and HP-PA. This saves me a lot of work. Have a look too at the Darwin installation CD available from Apple. That one CD will install on both PowerPC and IA32 architectures. Let's say I decided that I didn't like any of the systems available today, and went out to create uber-UNIX for IA32, IA64, PowerPC, Itanium, SPARC, M68k, ARM, HP-PA, PDP-7 and Alpha. Wouldn't it be great if I only had one distribution set to maintain? Wouldn't it be great if all of my developers could compile for all supported platforms, without the tedium involved with cross-compiling on less aware systems?

      Instead of making random, unsupported claims, why not take a look at some benchmarks? Note the context switching time of your vaunted Mach kernel.

      I'm sorry, but the article you linked to doesn't give enough information for those benchmarks to be supported. For instance, when comparing file system latencies, why does the benchmarker not tell us which filesystem he is using on each system? My guess is that he's using e2fs on Linux and HFS+ on Darwin. Why not use UFS on both, to actually determine whether the Operating System is the source of the bottlen

    2. Re:FUD by 0x0d0a · · Score: 1

      In this very thread I covered the fact that 'massive' does not mean 'omnipresent'. There will be packages that are not covered, as you indeed go on to talk about.

      [shrug] I know people that use only packaged software. But suppose we do install, say, ten unpackaged software packages -- maybe some special emacs mode and some driver for some oddball hardware. I do know that it's a hell of a lot easier to manage a RH system with packages than with not -- 990 packages are being managed for me, and I only have to worry about ten. Handling unmanaged systems without automatic updating is a pain in the ass that I don't really want to ever go back to, having escaped it.

      You can do that on Mac systems too, using mkbom and the developer tools for package management.

      The entire point was that I could create a package and have that package updated and handled automatically once the software package is packaged by my vendor. Apple doesn't provide any such mechanism.

      And me. Most of my systems management experience is in Solaris, and Linux. I hate SysV init. You've never fully appreciated overkill until you observe that their are eleven states you can put your server into.

      Well, I don't have enough time on BSD systems to reasonably complain one way or another. I think that the fact that an overwhelming number of Linux distributions, given the choice between BSD init and SysV init, went with SysV init is a pretty strong argument, though.

      Well, in SysV, you've got an interesting race condition on your hands. The BSD signal handler introduce ways in which signals could be vetoed or suspended over blocks of code.

      Wow...I had to look at the GNU signal man page to even figure out what you were talking about. This issue hasn't been seen on Linux since glibc 2 was introduced -- what is that, seven years ago?

      Yes it was, although Classic MacOS didn't have fat binaries. Todays topic: NeXT Computer, Inc. (later NeXT Software, Inc.)

      Classic Mac OS certainly *did* have fat 680x0/PPC binaries. Fat binaries were a common way of shipping software for years after the 6100/7100/8100 debuted. Look at old entries on the Info-Mac or Merit archives, and you'll see a ton of fat binaries. For a while it was very common to ship fat binaries. The PPC code went in the data fork, and the 680x0 code in CODE resource entries in the resource fork.

      To be honest, I'm not sure why you'd want fat binaries on Mac OS X, given that it only runs on PPC, and only will do so for the forseeable future.

      No it's not. But that's only because you're using a system that doesn't support it. Think of this: I can develop an application on my black slab, then bundle it up and distribute that one bundle to people using SPARC, M68k, Intel and HP-PA. This saves me a lot of work. Have a look too at the Darwin installation CD available from Apple. That one CD will install on both PowerPC and IA32 architectures. Let's say I decided that I didn't like any of the systems available today, and went out to create uber-UNIX for IA32, IA64, PowerPC, Itanium, SPARC, M68k, ARM, HP-PA, PDP-7 and Alpha. Wouldn't it be great if I only had one distribution set to maintain? Wouldn't it be great if all of my developers could compile for all supported platforms, without the tedium involved with cross-compiling on less aware systems?

      No, it wouldn't be great, because it would make every software release ten times as large (assuming all the architectures you listed above) as it would normally be. That's *wasteful* -- why would I want to download forty CDs worth of software when I could download four CDs worth of software (a typical Linux distribution)? It's not really hard to just download a PowerPC package, you know?

      I'm sorry, but the article you linked to doesn't give enough information for those benchmarks to be supported. For instance, when comparing file system latencies, why does the benchmarker not tell us which filesystem he is us

  140. My iBook by Anonymous Coward · · Score: 0

    I have Gentoo Linux installed on my iBook 700. It certainly feels much more responsive than OSX.

    I keep OSX installed on my G4 only for the wife and kid.

  141. Re:Obviously you haven't used OS X on older hardwa by diamondsw · · Score: 1

    I call bullshit.

    The Beige G3 came out in 1997 (7 years ago) and runs Jaguar just fine. The Blue and White G3 came out in January, 1999 and runs Panther just fine. Find me a Windows box from 5-7 years ago that can run XP.

    For that matter, load up a current Linux distro and KDE3 or Gnome 2.x and see how it runs on such old hardware. People love to extol how Linux will run on really old stuff, but not generally with all of the bells and whistles of today's distros. By the same token, those old boxen scream if you use the software of their generation on them.

    Trying to wedge Mac OS X on them (when it never supported them in the first place) is just asking for trouble.

    --
    I don't know what kind of crack I was on, but I suspect it was decaf.
  142. DHCP is pretty much par for the course for routers by danielsfca2 · · Score: 1

    A. AirPort [/Extreme] Base Station = Home DSL/Cable router with 802.11b/g access point.
    Cross reference: Netgear WGR614, Linksys WRT54G, D-Link DI-824VUP.

    B. Such products use DHCP servers and NAT to share the Internet connection. That's what they do.

    C. Because of A and B, it can be deduced that the AirPort Base Station has a DHCP server.

    Perhaps you weren't previously aware of point "A." I guess I could see if you thought it was just an access point?

  143. And one more word: by Nice2Cats · · Score: 1
    "Shareware". Nice, but that was not what I am talking about -- of course there are add ons to OS X for virtual desktops, just like there are for Windows. I was talking about the shipped system, where Linux desktops such as KDE or Gnome have the feature by default.

    Adjusting to OS X is hard for people who believe that the OS shouldn't be targeted at the least capable user anymore -- this is 2004, after all, not 1980. People grow up with computers. They can cope with their mouse having more than one button. They are -- on average (!) -- not stupid.

    1. Re:And one more word: by Onan · · Score: 1

      I think that the set of people who can handle using virtual desktops and not losing track of windows has a lot of overlap with the set of people who can find, download, and install third-party software.

      Sure, it'd be nice if there were a builtin tool which shipped with thhe system. But having to install your own is a very minor inconvenience, certainly not an OS-deciding issue.

      (And if it were an OS-deciding issue, wouldn't the inconvenience and complexity of needing to find, download, and install all of a linux distribution more than outweigh it?)

  144. Moderators: Mod grand-daddy parent to flamebait by Jay9333 · · Score: 1
    First you say OS X is "essentially free" (in the context of "free as in speech") here:

    AC: Besides, Mac OS X is not "free as in speech." Want to take a look inside the Quartz Compositor? Sorry, you're SOL

    You: ...I said, "essentially free".

    Now you back away from that claim, saying, "free as speech was never my argument in the first place."

    Now, if you would care to discuss the freedom of both speech and software please feel free to

    He already tried to discuss free software with you, saying, "Want to take a look inside the Quartz Compositor? Sorry, you're SOL." The guy is into graphic's I suppose, and free (as in speech) software is so valuable to him that he's willing to give up an OS he "essentially" paid for (in purchasing Mac hardware) in order to have the freedom to tweak and learn with his OS's windowing engine.

    You're obviously just trolling and trying to start a flame war. His original point in response to your question, "why should anyone in their right mind want to run Linux on a Mac?," was that OS X isn't totally free (as in open). You have yet to respond to this point of his. Either you're knowledge of four different languages has effected your ability to communicate consistently in this one, or you're just posting flamebait.

  145. Steve's Way leaves no room for growth by Nice2Cats · · Score: 1
    So why should anyone in their right mind want to run Linux on a Mac, unless (s)he is a masochist?

    After thinking about it some more, let me add a more general answer to my first quick one about virtual desktops: Linux gives you room to grow.

    Apple has one -- admittedly good -- way, "The Steve Way", which is optically pleasing and nice for beginning users or people who don't want to do more than surf and answer an email or two. However, once you are more familiar with the computer, once you want to go beyond what you know, you are stuck: The Steve Way leaves no room for growth (unless you use third-party add-ons, which in the Apple universe are as often as not amazingly expensive commercial shareware programs), because there is one and only one path on The Steve Way. Apple assumes you will stay at the same skill level that you were when you started out, and that you are unable to learn.

    Your average Mac OS X users does seem happy with this -- see the answers I got to my first post about users being easily confused. Some of us, however, are not: The Linux desktop KDE will let you use only one mouse button and turn off virtual screens (to stick with the most obvious examples) if you feel that your users are not ready for them, giving you the Mac OS X level. However, once they feel they are more secure, you can enable those features and let them be more productive, or more of an individual -- they get a choice.

    Apple is a lot of things, most of them good, but not very many of them are about having a choice.

    Don't get me wrong: I have in fact just ordered a new 12" iBook, and I recommend Apples to anybody who just wants their machine to work. But personally, I'm going to dual boot with Linux ASAP. Some of us just outgrow the The Steve Way.

  146. Re:Moderators: Mod grand-daddy parent to flamebait by Surlyboi · · Score: 1

    Now you back away from that claim, saying, "free as speech was never my argument in the first place."

    Do you people intentionally drown out the parts of an argument that qualify statements? My original reply to him was, once again, that he qualify, "free". With the added caveat that speech is not necessarily free.

    e already tried to discuss free software with you, saying, "Want to take a look inside the Quartz Compositor? Sorry, you're SOL." The guy is into graphic's I suppose, and free (as in speech) software is so valuable to him that he's willing to give up an OS he "essentially" paid for (in purchasing Mac hardware) in order to have the freedom to tweak and learn with his OS's windowing engine.

    That's what you took away from his statement, your supposition on the basis of one sentence is adding a lot of meaning that might not be there. Again, I asked that he clarify. He didn't do so, but a lot of FSF dogmatics came out and did instead.

    You're obviously just trolling and trying to start a flame war.

    Obviously, because I've got nothing better to do than troll slashdot. Try again, sport.

    His original point in response to your question, "why should anyone in their right mind want to run Linux on a Mac?," was that OS X isn't totally free (as in open). You have yet to respond to this point of his. Either your knowledge of four different languages has effected your ability to communicate consistently in this one, or you're just posting flamebait.

    Orrrrr, perhaps, just maybe... he didn't define "free (as in speech)" to my satisfaction. Could that be it? Someone else in this thread did and I thanked him for it. Perhaps in your haste to have me modded down, you missed that exchange.

    --
    Mod me down and I will become more powerful than you can possibly imagine...
  147. installing Linux on your Mac? by n0dez · · Score: 1

    Are you crazy? The great value of a Mac is Mac OS X, not installing Linux.

  148. search by beaverfever · · Score: 1

    "...and how he could open a native terminal window and do things like ls -R | grep filename and search his system for files."

    Or, while in the finder, he could go File>Find or even simpler cmd-F and never leave the GUI. The basic find function has options galore.

    Sometimes some peoples' use of the terminal seems gratuitous IMHO.

  149. Re:Moderators: Mod grand-daddy parent to flamebait by Jay9333 · · Score: 1
    You said above, "I'm quite clear on what free means in this context," so don't even try to say you need clarification on what free (as in speech) software is. Even if you are or were ignorant of what free (as in speech) software means, his point was that there was code in OS X he'd like to see, but can't. How much more clarification do you need? And you still haven't responded to his point.

    If you want to ask him why he wants to see the specific code he cited, then ask him. Or if you even want to say, "Seeing your OS code doesn't matter, just use it," then you're entilted to that opinion. But at least say something in reference to his point. Don't just sit there and backpeddle after he clarified, pretending to be stupid. It seems you're just refusing to address his point, preferring rather to continue trolling.

  150. I bought G5 because? And why I won't be installing by Ilgaz · · Score: 1

    Quick Note: My P4 PC was literally burned because of lighting or something, donno,.

    I hated MS operating systems while I loved Linux, especially damn barebone Slackware, but I couldn't use them for my usual computing experience.

    The day my PC was dead, first I thought to buy new MB/CPU and still alive, 1 gig of RDRAM but I saw RDRAM was kind of abandoned by Intel on home-grade PCs

    Than I figured I hate MS but because of some matters I have to use some of their software... I didn't know how long those "copy DLL" Wine method will go on, so I checked the Mac.

    Personally I wanted a dual G4 but thanks to friends provocating me, it turned to be 1600 Mhz G5. Than added ram, to its funny standard 256 mb, making it 768. Oh, yes, no need to buy from apple, bought exact match of kingstons.

    Now I have a desktop, which is supported by ALL major companies, the gcc and a giant like Apple behind my back. Like nobody dares not to allow Mac users to their sites since the profile is A+/AB (advertising profile).

    Install linux on it? No. Why? It seems, Linux and the developers are very far away from desktop. E.g. ask some fix for mozilla, 3 morons pops up and tells 'so, you code it, where is the patch?!", I don't believe I really have to listen to such geek shit while I have money etc.

    BTW, to note again, this is a home machine, used on real stupid but needed things and also I am a video editor.

  151. The mother of all Linux distributions? by n0dez · · Score: 1

    The first thing I did when I got my hands on it was to re-partition its hard drive and install Panther. Then I followed the instructions on setting up the mother of all Linux distributions on it from here.

    Are you kidding? There's no "mother of all Linux distributions."

    1. Re:The mother of all Linux distributions? by Anonymous Coward · · Score: 0

      I think what he means is, Debian stable is so outdated that it's old enough to be the mother of all Linux distributions.

  152. Re:Another source for the h/ware? Pegasos? by vortexau · · Score: 1

    Why not look into the Pegasos II?
    Select PEGASOS II KONFIGURATOR, and read on from there. I didn't use THAT destination URL as it was way too lengthy.

    I, myself, have an AmigaOne but if you want cheaper h/ware -- the Pegaoso II is a goer!
    .

    --
    (David Bowman, EVA near HUGE Monolithic Win-PC in orbit around Jupiter) "My God - its full of Malware!"
  153. Re:Obviously you haven't used OS X on older hardwa by code+shady · · Score: 1

    also it should be said that apple used fat binaries before OS X, when they made the transition from 68k to PPC. I am very, very sure that this was before they aquired NEXT, so teh use of fat binaries in OS X in not just part of the NEXT heritage of OS X.

    --
    Look out honey cause I'm usin' technology
    Ain't got time to make no apologies
  154. Re:Obviously you haven't used OS X on older hardwa by grahamlee · · Score: 1

    I'm not so sure about that, although you may be right; I have very little >user experience on Classic Mac. My understanding is that when the switch from M68k to PPC was made, much of the Operating System wasn't actually ported but ran inside a 68k virtual machine, especially legacy APIs that were superceded but not actually removed. It was thus possible for 68k binaries to run within this environment, but they couldn't use new system calls.

    As the system was revised, through system 7, mac os 8 and 9, the crufty 68k layers were still present but even more new APIs were added on top. The original goal of the Carbon project was to strip out as much of the cruft as possible while still leaving workable APIs. In fact, according to the head honcho at Black Hole, one of the original aims of Carbon was just meant to be an assistant, to show OS <=9 developers how to properly Yellow Box (i.e. Cocoa) their apps.

  155. need your help by way2slo · · Score: 1
    I see that you have YellowDog on a 604e....I have a 6500/225 with a 603e that I would like to get yellowdog on, but I lack installation experience and am having difficulties in finding help.

    I keep seeing conflicting/confusing reports on what I need to start the install. I was wondering if you could give me a cheat-sheet to what I exactly need to have in order to do the install. I think I need something called Xboot, some version of a boot flopy, a root floppy, and an install CD(s). Links to exactly what to download for my install would be sweet, if you have the time.

    Any help would be greatly appreciated. My past attemtps end with some errors with the root floppy. I cannot tell if it is the wrong floppy image, or if I even need it.

    1. Re:need your help by BorgCopyeditor · · Score: 1
      Try this. For a machine of that speed, I'd recommend YDL 2.3 rather than 3.0. BootX runs under Mac OS, so you'll need OS 8 or 9 (I don't know about 7), but you can squeeze 9.1 into about a 200MB partition, leaving the rest for Linux.

      Last year, I bought an 8500 for $60 on ebay, loaded it up with cheap ram (check here) and thus began my adventure of endless tweaking of X mode lines, etc. :-) But seriously, it was fun.

      Also, the yellowdog-general and yellowdog-newbie mailing lists are pretty newbie-friendly.

      HTH

      --
      Shop as usual. And avoid panic buying.
  156. My Linux firewall is a Blue&White PowerMac G3. by MMHere · · Score: 1

    ... and has been running so long the uptime counter (limited to about 500days) has rolled over twice.

    It's rock solid, running on an older 2.2 series kernel.

  157. non-native speaker? or brain-damaged zealot? by BorgCopyeditor · · Score: 1
    i-ron'-ic, adj.

    Example:

    1. 'free,' in this context, means as it does in 'free speech.'
    2. ... you have such trouble with English ....
    --
    "Spank the pinks who try to drive you nuts." --Devo
    --
    Shop as usual. And avoid panic buying.
  158. Matchmaking by fm6 · · Score: 1
    bottom line, linux and powerppc are a great match.
    I often wonder if this is an element in IBM's pro-Linux policy. I'm sure there are elements in IBM that would love to switch from PCs based on CPUs made by Intel to PCs based on IBMs own PowerPC.