Slashdot Mirror


User: anarkhos

anarkhos's activity in the archive.

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

Comments · 506

  1. Falklands all over again on Canada and Denmark using Google as Battleground · · Score: 1

    This is like two bald men fighting over a comb

  2. Re:Leaks? on First Look at Apple's Intel Developer Macs · · Score: 1

    Sweet? Leaves a bitter taste in my mouth. Two undigestible dead syllables just lying there.

    Macintel has the same rhythm as Macintosh.

  3. Re:And the reverse? on Codeweavers to Support Mac OS X on Intel · · Score: 1

    Won't happen.

    1) As much of a moving target Win32 is, OS X is even more so.

    2) WINE runs apps not available on Linux. What Mac apps are you going to run which aren't available on Win32?

    3) There hasn't even been an open source implementation of the QuickTime API. How the heck are you going to support Mac apps which frequently mix Carbon/Cocoa/QuickTime/CG/HDI code?

  4. Re:Leaks? on First Look at Apple's Intel Developer Macs · · Score: 1

    Macintel dammit, not Mactel!

    Only a matter of time before you can run OS X on unsupported hardware with buggy unsupported drivers and Apple gets inundated with tech support calls and bad press....

    Or maybe not.

    I hope it doesn't push Apple into using TC.

  5. Re:minimum mass on Rocky Planet Discovered · · Score: 1

    Do you even read what you post? Does that number even look PLAUSIBLE?

    You probably meant 4.7Gs

  6. Re:Anyone wonder .. on Mac OS X 10.4 Tiger for x86 Leaked? · · Score: 1

    Yes, which is why everybody is running OPENSTEP right now.

  7. Re:Apple posts Intel docs; No OpenFirmware on x86 on Apple Switching to Intel · · Score: 1

    More like less standard.

    It won't be Open Firmware, it won't be BIOS...

  8. Re:This is bullshit. on Apple Switching to Intel · · Score: 1

    Don't forget multiply add

  9. Re:Just a coincidence on Revenge of the Sith Easter Eggs · · Score: 1

    You get an F in history mate.

    Hitler was in it for a higher purposes as well, some of them now reflected in the green party of all places.

  10. Pth, that's nothing on Chat Online with Cordless Phone · · Score: 1

    I once converted a cordless phone into a wireless internet connection using modems.

  11. Re:Oh good on Johansen Cracks AirPort Express Encryption · · Score: 1

    I wouldn't challenge that terminal to a battle of wits if I were you

  12. Re:Mono vs. Java (again) on Mono's Cocoa# Underway, GTK# Takes on Windows.Forms · · Score: 1

    If the .NET code access files by path then you have a problem already.

  13. Re:Open Office is a joke on the Mac on Excellent Tutorial for OpenOffice.org on Mac OS X · · Score: 2, Interesting

    Part of the problem is Sun wants the programs to behave the same on all platforms, which defeats the whole point.

    Why the hell would I want to help Sun anyway?

  14. Re:Am I the only one... on Jobs Previews Displays, Tiger at WWDC · · Score: 1

    I read some reviews of VAST which suggest huge gains are likely with many algorithms without any redesign in code.

    No telling how well Apple's implementation will be of course.

  15. Re:say what? on Phoenix Sounds Death Knell for BIOS · · Score: 1

    No.

    U-Boot only exists because an open source OF implementation did not.

  16. Re:The Problem with BIOS on Phoenix Sounds Death Knell for BIOS · · Score: 1

    ...and not even configurable

    What the hell do you mean by that? NuBus-based Macs indeed had configurable settings in PRAM (NVRAM). You could set the time zone, the boot disk, and the speaker volume for example.

  17. Re:Or, buy a Mac... on Phoenix Sounds Death Knell for BIOS · · Score: 1

    A week or two? What, if you don't know what a computer is at day1?

  18. Re:App Compat + Hopefully a New GUI? on NetBSD's COMPAT_DARWIN Adds XDarwin Support · · Score: 1

    I would like Carbon support the most, however I'm not sure how to implement FSRefs on other filesystems.

    I don't know how Apple even does it. AUX did it by maintaining a /etc/FileIDSs file which associated FileIDs with paths (which was less than ideal for a lot of reasons).

  19. Re:What exactly are.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    Firstly I'd like to apologize for acting like some ass with tourette's syndrome.

    Secondly the problem is the roles are in reverse. The FileID is like the path in UFS. You don't have a situation where multiple paths can point to one FileID because the path is more like a file attribute. In other words the FileID (or CNID) has a path, not the other way around.

    On UNIXish filesystems it's the path which has the inode, not the other way around.

  20. Re:Next stop, Quartz... then Aqua on NetBSD's COMPAT_DARWIN Adds XDarwin Support · · Score: 3, Insightful

    Aqua isn't a library. It's a specification nobody seems to follow.

    Quartz isn't necessary to run most Carbon apps. I'd start there.

  21. Re:In other news.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    You dont' move a file to another volume, you copy a file to another volume. Sheesh

    And it is NOT an inode! And before you even say it, it isn't a file descriptor either.

  22. Re:What exactly are.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    In short Unix has something exactly like FileIDs
    BULLSHIT!!!
    FileIDs are not inodes. They are NOT equivalent as I pointed out elsewhere.

  23. Re:In other news.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    NOOOOOooooooooo....

  24. Re:What exactly are.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    I have no idea, you'll have to ask the author.

    If you have multiple files or directories referring to one file that sounds more like an inode than a FileID.

  25. Re:In other news.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    BFS also lacks many of these things, most notably FileIDs.

    I hope he's working on HFS++ instead of some BFS port.

    BTW filename extensions still suck...what was Apple thinking?