Slashdot Mirror


User: xil

xil's activity in the archive.

Stories
0
Comments
16
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 16

  1. Re:I could have told them that years ago on Napster - Music Subsciptions Are Overrated · · Score: 1

    satellite radio... The music and talk selection isn't really any better than what you'd get on AM/FM.

    Are you serious? Have you tried to listen to terrestrial radio lately? Aside from the odd college or community station, nobody -- and I mean nobody -- is willing to play anything even slightly adventurous, anything that diverges from their cast-in-stone format. And if you don't like one of the three available formats, sorry, too bad.

    Satellite's got a much wider range of channels, and no commercials. Sure, I wish there were even more channels, and I'll admit that the whole thing is a needless luxury, but it's definitely one I'm willing to pay money for.
  2. Re:SIM on Apple iPhone Dissected · · Score: 3, Informative

    No, you don't have to take it apart! There's a slot on the outside of the device, that you can open with a paperclip, that opens the tray with the SIM card.

  3. Re:rsync, bash script, calendar event on Backup Solutions for Mac OS X? · · Score: 5, Informative

    On OS X, rsync -E will copy resource forks and extended attributes. Works fine for backup.

  4. Re:Behold the speaking computer! on The Lost 1984 Mac Video · · Score: 1
    It's amazing how 21 years later MacOS still has the same crappy voice synthesizer.

    That particular speech synthesizer hasn't been used for almost 15 years. This old technote describes why. Brief summary: it talked directly to the sound hardware, and Apple never actually owned the code.

  5. Re:Some random benchmarks on Mac mini Review At Macworld · · Score: 1

    > PowerPC G4 750FX

    The PowerPC 750FX is a G3, not a G4. (It's made by IBM; all G4s are made by Motorola.)

    Also note that Apple doesn't ship any G3 processors anymore; the low-end in new machines is a G4.

  6. Re:Thanks! on Mac OS X 10.3.4 Released · · Score: 3, Informative

    man pmset. You probably want to 'sudo pmset -a sleep 0' when you log in.

  7. There's already a spaceport on First-Ever Private Spaceport Nears Final Approval · · Score: 5, Informative

    What about the Green River Intergalactic Spaceport in Wyoming?

  8. Re:Touch screen on New Tablet PCs With A Linux Option · · Score: 2, Informative

    Try GDAM! Designed by DJs, built by DJs...

  9. Re:Will XDocs support 'ALL' the features in PDF? on Microsoft takes on PDF · · Score: 1

    Look at OS X... the whole damn GUI is rendered via PDF

    This is utter nonsense, although most of Slashdot seems to believe it. The Quartz display model in OS X uses primitives which are very similar to what's in PDF (and PostScript), which makes it very easy to render to and from PDF. However, everything is NOT streamed through a PDF interpreter before it gets to the screen. Doing so would be a nightmare for performance.

  10. Re:Talk about bad design... on Top Ten Mac OS X Tips for Unix Geeks · · Score: 5, Insightful

    Because aliases and symlinks do different things. Normally users want aliases, since they have been around on the traditional MacOS for years.

    In a nutshell: symlinks only point to one fixed path. If the target file's name is changed, or the name of any directory in its path changes, the symlink will no longer work. Aliases, however, can track a file even if it is renamed or moved, or if any of its parent directories are renamed or moved.

    The Finder, as well as most applications, can deal with either one.

    It's not bad design to do things that most users want, and to provide a way for power users (who know about symlinks) to get what they want as well. I could imagine a better way to do it than through an obscure key combination, but that's not what you were complaining about.

  11. Re:You're sorely mistaken on Which Coding Framework for Mac OS X ? · · Score: 1

    Where is there any Objective-C++ in the kernel? I really don't think there is any in there, but you're welcome to prove me wrong. File names, please... I don't see any .m or .mm files in the xnu project in Darwin at all.

    It's interesting to note that under Nextstep/Openstep, drivers WERE written in Objective-C (using the "DriverKit"). Apple decided to switch to C++ for OS X, to lower the barrier to driver authors a little bit.

  12. Re:Too late? on IBM Considering DB2 on Mac OS X · · Score: 4, Informative

    As always with IBM, things aren't as simple as they appear. There are a number of different products which are all called DB2, ranging from small PC-size DBs to stuff that could only work on a mainframe. (For all I know, the big and little DB2s don't even share any code.)

    Several years ago, I ran a DB2 database on a medium-level PC, without problems. I don't see why it would be any more of a problem now.

  13. Re:Interesting, PowerPC version? on Simply GNUstep Delivers UNIX, Simply · · Score: 5, Informative

    Mac OS X still has fat binaries, actually. You should be able to build binaries which will run on Mac OS X or Darwin (PPC) and Darwin (Intel).

    Obviously the Darwin/Intel contingent is pretty small, so I haven't seen this in practice.

    On my Mac OS X 10.1.2 box:

    % which lipo
    /usr/bin/lipo

  14. Re:Experiences on Choosing a Router/Firewall for the Home LAN · · Score: 1
    A word about Qwest DSL. They only use DMT these days for DSL

    Qwest uses hallucinogenic drugs to deal with DSL? That explains a few things!

  15. Crash at the Pentagon, also on World Trade Towers and Pentagon Attacked · · Score: 1

    Apparently a plane has also crashed near (on?) the Pentagon in Washington DC.

    http://www.ananova.com/news/story/sm_395726.html

  16. Re:Xerox Corporate Financials on Xerox Trying To Sell PARC · · Score: 3
    Yes, it's definitely time to worry when your boss's boss doesn't know how to print out something....

    Especially when you're working at "The Document Company"!

    I remember giving a resume to some Xerox recruiter at a job fair in college (mostly because I thought PARC was interesting). A few weeks later I got a letter back from them confirming that they had received it...unfortunately, my name and address were mispelled in three or four different ways! It looked like they OCR'd it sloppily and never checked the output. Not very impressive for a company which claimed to be on the cutting edge of document processing.