<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss1full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">

<channel rdf:about="http://slashdot.org/">
<title>Slashdot</title>
<link>http://slashdot.org/</link>
<description>News for nerds, stuff that matters</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 1997-2009, Geeknet, Inc.  All Rights Reserved.</dc:rights>
<dc:date>2009-11-11T06:10:13+00:00</dc:date>
<dc:publisher>Geeknet, Inc.</dc:publisher>
<dc:creator>help@slashdot.org</dc:creator>
<dc:subject>Technology</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Programming-Language?from=rss" />
  <rdf:li rdf:resource="http://news.slashdot.org/story/09/11/10/222240/9-Million-ATM-Hacking-Ring-Indicted?from=rss" />
  <rdf:li rdf:resource="http://ask.slashdot.org/story/09/11/10/2045258/Best-Tool-For-Remembering-Passwords?from=rss" />
  <rdf:li rdf:resource="http://mobile.slashdot.org/story/09/11/10/2146207/Google-Gives-the-Gift-of-Free-Airport-Wi-Fi?from=rss" />
  <rdf:li rdf:resource="http://tech.slashdot.org/story/09/11/10/212220/Researchers-Take-Down-a-Spam-Botnet?from=rss" />
  <rdf:li rdf:resource="http://hardware.slashdot.org/story/09/11/10/1941209/Intels-New-E-Reader-For-the-Visually-Impaired?from=rss" />
  <rdf:li rdf:resource="http://developers.slashdot.org/story/09/11/10/1922206/EC-Formally-Objects-To-Oracles-Purchase-of-Sun?from=rss" />
  <rdf:li rdf:resource="http://hardware.slashdot.org/story/09/11/10/1845245/Whistleblower-Claims-IEA-Is-Downplaying-Peak-Oil?from=rss" />
  <rdf:li rdf:resource="http://science.slashdot.org/story/09/11/10/1810213/Unknown-7m-Asteroid-Almost-Impacted-Earth?from=rss" />
  <rdf:li rdf:resource="http://yro.slashdot.org/story/09/11/10/187202/Chicago-Court-Throwing-Out-LIDAR-Speeding-Tickets?from=rss" />
  <rdf:li rdf:resource="http://yro.slashdot.org/story/09/11/10/1727220/Justice-Dept-Asked-For-Broad-Swath-of-IndyMedias-Visitor-Records?from=rss" />
  <rdf:li rdf:resource="http://tech.slashdot.org/story/09/11/10/1620244/10-of-US-Energy-Derived-From-Old-Soviet-Nukes?from=rss" />
  <rdf:li rdf:resource="http://news.slashdot.org/story/09/11/10/1540242/SFLC-Finds-One-New-GPL-Violation-Per-Day?from=rss" />
  <rdf:li rdf:resource="http://yro.slashdot.org/story/09/11/10/1432232/Glenn-Beck-Loses-Dispute-Over-Parody-Domain?from=rss" />
  <rdf:li rdf:resource="http://yro.slashdot.org/story/09/11/10/1413254/Regulator-Blocks-BBC-DRM-Plans?from=rss" />
 </rdf:Seq>
</items>
<image rdf:resource="http://a.fsdn.com/sd/topics/topicslashdot.gif" />
<textinput rdf:resource="http://slashdot.org/search.pl" />
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/slashdot/HtMj" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /></channel>

<image rdf:about="http://a.fsdn.com/sd/topics/topicslashdot.gif">
<title>Slashdot</title>
<url>http://a.fsdn.com/sd/topics/topicslashdot.gif</url>
<link>http://slashdot.org/</link>
</image>

<item rdf:about="http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Programming-Language?from=rss">
<title>Go, Google's New Open Source Programming Language</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/dPu1OzpqMio/Go-Googles-New-Open-Source-Programming-Language</link>
<description>Many readers are sending in the news about Go, the new programming language Google has released as open source under a BSD license. The official Go site characterizes the language as simple, fast, safe, concurrent, and fun. A video illustrates just how fast compilation is: the entire language, 120K lines, compiles in under 10 sec. on a laptop. Ars Technica's writeup lays the stress on how C-like Go is in its roots, though it has plenty of modern ideas mixed in: "For example, there is a shorthand syntax for variable assignment that supports simple type inference. It also has anonymous function syntax that lets you use real closures. There are some Python-like features too, including array slices and a map type with constructor syntax that looks like Python's dictionary concept. ... One of the distinguishing characteristics of Go is its unusual type system. It eschews some typical object-oriented programming concepts such as inheritance. You can define struct types and then create methods for operating on them. You can also define interfaces, much like you can in Java. In Go, however, you don't manually specify which interface a class implements. ... Parallelism is emphasized in Go's design. The language introduces the concept of 'goroutines' which are executed concurrently. ... The language provides a 'channel' mechanism that can be used to safely pass data in and out of goroutines."&lt;p&gt;&lt;a href="http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Programming-Language?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/11/0210212"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Programming-Language?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/uJgLJyOwD5lOHK75A1pkiDjQB1M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/uJgLJyOwD5lOHK75A1pkiDjQB1M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/uJgLJyOwD5lOHK75A1pkiDjQB1M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/uJgLJyOwD5lOHK75A1pkiDjQB1M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/fUTptMwCkXY" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/b1-ka7-HrmnPzSW3VZ6ieKtT-yo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b1-ka7-HrmnPzSW3VZ6ieKtT-yo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/b1-ka7-HrmnPzSW3VZ6ieKtT-yo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b1-ka7-HrmnPzSW3VZ6ieKtT-yo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/dPu1OzpqMio" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-11T05:21:00+00:00</dc:date>
<dc:subject>software</dc:subject>
<slash:department>blatently-bracist</slash:department>
<slash:section>developers</slash:section>
<slash:comments>32</slash:comments>
<slash:hit_parade>32,31,24,19,7,3,2</slash:hit_parade>
<feedburner:origLink>http://developers.slashdot.org/story/09/11/11/0210212/Go-Googles-New-Open-Source-Programming-Language?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/fUTptMwCkXY/Go-Googles-New-Open-Source-Programming-Language</feedburner:origLink></item>

<item rdf:about="http://news.slashdot.org/story/09/11/10/222240/9-Million-ATM-Hacking-Ring-Indicted?from=rss">
<title>$9 Million ATM Hacking Ring Indicted</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/cl5DhczX8H0/9-Million-ATM-Hacking-Ring-Indicted</link>
<description>Trailrunner7 writes "US and international prosecutors have indicted a criminal ring that they allege was responsible for an ATM scam last November that stole about $9 million from RBS WorldPay. The criminals cracked payroll debit cards and withdrew money from ATMs in hundreds of cities around the world. A federal grand jury in Atlanta has indicted eight men in connection with the scheme, including five Estonians, one Russian, one Moldovan, and one unidentified man. Prosecutors allege that the men "used sophisticated hacking techniques" to defeat the company's encryption system. The scam involved an elaborate plan in which the attackers first bypassed the encryption on the debit cards, which RBS WorldPay issues to customers for employee payroll purposes. They then raised the limits on the accounts attached to the cards, then provided a network of 'cashers' with 44 counterfeit payroll debit cards, which were used to withdraw more than $9 million from more than 2,100 ATMs in at least 280 cities worldwide, including cities in the United States, Russia, Ukraine, Estonia, Italy, Japan and Canada. The $9 million loss occurred within a span of less than 12 hours; 130 different ATMs in 49 cities were hit within one 30-minute period."&lt;p&gt;&lt;a href="http://news.slashdot.org/story/09/11/10/222240/9-Million-ATM-Hacking-Ring-Indicted?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/222240"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://news.slashdot.org/story/09/11/10/222240/9-Million-ATM-Hacking-Ring-Indicted?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/fMQ1DksUJD8-Vj4P1B4kRmGB290/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/fMQ1DksUJD8-Vj4P1B4kRmGB290/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/fMQ1DksUJD8-Vj4P1B4kRmGB290/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/fMQ1DksUJD8-Vj4P1B4kRmGB290/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/vt1AK8hs3Us" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vVrEk_TH2PSCJI4WlZQXsAq6Vkw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vVrEk_TH2PSCJI4WlZQXsAq6Vkw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vVrEk_TH2PSCJI4WlZQXsAq6Vkw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vVrEk_TH2PSCJI4WlZQXsAq6Vkw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/cl5DhczX8H0" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-11T03:27:00+00:00</dc:date>
<dc:subject>security</dc:subject>
<slash:department>good-luck-with-those-arrests</slash:department>
<slash:section>news</slash:section>
<slash:comments>45</slash:comments>
<slash:hit_parade>45,43,31,24,11,6,2</slash:hit_parade>
<feedburner:origLink>http://news.slashdot.org/story/09/11/10/222240/9-Million-ATM-Hacking-Ring-Indicted?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/vt1AK8hs3Us/9-Million-ATM-Hacking-Ring-Indicted</feedburner:origLink></item>

<item rdf:about="http://ask.slashdot.org/story/09/11/10/2045258/Best-Tool-For-Remembering-Passwords?from=rss">
<title>Best Tool For Remembering Passwords?</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/Bb6--5lWsiY/Best-Tool-For-Remembering-Passwords</link>
<description>StonyCreekBare writes "Lately I've been rethinking my personal security practices. Should my laptop be stolen, having Firefox 'fill in' passwords automatically for me when I go to my bank's site seems sub-optimal. Keeping passwords for all the varied sites on the computer in a plain-text file seems unwise as well. Keeping them in my brain is a prescription for disaster, as my brain is increasingly leaky. A paper notepad likewise has its disadvantages. I have looked at a number of password managers, password 'vaults' and so on. The number of tools out there is a bit overwhelming. Magic Password Generator add-in for Firefox seems competent, but it's tied to Firefox, and I have other places and applications where I want passwords. And I might be accessing my sites from other computers that don't have it installed. The ideal tool in my mind should be something that is independent of any application, browser, or computer; something that is easily carried, but which if lost poses no risk of compromise. What does the Slashdot crowd like in password tools?"&lt;p&gt;&lt;a href="http://ask.slashdot.org/story/09/11/10/2045258/Best-Tool-For-Remembering-Passwords?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/2045258"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://ask.slashdot.org/story/09/11/10/2045258/Best-Tool-For-Remembering-Passwords?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/Ahpa9ZLIMfqHaTlmLRLi1MEjAcY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/Ahpa9ZLIMfqHaTlmLRLi1MEjAcY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/Ahpa9ZLIMfqHaTlmLRLi1MEjAcY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/Ahpa9ZLIMfqHaTlmLRLi1MEjAcY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/4gOE1j6H8o0" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lwNJvhyc9srj56Gf3NGmPTXw5NU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lwNJvhyc9srj56Gf3NGmPTXw5NU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lwNJvhyc9srj56Gf3NGmPTXw5NU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lwNJvhyc9srj56Gf3NGmPTXw5NU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/Bb6--5lWsiY" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-11T01:30:00+00:00</dc:date>
<dc:subject>security</dc:subject>
<slash:department>encrypted-plain-text-file-on-a-stick</slash:department>
<slash:section>askslashdot</slash:section>
<slash:comments>465</slash:comments>
<slash:hit_parade>465,465,337,202,30,13,11</slash:hit_parade>
<feedburner:origLink>http://ask.slashdot.org/story/09/11/10/2045258/Best-Tool-For-Remembering-Passwords?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/4gOE1j6H8o0/Best-Tool-For-Remembering-Passwords</feedburner:origLink></item>

<item rdf:about="http://mobile.slashdot.org/story/09/11/10/2146207/Google-Gives-the-Gift-of-Free-Airport-Wi-Fi?from=rss">
<title>Google Gives the Gift of Free Airport Wi-Fi</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/Ol3fvJhuZks/Google-Gives-the-Gift-of-Free-Airport-Wi-Fi</link>
<description>itwbennett writes "Google is giving you something to be thankful for as you travel this holiday season. The company announced today that it is offering free Wi-Fi at 47 airports across the US between now and January 15. If you haven't booked your flights yet, you want to factor this into your plans. Here's a list of the 47 airports, which cover about 35% of all US passengers, according to Google. The Burbank and Seattle airports will continue to offer the free Google Wi-Fi indefinitely." The HuffPo notes another altruistic note in Google's gesture: "As another way to pass on the spirit of the season, once they log on to networks in any of the participating airports, travelers will have the option [of making] a donation to Engineers Without Borders, the One Economy Corporation, or the Climate Savers Computing Initiative. Google will match the donations made across all the networks up to $250,000, and the airport network that generates the highest amount per passenger by January 1, 2010 will receive $15,000 to donate to the local nonprofit of their choice."&lt;p&gt;&lt;a href="http://mobile.slashdot.org/story/09/11/10/2146207/Google-Gives-the-Gift-of-Free-Airport-Wi-Fi?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/2146207"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://mobile.slashdot.org/story/09/11/10/2146207/Google-Gives-the-Gift-of-Free-Airport-Wi-Fi?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/JnsM_d2nNvlCMjiJEsoAjTgIUjw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/JnsM_d2nNvlCMjiJEsoAjTgIUjw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/JnsM_d2nNvlCMjiJEsoAjTgIUjw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/JnsM_d2nNvlCMjiJEsoAjTgIUjw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/RMAJhJckDhU" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dywdfHq0tLRwJ_RBwZYbswZ5tNI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dywdfHq0tLRwJ_RBwZYbswZ5tNI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dywdfHq0tLRwJ_RBwZYbswZ5tNI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dywdfHq0tLRwJ_RBwZYbswZ5tNI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/Ol3fvJhuZks" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-11T00:27:00+00:00</dc:date>
<dc:subject>wireless</dc:subject>
<slash:department>no-self-interest-here-no-sir</slash:department>
<slash:section>mobile</slash:section>
<slash:comments>109</slash:comments>
<slash:hit_parade>109,106,82,58,20,9,8</slash:hit_parade>
<feedburner:origLink>http://mobile.slashdot.org/story/09/11/10/2146207/Google-Gives-the-Gift-of-Free-Airport-Wi-Fi?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/RMAJhJckDhU/Google-Gives-the-Gift-of-Free-Airport-Wi-Fi</feedburner:origLink></item>

<item rdf:about="http://tech.slashdot.org/story/09/11/10/212220/Researchers-Take-Down-a-Spam-Botnet?from=rss">
<title>Researchers Take Down a Spam Botnet</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/PcJ8fWCGt3Q/Researchers-Take-Down-a-Spam-Botnet</link>
<description>The Register is reporting on the takedown of a botnet once responsible for 1/3 of the world's spam. The deed was done by researchers from the security firm FireEye, who detailed the action a series of blog posts. PC World's coverage estimates that lately the botnet has accounted for 4% of spam. From the Register: "After carefully analyzing the machinations of the massive botnet, alternately known as Mega-D and Ozdok, the FireEye employees last week launched a coordinated blitz on dozens of its command and control channels. ... Almost immediately, the spam stopped, according to M86 Security blog. ... The body blow is good news to ISPs that are forced to choke on the torrent of spam sent out by the pesky botnet. But because many email servers already deployed blacklists that filtered emails sent from IP addresses known to be used by Ozdok, end users may not notice much of a change. ... With [the] head chopped off of Ozdok, more than 264,000 IP addresses were found reporting to sinkholes under FireEye's control..."&lt;p&gt;&lt;a href="http://tech.slashdot.org/story/09/11/10/212220/Researchers-Take-Down-a-Spam-Botnet?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/212220"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://tech.slashdot.org/story/09/11/10/212220/Researchers-Take-Down-a-Spam-Botnet?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/hT0TeLW1NNV44qSRcENmTO863DU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/hT0TeLW1NNV44qSRcENmTO863DU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/hT0TeLW1NNV44qSRcENmTO863DU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/hT0TeLW1NNV44qSRcENmTO863DU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/ctu9ffvZj0s" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2Sl_1ovb9-Du5HJVHVt8Sww7oQg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2Sl_1ovb9-Du5HJVHVt8Sww7oQg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2Sl_1ovb9-Du5HJVHVt8Sww7oQg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2Sl_1ovb9-Du5HJVHVt8Sww7oQg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/PcJ8fWCGt3Q" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-10T23:26:00+00:00</dc:date>
<dc:subject>spam</dc:subject>
<slash:department>chalk-up-one-for-the-good-guys</slash:department>
<slash:section>technology</slash:section>
<slash:comments>131</slash:comments>
<slash:hit_parade>131,130,105,89,21,11,6</slash:hit_parade>
<feedburner:origLink>http://tech.slashdot.org/story/09/11/10/212220/Researchers-Take-Down-a-Spam-Botnet?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/ctu9ffvZj0s/Researchers-Take-Down-a-Spam-Botnet</feedburner:origLink></item>

<item rdf:about="http://hardware.slashdot.org/story/09/11/10/1941209/Intels-New-E-Reader-For-the-Visually-Impaired?from=rss">
<title>Intel's New E-Reader For the Visually Impaired</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/OYSyePWh8Zo/Intels-New-E-Reader-For-the-Visually-Impaired</link>
<description>serverguy writes "Intel will be releasing a win for all visually impaired members of society, a new device called the Intel Reader. It allows visually impaired people to take a snapshot of a newspaper, book, or magazine and have it read back to them. It's estimated that in the US alone there are as many as 55 million people who could make use of such a device. It comes at hefty price though: the paperback-sized device costs $1,499. The device contains a 5-megapixel camera and is powered by a Linux OCR system that converts text into spoken words. The device can hold up to 2GB of data, which would equate to around 600 snapshots. In addition to reading text, the device can also play back audio books in a number of supported formats such as MP3 and WAV. The Intel Reader is expected to be released next Tuesday." The device won't be speedy: "Intel says it takes about 30 seconds to process each page of text... It took... about 30 minutes to scan in the pages of a 250-page book and then one hour to process them."&lt;p&gt;&lt;a href="http://hardware.slashdot.org/story/09/11/10/1941209/Intels-New-E-Reader-For-the-Visually-Impaired?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1941209"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://hardware.slashdot.org/story/09/11/10/1941209/Intels-New-E-Reader-For-the-Visually-Impaired?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/2gTh2wuCBHu9jQXXU8QI64Lli_c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/2gTh2wuCBHu9jQXXU8QI64Lli_c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/2gTh2wuCBHu9jQXXU8QI64Lli_c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/2gTh2wuCBHu9jQXXU8QI64Lli_c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/BWFgbEHLN6E" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vQ2w7WU7SgjZJ1_XfcK3B6BOhVg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vQ2w7WU7SgjZJ1_XfcK3B6BOhVg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vQ2w7WU7SgjZJ1_XfcK3B6BOhVg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vQ2w7WU7SgjZJ1_XfcK3B6BOhVg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/OYSyePWh8Zo" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-10T22:26:00+00:00</dc:date>
<dc:subject>books</dc:subject>
<slash:department>tell-me-a-story</slash:department>
<slash:section>hardware</slash:section>
<slash:comments>80</slash:comments>
<slash:hit_parade>80,78,65,53,13,7,5</slash:hit_parade>
<feedburner:origLink>http://hardware.slashdot.org/story/09/11/10/1941209/Intels-New-E-Reader-For-the-Visually-Impaired?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/BWFgbEHLN6E/Intels-New-E-Reader-For-the-Visually-Impaired</feedburner:origLink></item>

<item rdf:about="http://developers.slashdot.org/story/09/11/10/1922206/EC-Formally-Objects-To-Oracles-Purchase-of-Sun?from=rss">
<title>EC Formally Objects To Oracle's Purchase of Sun</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/LkhB8YcgeUM/EC-Formally-Objects-To-Oracles-Purchase-of-Sun</link>
<description>eldavojohn writes "The EC has presented Oracle and Sun with a statement of objections. Despite the promotion of former MySQL CEO Marten Mickos, the statement seems to focus entirely on what many have feared: MySQL vs. Oracle databases. From Sun's 8-K SEC filing: 'The Statement of Objections sets out the Commission's preliminary assessment regarding, and is limited to, the combination of Sun's open source MySQL database product with Oracle's enterprise database products and its potential negative effects on competition in the market for database products.' The EU and the EC are getting a rep for disagreeing with US counterparts." On Monday afternoon the DoJ reiterated its support for the deal. Matthew Aslett has a helpful timeline of the action from the EC.&lt;p&gt;&lt;a href="http://developers.slashdot.org/story/09/11/10/1922206/EC-Formally-Objects-To-Oracles-Purchase-of-Sun?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1922206"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://developers.slashdot.org/story/09/11/10/1922206/EC-Formally-Objects-To-Oracles-Purchase-of-Sun?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/fdYoLKR5bEoJ6rwq8leGIhlgjWs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/fdYoLKR5bEoJ6rwq8leGIhlgjWs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/fdYoLKR5bEoJ6rwq8leGIhlgjWs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/fdYoLKR5bEoJ6rwq8leGIhlgjWs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/ag4Ft8Nr7Ks" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Fpra4AvmA59U6e27xfQ1lz6vWE0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fpra4AvmA59U6e27xfQ1lz6vWE0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Fpra4AvmA59U6e27xfQ1lz6vWE0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fpra4AvmA59U6e27xfQ1lz6vWE0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/LkhB8YcgeUM" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-10T21:26:00+00:00</dc:date>
<dc:subject>database</dc:subject>
<slash:department>bringing-about-the-most-feared-outcome</slash:department>
<slash:section>developers</slash:section>
<slash:comments>227</slash:comments>
<slash:hit_parade>227,223,178,140,25,17,10</slash:hit_parade>
<feedburner:origLink>http://developers.slashdot.org/story/09/11/10/1922206/EC-Formally-Objects-To-Oracles-Purchase-of-Sun?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/ag4Ft8Nr7Ks/EC-Formally-Objects-To-Oracles-Purchase-of-Sun</feedburner:origLink></item>

<item rdf:about="http://hardware.slashdot.org/story/09/11/10/1845245/Whistleblower-Claims-IEA-Is-Downplaying-Peak-Oil?from=rss">
<title>Whistleblower Claims IEA Is Downplaying Peak Oil</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/6p2EF9wdYac/Whistleblower-Claims-IEA-Is-Downplaying-Peak-Oil</link>
<description>Yesterday the Guardian ran a story based on two anonymous sources inside the International Energy Agency who claimed that the agency had distorted key figures on oil reserves. "The world is much closer to running out of oil than official estimates admit, according to a whistleblower at the [IEA] who claims it has been deliberately underplaying a looming shortage for fear of triggering panic buying. The senior official claims the US has played an influential role in encouraging the watchdog to underplay the rate of decline from existing oil fields while overplaying the chances of finding new reserves." Today the IEA released its annual energy outlook and rejected the whistleblowers' charges. The Guardian has an editorial claiming that the economic establishment is too fearful to come clean on the reality of oil suppplies, and makes an analogy with the (marginalized, demonized) economists who warned of a coming economic collapse in 2007.&lt;p&gt;&lt;a href="http://hardware.slashdot.org/story/09/11/10/1845245/Whistleblower-Claims-IEA-Is-Downplaying-Peak-Oil?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1845245"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://hardware.slashdot.org/story/09/11/10/1845245/Whistleblower-Claims-IEA-Is-Downplaying-Peak-Oil?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/5W6nqQZARp8e1eS7hwYmh1p5IGk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/5W6nqQZARp8e1eS7hwYmh1p5IGk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/5W6nqQZARp8e1eS7hwYmh1p5IGk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/5W6nqQZARp8e1eS7hwYmh1p5IGk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/JNcqgnT9Kj4" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aPb9EFGT44t4e1sdapzq6s96aiw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aPb9EFGT44t4e1sdapzq6s96aiw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aPb9EFGT44t4e1sdapzq6s96aiw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aPb9EFGT44t4e1sdapzq6s96aiw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/6p2EF9wdYac" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-10T20:25:00+00:00</dc:date>
<dc:subject>power</dc:subject>
<slash:department>routine-denial</slash:department>
<slash:section>hardware</slash:section>
<slash:comments>544</slash:comments>
<slash:hit_parade>544,541,440,347,90,48,30</slash:hit_parade>
<feedburner:origLink>http://hardware.slashdot.org/story/09/11/10/1845245/Whistleblower-Claims-IEA-Is-Downplaying-Peak-Oil?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/JNcqgnT9Kj4/Whistleblower-Claims-IEA-Is-Downplaying-Peak-Oil</feedburner:origLink></item>

<item rdf:about="http://science.slashdot.org/story/09/11/10/1810213/Unknown-7m-Asteroid-Almost-Impacted-Earth?from=rss">
<title>Unknown 7m Asteroid Almost Impacted Earth</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/BVEMhiyMvy8/Unknown-7m-Asteroid-Almost-Impacted-Earth</link>
<description>xp65 writes "A previously undiscovered asteroid came within 14,000 km of Earth &amp;mdash; just over one Earth diameter, 1/30 the lunar distance &amp;mdash; on Friday, and astronomers noticed it only 15 hours before closest approach. On Nov. 6 at around 16:30 EST, a 7-meter asteroid, now called 2009 VA, came only about 2 Earth radii from impacting our planet. This is the third-closest known non-impacting Earth approach on record for a cataloged asteroid. The asteroid was discovered by the Catalina Sky Survey and was quickly identified by the Minor Planet Center in Cambridge MA as an object that would soon pass very close to the Earth. JPL's Near-Earth Object Program Office also computed an orbit solution for this object, and determined that it was not headed for an impact." The article notes, "On average, objects the size of 2009 VA pass this close about twice per year and impact Earth about once every 5 years."&lt;p&gt;&lt;a href="http://science.slashdot.org/story/09/11/10/1810213/Unknown-7m-Asteroid-Almost-Impacted-Earth?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1810213"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://science.slashdot.org/story/09/11/10/1810213/Unknown-7m-Asteroid-Almost-Impacted-Earth?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/MX5gbB2EhUZ-_lcgfKaeUfMiiWk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/MX5gbB2EhUZ-_lcgfKaeUfMiiWk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/MX5gbB2EhUZ-_lcgfKaeUfMiiWk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/MX5gbB2EhUZ-_lcgfKaeUfMiiWk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/yxCD6D8sXT0" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/S6HzJJiYDDq0xwxf31Omdwn7xXM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S6HzJJiYDDq0xwxf31Omdwn7xXM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/S6HzJJiYDDq0xwxf31Omdwn7xXM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S6HzJJiYDDq0xwxf31Omdwn7xXM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/BVEMhiyMvy8" height="1" width="1"/&gt;</description>
<dc:creator>kdawson</dc:creator>
<dc:date>2009-11-10T19:21:00+00:00</dc:date>
<dc:subject>space</dc:subject>
<slash:department>just-passing-by</slash:department>
<slash:section>science</slash:section>
<slash:comments>238</slash:comments>
<slash:hit_parade>238,233,188,152,44,27,17</slash:hit_parade>
<feedburner:origLink>http://science.slashdot.org/story/09/11/10/1810213/Unknown-7m-Asteroid-Almost-Impacted-Earth?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/yxCD6D8sXT0/Unknown-7m-Asteroid-Almost-Impacted-Earth</feedburner:origLink></item>

<item rdf:about="http://yro.slashdot.org/story/09/11/10/187202/Chicago-Court-Throwing-Out-LIDAR-Speeding-Tickets?from=rss">
<title>Chicago Court Throwing Out LIDAR Speeding Tickets</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/xaOmDtgcnZ0/Chicago-Court-Throwing-Out-LIDAR-Speeding-Tickets</link>
<description>bridgeco writes "Chicago Traffic Court Judges have been throwing out speeding cases in which the driver's speed was measured with a LIDAR. Judges are asking for a special 'Frye Hearing' to determine the accuracy of these devices. Many motorists nabbed for speeding by a laser gun, instead of radar, are seeing their tickets thrown out at Chicago's traffic court because of a legal issue that the city's law department has been unable to overcome. Within the past year judges in Cook County Traffic Court in Chicago determined that speeds captured by lidar were not admissible because the devices had not been proven scientifically reliable in an Illinois court, said Jennifer Hoyle, spokeswoman for the law department, which prosecutes most speeding tickets in the city." (Here's some background on LIDAR from Wikipedia.)&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/187202/Chicago-Court-Throwing-Out-LIDAR-Speeding-Tickets?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/187202"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/187202/Chicago-Court-Throwing-Out-LIDAR-Speeding-Tickets?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/--6U7RROYxhbIQ7JHPSSAR9NKi4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/--6U7RROYxhbIQ7JHPSSAR9NKi4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/--6U7RROYxhbIQ7JHPSSAR9NKi4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/--6U7RROYxhbIQ7JHPSSAR9NKi4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/vtLKWWs39Eg" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/A4vcC_UnBcnPTpy37GiS1MA17ks/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/A4vcC_UnBcnPTpy37GiS1MA17ks/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/A4vcC_UnBcnPTpy37GiS1MA17ks/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/A4vcC_UnBcnPTpy37GiS1MA17ks/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/xaOmDtgcnZ0" height="1" width="1"/&gt;</description>
<dc:creator>timothy</dc:creator>
<dc:date>2009-11-10T18:18:00+00:00</dc:date>
<dc:subject>court</dc:subject>
<slash:department>should-happen-more-often</slash:department>
<slash:section>yro</slash:section>
<slash:comments>204</slash:comments>
<slash:hit_parade>204,198,167,122,38,20,9</slash:hit_parade>
<feedburner:origLink>http://yro.slashdot.org/story/09/11/10/187202/Chicago-Court-Throwing-Out-LIDAR-Speeding-Tickets?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/vtLKWWs39Eg/Chicago-Court-Throwing-Out-LIDAR-Speeding-Tickets</feedburner:origLink></item>

<item rdf:about="http://yro.slashdot.org/story/09/11/10/1727220/Justice-Dept-Asked-For-Broad-Swath-of-IndyMedias-Visitor-Records?from=rss">
<title>Justice Dept. Asked For Broad Swath of IndyMedia's Visitor Records</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/JxBIG3Y5Grk/Justice-Dept-Asked-For-Broad-Swath-of-IndyMedias-Visitor-Records</link>
<description>DesScorp writes "In a case that tests whether online and independent journalism has the same protections as mainstream journalism, the Justice Department sent Indymedia a grand jury subpoena. It requires a list of all visitors on a day, and further, a gag order to Indymedia 'not to disclose the existence of this request.' CBS reports that 'Kristina Clair, a 34-year-old Linux administrator living in Philadelphia who provides free server space for Indymedia.us, said she was shocked to receive the Justice Department's subpoena,' and that 'The subpoena from US Attorney Tim Morrison in Indianapolis demanded "all IP traffic to and from www.indymedia.us" on June 25, 2008. It instructed Clair to "include IP addresses, times, and any other identifying information," including e-mail addresses, physical addresses, registered accounts, and Indymedia readers' Social Security Numbers, bank account numbers, credit card numbers, and so on.' Clair is being defended by the Electronic Frontier Foundation."&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/1727220/Justice-Dept-Asked-For-Broad-Swath-of-IndyMedias-Visitor-Records?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1727220"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/1727220/Justice-Dept-Asked-For-Broad-Swath-of-IndyMedias-Visitor-Records?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/RqISlujn1bGRZ5vK0Mpi3Y6xpeg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/RqISlujn1bGRZ5vK0Mpi3Y6xpeg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/RqISlujn1bGRZ5vK0Mpi3Y6xpeg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/RqISlujn1bGRZ5vK0Mpi3Y6xpeg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/g5Ym0anXYLg" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_vGQoYcQz9k1YpLU7W73VOCNjvE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_vGQoYcQz9k1YpLU7W73VOCNjvE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_vGQoYcQz9k1YpLU7W73VOCNjvE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_vGQoYcQz9k1YpLU7W73VOCNjvE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/JxBIG3Y5Grk" height="1" width="1"/&gt;</description>
<dc:creator>timothy</dc:creator>
<dc:date>2009-11-10T17:33:00+00:00</dc:date>
<dc:subject>privacy</dc:subject>
<slash:department>here's-our-shredder's-output</slash:department>
<slash:section>yro</slash:section>
<slash:comments>212</slash:comments>
<slash:hit_parade>212,208,166,142,45,26,18</slash:hit_parade>
<feedburner:origLink>http://yro.slashdot.org/story/09/11/10/1727220/Justice-Dept-Asked-For-Broad-Swath-of-IndyMedias-Visitor-Records?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/g5Ym0anXYLg/Justice-Dept-Asked-For-Broad-Swath-of-IndyMedias-Visitor-Records</feedburner:origLink></item>

<item rdf:about="http://tech.slashdot.org/story/09/11/10/1620244/10-of-US-Energy-Derived-From-Old-Soviet-Nukes?from=rss">
<title>10% of US Energy Derived From Old Soviet Nukes</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/u3rmUHlBPA8/10-of-US-Energy-Derived-From-Old-Soviet-Nukes</link>
<description>Nrbelex writes "The New York Times reports that about 10 percent of electricity generated in the United States comes from fuel from dismantled nuclear bombs, mostly Russian. 'It's a great, easy source' of fuel, said Marina V. Alekseyenkova, an analyst at Renaissance Bank and an expert in the Russian nuclear industry that has profited from the arrangement since the end of the cold war. But if more diluted weapons-grade uranium isn't secured soon, the pipeline could run dry, with ramifications for consumers, as well as some American utilities and their Russian suppliers.'"&lt;p&gt;&lt;a href="http://tech.slashdot.org/story/09/11/10/1620244/10-of-US-Energy-Derived-From-Old-Soviet-Nukes?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1620244"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://tech.slashdot.org/story/09/11/10/1620244/10-of-US-Energy-Derived-From-Old-Soviet-Nukes?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/ILby8kjGr0x7BEycvHOQZx_CfKA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/ILby8kjGr0x7BEycvHOQZx_CfKA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/ILby8kjGr0x7BEycvHOQZx_CfKA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/ILby8kjGr0x7BEycvHOQZx_CfKA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/mUgEyu5Nyf0" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rE1nU6jM1s6Qm_0oNipZvnAcxVA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rE1nU6jM1s6Qm_0oNipZvnAcxVA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rE1nU6jM1s6Qm_0oNipZvnAcxVA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rE1nU6jM1s6Qm_0oNipZvnAcxVA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/u3rmUHlBPA8" height="1" width="1"/&gt;</description>
<dc:creator>timothy</dc:creator>
<dc:date>2009-11-10T16:49:00+00:00</dc:date>
<dc:subject>power</dc:subject>
<slash:department>what-about-the-peak-nukes-problem</slash:department>
<slash:section>technology</slash:section>
<slash:comments>189</slash:comments>
<slash:hit_parade>189,185,143,116,41,23,14</slash:hit_parade>
<feedburner:origLink>http://tech.slashdot.org/story/09/11/10/1620244/10-of-US-Energy-Derived-From-Old-Soviet-Nukes?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/mUgEyu5Nyf0/10-of-US-Energy-Derived-From-Old-Soviet-Nukes</feedburner:origLink></item>

<item rdf:about="http://news.slashdot.org/story/09/11/10/1540242/SFLC-Finds-One-New-GPL-Violation-Per-Day?from=rss">
<title>SFLC Finds One New GPL Violation Per Day</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/zuKstKEMfLM/SFLC-Finds-One-New-GPL-Violation-Per-Day</link>
<description>eldavojohn writes "In July, the Software Freedom Law Center (SFLC) leveled the finger at Microsoft for a GPL violation but how often does this actually happen? Sunday, Brad M. Kuhn (tech director at the SFLC) stated in his blog that since August of 2009 he has been finding about one per day. So why is it that we have only covered a handful of these cases in the news? Brad offers sage wisdom; surprisingly, he recommends, 'Don't go public first. Back around late 1999, when I found my first GPL violation from scratch, I wanted to post it to every mailing list I could find and shame that company that failed to respect and cooperate with the software freedom community. I'm glad that I didn't do that, because I've since seen similar actions destroy the lines of communication with violators, and make resolution tougher.' Public shame is evidently not always the best answer. Ars has a few more details and notes that (in accordance with Brad's advice) lawsuits are usually a dead last resort."&lt;p&gt;&lt;a href="http://news.slashdot.org/story/09/11/10/1540242/SFLC-Finds-One-New-GPL-Violation-Per-Day?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1540242"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://news.slashdot.org/story/09/11/10/1540242/SFLC-Finds-One-New-GPL-Violation-Per-Day?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/HuCNgpiqXdPVJPrrqeZDuKM9xy0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/HuCNgpiqXdPVJPrrqeZDuKM9xy0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/HuCNgpiqXdPVJPrrqeZDuKM9xy0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/HuCNgpiqXdPVJPrrqeZDuKM9xy0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/6akvDOh92oE" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/28KwmC0zUSVpzQyj2WLxd1uiNTc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/28KwmC0zUSVpzQyj2WLxd1uiNTc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/28KwmC0zUSVpzQyj2WLxd1uiNTc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/28KwmC0zUSVpzQyj2WLxd1uiNTc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/zuKstKEMfLM" height="1" width="1"/&gt;</description>
<dc:creator>timothy</dc:creator>
<dc:date>2009-11-10T16:02:00+00:00</dc:date>
<dc:subject>gnu</dc:subject>
<slash:department>learning-something-new</slash:department>
<slash:section>news</slash:section>
<slash:comments>160</slash:comments>
<slash:hit_parade>160,158,126,110,18,8,5</slash:hit_parade>
<feedburner:origLink>http://news.slashdot.org/story/09/11/10/1540242/SFLC-Finds-One-New-GPL-Violation-Per-Day?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/6akvDOh92oE/SFLC-Finds-One-New-GPL-Violation-Per-Day</feedburner:origLink></item>

<item rdf:about="http://yro.slashdot.org/story/09/11/10/1432232/Glenn-Beck-Loses-Dispute-Over-Parody-Domain?from=rss">
<title>Glenn Beck Loses Dispute Over Parody Domain</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/OoP5DpFbGy8/Glenn-Beck-Loses-Dispute-Over-Parody-Domain</link>
<description>CuteSteveJobs writes "Glenn Beck fought the law and the law won. Parody website DidGlennBeckRapeAndMurderAYoungGirlIn1990.com attacked Beck using the same straw man arguments Beck himself is famous for: 'We're not accusing Glenn Beck of raping and murdering a young girl in 1990 &amp;mdash; in fact, we think he didn't! But we can't help but wonder ... Why won't he deny that he raped and killed a young girl in 1990?' Beck didn't see the humour and tried to have the site shut down. He sued the creator on the grounds the site 'violated his name as a trademark.' But in a sudden outbreak of common sense, WIPO rejected Beck's complaint finding the site 'can be said to be making a political statement,' which is a 'legitimate non-commercial use' of Beck's name. But after winning, the owner voluntarily handed Beck the domain anyway. Still, it's comforting to know that satire &amp;mdash; the only weapon politicians and talking heads fear &amp;mdash; is still safely in the hands of the public where it belongs."&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/1432232/Glenn-Beck-Loses-Dispute-Over-Parody-Domain?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1432232"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/1432232/Glenn-Beck-Loses-Dispute-Over-Parody-Domain?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/tVJ7mCm7pIkc1CA441fNIoKNqoU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/tVJ7mCm7pIkc1CA441fNIoKNqoU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/tVJ7mCm7pIkc1CA441fNIoKNqoU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/tVJ7mCm7pIkc1CA441fNIoKNqoU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/LmqGquL98s8" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rM_TO4NeKf4evItJavvPXyj1VaU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rM_TO4NeKf4evItJavvPXyj1VaU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rM_TO4NeKf4evItJavvPXyj1VaU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rM_TO4NeKf4evItJavvPXyj1VaU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/OoP5DpFbGy8" height="1" width="1"/&gt;</description>
<dc:creator>timothy</dc:creator>
<dc:date>2009-11-10T15:17:00+00:00</dc:date>
<dc:subject>internet</dc:subject>
<slash:department>not-sure-if-strawman-is-quite-the-right-fallacy</slash:department>
<slash:section>yro</slash:section>
<slash:comments>1042</slash:comments>
<slash:hit_parade>1042,1031,840,667,126,69,49</slash:hit_parade>
<feedburner:origLink>http://yro.slashdot.org/story/09/11/10/1432232/Glenn-Beck-Loses-Dispute-Over-Parody-Domain?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/LmqGquL98s8/Glenn-Beck-Loses-Dispute-Over-Parody-Domain</feedburner:origLink></item>

<item rdf:about="http://yro.slashdot.org/story/09/11/10/1413254/Regulator-Blocks-BBC-DRM-Plans?from=rss">
<title>Regulator Blocks BBC DRM Plans</title>
<link>http://feedproxy.google.com/~r/slashdot/HtMj/~3/jlVxlssC-Rs/Regulator-Blocks-BBC-DRM-Plans</link>
<description>TheRaven64 writes "The BBC's plans to introduce DRM for over-the-air digital broadcasts were today dealt a setback when the regulator, Ofcom, asked them the same question that has been asked of many DRM systems: 'How does this benefit the consumer?' The letter to the BBC is quoted in the article as saying that 'Ofcom received a large number of responses to this consultation, in particular from consumers and consumer groups, who raised a number of potentially significant consumer "fair use" and competition issues that were not addressed in our original consultation.' This does not end the chance of the BBC being allowed to introduce DRM in the future, but it at least delays their opportunity to do so."&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/1413254/Regulator-Blocks-BBC-DRM-Plans?from=rss"&gt;&lt;img src="http://slashdot.org/slashdot-it.pl?from=rss&amp;amp;op=image&amp;amp;style=h0&amp;amp;sid=09/11/10/1413254"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://yro.slashdot.org/story/09/11/10/1413254/Regulator-Blocks-BBC-DRM-Plans?from=rss"&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~at/BHVLv5UGVfsQxDX48tlLY6hkgcQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/BHVLv5UGVfsQxDX48tlLY6hkgcQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~at/BHVLv5UGVfsQxDX48tlLY6hkgcQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~at/BHVLv5UGVfsQxDX48tlLY6hkgcQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/eiOVVE9fefA" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XXdvfaq_l8eprVmJTaCstDIpK0M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XXdvfaq_l8eprVmJTaCstDIpK0M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XXdvfaq_l8eprVmJTaCstDIpK0M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XXdvfaq_l8eprVmJTaCstDIpK0M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/slashdot/HtMj/~4/jlVxlssC-Rs" height="1" width="1"/&gt;</description>
<dc:creator>timothy</dc:creator>
<dc:date>2009-11-10T14:33:00+00:00</dc:date>
<dc:subject>government</dc:subject>
<slash:department>hey-at-least-they-report-it</slash:department>
<slash:section>yro</slash:section>
<slash:comments>154</slash:comments>
<slash:hit_parade>154,149,128,117,35,21,10</slash:hit_parade>
<feedburner:origLink>http://yro.slashdot.org/story/09/11/10/1413254/Regulator-Blocks-BBC-DRM-Plans?from=rss</feedburner:origLink><feedburner:origLink>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/eiOVVE9fefA/Regulator-Blocks-BBC-DRM-Plans</feedburner:origLink></item>

<textinput rdf:about="http://slashdot.org/search.pl">
<title>Search Slashdot</title>
<description>Search Slashdot stories</description>
<name>query</name>
<link>http://slashdot.org/search.pl</link>
</textinput>

</rdf:RDF>
