Slashdot Mirror


User: noidentity

noidentity's activity in the archive.

Stories
0
Comments
6,325
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,325

  1. Re:Oblig on Search Engine Optimization Poisoning Way Up In '10 · · Score: 1

    My search engine optimization goes to '11

    '11? That could mean 0.11, if the ' contracts the 0. Or it could mean 111. Which is it?

  2. Re:'Free' or 'free'? on Sophos Researcher Suggests Password 'Free' to Spur Wi-Fi Encryption · · Score: 1

    What about the FSF version? Would that be GNU/free? That's 8 characters.

  3. Re:More useful... on Toy Robots Can Guard Your Home · · Score: 1

    Why do people always believe that their home is always somehow a target for burglars?

    Well, once you've got a troop of seeing-eye robot sentries constantly patrolling the house, I think you have made your house a pretty good target. Adding lasers and tripwires, doubly. So I think those things are justified... if you've installed them.

  4. s/guard/watch/ on Toy Robots Can Guard Your Home · · Score: 1

    There, fixed that for you.

  5. The real reason on Steve Ballmer Reveals His Secret Twitter Account · · Score: 1

    "Developers... developers... developers... developers... developers... developers... developers... developers... developers... developers... developers..." wouldn't fit within a tweet.

  6. Microsoft's statement that triggered $3000 bounty on Strong Contender Already For Adafruit's Kinect Challenge · · Score: 1

    Kinect for Xbox 360 has not been hacked - in any way - as the software and hardware that are part of Kinect for Xbox 360 have not been modified. What has happened is someone has created drivers that allow other devices to interface with the Kinect for Xbox 360. The creation of these drivers, and the use of Kinect for Xbox 360 with other devices, is unsupported. We strongly encourage customers to use Kinect for Xbox 360 with their Xbox 360 to get the best experience possible.

    Hey, Microsoft, this is all this "hack" will likely ever be: figuring out the protocol and encryption so that the device can be used with any computer. Hardware modification would make it much less usable to people, so it's unlikely.

    But this is very interesting, as the above statement from Microsoft could probably used as a defense when Microsoft inevitably sues people once an open-source driver is released. "But your honor, Microsoft itself stated that this is not a hack, in any way!"

    I get the feeling that Microsoft's real target is not those writing a driver, but investors and developers for whom an open-source driver is a threat. Apparently this device is being sold near cost, or even lower, in order to help establish it in homes so that game developers will use it. If its protocol were unlocked, then Microsoft might have to raise its price, which would lower sales and thus reduce the number that go into homes.

  7. Re:Possible false security? on Pee On Your Phone STD Test · · Score: 1

    Let's also hope that the users of this test are able to read the instructions well enough to see that it's not the phone that they urinate on, as the article headline and summary state.

  8. Re:Online help browser sucks. on Gosu Programming Language Released To Public · · Score: 1

    Nevermind that; the examples comes up blank if one doesn't have JavaScript enabled. HTML FAIL.

  9. Re:Learning languages and their philosophies... on Gosu Programming Language Released To Public · · Score: 1

    It's good to learn C++ to get accustomed with it's metaprogramming facilities [...] It's good to learn Erlang [...] and learn about it's interesting error handling philosophy. It's good to learn LISP to grasp it's macro system [...] See Common Lisp at work and Clojure for it's approach to parallelism [...]

    It's also good to learn English and get accustomed its apostrophe and possession features.

  10. Same lenience for file sharers? on Telstra Violating the GPL? · · Score: 1

    I wonder whether Telestra will have the same attitude towards file sharers who are allegedly infringing on copyrights.

  11. Re:Read the article, FFS on Is Your Laptop Cooking Your Testicles? · · Score: 1

    In other words, the laptop doesn't even need to be powered for the damaging effects?

  12. Re:Why is this news? on Central Dogma of Genetics May Not Be So Central · · Score: 1

    Tell us how you feel. Don't hold anything back. You are in a SAFE environment here... Now, show me on the dolly where the geneticist touched you...

    I think you mean, show me on the memory map where the program inappropriately accessed memory.

  13. Re:Details of the ban make little sense on TSA Bans Toner and Ink Cartridges On Planes · · Score: 4, Funny

    Apparently ink and toner will still be allowed on flights out-bound from the United States. The distinction between domestic flights and out-bound international flights makes no sense to me. If someone can target a domestic flight by assembling the toner-bomb in the US, why couldn't the same person target an international flight out-bound from the US?

    Good point; I'm sure they'll see the error of their ways if you explain that at the airport.

  14. Re:"a tutorial on writing man pages was...missing! on The Linux Programming Interface · · Score: 2, Informative

    They're actually bits, not strings. I will spare myself the task of explaining further.

    Good, because it wouldn't be necessary. On the other hand, in an informal sense, a string is "A linear sequence of characters, words, or other data" (from Google dictionary). In this case, it's a linear sequence of bits. The bits aren't characters (unless your machine's characters are a single bit wide), but I think string was appropriate. I could have called them a one-dimensional vector, or a linear sequence of bits, but I guess I didn't think of you when writing the post.

  15. Re:bullshit on The Placebo Effect Not Just On Drugs · · Score: 1

    I've also found that holding a floor button will close the doors. So say I'm going to the 4th floor. If I see nobody else outside, I step in and press and hold the 4 button, and the doors close immediately.

  16. Re:"a tutorial on writing man pages was...missing! on The Linux Programming Interface · · Score: 1

    I think anyone who has the overwhelming dedication to create a 1500+ page tome about every nook and cranny of the Linux API can be spared the task of explaining how to write text files. But that's just me.

    Man pages are written in [ng]roff format, so no, they're not just text files.

    It's even worse than that. They're all just strings of zeroes and ones, even Linux programs. I think the author can be spared the task of explaining how to write a string of zeroes and ones, don't you think?

  17. Anyone got a summary of the summary? on The Linux Programming Interface · · Score: 2, Funny

    tl; dr. Anyone got a summary of the summary?

  18. Re:Behavior of a program: code or input? on Bees Reveal Nature-Nurture Secrets · · Score: 1

    First off, you have no justification for being rude. Second, I wasn't claiming that DNA was code or data. The idea was to work on a simpler problem that's superficially similar, and see whether one is able to think about that without trouble. If one has trouble with that, one is sure to have trouble with the biological one. It's like testing something; you first start with things that you are sure of the proper response. If that fails, you can be fairly sure it will fail for more complex things. One's ability to think about a subject can be tested in a similar way. It won't catch all problems, but it can at least catch some.

  19. Behavior of a program: code or input? on Bees Reveal Nature-Nurture Secrets · · Score: 5, Insightful

    What is the cause of the behavior of a program, its code or input? Obviously both in virtually all cases. The code sets what inputs it can respond to, and the inputs determine which response occurs. Flexible programs have long-term state, allowing inputs to have an effect on response far into the future. Why is there even a debate as to whether it's the code or input that entirely decides behavior? The particular behavior depends on the program, of course. A program which merely echoes its input back, without any state, is less-flexible than one that receives a script, then interprets it.

  20. Re:Don't put it on the Internet! on Evaluating Or Testing Utility SCADA Security? · · Score: 2, Insightful

    Usually the people running these things have no ability to think adversarially, so they consider something that is several levels removed from the Internet to not be Internet connected, even though it is.

    Indeed, everything is connected to the Internet. It's always just an Ethernet cable away. Send the right commands over a phone line, and that cable will be connected for you.

  21. Slashdot:blog postings disguised as news summaries on Income Tax Quashed, Ballmer To Cash In Billions · · Score: 1

    [...] Nice to see a company take a principled stand, backed by a CEO who's not afraid to put his money where his company's mouth is, right? Well, maybe not. Just three days after the measure went down in flames, [...]

    I'm really tired of blog postings being accepted as summaries of news, complete with sarcastic comments embedded. This is just one example. If I want to read blogs, I know where to find them. I come here to read summaries of news items, and discussion about them. If someone submitting a story wants to share his opinion (everyone's got one), he can do so in the discussion. If he thinks his opinion is so noteworthy that it deserves special attention, he can start a blog and mix his opinion with everything. There's value in having a neutral summary of the news event.

  22. Picture of computer then ran it on on Europe Simulates Total Cyber War · · Score: 1

    I found a picture of the computer the simulation was run on.

  23. Some better article headlines on Not Transparent Aluminum, But Conductive Plastic · · Score: 2, Interesting

    Here are some improved article headlines:

    Not Transparent Steel, But Conductive Plastic

    Not Non-Conductive Plastic, But Conductive Plastic

    Not Green Eggs And Ham, But Conductive Plastic

  24. Re:Pretty simple, really. on Considering a Fair Penalty For Illegal File-sharing · · Score: 1

    Multiply the number of times the song was downloaded from her by the nominal wholesale price of the song in the marketplace.

    Then multiply by the fraction of which would have actually bought the song were it not for the shared file.

  25. Re:Microsoft's position is tricky on $2,000 Bounty For Open Source Xbox Kinect Drivers · · Score: 1

    Just letting you know that I had to stop reading your post once you used the word "sheeple". Don't know why you stooped to a low like that, but oh well.