Slashdot Mirror


User: Junior+J.+Junior+III

Junior+J.+Junior+III's activity in the archive.

Stories
0
Comments
3,069
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,069

  1. Re:Microsoft has finally been forced to innovate on IE7 Details Emerge · · Score: 1

    Not innovate, catch up. Name one true innovation in IE7.

  2. This is great and not great on Sunlight in a Tube · · Score: 1

    Great in that I can get cheap natural lighting indoors.

    Not great in that it does nothing to help me with my lighting problems when it's actually dark out, which is when I need light the most. If you think about it, this is an improvement on the window, not the light bulb.

    Also, I bet those tubes present opportunities for leaks.

  3. Re:everybody uses 302 on Google 302 Exploit Knocks Sites Out · · Score: 3, Insightful

    It's an exploit if you can't prevent someone from misusing 302, or to filter out malicious uses of 302 from legitimate ones.

  4. Now witness the power of this fully armed and -- on Star Wars Revelations - May the Force Be With You! · · Score: 0, Redundant

    --slashdotted.

    Never underestimate the power of the slash.

  5. Re:So AOL is officially spyware, right? on AOL: We're Not Spying on AIM Users · · Score: 0

    Whoever modded me funny, I'm serious. AOL's ToS makes it a very untrustworthy application, and by extension, makes the entire Oscar protocol untrustworthy.

  6. So AOL is officially spyware, right? on AOL: We're Not Spying on AIM Users · · Score: 2, Funny

    When will my anti-spyware apps start seeing AIM as spyware, and offering to remove it for me?

  7. Re:Nixon tapes on Burst.com and Microsoft Settle · · Score: 1

    Yeah, he was. The mainstream news decided to focus on the whole of his life and now the Watergate scandal and his resignation in disgrace from the presidency. Millions of people I'm sure disagreed, but if you look for his obituary or other articles written about him, they are fairly glowing.

  8. Re:Nixon tapes on Burst.com and Microsoft Settle · · Score: 1

    He died in 1996.

  9. Nixon tapes on Burst.com and Microsoft Settle · · Score: 1

    This is just like the seventeen minutes of silence on the Nixon tapes during the Watergate break-in investigation. Somehow, when Nixon died, he was "remembered" as a great American. How can we stand for this?

  10. Re:I worry about burn-in... on HP Introduces New Technology to Save Mobile Battery Life · · Score: 1

    That doesn't stop it from being a good joke, though.

  11. Stupid question, but... on HP Introduces New Technology to Save Mobile Battery Life · · Score: 3, Insightful

    If this is really so important, why not switch to white text on black background for mobile devices? This would maximize the amount of dim pixels.

  12. I worry about burn-in... on HP Introduces New Technology to Save Mobile Battery Life · · Score: 4, Funny

    When there are two boob-shaped areas of my screen that appear to be burned in more than the rest of my screen, then people will know about my, ahem, viewing habits.

  13. Re:Testing? on Women Leaving I.T. · · Score: 1

    I wasn't offering an absolute distinction; as I said, if I had the means to type a PhD thesis into Slashdot, I'd do it, but I don't.

    "Natural language" does not allow totally ungrammatical statements, as you've pointed out. Fault tolerance does not imply fault invulnerability. It's also possible to speak a completely grammatical natural language to a foreigner and have them not understand a thing you say.

    As for Perl, I'm a philosopher, not a perl programmer, and my knowledge of programming languages stops somewhere around Pascal or BASIC. But I would expect that if you tried to call an undefined variable, it wouldn't "know" what you were telling it, and would be unable to proceed.

    I find this concept of a "guesser" to be intriguing, but I would suspect that we presently do not have the kind of guessing technology that approaches the natural language facility of human speakers.

    For example, a Perl interpreter may well be able to "guess" what you want to split when you give issue an ambiguous split instruction, but that is because it must have some explicit coding going on in the interpreter which tells it how to handle ambiguous syntax.

    But if you try giving it an undefined instruction, it won't be able to handle it, will it? As I said, I don't know Perl, but if the instruction "foo" doesn't exist in Perl, and I wrote a Perl script that told the Perl interpreter to foo some data, I would expect it wouldn't be able to do what I had in mind. If I wanted to convey to Perl the meaning of "foo", I wouldn't be able to do so by saying "You know, to smurf it." I'd have to explicitly define it in a rigorous and unambiguous manner that is already defined from the axiomatic primitives that are legal in Perl syntax and ultimately translate into machine language.

    On the other hand, if I tell a human office lackey to "foo" that data, he'll know based on other times he's heard the word "foo" even if it hasn't been explicitly declared between us with rigorous logical symbols what exactly it is to foo. In fact, we're quite comfortable using some words (like "good" or "art" for example) which are very difficult to define in such a rigorous fashion. We have arguments over them, and they're problematic words, but we can make use of them.

    Programming languages have been for many years attempting to incorporate the ease-of-use of natural languages into their feature sets. Likewise, for hundreds of years academics have been trying to impose synthetic rules onto natural language to give it order and "improve" it.

    It would not surprise me if some day one could speak to a computer and give it orders just as a military officer gives orders to a subordinate. But we're not there now.

  14. Re:Testing? on Women Leaving I.T. · · Score: 1

    I'd be interested to know exactly what the difference is between "natural" and "non-natural".

    That's well worth exploring, and I don't have the means to do that in depth here. But, basically, a synthetic (or non-natural) language is one where the rules have been explicitly declared and set in stone in advance. A "natural" language is one which evolves and develops as it is used.

    Natural languages are much more flexible and able to adapt on the fly and fault-tolerant, but this comes at the price of a lack of guarantee of precision and the possibility of ambiguity.

    A few examples to help clarify:

    If I mis-type "Two times four equals ate" in a natural language, you can read that statement and tell what I meant to say, and make sense of it and we can get along OK. Maybe if you're pedantic you'll correct my usage, but if you're in a hurry or don't care, it can slide and nothing bad happens. If I tried to pass the equivalent this statement through a synthetic language parser, it would flag the statement as meaningless and error out in some fashion and would be unable to proceed until the statement was corrected.

  15. Re:Testing? on Women Leaving I.T. · · Score: 1

    Nope, I'm not.

    Wall is using a metaphor and anthropomorphising. A computer understands its programming language no more than a stone understands that gravity wants it to roll down hill, or a player piano understands that the holes punched into the roll of paper are music.

    Computers follow programmed instructions because they have been cleverly constructed in such a way that their mechanisms trip in a particular way when the instructions are encoded into eletronic pulses and sent through its workings.

    Nothing about the potential for natural language to be precise contradicts the fact that programming languages are non-natural.

  16. Re:To Be Expected? on Women Leaving I.T. · · Score: 1

    Um, the baby boomers are pushing 60. If they haven't had kids by now, it ain't gonna happen.

  17. Re:Testing? on Women Leaving I.T. · · Score: 1

    It is a well-established fact that women are generally better with (human) languages,

    Assuming this is true, computer programming languages are NOT natural languages. They're synthetic languages with hard rules made out of logic. Programming is more akin to mathematics. I'm sure women are capable of being excellent programmers and mathematicians, but a facility with natural language does with its lack of precision and clarity does not translate into the basis of a good programmer. That's not to say that being good with natural languages would be detrimental to programming aptitude, either, of course.

  18. Never underestimate the bandwidth of a car on Broadband to Kill Off DVD? · · Score: 1

    I have a cable modem, and even with bitttorrent, it still can take a few days or more for a DVD-sized amount of, ah, linux isos to download.

    By contrast, I can drive down to the store and return to my house with a shitload of DVDs in less than an hour.

  19. Re:Roll the dice... on Israeli Army Frowns on D&D · · Score: 1

    True Ressurrection.

  20. Just goes to show on Arm Wrestling Robots Beaten By A Teenage Girl · · Score: 2, Funny

    Even with mechanical advantages, geeks are still wimps.

  21. Mickey Rooney on Star Smaller Than Some Planets Found · · Score: 1

    Mickey Rooney appeared slightly irritated at a press conference held in his Beverly Hills Mansion earlier today. "I was discovered over 70 years ago, and these astronomers claim they've got a smaller full-fledged star? Well I've got news for 'em."

  22. Al CAIDA? on Tracking a Specific Machine Anywhere On The Net · · Score: 1

    All your caida are belong to us.

    You have no chance to survive make your time.

  23. Re:Licensing fee on British Goverment to Reshape BBC Governance · · Score: 1

    So? In America, people pay about half that much every month for cable.

  24. Re:What's the propertie status of the moon? on Japan Considering Moon Base, Shuttle Projects · · Score: 1

    This has happened a lot throughout history. Usually, it gets settled through war.

  25. Re:Single video card not going to cut it? on SLI Primer · · Score: 1

    I didn't say it was useless, just disagreeing strongly with the notion that a single video card won't cut it. Even for serious gamers, a single video card is fine. SLI is cool, it's just not going to make other video solutions obsolete.