Slashdot Mirror


User: TALlama

TALlama's activity in the archive.

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

Comments · 165

  1. Re:Goodie, goodie, goodie! on Kazaa Offices Raided · · Score: 1

    Just because you can own a press and communicate to a mass audience to it does not give you the right to mass-produce the latest Grisham novel and give it away. This is not about freedom of speech; it's about who owns the content of that speech.

  2. Re:AOL and video on Audio/Video Conference with iChat and AIM · · Score: 2, Informative

    Yes, they were, until last August. They key here is that AOL couldn't offer this kind of stuff until "it could prove that it was no longer the dominant player in free, public IM, or unless it opened its systems to interoperate with competitors." That 'or' gets them the leeway they need, along with the newer, more business-friendly (read: Republican) FCC board. They can probably show that they're no longer the dominant player by quoting Microsoft's own Messenger numbers back at them, which probably includes every XP installation out there as a user.

  3. Re:Only a problem if you never change clothes on The Trouble with RFID · · Score: 2, Funny

    I can see it now:

    PHB: So, how's that big information thingy coming?
    Dilbert: The RFID database?
    PHB: Yeah, sure.
    Dilbert: Well sir, we've got a whole lot of data. But it turns out that in the entire world, there is only one woman, and she keeps changing her clothes.
    PHB: So I've only been rejected once. Good to know.

  4. Re:Anyone with two feet and perhaps access to a ca on The Trouble with RFID · · Score: 1

    The way it *should be*?

    Oh yes, a police state is fine, as long as they work for it! Darn kids now days get off without doin' any work. In my day, we had to hoof it to follow them terrorists around, and we liked it! And so did the terrorists!

  5. Re:A wonderful book but... on AppleScript - the Definitive Guide · · Score: 1

    As others have said, *nix people tend to see AppleScript in terms of a scripting language, which it really isn't. What AppleScript is is a simple way to send Apple Events.

    Apple Events are what drive most programs on the Mac. Button presses, Key Downs, 'New Document', etc. are all expressed in terms of Apple Events, or some more language-specific term (NSEvent in Cocoa) that maps cleanly to Apple Events.

    AppleScript is basically a way to target and send these events. You tell an application to open a new document, and then tell that document to fill itself with text:

    tell application 'MacFoo'
    set doc to make new document with name 'Bar'
    tell doc to set content to "I'm a document!"
    end tell

    The syntax is verbose, granted. But that's because it's all a lie, really. AppleScript is written like the above, but is stored in a binary format that can be run, or disassembled to the above for modification. This binary format conforms to the OSA, the Open Scripting Architecture. Any language could in theory compile to it; it's a sort of bytecode.

    AppleScript's main problem is that its documentation is horribly out of date and each Application defines it's own dictionary of commands, which is how it should be but makes finding the right commands difficult.

  6. Re:So where does this leave Disney? on Pixar Drops Disney To Find a New Studio Partner · · Score: 1

    Disney closed its Florida animation studio, and moved whoever wanted to move to the Burbank studio, where all the animation of feature films was done until the late nineties (Mulan was the first Florida Feature). They consolidated their work, which is still kind of sad because the recent good stuff (Mulan, Emperor's New Groove, Lilo & Stitch) has been Florida, while the not as good stuff has been Burbank. We'll see how it plays out.

  7. Re:All that and... on Nit-Pickers Guide to Deviations in Jackson's LotR · · Score: 1

    Radagast? That simple bird-taming fool? Why do you like that guy?

    >OW!

  8. Re:Remember the MST3K theme song? on Nit-Pickers Guide to Deviations in Jackson's LotR · · Score: 1
    The ultimate nitpick:
    ROTK 76. Frodo is wrapped in Sam's elven cloak (ROTK p.239) when he and Sam make their way up the slopes of Mt. Doom (ROTK p.264). Jackson has Frodo wearing his shirt but no cloak as he and Sam trudge up the slopes of Mt. Doom.

    I mean, WHO CARES?
  9. Re:A Nice Way of Saying on East vs. West: Culture and Distributed Development · · Score: 1

    I have named this "The Linux Users' Problem."

    It occurs when you do not understand that the entire world is different than you, and so you decided that everyone should enjoy compiling their kernel, using vi/emacs to edit /etc files, and whatnot. It's fine if that's what you want to do, but not everyone does.

  10. Re:Culture and Nationality correlation is exagerat on East vs. West: Culture and Distributed Development · · Score: 1

    They all live together in an underground bunker, and every night go out and fight crime!

  11. Re:Internet conneciton on What's Inside the Mars Rovers · · Score: 1

    What do you think is filling up all that flash memory?

  12. Re:George Monbiot - The Flight to India on A Thoughtful Look at Indian Outsourcing · · Score: 1

    That's it: blame the brits!

  13. Re:Justin Resigned AOL/Nullsoft on Shawn Fanning's New Venture · · Score: 1
    It really whips the llama's ass.

    OW!
  14. Re:Another Unfunded Mandate on Wal*Mart continues push for RFID adoption · · Score: 1

    Gee, personally I hate Wal*Mart because they are a large company taking advantage of poor people, whose decent-pay union jobs were destroyed when the town store went out of business because they couldn't compete with Wal*Mart's non-union, shave-a-cent-because-we're-bigger techniques. Yes, yes, you can retort with whatever anarchosyndicalism you want, but the problem with Wal*Mart is not their exploitation of other companies, but of the people who work and shop there.

  15. Re:Maybe Garbled Commands? on Spirit Rover Communications Error · · Score: 1

    What should have been sent:

    Find Adirondack and begin to grind the rock.

    What got through:

    Find .......... ... ..gin to ..... .....rock.

    The little guy's up there frantically searching for booze.

  16. Open Source? on Experts Critique SERVE Internet Voting System · · Score: 1
    This seems like a perfect time to start an open-source, truly secure system. I wondered why I had heard of no such an effort, and went looking.

    Google turns up one result for an effort in Australia, but I can't find any cost for the system, or a download link. There's also this post about a Python project, which appears to be talking about The Open Voting Consortium, which has a SourceForge project page.

    So it seems that there are movements happening, but these don't seem to be getting anywhere quickly. Does anyone know of any other projects?

  17. Re:This is a great first step! on US Army Pursues Hydrogen Fuel Concepts · · Score: 1
    ...so the whole thing is, to an extent, still vapourware.


    Isn't that the goal, though?
  18. Re:Computers will be everywhere on The Uncertain Promise of Utility Computing · · Score: 2, Informative

    Have you seen Xgrid? Apple's easy-to-use plug-in interface for distributed computing. See slashdot story here

  19. Re:Carly's explainations on The Uncertain Promise of Utility Computing · · Score: 5, Funny

    Examples:

    Wal-Mart: We sell everything everywhere, for cheap.
    Banks: We give money to people, and they give us more money back later.
    McDonalds: We make fast food that kids like and parents put up with.
    In-N-Out: We make fast food that everyone likes.
    Dell: We make cheap computers.
    Microsoft: We make software, and whatever else we want.
    SCO: We sue people.

  20. Re:I would have to agree. on Linus Says 2004 is the Year for Desktop Linux · · Score: 1
    I bought an emachine laptop...


    Stop, stop, stop. You're going to try to tell us you had problems with any OS on an eMachine. Yes, and I have problems with any OS I try to run on my sneakers.
  21. Re:Current compiler? on IBM Releases XL compilers for Mac OS X · · Score: 4, Informative

    The only problem being that XLC doesn't support G3 Machines, so it would be impossible to create a binary that runs on any Mac, as is currently supported by GCC. In theory they could make separate binaries and install the 'correct' one, but that poses problems for systems booting off of external hard drives (which binary do you put on the drive?) and booting over the network. The ability to carry around a copy of OSX on your iPod is a powerful thing, and not one most people would give up lightly.

    Of course, this could have been gotten around by using Bundles, which is a folder that acts like a double-clickable application. The structure is:
    SomeApplication.app/ <-- The application
    Contents/MacOS/SomeApplication <-- The OSX binary
    Contents/MacOSClassic/SomeApplication <-- The OS9 binary
    Contents/Resources/Blah.jpg
    Contents/Resources/Foo.tiff

    It chould be:
    SomeApplication.app/
    Contents/MacOS/SomeApplication <-- The generic binary
    Contents/MacOS-G3/SomeApplication <-- The G3-optimized binary
    Contents/MacOS-G4/SomeApplication <-- The G4-optimized binary
    Contents/MacOS-G5/SomeApplication <-- The G5-optimized binary
    Contents/Resources/Blah.jpg
    Contents/Resources/Foo.tiff

    When you double-click, it uses whatever binary is appropriate for the system. Unfortunately, this doesn't work for Frameworks, which lack the notion of platform.
    A rant to beat the lameness filter: this bundle format should be adopted everywhere. It allows for a folder to be used as an application, and to contain all the resources it needs to be used and run. Moving the folder moves the application, and the folder doesn't use any vodoo to keep the data together, as pretty much any HD format understands folders and files.
    In addition, the multiple-binaries trick (as shown above working with OS9/X and proposed for processors) would allow the same bundle to work on muluple platforms, so I could email you a zipped version of Office from my Mac that could work on your Wintel, no Java required.
    The support is in the Finder/Explorer/Browser, which needs to understand that 'double click on bundle' == 'find correct binary and launch it'.

  22. Re:I am never buying HP again. on HP Licenses Apple's iPod & iTMS · · Score: 1

    And, to bring this back to the story at hand, Steve Jobs himself is a vegan (albeit one who occasionally eats fish).

  23. Re:Oh great! on Black Holes No More -- Introducing the Gravastar · · Score: 1
    For some reason I think that "The Spherical Void" just will not be as much of a hit with the little ones.


    Well, it can't do worse than "The Black Hole."
  24. Re:Key exchange ? on DVD-Jon Breaks iTunes Encryption For Linux Users · · Score: 1

    WTF? IIRC, DRM INRFPT.

  25. Re:Jobs better watch his tongue carefully on Microsoft's iPod-Killer: Portable Media Center? · · Score: 2, Informative

    Having listened to the conference call in question, this was said with tongue quite firmly in cheek. What's more, it was the first sentence of his answer, when he went on to say that if the market changed from the current position, of course they would be open to including other players/services.