Slashdot Mirror


User: Guy+Harris

Guy+Harris's activity in the archive.

Stories
0
Comments
4,578
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,578

  1. Re:Apple iPhone on Verizon Rejected iPhone Deal · · Score: 1

    Of course, since Australia isn't in the stone ages CDMA is now being replaced with a HSDPA 3G network. America, having a universally shitty mobile phone setup will have CDMA forever.

    Presumably you meant "will have CDMA (well, IS-95) forever", for consistency's sake. HSDPA is an extension to UMTS, whose radio layer is, err, umm, a form of CDMA. (Yes, I agree, the way technical terms are misused for marketing reasons is annoying.)

    So what's being replaced in Australia is IS-95, not CDMA; the replacement network uses Code Division Multiple Access, albeit with GSM-flavored higher-level protocols. And, yes, for better or worse, even as 3G networks get rolled out in the US, some will use CDMA2000 higher-level protocols, and some will use UMTS.

  2. Re:Test Bench on Intel 45nm Fab Process Launched And Penryn Preview · · Score: 1

    But does it run linux?

    Yes. (Just search for the "L" word.)

  3. Re:the underlying argument (between the enemy line on Mac OS X Versus Windows Vista, The Rematch · · Score: 4, Interesting
    (For the record, when it comes time to get some real work done, I go running for the nearest Unix terminal, be it Solaris, HP-UX, Linux... doesn't matter, that's the OS and environment I find put together in the smartest way.)

    Same here. Of course, the terminal I usually go running for is called Terminal. :-) (I.e., most of my Unix work these days is on OS X.)

  4. Re:Don't forget SPARC and Motorola 68xxx and HP .. on iPhone Not Running OS X · · Score: 1
    I haven't seen a Linux that runs identically on PPC and Intel so much so that you can't tell them apart, the way Mac OS X does

    Have you tried? I.e., have you, for example, installed a given release of Debian on both an x86 PC and a PPC Mac, both configured with the same desktop environment? If you've tried different distributions, and not found them identical, perhaps you're comparing apples^Wbananas and oranges.

  5. Re:genneral problem with FUSE on FUSE Port Brings NTFS Support To OS X · · Score: 1
    It makes it easy to Open a Zip/Rar file as a folder, and it makes it easy to treat an FTP server as a folder. but what about a Zip File on an FTP server?

    Mount the FTP server as a file system. Once you've done that, you now have, in your file system name space, a Zip file. Mount that Zip file. References to it, or the files in it, will be passed to the user-space zipfs, which will do I/O to the Zip file. That I/O will be passed to the user-space ftpfs, which will do FTP operations to get the file's contents.

  6. Re:Tried it and comments on FUSE Port Brings NTFS Support To OS X · · Score: 1
    ...though this seems to be a limitation based on some private APIs needing to be made public, which I hope Apple resolves.

    To be precise, it's a limitation on a private plugin interface needing to be made public. Making an interface public means committing to the interface, making it harder to make changes if a design decision made at time T turns out not to have been the right thing to do at time T plus delta T. (That particular interface might well change very significantly in future releases. It might be "done" at some point in the future, at which point Apple might decide to make it public.)

  7. Re:That's the problem. on FUSE Port Brings NTFS Support To OS X · · Score: 2, Informative
    KDE's implementation of SSH-as-filesystem (called fish://) is darned slick, and I've always thought that Apple was missing out by not having something like it.

    FUSE isn't like it - in at least some ways, it's better. FUSE makes it work at the UN*X API level, which means that even non-KDE applications, such as grep, can use it.

  8. Re:Why is it so hard? on Inside MySpace.com · · Score: 1
    (normal people) don't give a dead rat's ass about CSS, DOM, XHTML, microformats, "mashups" or any of that other stuff that the self-appointed standards nannies of teh interwebs have decided everyone should observe closely or face death

    Normal people shouldn't have to care about them; normal people setting up Web pages should have software (whether it's on their machine or on their server) that lets them use something simpler than Full Frontal HTML to set up the page.

    But that's not what the article was complaining about, as far as I can tell; it was complaining about the ugliness of the design of a lot of MySpace pages. I suspect you can create butt-ugly pages that conform to all W3C "implementation" standards. And, yes, that's probably the price they pay for being MySpace.

  9. Re:False Statements on iPhone Not Running OS X · · Score: 1
    Kdawson, you can add a question mark to the title and make numerous other corrections to the body of the write-up, if you do not wish Slashdot to be sued for publishing false statements about a company's product. I do not think Apple will be laughing about your defamation here.

    If they didn't sue over "No wireless. Less space than a nomad. Lame., what makes you think they'll sue over this?

  10. Re:ok thats it on iPhone Not Running OS X · · Score: 1
    thats GAY

    It's Apple. What did you expect?

    im pissed and now im not gonna get one.. APPLE JUST LOST 50 million sales

    50 million sales? At about USD 500 for the cheaper model, that's about USD 25000 million. You must be the richest Slashdotter of them all if you were going to buy 50 million iPhones!

  11. Re:"source would have to be made available" ? on iPhone Not Running OS X · · Score: 1
    AFAIK, there is no GNU software in the mainline distribution of OS X. The only significant piece of GNU software that I'm aware of is the optional GCC compiler.

    Try turning on "Windows Sharing" in the Sharing pane of System Configuration and then ask yourself what piece of software named after a Brazilian style of music and dance is acting as the SMB server on your Mac. :-) But, no, you're probably not going to see Samba running on your iPhone, either.

  12. Re:Don't forget SPARC and Motorola 68xxx and HP .. on iPhone Not Running OS X · · Score: 1
    OS X appears to be quite demonstrably portable... not much short of NetBSD appears to be more portable.

    Yeah, it's not as if Linux distributions can be made to work on x86, x86-64, PPC, PPC64, 68k, SPARC, S/390, S/390-64 (a/k/a z/Architecture), SuperH, ARM, IA-64, MIPS, etc.. :-)

  13. Re:Don't forget SPARC and Motorola 68xxx and HP .. on iPhone Not Running OS X · · Score: 1
    well.. to be really obscure, technically the sparc / hpux software was just the nextstep/openstep interface running on the existing solaris (SunOS?) or hpux kernel/os..

    The fact that those existed doesn't mean that there wasn't also a native port of the NeXT OS to Sun and HP hardware. As far as I know, those ports did exist.

    and the underlying mach kernel on which the bsd superserver runs is pretty portable too..

    (I'm not exactly sure I'd use a word derived from "server" in that context; system calls go directly to the BSD code, and the file system and networking kernel code runs in process context the same way it does on most other UN*Xes.)

  14. Re:I call Bullshit on iPhone Not Running OS X · · Score: 1
    Where the hell does it say anybody (including Apple) has to release source code before "External Deployment"?

    Not to mention the fact that Apple licenses the use of OS X from Apple under the special "we can do anything we damn well want to the part that's our code" license. :-)

  15. Re:Cultural preservation on How Can We Convert the US to the Metric System? · · Score: 2, Informative
    How Can We Convert the US to the Metric System? is like asking "How can we convert France to speaking English?"

    No, it's not. It's not as if the current measurement system we're using somehow belongs to us; we inherited most of it from the Mother Country. For that matter, other children of the Mother Country have managed to convert; heck, our neighbor to the north did, and they never had that little "revolution" thing that we did, so they arguably had stronger ties to Britain.

    Seeing Imperial units die out in the U.S. would be as sad as watching Welsh die out in Wales.

    In some people's eyes, perhaps, but not in others.

    (Knowing the sorts of people here, I imagine many of you wouldn't give a damn about either.)

    I'd consider the death of Welsh sad. I wouldn't give a rat's ass about the death of the imperial system. As far as I'm concerned, it's ridiculous to insinuate that there's something wrong with the "sorts of people" who would agree with me on both.

  16. Re:Only Three? on How Can We Convert the US to the Metric System? · · Score: 1
    What the heck is a 'stone'?

    Actually, they said capital-S "Stone", so I presume they meant "Rolling Stone", but they didn't specify which one - is Mick, Keef, Ron, or Charlie the standard unit of weight?

  17. Re:I'll let you into a secret about Britain on How Can We Convert the US to the Metric System? · · Score: 1
    ...or 375ml or 75cl bottles
    .

    As opposed to the US, where wine is usually sold in 750ml bottles. :-)

  18. Re:Where's the Windows AD Integration? on Apple's Macworld Looking To Corporate Users · · Score: 1
    http://www.apple.com/server/macosx/features/opendi rectory.html That looks like Samba-3 to me.

    That looks like server stuff to me; the posting to which I was replying said "The thing is, unless Apple can seamlessly integrate their desktop OS into Active Directory like how 2000/XP (and soon Vista) already do ...", but the page you point to discusses Mac OS X Server capabilities (LDAP server, Kerberos KDC, SMB server and domain controller).

    The SMB client in OS X is a descendant of Boris Popov's FreeBSD SMB VFS (with a lot of Apple work done on it), and the code to talk to Active Directory on the client side is largely written at Apple.

  19. Re:COBOL lives because it's clear on Modernizing the Common Language - COBOL · · Score: 1
    On the other hand, the syntax of COBOL can make it harder to read even when programmed right. If you compare the following two lines of code, do you really thing the first is easier to read and understand than the second?

    SUBTRACT TOTAL-EXPENSES FROM GROSS-SALES GIVING NET-PROFIT.

    NET_PROFIT = GROSS_SALES - TOTAL_EXPENSES;

    I like

    COMPUTE NET-PROFIT = GROSS-SALES - TOTAL-EXPENSES;

    myself, if for no other reason than that it probably pisses off the people who actually like verbose COBOL syntax.

  20. Re:Where's the Windows AD Integration? on Apple's Macworld Looking To Corporate Users · · Score: 1
    The thing is, unless Apple can seamlessly integrate their desktop OS into Active Directory like how 2000/XP (and soon Vista) already do, they're not going to be considered as a major player in corporate IT land. They need to be able to plug into currently existing infrastructure, be centrally managed, and offer an improved Net Present Value over PC's.

    I just don't see that happening for a number of reasons, asides from having to wait for Samba-4.

    How is Samba involved with this? (Only a tiny amount of OS X's client-side code to handle Microsoft protocols comes from Samba.)

  21. Re:Why Apple moved to x86 on Why Do We Use x86 CPUs? · · Score: 1
    In fact, aren't almost all x86 processors spectacularly bad at power consumption, with the exception of Intel's Core 2 sub-architecture?

    "In fact, aren't almost all x86 processors spectacularly bad at power consumption, with the exception of the primary line of processors that the main x86 processor vendor is currently selling?" :-) (The only reason I don't say "main two x86 processor vendors" is that I don't know whether AMD's processors are "spectacularly bad at power consumption", although I have the impression that they're fairly good about power efficiency.)

  22. Re:Flawed assumptions in the question on Why Do We Use x86 CPUs? · · Score: 1
    With Just-in-Time compilation, legacy x86 programs could be painlessly run on ARM/PPC by translating them dynamically at run time, similar to how CIL and Java work.

    Yeah, and run 20x slower.

    Given Transitive's technology, "20x" might be an exaggeration, unless either the ARM/PPC/whatever processor isn't fast enough or translating from x86 to ARM/PPC/whatever is significantly harder than translating from PPC to x86 - Rosetta isn't, as far as I know, 20x slower than native.

  23. Re:Finally an answer! on 5 Strangest Materials · · Score: 1
    Now I know its just because my atoms all have the same quantum state.

    You must be a real Boso, then.

  24. Re:Ridiculous... on Usability in the Movies -- Top 10 Bloopers · · Score: 3, Funny
    Do we cry out in anger when an entire movie goes by and nobody uses the can? Of course not. It's just not important to the story,

    Well, most of the time, anyway. "So much for the seashells. See you in a few minutes.".

  25. Re:Insurance In The US on Near-Complete Cure For Diabetes In Two Years? · · Score: 1
    Unfortunately the insurance companies, hospitals and pharmaceutical companies here make too much money on diabetes.

    I.e., insurance companies get paid more to cover diabetics than the extra cost of medicine, etc. for them, so that they're better off the more diabetics there are? (Even with the group health plans that many here in the US have through their employers?)