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:Any Evidence At All? on Apple Switching To Intel Chips In 2006 · · Score: 1
    translates to the problems of trying to run all the third-party code being, which are harder if you don't just get to recompile, being "easily" solved.

    You know, dude, that's a lot easier to read if you write it as

    translates to the problems of trying to run all the third-party code being "easily" solved; those are harder if you don't just get to recompile,
  2. Re:68k emulation easy, but what about PPC emulatio on Apple Switching To Intel Chips In 2006 · · Score: 1
    Darwin is open source... don't need insider access to get hardware info.

    Which Darwin project is it that has the Airport Extreme driver? :-)

    Besides, it's not as if apps talk to the raw hardware a lot; they generally go through drivers, supplied by Apple in the case of Apple hardware.

  3. Re:68k emulation easy, but what about PPC emulatio on Apple Switching To Intel Chips In 2006 · · Score: 1
    Intel has tried to come out with a way to move beyond x86's limitations

    You mean like "implement a 99 44/100%-compatible version of x86-64"?

  4. Re:Any Evidence At All? on Apple Switching To Intel Chips In 2006 · · Score: 1
    Maybe you are a genius but I've personally written some code that didn't port between machines because of subtle byteorder problems.

    Networking code in OS X either tends to come from various BSDs (which run on processors of both byte orders and, if they run predominantly on any byte order, predominantly run on little-endian machines) or is written by people with sufficient clue not to have byte order problems.

    And, having worked at companies whose networking code works on both byte orders, I can testify that it doesn't require a "genius" to get it right (although, having fixed some annoying byte-order issues in Ethereal dissectors, I guess it requires more than "hey, it worked on my PC running {Linux,Windows}", the former of which all too often is, I suspect, the "smoke test" for free software).

    Maybe app writers have invented their own protocols and implemented them sloppily, so maybe those would break on a hypothetical little-endian OS X box, but app writers whose code also runs on Windows might at least stand a chance of getting it right.

  5. Re:More Random Speculation on Apple Switching To Intel Chips In 2006 · · Score: 1
    Apple is the first letter in AIM. Is there any reason they couldn't license the architecture to Intel?

    The fact that the architecture is primarily the invention of the second letter in "AIM", so, if anybody gets to license the architecture, it's probably IBM? I don't know whether power.org or IBM or... "owns" the various flavors of POWER-based architectures, but I suspect Apple can't unilaterally grant somebody else a license if it requires a license.

  6. Re:Any Evidence At All? on Apple Switching To Intel Chips In 2006 · · Score: 1
    Unlike ASOT, I cannot post actual information without fear of losing my job.

    OK, so what's ASOT's secret (other than an office in an important part of 1 Infinite Loop :-))?

  7. Re:Any Evidence At All? on Apple Switching To Intel Chips In 2006 · · Score: 1
    In addition, CNET's main answer to the insane technical issues that this would involve is, "Steve Jobs said it would work."

    No, they said "And Jobs has said Mac OS X could easily run on x86 chips." Perhaps they're deeply confused (computer journalists deeply confused? What a shock!) and think Jobs meant that "OS X could easily run on x86 chips", at the technical level (none of the issues there are particularly "insane" - look at the pile of processors on which Linux distributions and various BSDs run, and look at Solaris running on SPARC and x86), translates to the problems of trying to run all the third-party code being, which are harder if you don't just get to recompile, being "easily" solved.

  8. Re:Any Evidence At All? on Apple Switching To Intel Chips In 2006 · · Score: 1
    On-disk formats and wire protocols could break.

    To which wire protocols are you referring? (Hint: the answer is probably not "AppleTalk File Protocol", as netatalk works just fine, as far as I know, on x86 boxes. It's not "SMB", as there are plenty of Mac and SPARC boxes and... running Samba and, in the case of Macs and various BSD and Linux boxes, running various smbfs clients. It's not "NFS", as that's worked for ages on big-endian 68k/SPARC/etc. machines and little-endian x86/Alpha/etc. machines. And it's definitely not Ethernet, or IPv4, or IPv6, or TCP, or UDP, as those have worked between big-endian and little-endian machines for a long time. Hell, some of those have worked between 36-bit machines with 7-bit or 9-bit bytes and Boring Old 8-Bit Byte Machines.)

    The on-disk formats might have a problem, but even those aren't necessarily insuperable, although that might require that applications be changed not to assume that files are in the "native" byte order.)

  9. Re:I usually like their reviews, but this is terri on G5 vs. x86 and Mac OS X vs. Linux · · Score: 1
    If OSX's has big threading disadvantages because of it's similarity to BSD4

    It's not. OS X's threading model is not at all similar to FreeBSD 4.x's all-in-userland threading; the authors of the article were deeply confused on that point.

  10. Re:Yellow Dog Linux vs. Mac OS X on G5 vs. x86 and Mac OS X vs. Linux · · Score: 1
    Another thing is I've used the Mach api and it shows different Mach thread ids for the Posix threads I create with PTHREAD_SCOPE_SYSTEM so I'm a little mystified as to why they claim only one Mach thread is being used.

    Perhaps because their claim is not based on fact, but based on, apparently, a complete misunderstanding of what "POSIX threads (pthreads) are layered on top of Mach threads" (to quote the Apple technote whence they got that threads architecture diagram) means? (Hint to the authors: it does not mean "all the pthreads in a process are implemented in userland inside a single schedulable entity, so only one can be running at a time".)

  11. Re:Here's an alternate way of looking at things on G5 vs. x86 and Mac OS X vs. Linux · · Score: 1
    If your application is having its performance destroyed by a 2-5x multiplier in thread creation time, this application is not written very well.

    And if your benchmark is measuring how long it takes to do a fork or a fork/exec pair, rather than how long it takes to do a pthread_create(), your benchmark isn't particularly appropriate as a measurement of thread creation time if "thread" means "pthread" as appears to be the case on the previous page of the Anandtech article.

    And if the application being tested is using processes rather than pthreads, your Anandtech article shouldn't go on about pthreads (much less doing so in a way that says OS X uses "slower user-level threads" rather than "fast kernel threads" when the Apple tech note from which they took their diagram says "POSIX threads (pthreads) are layered on top of Mach threads", i.e. for each POSIX thread there is a Mach kernel thread).

    ("You" here of course meaning "the people writing the article", not "the person I'm replying to".)

  12. Re:PowerPC vs Intel on The Scoop on the Xbox 360's Embedded OS? · · Score: 1
    What most have failed to consider is the fact that Intel doesn't just make CPUs.

    ...and that they make non-x86 processors.

  13. Re:Arg on Apple Opens First Canadian Store in Toronto · · Score: 1
    Except perhaps during hockey season, when I suspect they are all about the Anneheim team

    I don't - the Sharks are a bit closer to Cupertino than are the Mighty Ducks.

  14. Re:In Celebration on Apple Opens First Canadian Store in Toronto · · Score: 1
    I know this is meant to be a joke, but there already is a Canadian layout. It is different from the US layout, because it has accent keys and some other nicities. It's called the Canadian Multi-lingual Standard, or CSA (Canadian Standards Association) keyboard.

    And it's not new in Tiger; it's in Panther, or, at least, a layout with the Canadian flag and "CSA" below it is.

  15. Re:Proper Pronunciation on Apple Opens First Canadian Store in Toronto · · Score: 1
    We'll lend you ours if you want to see what English actually looks like.

    If somebody wants to know what English actually looks like, they'll have to try an English dictionary, wherein the word for the round rubber things on automobile wheels is spelled "tyre" rather than "tire".

    But, still, the language you speak up there is closer to English than is the language we speak down here, at least in the way it's spelled^Wspelt....

  16. Re:SMB no change on Mac OS X 10.4.1 Is Out · · Score: 1
    Updated to 10.4.1 and I still cannot access my lovely debian server from my tiger machine.

    Is Samba on the Debian box configured to support encrypted passwords?

    If not, either enable encrypted passwords (as per another reply - note that Microsoft changed Windows in Windows 98 and in NT 4.0 SP3 to, by default, reject attempts to connect to servers that don't support encrypted passwords), or configure OS X's SMB client to allow connections to servers that don't support encrypted passwords.

  17. Re:Oh, right, error code -36! on File Sharing Difficulties Frustrate Tiger Admins · · Score: 1

    You might want to get network traces of the attempt to connect from the Tiger machine, and from the Panther machine, and tell Apple to open a bug and add those network traces to the bug report. (If you do the trace with tcpdump, use the flag "-s 0", as well as using "-w" with the name of the file to which to send it.)

  18. Re:What's the big deal? on File Sharing Difficulties Frustrate Tiger Admins · · Score: 1
    Plus Apple is passing a -d 10 to swat when it's called?!? -d is not documented in the swat man page.

    It's documented in the man page on my Panther box:

    -d|--debug=debuglevel
    debuglevel is an integer from 0 to 10. The default value if this parameter is not specified is zero.

    The higher this value, the more detail will be logged to the log files about the activities of the server. ...

  19. Re:Weirdness of the SMB Break on File Sharing Difficulties Frustrate Tiger Admins · · Score: 1
    In our office we have four machines: A Debian Sarge Box, two Win XP boxes and a current Al Powerbook (running tiger). The tiger running machine can connect to both the WinXP boxes fine, but the Debian box, which under 10.3 was used every day, no longer talks to the Powerbook.

    No longer talks to the PowerBook with the Debian box being the SMB server, or no longer talks to the PowerBook with the PowerBook as the SMB server (e.g., using Linux smbfs or cifsfs)?

    If the Debian box is the server, do you have encrypted passwords enabled? If not, try enabling them (which, apparently, also makes it easier to connect to the server from W98 and later, and NT4SP3 and later, according to some Microsoft knowledge base items, as they made those OSes not, by default, connect to servers that don't support encrypted passwords, requiring you to tweak a flag in the registry to support it).

  20. Re:Anecdotal... on File Sharing Difficulties Frustrate Tiger Admins · · Score: 1
    eventhough CIFS/SMB is often a transport for carryiung DCE/RPC on older windows boxens, moderns ones transport DCE/RPC over raw TCP

    Actually, I suspect Windows NT has always done DCE RPC over raw TCP (and probably raw UDP), and I think for SMB-related services they might still do DCE RPC over SMB by default (or perhaps do DCE RPC only over SMB - do they make SRVSVC available over raw TCP, and, if so, do newer versions of the Windows SMB client code use that to enumerate shares or do they still do that via DCE RPC over the SMB connection to the server?).

  21. Re:Anecdotal... on File Sharing Difficulties Frustrate Tiger Admins · · Score: 1
    I believe the encrypted session has to be disabled on the server end in windows2k3.

    Encrypted session, or packet signing?

    IIRC, the encrypted session is a proprietary M$ extension to CIFS/SMB that the samba guys haven't (hadn't) implemented (reverse-engineered) yet.

    Recent versions of the FreeBSD smbfs (client VFS) do packet signing, so that might have been reverse-engineered, at least on the client side.

    If you have to turn packet signing off on the server to connect from Tiger, presumably Tiger hasn't picked that up.

  22. Re:Solution on File Sharing Difficulties Frustrate Tiger Admins · · Score: 1
    and/or enable password encryption on your SMB server

    Note that Microsoft changed the "Windows OT" (95,98,Me) line in W98 and changed the "Windows NT" (NT 3.x, NT 4.0, W2K, WXP, WServer2K3) line in NT 4.0 SP3 so that, by default, they refuse to connect to servers that don't do encrypted passwords. There's a Registry entry you have to change to enable that - but they warn you that this means you're sending your password over the wire in a form that anybody capturing network traffic can see:

    WARNING: Enabling this will allow unencrypted (plain text) passwords to be sent across the network when authenticating to an SMB server that requests this option. This can lessen the overall security of an environment and should only be done after careful consideration of the consequences of plain text passwords in your specific environment.
  23. Re:samba on File Sharing Difficulties Frustrate Tiger Admins · · Score: 1
    doesnt OSX use samba for SMB?

    SMB server, yes.

    SMB client, no. The SMB client was originally based on the FreeBSD smbfs, but has had a lot of additional work done.

  24. Re:Cool. on Apple to Release first Tiger Update · · Score: 1
    As I understand it, the stuff that broke networking on a lot of applications are fundamental changes in Tiger's APIs that can't be fixed without going back to the old (Panther) way.

    And some of those changes might be...

    The good news is that one of the big things about Tiger is that Apple has supposedly reached a point where they're done making changes to the APIs that break things.

    ...the result of the introduction of the "sustainable" kernel interfaces. It sounds as if that might be part of what the Ars Technica article is referring to - interfaces that kernel extensions can use and that won't change in future releases in ways that break things, even if the implementation of those interfaces changes.

  25. Re:Cats? on OpenBSD Up & Running on Sharp Zaurus · · Score: 1
    but a Cat? Bravo, Theo, you've done it again!

    I think he means he installed it on Cats.