Slashdot Mirror


The Software Politics Of 2004's Presidential Race

mjamil writes "The NYT(free registration required) has an article talking about the polarized use of OSS in the building of campaign Web sites. Specifically, it states that the sites for John Kerry (Democratic candidate for President) and the Democratic National Committee are built using OSS, while the site for President Bush's re-election campaign uses IIS. Linus and ESR are quoted. It's an interesting look at how even presidential politics are no longer immune to the free software war (free as in beer)." (David Brunton, pictured in the article, wrote to say "Now I'm going to go call my mom... won't she be proud? For all those girl geeks and gay geeks out there, I'm already taken, but it is an awful nice picture, isn't it?")

11 of 417 comments (clear)

  1. OR IT COULD BE COINCIDENCE. by hfis · · Score: 5, Insightful

    I dont know, maybe i'm wrong? It just seems to me that most politicians wouldnt really *care* about what platforms their websites are hosted on..

    1. Re:OR IT COULD BE COINCIDENCE. by m.corum · · Score: 5, Informative

      That's spot on. NPR did a story on this about a month ago, and as it turns out, Kerry's site was only using OSS because the people (either hired or volunteer) that designed and implemented the site were fans and users of OSS themselves. Kerry himself had no direct input into the matter.

      --
      "... and you know it's dependable, 'cause it's made by Microsoft."
  2. Re:free as in beer by MikeDX · · Score: 5, Funny

    1. "Free as in beer" - The same as if you were given a beer to drink and you didnt pay for it.

    2. "Free as in speech" - This is when you pay for the beer, but its priceless to hear you talk when drunk :)

  3. What Microsoft gives by Anonymous Coward · · Score: 5, Informative

    I guess it's good time to keep our eyes on what Microsoft gives to political parties.

  4. Re:free as in beer by Big+Nothing · · Score: 5, Informative
    "Free as in beer. Could someone please explain what this means. It comes up often and I don't get it."

    The word "free" can mean more than one thing in the english language. In order to explain the meaning of the word "free" you can append a short explanaition, such as "as in beer" or "as in speech".

    Free (as in beer) means that the product/service in question can be obtained/used without you having to pay money for it. This is perhaps the most common use of the word in the daily language.

    Free (as in speech) is a phrase only valid when discussing information. Free (as in speech) means that the information in question doesn't have a copyright restriction appended it (or similar).

    • A car can be free (as in beer). It cannot be free (as in speech).
    • A recorded song (for example an MP3-file) can be either free-as-in-beer (meaning that you don't have to pay any money for it) or free-as-in-speech (you are free to spread the song, to re-record the song, to perform the song, to play the song in public, etc).

    On slashdot, the most common subject of discussion is software. Just like a song, a software program can be free-as-in-beer, free-as-in-speech or both. The idea of OSS is that software should be free (as in speech), so that you are legally allowed to modify, complement, extend, etc. it.

    Just because a piece of software is free (as in speech) does not mean that it has no restrictions in how it can be handled. Examples of restrictions are:

    • The software can be freely spread, but not profited from (i.e. you have to give it away, or only charge for the cost you have for spreading it - say the cost of a CD-R and post stamp).
    • The software can be freely spread, but the original licence and creator information must always be spread with the software.
    • You are free to modify and sell the software for profit but you must always include the original source code.
    • You are free to modify and extend the software but any modifications you make must be publicly available under the same rules as the original code.
    --
    SIG: TAKE OFF EVERY 'CAPTAIN'!!
  5. Re:It used to be the other way around by nevets · · Score: 5, Informative

    Hmmm, I actually remember it being the other way as you state it. GWB with IIS and Gore with Apache. Gore was the one to support the anti-trust case against MS while talking to the people at MS.

    --
    Steven Rostedt
    -- Nevermind
  6. From the PoliTech Mailing list and comments by Hungus · · Score: 5, Informative
    Subject: Rating the Bush and Kerry Web sites on security
    Date: Sun, 27 Jun 2004 17:43:44 -0400
    From: Richard M. Smith <rms@computerbytesman.com>
    To: 'Declan McCullagh' <declan@well.com>

    Hi,

    To rate George Bush and John Kerry on the Homeland Security issue, I just
    completed two quick security audits of the official Bush
    (http://www.georgewbush.com/) and Kerry (http://www.johnkerry.com/) campaign
    Web sites. Unfortunately, I found problems at both Web sites.

    Here are the results of my testing so far:

    1. Both the Bush and the Kerry Web sites have cross-site scripting errors
    (XSS). These errors can allow a prankster to create fake Web pages which
    load from the Bush or Kerry Web sites but additional content can be supplied
    from a different Web server belonging to a prankster. A prankster could
    then say anything they want on a Bush or Kerry Web page using a XSS error.
    Examples include fake news stories, slogans telling visitors to vote for the
    other candidate, and doctored photos of a candidate.

    2. Error trapping at the Kerry Web site isn't very good. Typing unusual
    characters into Web forms at the Kerry Web site causes Web server
    applications to fail and a visitor is shown very cryptic error pages. These
    problems might be a sign of SQL injection errors which can be quite serious.
    An SQL injection error can sometimes be used by an outsider to break into a
    backend database at a Web site and then to make off with private information
    from the database.

    3. The Bush Web site has hired a company called Omniture to track users at
    the Bush Web site. Omniture uses hidden Web bugs to do this tracking.
    Perhaps this Web site feature was requested by John Ashcroft? ;-) This
    relationship with Omniture is not spelled out in the Bush Web site privacy
    policy. For more about information about Omniture, check out their Web site
    at http://www.omniture.com/company.html.

    4. Both the Bush and Kerry Web sites encourage visitors to add banner ads
    for the candidates to their own Web pages. The Bush banner ad uses
    JavaScript supplied from the Bush Web server (See
    http://www.georgewbush.com/WStuff/BPAdFeed.a spx). The Kerry banner ads use
    an embedded IFRAME (See http://www.johnkerry.com/download/promos.html).
    B oth banner ad schemes allow the campaigns to track visitors to any Web
    pages where the banner ads appear. In addition, the Bush JavaScript scheme
    allows the Bush Web server to run any script code inside of other people's
    Web pages. This scheme doesn't strike me as a very good idea from a
    security standpoint.

    5. Both candidates have good Web site privacy policies. For some odd
    reason, the Kerry Web site privacy policy is also certified by Truste and
    BBBOnline.

    6. It appears that the open source vs. closed source debate has also
    entered the presidential campaign. The Kerry home page comes from an Apache
    Web server running on a Red Hat Linux box. The Bush Web site on the other
    hand is hosted on a more corporate Microsoft-powered IIS 5.0 server and uses
    ASP.NET. I did not check to see if this IIS server is up to date with
    Microsoft security patches.

    If anyone else runs across anything interesting at these two Web sites,
    please let me know.

    Richard M. Smith
    http://www.ComputerBytesMan.com

    ________ _______________________________________
    Politech mailing list
    Archived at http://www.politechbot.com/
    Moderated by Declan McCullagh (http://www.mccullagh.org/)
    Now when it comes down to who uses what tools and software let me ask this as my own comment. Do you think either politician even knows what their site is running on? Further do you think they care? Most likely someone on the IT staff at each party knows someone who works at or owns a hosting company and whatever they have as default is what the candidate is using. I would personally be far more interested in what they use personally compared to this, and of course far more than that in their policies and practices.
    --
    Bad Panda! No Bamboo for you! In matters of importance ACs will not be responded to. Want to say something critical,OK
  7. Re:even for linux fanboys and MS haters by Nate+B. · · Score: 5, Insightful

    A little reminder for those of you who believe having a (D) behind one's name means that said politician is anti-big business, I refer you to the article from a few days ago of Dan Glickman being named to succeed Jack Valenti at the MPAA. I would also point out that Mr. Glickman comes from the red state of Kansas and proudly served as the representative from the Wichita area and as President Clinton's Secretary of Agriculture. Mr. Glickman is a Democrat.

    I know this is /., but please take your blinders off. Not all Democrats hate Microsoft and big business and not all Republicans find Free Software to be communism. I for one vote predominantly Republican, I go to church on most Sundays, I work for a big company in IT (where I've witnessed the failings of proprietary crud first hand), and I use Debian and recommend Free Software to any one willing to try it.

    I think your Big Business rant is a bit over the hypocritical top since this site is run by another "big business"...

    - Nate >>

    --

    "Insanity is doing the same thing over again expecting a different result."
  8. Re:even for linux fanboys and MS haters by Anonymous Coward · · Score: 5, Informative

    i) DMCA doesn't really limit your freedom does it? Draconian "homeland security" laws limit your freedom. Your government's paranoia limits your freedom. Go and tell people in Burma how the DMCA limits your freedom.

    So you wouldn't mind if I stole $1000 from you, I presume. I mean, stealing $1000 doesn't really hurt the average American, does it? Go and tell those people in the third world who are trying to scratch a living on a dollar a day how someone stealing $1000 from your bank account hurts you.

    ii) How can MS hold back an entire industry when your OSS people are free to innovate all they want?

    The existence of a superior solution at a lower price does not automatically mean it will be adopted. In the hypothetical case that MS were using their huge cash reserves to bribe IT managers to choose Microsoft products, for example, it wouldn't matter how good Linux was - Microsoft would be chosen.

    I'm not claiming that's happening for a moment - I'm just answering your question. It's a possible way.

    iii) fair point. But I feel you are being a little naive if you don't believe Kerry will be *almost* as subservient to big business as Bush.

    An equally fair point. But it remains the case that you should pick the lesser of two evils, even if that means you're still getting an evil.

    Linux does *not* preserve my freedom. If linux disappeared tomorrow, the world would not blink. 95% of the world's population have never heard of it, and if someone told them about it, they wouldn't care. IT'S JUST A COMPUTER PROGRAM and it WILL NOT change the world.

    MS-DOS was just a computer program, of which at least 90% of the world's population have still never heard, and that changed the world - by helping personal computers to become commodities.

    Now Linux is changing the world, by helping people in third-world countries to gain access to cheap computers.

    Just because you haven't noticed the difference, doesn't mean the world is still the same.

  9. Re:even for linux fanboys and MS haters by BlackHawk-666 · · Score: 5, Insightful
    "...nobody can take our Linux away from us"

    I'm sorry, but this is only true outside of the United States at the moment, and maybe not even there if the stupid European Software patents gets approved. If you haven't noticed, MS has been hosing up new and frivalous patents at an alarming rate. It's only a matter of time before they get enough of a portfolio together to slam the living shit out of the penguin.

    MS is a big business, who is actively expanding their patent portifolio, but even worse, they are in a position to negotiate hostile patent actions against GNU/Linux i.e. enter an agreement with a smaller patent holding company keen to do business with the behemoth. MS is already using SCO like some sort of meat puppet to put pressure on GNU/Linux, they won't stop there.

    When they have enough patents organised, they can get a court request to stop distribution of Linux until it is recoded to not use those patents. This could include simple things double clicks, access to the FAT32 file system, SMB patents, maybe some of that OpenGL stuff they got a few years back. In any case, the penguin will always be in peril; in a world with software patents there is no true freedom to innovate with software.

    --
    All those moments will be lost in time, like tears in rain.
  10. Re:MOD PARENT UP by MP3Chuck · · Score: 5, Informative

    As someone who has a NYT registration, I have to say that I've never recieved [noticed?] a single bit of spam coming as a result of said registration.