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. Re:In other news.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    1) Yes it does, break it

    2) Fuck POSIX |-)

    I'll take usability over some standard which is easy to work-around.

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

    UFS on MacOS X is also very slow and your Aliases will break when the original file is moved or renamed.

  3. Re:What exactly are.... on Mac OS X 10.3 Defrags Automatically · · Score: 2, Informative
  4. Re:I am just curious, on Mac OS X 10.3 Defrags Automatically · · Score: 1

    You can but it's SLOOOOW

  5. Re:What exactly are.... on Mac OS X 10.3 Defrags Automatically · · Score: 1
  6. Re:In other news.... on Mac OS X 10.3 Defrags Automatically · · Score: 4, Informative

    If you refer to a file by an inode you are basically creating a hard link so if the file is deleted the file still 'exists'.

    Also you cannot get a file path from an inode thus if the file path is changed (moving a file for example) the application cannot know what the new path is.

    A FileID is really more equivalent to a path, or rather used in place of a path with the advantage that the path can change and the fileID remains the same. Thus referring to a FileID is less fragile.

    Also FileIDs are smaller so searching for files using a FolderID or FileID is faster and uses less memory.

    They're not equivalent.

  7. Re:In other news.... on Mac OS X 10.3 Defrags Automatically · · Score: 2, Interesting

    If Apple got rid of HFS+ they would need to replace it with something else. No other filesystem supports FileIDs for example.

    Time for HFS++

  8. Re:Amortized cost... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    The process could be delayed until the disk isn't being used. The file would still use twice as many blocks but with today's hard drives that shouldn't be a problem.

    As for Linux filesystems they don't support FileIDs so who cares |-)

  9. Cool but... on Mac OS X 10.3 Defrags Automatically · · Score: 0

    I'd still like to defragment larger files even if it's done manually. Plus Optimizer requires a reboot.

  10. Re:Problem is lack of incentives & accountabil on FTC Issues Report Critical Of Patent Policy · · Score: 1

    Your "solution" sucks ass.

    A better solution is to end all self-funding activity by such agencies. All money ought to be appropriated by the legislature like the constitution says.

    Apply this to the local police too.

  11. Re:Does Panther support case-sensitive journalling on Mac OS X Panther 10.3 Reviewed · · Score: 1

    The best thing about HFS+ for me is FileIDs. I don't think a single other filesystem supports them.

  12. Re:Austrian Economists actually explain human acti on Socionomics: the Science of History and Social Prediction · · Score: 1

    I would have thought "Theory and History" would have been a more appropriate link |-)

  13. Hey Michael... on On the Record: Scott McNealy · · Score: 4, Interesting

    I could have done without the editorial.

    I'm surprised you didn't mention other thoughts in your head, like whether or not you like twinkies.

  14. Even faster if... on Gentoo is Fast on New G5s · · Score: 1

    Gee, just think what if gcc was compiled with xlc! /giddy

  15. Re:OpenDarwin could do it... on Running Mac OS X Natively on Pegasos · · Score: 1

    Duh.

    But not with the original processor. 10.1 worked with the original processor, with 10.2 you have to upgrade to a G3/G4

  16. Re:OpenDarwin could do it... on Running Mac OS X Natively on Pegasos · · Score: 1

    I highly doubt the 10.2 kernel will run.

    BTW this isn't something special OpenDarwin does. Apple's standard 10.1 kernel works on Macs without G3 processors, no thanks at all to OpenDarwin.

  17. Re:OpenDarwin could do it... on Running Mac OS X Natively on Pegasos · · Score: 1

    Is that based on the 10.2.6 kernel or some ancient 10.1 kernel?

    To my knowledge 10.2 kernels don't work on Macs with pre-G3 processors.

  18. SEEN IT! on European Shuttle Program Update · · Score: -1, Offtopic

    Oh great, maybe next time they'll bring an IMAX camera so I can see moon rocks in high def.

    Woop de friggin DO

  19. But would it behave like a Mac app? on Qt/Mac KDE Call for Help · · Score: 2, Insightful

    'cause not a single Qt app does so far

  20. So who's being childish now? on FSF, GCC, and SCO Compiler Support · · Score: -1, Troll

    SCO or FSF?

    Seriously guys, the way to beat childishness is seriousness.

  21. Eh, so what on SCO Targets US Government, TiVo · · Score: 1

    We can always use BSD |-)

  22. ...fapping on Youth Spend More Time on Web Than TV · · Score: 1

    I don't know why that last word was left out of the title

  23. Re:on second thought, pass the lead gloves please. on United Nuclear · · Score: -1, Insightful

    DU is almost as radioactive as natural uranium. It is VERY radioactive!

  24. Re:Unfortunately... on Final Version of OpenOffice.org for Mac OS X Released · · Score: 1

    Uh huh. Are you even going to change the file i/o so it uses FSRefs and AliasHandles instead of file paths?

    I mean c'mon really, all you're doing is changing the appearance, NOT the behavior.

  25. Be warned on Trolltech Releases Qt/Mac Free Edition · · Score: 2, Interesting

    Using Qt does not make your app follow the human interface guidelines, nevermind various mac conventions which aren't mentioned in the guidelines.