Slashdot Mirror


User: interiot

interiot's activity in the archive.

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

Comments · 3,204

  1. By Geeks For Geeks on Open Source's Achilles Heel · · Score: 1
    In short, Open Source is geeks writing software for geeks, and usability suffers...

    Duh. :)

    I've always taken this as a good thing though... yeah, maybe 'find' is a hard command to figure out, but once you figure out how to pipe things aronud, you can do things with one line of text that you couldn't do anywhere else.

  2. Re:Who is she? on DoubleClick Taken to Court · · Score: 1

    Well, here's the site for Marin County Superior Court, but I can't seem to find any cases under "Hariett Judnick" or "DoubleClick".

  3. Re:DoubleClick Privacy Statement on DoubleClick Taken to Court · · Score: 1
    netdeals.com is part of the Abacus Alliance.

    This is all that shows on the screen without scrolling through the legaleeze (who does that anymore?):

    • Please read the privacy policy described here before submitting your chance to win.

      NetDeals' Privacy Commitment (scroll down)

      To learn more about cookies and how to opt-out of targeted advertising, please click here

    So they kind of tell you, but not really.

    Anyway, if you have a DoubleClick cookie and you want to have fun with it, go to netdeals.com and type in the following info:

    • Name: Kevin Ryan

    • Occupation: DoubleClick President
      Email: kryan@doubleclick.net
    Does anybody know where he lives? New York?
  4. Flashback on DoubleClick Taken to Court · · Score: 2
    A flashback to June 15, 1999:
    • DoubleClick is not sweating over the plans of privacy watchdogs to upset the $1 billion merger of the Internet advertiser and market researcher Abacus Direct, a top DoubleClick executive said today.

      "We don't think it's an issue," said Kevin Ryan, DoubleClick's president.

      DoubleClick says there is no demand for prior consent. For instance, of the 75 million people per month who view DoubleClick network ads, only ten per day elect to remove the company's cookie, which tracks surfing habits, from their computers.

      "I've been very active on the online privacy issues with the FTC since 1997," he added. "We spent a lot of time on this in discussing the merger--if consumers are not happy, neither one of us has a business."

  5. DoubleClick Privacy Statement on DoubleClick Taken to Court · · Score: 4
    Immediately off of their front page, DoubleClick's Privacy Statement:
    • In the course of delivering an ad to you, DoubleClick does not collect any personally-identifiable information about you, such as your name, address, phone number or email address. DoubleClick does, however, collect non-personally identifiable information about you, such as the server your computer is logged onto, your browser type...
    But they go on to say
    • However, as described in "Abacus Alliance" and "Information Collected by DoubleClick's Web Sites" below, non-personally identifiable information collected by DoubleClick in the course of ad delivery can be associated with a user's personally identifiable information if that user has agreed to receive personally-tailored ads.
    Does anyone know which sites are a part of the "Abacus Alliance" and whether those sites explicitely ask your permission first? (eg. big flashing letters that say WE ARE WATCHING YOU! ?)
  6. Re:Compilers dont write better code than humans on Transmeta Code Morphing != Just In Time · · Score: 1
    My wording was a bit weird...

    Say you have this in code: "const int NONDESCRIPT = 255; a = b % NONDESCRIPT;"

    But you don't care that NONDESCRIPT is exactly 255, just somewhere around there. So if the compiler knew this, it could change NONDESCRIPT to 256, making parts of the program much faster.

  7. Re:Compilers dont write better code than humans on Transmeta Code Morphing != Just In Time · · Score: 1

    Yes, "a % 256" is the same as "a & 255".

  8. Re:Compilers dont write better code than humans on Transmeta Code Morphing != Just In Time · · Score: 1
    until we tell it every nuance about the program, a human will still be able to use that knowledge to make faster programs.

    This isn't quite right. If either:

    • The programmer doesn't know everything about the target machine (eg. there's more than one), or
    • The programmer doesn't take the time to optimize the code (it happens all the time)
    then a JIT compiler could be faster than a human coder.
  9. Re:Compilers dont write better code than humans on Transmeta Code Morphing != Just In Time · · Score: 1
    There are still many other things that the programmer knows but isn't able to express using today's languages (or wouldn't want to).

    For instance, a line in a program might be "a = b % 255". But the 255 might not be set in stone, it could differ by up to 10. Computer languages can't express this, but if they could, the computer could figure out that it could change the 255 to a 256 (here and possibly elsewhere in the program) and make it "a = b & 0xFF" which is much faster.

    Granted, this is another trivial example, but there are many more situations like this where optimizations are possible. The more we tell the computer, the more it can figure out. The boundaries of what programming languages can express and what optimizers can do are expanding all the time, but until we tell it every nuance about the program, a human will still be able to use that knowledge to make faster programs.

  10. Re:What doubleclick? on DoubleClick DoubleCross · · Score: 1

    Care to briefly share how you did that? Yours is a nice solution that I could share with my friends localy who don't have a linux box and don't want to install a proxy.

  11. Re:The Horse is Gone! Close the Barn Doors! on DVD CCA Emergency Hearing to seal DeCSS · · Score: 1
    They confuse me too. My first thought was that they're very skilfully putting together a string of lawsuits to accomplish some goal that we don't fully realize yet, like restricting who writes DVD players or something similar.

    But then I ran across this from a Routers clip:

    • Jeffrey Kessler, lead attorney for the DVD Copy Control Association trade group, said the decision "establishes that the rules of intellectual property apply on the Internet, just like in all areas of commerce."

      Kessler was not worried the program would continue to circulate in defiance of the court order. "Most people are law-abiding," he said.
    They're not that naive, are they?
  12. Ligit? on DVD CCA Emergency Hearing to seal DeCSS · · Score: 0

    They're letting AC's put stories on the front page now? Kinda hard to verify their email address or anything else...

  13. Re:Big Deal on Author Unknown · · Score: 2
    Heck, it's often not too hard to identify them just from the titles.

    Voices From the Hellmouth
    Rethinking Virtual Community
    The New Geography
    Embracing Insanity
    Cyberdemocracy and the Public Sphere
    Dark Hearts and the Net
    Spirit of the Web
    Is The Virtual Community A Myth?
    --

  14. What a name... on New Antiviral May Cure Common Cold · · Score: 1
    If they're going to come up with a revolutionary drug that will soon become a household name, they could at least make it pronouncable...

    Pleconaril (prounounced plah-CONN-ah-rill)

  15. Re:NNTP on Interview: CmdrTaco and Hemos Tell All · · Score: 1

    Couldn't someone set this up themselves as a service to the Slashdot community? At least until they follow through. As long as only one NNTP server was mirroring slashdot, the affect on slashdot would be minimal.

  16. Re:Good question. on Techies vs. Laywers & Judges · · Score: 1
    • Time was when every law student had a well-used copy of Blackstone, and everybody was familiar with the principles of common law and the Bible. The rights and wrongs of a situation were pretty much accessible to everyone's common sense.

    Like "slavery is okay" or "women shouldn't be allowed to vote"?

    • Law is no longer the expression of foundational, non-arbitrary principles known to all

    Maybe what's right and what's wrong isn't always black and white? Especially when it's not just one person who decides.

    I know I am intelligent, because I know that I know nothing. --Socrates

    • Now with the wisdom of years I try to reason things out
      And the only people I fear are those who never have doubts
      Save us all from arrogant men, and all the causes they're for
      I won't be righteous again
      I'm not that sure anymore

      Shades of grey wherever I go
      The more I find out the less that I know

      --Billy Joel, "Shades of Grey"
  17. Re:Slightly nagging Q about RE'ing on ESR on the DVD Control Association · · Score: 2

    On top of that, you could have your 12-year-old child open the package/click the button because s/he can't be legally bound to the agreement. That way the organization as a whole can't be held liable.

  18. Surfing on the can on On Keeping Geeks in a Metropolitan Area · · Score: 1
    Put one of Cisco's 44Mb connections in the middle of the city and provide it at low cost so geeks can surf while on the can or on their way to work.

    I'd move there in a heartbeat.

  19. Re:How bout a new Web, then? on DVD Hearing Today - Are You Ready to Rumble? · · Score: 1
    I'm not disagreeing with you that the 'net could be better, but I don't think it's as simple as you think to just go back.

    Our vision of what the perfect internet would be is somewhat contradictory. These contradictions and complexities are being thought about a lot on slashdot, but until solutions are found (if ever), a simple internet won't be possible:

    • Limiting company's power (via the government) vs. limiting the government's power to get in our way.
    • Limiting company's influence vs. allowing free speech (should we censor companies? what about fake organizations (astroturfs)? who decides what's fake?)
    • Limiting amount of spam received vs. allowing anonynimity on the 'net (accountability vs. anonynimity)
    • Free speech vs. Privacy (why can't posting of someone's medical records on the 'net be protected under free speech?)
  20. Re:Fearful of the Mind Gestapo on DVD Hearing Today - Are You Ready to Rumble? · · Score: 1
    Here's the funny thing about encryption. People use encryption because they want to put the security of their data in their own hands without having to get uncle scam involved, right? Now if the DVD forum had done their job and had a decent encryption algorithm created for DVDs they wouldn't be in this mess right now. But they used an incredibly poor algorithm, and they got bit. Deal with it.

    As I see it, this argument is analogous to saying "Tough shit that person X got their house broken in to. They put locks on their door, but the door didn't hold, so it's their fault that the burglar stole their stuff."

    While I think that it's good that people take responsibility for protecting their property, I don't think it's reasonable to expect everyone to use every possible defense to protect it. Society exists to protect humans from their neighbors so they can expend their energy on more useful things (like writing linux code).

  21. Re:One workable solution on Open Source Quake Causes Cheating? · · Score: 1
    What about counting the number of shots that missed vs. the number of shots that hit? 100% hit rate is probably not reasonable, especially for machine gun type weapons.

    But this would mean that the bots would make sure they miss 10% of the time (eg. with useless ammo when there's no one to shoot at).

  22. Re:Hotmail just hired a FreeBSD expert... on Microsoft Hotmail/Passport Service Interrupted:UPDATED · · Score: 1

    Because everyone knows that 2 days before you finish a massive conversion, the old system dies and you have to do a lot of work to keep the old one running until the new one comes online.

  23. Re:HOAX? on Online Journal Publisher Raided by Police · · Score: 1

    And the earth is flat.

  24. Only Half A Quack? on Physics Fraud or Ground-Breaking Science? · · Score: 1
    Well, Randell Mills doesn't seem to be a complete quack.

    A qui ck search on IBM's patent site reveals 8 patents, most of them having to do with DNA and gene therapy.

    This site lists his biography, including his academic history, his resume, a list of supposed patents (11 of them), and a list of publications. None of them seem to be from peer-reviewed journals though?

    Also, the Aquarian Research Foundation is backing him. A quote from their page:

    BlackLight Power will present about 10 compounds to the American Chemical Society and "five papers that give explicit details and is absolutely reproducible," Dr. Mills said. "I have a unified field theory that's absolutely testable at every stage and on every item." "Thank God we're getting our day in court," Dr. Mills said.

  25. Book on Physics Fraud or Ground-Breaking Science? · · Score: 1
    Mills is selling a $100 book on amazon (here).

    On the amazon page, Ulrich Gerlach from the department of Mathematics at Ohio State University gives a pretty long list of things wrong with Mill's theories.

    I don't understand the arguments at all, but nobody has mentioned the page yet. Ulrich does indeed exist (http://www.math.ohio-state.edu/~gerlach/ ). He's the only scientific reference I've seen in this mess so far.

    Then again, anyone is free (able) to use any scientist's name on amazon.