Slashdot Mirror


User: Smurf

Smurf's activity in the archive.

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

Comments · 667

  1. Re:A good reason not to: on Why Run Linux On Macs? · · Score: 1

    EFI updates. On Mac hardware, they can only be delivered by a Mac OS update. Run Linux exclusively, and you will not get firmware updates.

    Just make a minimal install of OS X in a small partition in your HD, or much better yet, in an external drive. Use it for Mac-only maintenance, disaster recovery, and stuff like EFI updates.

    Of course, as Ash-Fox said, you should research the EFI update very carefully before installing it to make sure Linux compatibility isn't affected.

  2. Re:Application installers suck. on How To Hijack Your Own Windows System With Bundled Downloads · · Score: 2

    c) there's nothing preventing you from shipping a zip (because windows still doesn't understand a tarball) which has everything packaged up nice and neat (ie, a bundle)

    It seems you don't completely understand what an app bundle in OS X is. Yes, it is a directory where all the files that comprise an app are packaged up nice and neat.

    But that directory is treated by the Finder in a special way: from the point of view of an end user, it is just a file. He double clicks on it, and the app launches. He drags a document icon on top of it, and the document opens in the app. He can move it around, move it to another disk or to another Mac, etc., and it consistently behaves like a single file and retains its functionality. Only when he right-clicks on it and chooses "Show Package Contents" is its true identity as a neatly organized folder revealed.

    In fact, app bundles aren't the only kind of packages (i.e., directories that present themselves as files) in OS X. There are many others. For example, some apps like Apple's Keynote save documents as packages. From the point of view of most users, a Keynote file is pretty much like a PowerPoint file, except for the app that opens it. A slightly more advanced user knows that he can right click on the Keynote file, search for the graphs he included in the presentation, and replace those files (PNG, JPEG, PDF, whatever) with updated versions that reflect updated data... and the presentation gets updated without even opening Keynote.

  3. Re:Forced upgrade path, Re: Nosedive on Tumblr Co-Founder: Apple's Software Is In a Nosedive · · Score: 1

    Maybe. In that case, just buy it from the Apple store:
    http://store.apple.com/us/prod...

  4. Re:Forced upgrade path, Re: Nosedive on Tumblr Co-Founder: Apple's Software Is In a Nosedive · · Score: 1

    Mmmm... Ok, but you are exaggerating in this statement:

    My MacPro, four Xeon cores and 20GB of RAM, with six drive bays,
    doesn't have a MacOS upgrade path beyond 10.6.8,

    Of all Mac Pro models only the earliest four don't run OS X 10.10 Yosemite. But all four of them can be upgraded to 10.7.5, as you can verify by clicking on their links in that page.

    I find it odd that an owner of such a machine wouldn't know that.

  5. Re:This is why Time Machine is such a boon... on Writer: How My Mom Got Hacked · · Score: 1

    Searching again for a suitable replacement for Time Machine I found Back In Time, which seems to have the same functionality as tym but with a reasonable GUI. That's great and helps alleviate the pain for a non-technical user. But it is still based on rsync --link-dest and as I said before that has very big technical disadvantages when compared to Time Machine.

  6. Re:This is why Time Machine is such a boon... on Writer: How My Mom Got Hacked · · Score: 1

    VSS (shadow copy / system restore) is essentially Time Machine on Windows.

    No, not by a long shot. They both allow you to take snapshots of your files/drive, but that's where the similarity ends.
    Time Machine's implementation, both from the technical standpoint and from the user experience one, sets it apart from VSS. A consequence of that is that Time Machine is a system that even clueless end users can (and do!) take advantage of.

    For a good summary of Time Machine's implementation see the excellent Ars Technica review of OS X 10.5 Leopard by John Siracusa.

    Quite frankly the only backup+versioning system that I can recall that has similar functionality to Time Machine is tym, a rather complex bash script that leverages the --link-dest option of rsync. I use it to back up other Unix-like systems, as well as data on OS X machines for which I don't have administrative access.

    But quite frankly it has many technical disadvantages, and furthermore it is not something that I would expect an end user to be able to configure and use. Of course you can roll out a much simpler script like this, but then again you are losing even more functionality and still suffer from the technical drawbacks without really improving the usability for non-technical users.

  7. Re:This is why Time Machine is such a boon... on Writer: How My Mom Got Hacked · · Score: 2

    Nope. As SuperKendall said in a separate reply, regular users can't modify the backups and administrators (sudoers) need to authenticate to modify them. (And yes, I verified it before posting this).

    The malware would therefore need to escalate the privileges in order to encrypt the backups, making it far more challenging.

  8. Re:Another idea... on Why Aren't We Using SSH For Everything? · · Score: 1

    Condoms are pretty good for safe sex. I think we should be using condoms to protect our bank accounts, for giving everyone safe drinking water, for screening passengers at airports and for securing your valuables in hotel rooms.

    I can assure you: leave a used condom on top of your valuables and no one who enters that hotel room will touch them.

  9. Re: Kids just have to fuck everything up on Ebola Patient Zero Identified, Probably Infected By Bats · · Score: 1

    Sounds like the parent's job to make sure a kid isn't fucking with bats, you racist twat.

    Racism aside, sexual intercourse with small flying mammals should be actively discouraged, regardless of age.

  10. Only 7 million light years away? on Hubble Reveals a Previously Unknown Dwarf Galaxy Just 7 Million Light Years Away · · Score: 1

    Then let's go for Spring break!

  11. Re:Also note on Apple Pushes First Automated OS X Security Update · · Score: 1

    You will have to patch your system manually.

  12. Re:Also note on Apple Pushes First Automated OS X Security Update · · Score: 1

    They only update back to Mountain Lion.

    True. You can nevertheless patch older versions of OS X manually.

  13. Tags on Linux also (at least in KDE apps) on Ask Slashdot: Best Software For Image Organization? · · Score: 1

    Update: I just learned that there is indeed a way to tag files in Linux (well, in KDE apps at least). In its current incarnation it is called Baloo, and it is now implemented pretty much like tags are implemented in OS X, that is by incorporating the tags in an extended attribute for the file.

    Unfortunately when I google "baloo kde" I do see quite a bit of pages asking or showing how to disable Baloo. I guess it's still in its infancy and still suffers from performance issues. (Baloo actually does much more than tagging, it is the whole file indexing system, so it is more akin to Spotlight on the Mac side.)

  14. Re: Simplest is best on Ask Slashdot: Best Software For Image Organization? · · Score: 1

    That is fantastic! Thank you very much for the info!

    For others that may be interested in file tagging in Linux, it seems there are two systems: the old one called Nepomuk and its replacement Baloo.

    Nepomuk uses a database that needs to be running permanently which associates tags and files. That approach has too many drawbacks, and quite frankly would be an unsatisfactory substitute for OS X's tagging.

    Baloo, on the other hand, does things the right way, by incorporating the tags into an extended attribute for the file. That is exactly the way it's done in OS X, and it works awesomely provided that you have a good indexing system that indexes those extended attributes like Spotlight does. (Close-to-immediate searches are fundamental for the success of a system-wide tagging system.)

    Thanks again for the info!

  15. Tags on OS X on Ask Slashdot: Best Software For Image Organization? · · Score: 1

    I am aware that the original poster wants to use Linux and may be talked into using Windows but probably not into buying a Mac. But since other people will have the same question and some of them may be Mac users, here it goes:

    Many responders have already suggested creating ingenious folder structures that will help you keep a basic level of organization to the photo collection. Use any of those systems, and augment it by making use of OS X's extremely useful tagging feature.

    Furthermore, there are many applications, such as the ones made by Ironic Software, that allow you to search, organize, and work with your files in very powerful ways using those tags. Since the tagging system is common to all of them you are not tied to any particular application.

    The only downside of this is that you do become dependent on OS X at least until other systems implement tagging.

  16. Re:Simplest is best on Ask Slashdot: Best Software For Image Organization? · · Score: 0

    I guess it's not your system of choice (nor the submitter's), but OS X does have a very useful tagging feature on the filesystem.

    Furthermore, there are many applications, such as the ones made by Ironic Software, that allow you to search, organize, and work with your files in very powerful ways using those tags. Since the tagging system is common to all of them you are not tied to any particular application (although you do become dependent on OS X at least until other systems implement tagging).

  17. Re:60 Minutes Pushing Propaganda? on Is Chernobyl Still Dangerous? Was 60 Minutes Pushing Propaganda? · · Score: 1

    Whooops, sorry. I didn't realize Slashdot had logged me out (no wonder there was a captcha!). The previous reply was from me.

  18. Re:60 Minutes Pushing Propaganda? on Is Chernobyl Still Dangerous? Was 60 Minutes Pushing Propaganda? · · Score: 1

    I'm replying to a message thread that started with arth1's assertion:

    "And in the US of A, a corporation is legally a person. No, I'm not kidding."

    to which you were specifically responding. We were all talking about personhood in the USA specifically, but now suddenly you want to pretend that the conversation was about something else.

  19. Re:What a shock on Is Chernobyl Still Dangerous? Was 60 Minutes Pushing Propaganda? · · Score: 1

    In Germany, even this year, 40% of the wild boars which were tested in Saxony (hunters are required to check animals they killed for radioactivity) showed radioactivity higher than the limit of 600 becquerel/kg, which made them officially unsuitable for human consumption.

    Just a small comment: 600 Bq/kg may be officially unsuitable for human consumption, but it's quite frankly a very small amount of radioactivity. In fact, that means that a typical portion of 1/2 pound of meat would have less than 150 Bq, which is what ten regular bananas have.

    I'm not saying that Saxonian boars are all perfectly safe to eat, only that German regulations borderline silly.

  20. Re:60 Minutes Pushing Propaganda? on Is Chernobyl Still Dangerous? Was 60 Minutes Pushing Propaganda? · · Score: 1

    I'm legally a person, and yet I can't vote, as I'm not a citizen of the US. There are many "limits and exceptions" on the rights of many people that you would certainly agree "are persons legally," like non-citizens, minors, ex-convicts (and convicts, of course).

    My point is: The fact that corporations don't have all the rights of other persons is not proof that they are not persons legally.

  21. Re:Lotus 1-2-3 on End of an Era: After a 30 Year Run, IBM Drops Support For Lotus 1-2-3 · · Score: 1

    Hmmm... I don't recall that incident.

    But I can tell you that whatever happened with Lotus 1-2-3 had nothing to do with the M68k to PPC transition, as the two versions of Lotus 1-2-3 for Mac were released in 1991 and 1992 while the first Power Mac was released in 1994.

  22. Re:Lotus 1-2-3 on End of an Era: After a 30 Year Run, IBM Drops Support For Lotus 1-2-3 · · Score: 1

    Ok, that I know of Lotus was never on Apple... wasn't that Visicalc?

    Actually, there were a couple of versions of Lotus 1-2-3 for Mac OS.

  23. Re: Then I guess you could say... on Schizophrenia Is Not a Single Disease · · Score: 1

    Or he could just be referring to the etymology of the word schizophrenia: from schizo, split, and phren, mind.

  24. Re:Fear Mongering continued on Scientists Who Smuggle Radioactive Materials · · Score: 1

    You are not getting it: It has nothing to do with therapy vs. detection.

    The article talks about contraband of radioactive materials. I gave you examples where radioactive materials are used both in therapy (certain kinds of radiotherapy for cancer) and in medical imaging (PET and SPECT). You mentioned none of these examples.

    Instead, you gave three examples (x-rays, CT scanners, chemotherapy) none of which use radioactive materials.

    Thus you used completely invalid examples to illustrate a very valid point.

  25. Re:Fear Mongering continued on Scientists Who Smuggle Radioactive Materials · · Score: 1

    (...) how they believe those countries can achieve medical procedures we use every day in hospitals and labs (not including Universities and other research facilities) without radioactive isotopes. Things like X-Rays, Chemotherapy, CT scans, and everything else found in a Nuclear Medicine office (which is a pretty long list).

    I agree with pretty much everything you said, but you picked up precisely the wrong examples.

    X-ray machines and CT scanners (which are essentially an x-ray tube and detector mounted on a rotating gantry) do not contain any radioactive material whatsoever. Yes, they emit ionizing radiation (in the form of x-rays), but it is not originating from a radionuclide. Other types of tomographic scanners such as PET and SPECT do employ radionuclides injected into the patient, but you precisely didn't mention those.

    And chemotherapy... again, that uses chemical agents to treat cancer, not radioactivity. Yes, there is radiotherapy, which in some cases (but not always) relies on radionuclides to deliver an ionizing radiation dose, but again you failed to mention it.