[libgrss] First basilar test suite



commit 51f7e121bc7f5485f3b9417015be21c64522ba00
Author: Roberto Guido <rguido src gnome org>
Date:   Mon Apr 21 23:26:44 2014 +0200

    First basilar test suite

 tests/channel.c     |   74 +++
 tests/test.atom.xml | 1454 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test.rss.xml  |  395 ++++++++++++++
 3 files changed, 1923 insertions(+), 0 deletions(-)
---
diff --git a/tests/channel.c b/tests/channel.c
new file mode 100644
index 0000000..35c3738
--- /dev/null
+++ b/tests/channel.c
@@ -0,0 +1,74 @@
+/*
+ * Copyright (C) 2014, Roberto Guido <rguido src gnome org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA  02110-1301, USA.
+ */
+
+#include <libgrss.h>
+
+static void
+test_parse_invalid ()
+{
+       gchar *test_xml;
+       GrssFeedChannel *channel;
+
+       test_xml = "This is an invalid document";
+       channel = grss_feed_channel_new_from_memory (test_xml, NULL);
+
+       g_assert (channel == NULL);
+}
+
+static void
+test_parse_valid_rss ()
+{
+       GrssFeedChannel *channel;
+
+       channel = grss_feed_channel_new_from_file ("test.rss.xml", NULL);
+
+       g_assert (channel != NULL);
+       g_assert_cmpstr (grss_feed_channel_get_homepage (channel), ==, "http://slashdot.org/";);
+       g_assert_cmpstr (grss_feed_channel_get_title (channel), ==, "Slashdot");
+       g_assert_cmpstr (grss_feed_channel_get_language (channel), ==, "en-us");
+       g_assert_cmpstr (grss_feed_channel_get_editor (channel), ==, "help slashdot org");
+
+       g_object_unref (channel);
+}
+
+static void
+test_parse_valid_atom ()
+{
+       GrssFeedChannel *channel;
+
+       channel = grss_feed_channel_new_from_file ("test.atom.xml", NULL);
+
+       g_assert (channel != NULL);
+       g_assert_cmpstr (grss_feed_channel_get_title (channel), ==, "Planet GNU");
+
+       g_object_unref (channel);
+}
+
+int
+main (int argc, char *argv[])
+{
+       g_test_init (&argc, &argv, NULL);
+
+       g_test_add_func ("/channel/parse_invalid", test_parse_invalid);
+       g_test_add_func ("/channel/parse_valid_rss", test_parse_valid_rss);
+       g_test_add_func ("/channel/parse_valid_atom", test_parse_valid_atom);
+
+       return g_test_run ();
+}
+
diff --git a/tests/test.atom.xml b/tests/test.atom.xml
new file mode 100644
index 0000000..ef37a53
--- /dev/null
+++ b/tests/test.atom.xml
@@ -0,0 +1,1454 @@
+<?xml version="1.0"?>
+<feed xmlns="http://www.w3.org/2005/Atom"; xmlns:planet="http://planet.intertwingly.net/"; 
xmlns:indexing="urn:atom-extension:indexing" indexing:index="no"><access:restriction 
xmlns:access="http://www.bloglines.com/about/specs/fac-1.0"; relationship="deny"/>
+  <title>Planet GNU</title>
+  <updated>2013-12-26T15:18:51Z</updated>
+  <generator uri="http://intertwingly.net/code/venus/";>Venus</generator>
+  <author>
+    <name>GNU webmasters admins</name>
+    <email>planet gnu org</email>
+  </author>
+  <id>http://planet.gnu.org/atom.xml</id>
+  <link href="http://planet.gnu.org/atom.xml"; rel="self" type="application/atom+xml"/>
+  <link href="http://planet.gnu.org/"; rel="alternate"/>
+
+  <entry xml:lang="en">
+    <id>https://gnunet.org/2271 at https://gnunet.org</id>
+    <link href="https://gnunet.org/gns-key-exchange-party-30c3"; rel="alternate" type="text/html"/>
+    <title xml:lang="en">Join GNS Key Exchange Party at 30C3 Hamburg</title>
+    <summary type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml";><div class="field 
field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div 
class="field-item even"><p>The GNU Name System (aka  <i>GNS</i>) is a fully decentralized, censorship 
resistant naming system based on the idea of a pet name system not relying on centralized organizations. 
Every user manages his own namespace. To access names and records of other user's you have to exchange some 
specific information which can be done in a convinient way using a business card with a QR code containing 
your GNS information.</p></div></div></div></div>
+    </summary>
+    <updated>2013-12-25T11:25:28Z</updated>
+    <author>
+      <name>Matthias Wachs</name>
+    </author>
+    <source>
+      <id>https://gnunet.org/frontpage</id>
+      <link href="https://gnunet.org/frontpage"; rel="alternate" type="text/html"/>
+      <link href="https://gnunet.org/rss.xml"; rel="self" type="application/rss+xml"/>
+      <title xml:lang="en">GNUnet - GNU's Framework for Secure Peer-to-Peer Networking</title>
+      <updated>2013-12-26T15:15:10Z</updated>
+    </source>
+  </entry>
+
+  <entry xml:lang="en">
+    <id>https://gnunet.org/2258 at https://gnunet.org</id>
+    <link href="https://gnunet.org/gnunet0-10-0"; rel="alternate" type="text/html"/>
+    <title xml:lang="en">GNUnet 0.10.0</title>
+    <summary type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml";><div class="field 
field-name-field-platform field-type-list-text field-label-above"><div class="field-label">Platform: 
</div><div class="field-items"><div class="field-item even">Source Code (TGZ)</div></div></div><div 
class="field field-name-field-downloadlink field-type-link-field field-label-above"><div 
class="field-label">Download link: </div><div class="field-items"><div class="field-item even"><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.10.0.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-0.10.0.tar.gz</a></div><div
 class="field-item odd"><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.10.0.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-0.10.0.tar.gz.sig</a></div><div
 class="field-item even"><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.10.0.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.10.0.tar.gz</a></div><div
 class="field-item odd"><a href="http://ftpmirro
 
r.gnu.org/gnunet/gnunet-fuse-0.10.0.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.10.0.tar.gz.sig</a></div><div
 class="field-item even"><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.10.0.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.10.0.tar.gz</a></div><div
 class="field-item odd"><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.10.0.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.10.0.tar.gz.sig</a></div></div></div><div
 class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div 
class="field-item even"><p>We are pleased to announce the release of GNUnet 0.10.0. This release represents a 
major overhaul of the cryptographic primitives used by the system. GNUnet used RSA 2048 since its inception 
in 2001, but as of GNUnet 0.10.0, we are "powered by Curve25519". Naturally, changing cryptographic 
primitives like this breaks backwards compatibility entirely.  We have used this opportunity to 
 implement protocol improvements all over the system.</p></div></div></div></div>
+    </summary>
+    <updated>2013-12-24T21:15:17Z</updated>
+    <author>
+      <name>Christian Grothoff</name>
+    </author>
+    <source>
+      <id>https://gnunet.org/frontpage</id>
+      <link href="https://gnunet.org/frontpage"; rel="alternate" type="text/html"/>
+      <link href="https://gnunet.org/rss.xml"; rel="self" type="application/rss+xml"/>
+      <title xml:lang="en">GNUnet - GNU's Framework for Secure Peer-to-Peer Networking</title>
+      <updated>2013-12-26T15:15:10Z</updated>
+    </source>
+  </entry>
+
+  <entry xml:lang="en">
+    <id>https://gnunet.org/2267 at https://gnunet.org</id>
+    <link href="https://gnunet.org/30c3"; rel="alternate" type="text/html"/>
+    <title xml:lang="en">GNUnet at the 30th Chaos Communication Congress (30c3)</title>
+    <summary type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml";><div class="field 
field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div 
class="field-item even"><p>We're happy to participate in various ways at this year's <a 
href="https://events.ccc.de/congress/2013/";>30c3</a>:</p></div></div></div></div>
+    </summary>
+    <updated>2013-12-24T15:14:47Z</updated>
+    <author>
+      <name>Christian Grothoff</name>
+    </author>
+    <source>
+      <id>https://gnunet.org/frontpage</id>
+      <link href="https://gnunet.org/frontpage"; rel="alternate" type="text/html"/>
+      <link href="https://gnunet.org/rss.xml"; rel="self" type="application/rss+xml"/>
+      <title xml:lang="en">GNUnet - GNU's Framework for Secure Peer-to-Peer Networking</title>
+      <updated>2013-12-26T15:15:10Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7825</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7825"; rel="alternate" type="text/html"/>
+    <title>GNU Automake 1.14.1 released</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p>See full announcement at:
+<br/>
+&lt;<a 
href="http://lists.gnu.org/archive/html/automake/2013-12/msg00024.html";>http://lists.gnu.org/archive/html/automake/2013-12/msg00024.html</a>&gt;<br/>
+</p></div>
+    </content>
+    <updated>2013-12-24T14:38:46Z</updated>
+    <author>
+      <name>Stefano Lattarini</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=automake</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=automake"; rel="self" 
type="application/atom+xml"/>
+      <title>Automake - News</title>
+      <updated>2013-12-24T14:48:59Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/community/libreplanet-for-all</id>
+    <link href="http://www.fsf.org/blogs/community/libreplanet-for-all"; rel="alternate" type="text/html"/>
+    <title>LibrePlanet for all!</title>
+    <summary>I can't even tell you how excited I am for LibrePlanet 2014
+on March 22 and 23, 2014, which is fast approaching! Right now,
+the rest of the FSF staff and I are working hard on the program
+for our annual conference so that in the next few weeks we'll be
+able to share our amazing roster of speakers with you.</summary>
+    <updated>2013-12-23T23:16:25Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/membership/a-last-minute-gift</id>
+    <link href="http://www.fsf.org/blogs/membership/a-last-minute-gift"; rel="alternate" type="text/html"/>
+    <title>A last-minute gift that will capture the true spirit of Christmas</title>
+    <summary>'Tis the night before... the night before Christmas, and
+[groan] your shopping list has some names left on it.  Are you
+still searching for a gift for a friend, family member, or
+coworker, but not all that motivated to join the swarm of people
+milling about the consumerist landscape in an attempt to squeeze
+in the last few purchases?</summary>
+    <updated>2013-12-23T21:55:58Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7824</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7824"; rel="alternate" type="text/html"/>
+    <title>Binary packages for Windows and GNU/Linux</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p>Now available binary packages for 
GNU/Linux 32 bits and Windows.<br/>
+</p></div>
+    </content>
+    <updated>2013-12-21T23:48:50Z</updated>
+    <author>
+      <name>Germán Arias</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=fisicalab</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=fisicalab"; rel="self" 
type="application/atom+xml"/>
+      <title>FísicaLab - News</title>
+      <updated>2013-12-21T23:49:07Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7823</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7823"; rel="alternate" type="text/html"/>
+    <title>GNU Parallel 20131222 ('玉兔 Mandela') released</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p>GNU Parallel 20131222 ('玉兔 Mandela') 
has been released. It is available for download at: <a 
href="http://ftp.gnu.org/gnu/parallel/";>http://ftp.gnu.org/gnu/parallel/</a>
+<br/>
+</p>
+<p>New in this release:
+<br/>
+</p>
+<ul>
+<li>GNU Parallel now has a motto: For people who live life in the parallel lane.
+</li>
+</ul>
+<ul>
+<li>Detection whether the buffer dir $TMPDIR runs out of space. This changes a central piece of code, making 
this release alpha quality.
+</li>
+</ul>
+<ul>
+<li>--keep-order --(n)onall will sort according to the sshlogin.
+</li>
+</ul>
+<ul>
+<li>Detection number of CPUs on DEC Tru64.
+</li>
+</ul>
+<ul>
+<li>GNU sql: --list-tables for sqlite3.
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited in: Variational Message-Passing: Extension to Continuous Variables and 
Applications in Multi-Target Tracking <a 
href="http://www.ics.uci.edu/~ajfrank/pubs/thesis.pdf";>http://www.ics.uci.edu/~ajfrank/pubs/thesis.pdf</a>
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited in: Genome Assembly: Scaffolding Guided by Related Genomes <a 
href="https://www.duo.uio.no/handle/10852/37431";>https://www.duo.uio.no/handle/10852/37431</a>
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited in: Metagenomic analysis of Mariana Trench sediment samples <a 
href="http://repositorio.ul.pt/handle/10451/9436";>http://repositorio.ul.pt/handle/10451/9436</a>
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited in: Diacritization, automatic segmentation and labeling for Levantine Arabic 
speech <a 
href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp";>http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp</a>=&amp;arnumber=6642556
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited in: Investigation of emotion classification using speech rhythm metrics <a 
href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp";>http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp</a>=&amp;arnumber=6642591
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited in: A Rhythm-Based Analysis of Arabic Native and Non-Native Speaking Styles <a 
href="http://www.ijsps.com/uploadfile/2013/1128/20131128014413279.pdf";>http://www.ijsps.com/uploadfile/2013/1128/20131128014413279.pdf</a>
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited in: Evolutionary optimization of wetlands design <a 
href="http://dl.acm.org/citation.cfm?id=2480400";>http://dl.acm.org/citation.cfm?id=2480400</a>
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was cited (unfortunately with wrong citation) in: RDBMS vs NoSQL: Performance and Scaling 
Comparison <a 
href="http://www.epcc.ed.ac.uk/sites/default/files/Dissertations/2012-2013/RDBMS%20vs%20NoSQL%20-%20Performance%20and%20Scaling%20Comparison.pdf";>http://www.epcc.ed.ac.uk/sites/default/files/Dissertations/2012-2013/RDBMS%20vs%20NoSQL%20-%20Performance%20and%20Scaling%20Comparison.pdf</a>
+</li>
+</ul>
+<ul>
+<li>GNU Parallel was used (without proper citation) in: Comprehensive Analysis Pipeline for Discovery of 
Human Genetic Variation <a 
href="http://www.google.com/patents/US20130311106";>http://www.google.com/patents/US20130311106</a>
+</li>
+</ul>
+<ul>
+<li>Encrypt and decrypt in parallel with GPG <a 
href="http://blog.tkassembled.com/412/encrypt-and-decrypt-in-parallel-with-gpg/";>http://blog.tkassembled.com/412/encrypt-and-decrypt-in-parallel-with-gpg/</a>
+</li>
+</ul>
+<ul>
+<li>Using GNU Parallel to create a SVM classifier <a 
href="http://ivanyu.me/blog/2013/12/01/parallel/";>http://ivanyu.me/blog/2013/12/01/parallel/</a>
+</li>
+</ul>
+<ul>
+<li>Parallel xz compression <a 
href="http://anthon.home.xs4all.nl/rants/2013/parallel_xz/";>http://anthon.home.xs4all.nl/rants/2013/parallel_xz/</a>
+</li>
+</ul>
+<ul>
+<li>Got CPUs to burn? Put 'em to work with GNU parallel <a 
href="http://baoilleach.blogspot.dk/2013/11/got-cpus-to-burn-put-em-to-work-with.html";>http://baoilleach.blogspot.dk/2013/11/got-cpus-to-burn-put-em-to-work-with.html</a>
+</li>
+</ul>
+<ul>
+<li>Parallel rsync <a href="http://pastebin.com/JmnB9ffq";>http://pastebin.com/JmnB9ffq</a>
+</li>
+</ul>
+<ul>
+<li>Gnu Parallel for fun and profit <a 
href="https://gist.github.com/celoyd/f7eb55ad69c9b33fd8c3";>https://gist.github.com/celoyd/f7eb55ad69c9b33fd8c3</a>
+</li>
+</ul>
+<ul>
+<li>Parallelization of Exploitation <a 
href="http://rantsideasstuff.com/parallelization-of-exploitation/";>http://rantsideasstuff.com/parallelization-of-exploitation/</a>
+</li>
+</ul>
+<ul>
+<li>Running assemblies in parallel <a 
href="https://khmer-protocols.readthedocs.org/en/v0.8.3/metagenomics/4-assemble.html";>https://khmer-protocols.readthedocs.org/en/v0.8.3/metagenomics/4-assemble.html</a>
+</li>
+</ul>
+<ul>
+<li>Procesando la contabilidad del PP <a 
href="http://www.neorazorx.com/2013/07/procesando-la-contabilidad-del-pp.html";>http://www.neorazorx.com/2013/07/procesando-la-contabilidad-del-pp.html</a>
+</li>
+</ul>
+<ul>
+<li>Mon make à moi (French) <a 
href="http://www.slideshare.net/lindenb/mon-make-moi-tout-sauf-galaxy";>http://www.slideshare.net/lindenb/mon-make-moi-tout-sauf-galaxy</a>
+</li>
+</ul>
+<ul>
+<li>Bug fixes and man page updates.
+</li>
+</ul>
+
+<h3>About GNU Parallel</h3>
+
+<p>GNU Parallel is a shell tool for executing jobs in parallel using one or more computers. A job is can be 
a single command or a small script that has to be run for each of the lines in the input. The typical input 
is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be 
a command that reads from a pipe. GNU Parallel can then split the input and pipe it into commands in parallel.
+<br/>
+</p>
+<p>If you use xargs and tee today you will find GNU Parallel very easy to use as GNU Parallel is written to 
have the same options as xargs. If you write loops in shell, you will find GNU Parallel may be able to 
replace most of the loops and make them run faster by running several jobs in parallel. GNU Parallel can even 
replace nested loops.
+<br/>
+</p>
+<p>GNU Parallel makes sure output from the commands is the same output as you would get had you run the 
commands sequentially. This makes it possible to use output from GNU Parallel as input for other programs.
+<br/>
+</p>
+<p>You can find more about GNU Parallel at: <a 
href="http://www.gnu.org/s/parallel/";>http://www.gnu.org/s/parallel/</a>
+<br/>
+</p>
+<p>You can install GNU Parallel in just 10 seconds with:
+<br/>
+(wget -O - pi.dk/3 || curl pi.dk/3/) | bash
+<br/>
+</p>
+<p>Watch the intro video on
+<br/>
+<a 
href="http://www.youtube.com/playlist?list=PL284C9FF2488BC6D1";>http://www.youtube.com/playlist?list=PL284C9FF2488BC6D1</a>
+<br/>
+</p>
+<p>Walk through the tutorial (man parallel_tutorial). Your commandline will love you for it.
+<br/>
+</p>
+<p>When using programs that use GNU Parallel to process data for publication please cite:
+<br/>
+</p>
+<p>O. Tange (2011): GNU Parallel - The Command-Line Power Tool, ;login: The USENIX Magazine, February 
2011:42-47.
+<br/>
+</p>
+
+<h3>About GNU SQL</h3>
+
+<p>GNU sql aims to give a simple, unified interface for accessing databases through all the different 
databases' command line clients. So far the focus has been on giving a common way to specify login 
information (protocol, username, password, hostname, and port number), size (database and table size), and 
running queries.
+<br/>
+</p>
+<p>The database is addressed using a DBURL. If commands are left out you will get that database's 
interactive shell.
+<br/>
+</p>
+<p>When using GNU SQL for a publication please cite:
+<br/>
+</p>
+<p>O. Tange (2011): GNU SQL - A Command Line Tool for Accessing Different Databases Using DBURLs, ;login: 
The USENIX Magazine, April 2011:29-32.
+<br/>
+</p>
+
+<h3>About GNU Niceload</h3>
+
+<p>GNU niceload slows down a program when the computer load average (or other system activity) is above a 
certain limit. When the limit is reached the program will be suspended for some time. If the limit is a soft 
limit the program will be allowed to run for short amounts of time before being suspended again. If the limit 
is a hard limit the program will only be allowed to run when the system is below the limit.<br/>
+</p></div>
+    </content>
+    <updated>2013-12-21T23:07:53Z</updated>
+    <author>
+      <name>Ole Tange</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=parallel</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=parallel"; rel="self" 
type="application/atom+xml"/>
+      <title>GNU Parallel - build and execute command lines from standard input in parallel - News</title>
+      <updated>2013-12-21T23:09:26Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/community/our-holiday-visit-to-the-apple-store-with-photos</id>
+    <link href="http://www.fsf.org/blogs/community/our-holiday-visit-to-the-apple-store-with-photos"; 
rel="alternate" type="text/html"/>
+    <title>Our holiday visit to the Apple store (with photos)</title>
+    <summary>Ever wonder if you're the only one concerned about software
+freedom when you're doing your holiday shopping? We hit the
+streets yesterday to make sure that you aren't.</summary>
+    <updated>2013-12-20T23:37:53Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/events/20140118-hyderabad</id>
+    <link href="http://www.fsf.org/events/20140118-hyderabad"; rel="alternate" type="text/html"/>
+    <title>Richard Stallman to speak in Hyderabad, India</title>
+    <summary>Hyderabad, India - [Title, exact time, and detailed location to be determined.]</summary>
+    <updated>2013-12-20T23:32:59Z</updated>
+    <category term="RMS Speech"/>
+    <source>
+      <id>http://www.fsf.org/events/aggregator</id>
+      <author>
+        <name>FSF Events</name>
+      </author>
+      <link href="http://www.fsf.org/events/aggregator"; rel="alternate" type="text/html"/>
+      <link href="http://static.fsf.org/fsforg/rss/events.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Site Events</subtitle>
+      <title>Events</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/events/20140116-thiruvananthapuram</id>
+    <link href="http://www.fsf.org/events/20140116-thiruvananthapuram"; rel="alternate" type="text/html"/>
+    <title>Richard Stallman to speak in Thiruvananthapuram, India</title>
+    <summary>Thiruvananthapuram, India - [Speech title, exact time, and detailed location to be 
determined.]</summary>
+    <updated>2013-12-20T22:45:00Z</updated>
+    <category term="RMS Speech"/>
+    <source>
+      <id>http://www.fsf.org/events/aggregator</id>
+      <author>
+        <name>FSF Events</name>
+      </author>
+      <link href="http://www.fsf.org/events/aggregator"; rel="alternate" type="text/html"/>
+      <link href="http://static.fsf.org/fsforg/rss/events.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Site Events</subtitle>
+      <title>Events</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/news/gift-giving-gnu-advises-shoppers-to-give-freely</id>
+    <link href="http://www.fsf.org/news/gift-giving-gnu-advises-shoppers-to-give-freely"; rel="alternate" 
type="text/html"/>
+    <title>Gift giving gnu advises shoppers to "give freely"</title>
+    <summary>BOSTON, Massachusetts, USA -- Friday, December 20th, 2013 --
+Yesterday, Free Software Foundation activists visited the Boston
+Apple store to raise awareness of more ethical alternatives for
+technology gifts. The activists were accompanied by a gnu (the free
+software movement's buffalo-like mascot) and sported Santa hats in the
+spirit of the season. Shoppers were surprised to see such an
+unusual Santa, and many took stickers and copies of the
+FSF's "Giving Guide," which contains tips for purchasing tech
+gifts that respect computer users' freedom, privacy and security.</summary>
+    <updated>2013-12-20T21:48:35Z</updated>
+    <source>
+      <id>http://www.fsf.org/news/aggregator</id>
+      <author>
+        <name>FSF News</name>
+      </author>
+      <link href="http://www.fsf.org/news/aggregator"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/news.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Latest news from the Free Software Foundation</subtitle>
+      <title>FSF News</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/licensing/interview-with-frank-karlitschek-of-owncloud</id>
+    <link href="http://www.fsf.org/blogs/licensing/interview-with-frank-karlitschek-of-owncloud"; 
rel="alternate" type="text/html"/>
+    <title>Interview with Frank Karlitschek of ownCloud</title>
+    <summary>This is the latest installment of our Licensing and Compliance Lab's series on free software 
developers who choose GNU licenses for their works.</summary>
+    <updated>2013-12-20T21:30:00Z</updated>
+    <category term="GPL-interview"/>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.gnutls.org/news.html#2013-12-20</id>
+    <link href="http://www.gnutls.org/news.html#2013-12-20"; rel="alternate" type="text/html"/>
+    <title>GnuTLS 3.2.8 and 3.1.18</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p>
+Released <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7189";>GnuTLS
+3.2.8</a> which adds new features and optimizations in the next stable branch;
+<a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7190";>GnuTLS
+3.1.18</a>, is a bug-fix release on the current stable branch. 
+</p></div>
+    </content>
+    <updated>2013-12-20T00:00:00Z</updated>
+    <author>
+      <name>Nikos Mavrogiannopoulos</name>
+      <email>nmav gnutls org</email>
+    </author>
+    <source>
+      <id>http://www.gnutls.org/news.atom</id>
+      <link href="http://www.gnutls.org/news.atom"; rel="self" type="application/atom+xml"/>
+      <title>GnuTLS - News</title>
+      <updated>2013-12-20T19:52:59Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/news/gluglug-x60-laptop-now-certified-to-respect-your-freedom</id>
+    <link href="http://www.fsf.org/news/gluglug-x60-laptop-now-certified-to-respect-your-freedom"; 
rel="alternate" type="text/html"/>
+    <title>Gluglug X60 Laptop now certified to Respect Your Freedom</title>
+    <summary>BOSTON, Massachusetts, USA -- Thursday, December 19, 2013 -- The Free
+Software Foundation (FSF) today awarded Respects Your Freedom (RYF)
+certification to Gluglug X60 laptops. The RYF certification mark means
+that the product meets the FSF's standards in regard to users'
+freedom, control over the product, and privacy. This is the first
+laptop to receive RYF certification from the FSF.</summary>
+    <updated>2013-12-19T20:30:00Z</updated>
+    <source>
+      <id>http://www.fsf.org/news/aggregator</id>
+      <author>
+        <name>FSF News</name>
+      </author>
+      <link href="http://www.fsf.org/news/aggregator"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/news.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Latest news from the Free Software Foundation</subtitle>
+      <title>FSF News</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/directory/friday-free-software-directory-irc-meetup-december-20</id>
+    <link href="http://www.fsf.org/blogs/directory/friday-free-software-directory-irc-meetup-december-20"; 
rel="alternate" type="text/html"/>
+    <title>Friday Free Software Directory IRC meetup: December 20</title>
+    <updated>2013-12-19T00:50:23Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/licensing/upcoming-changes-for-ututo</id>
+    <link href="http://www.fsf.org/blogs/licensing/upcoming-changes-for-ututo"; rel="alternate" 
type="text/html"/>
+    <title>Upcoming changes for Ututo</title>
+    <summary>The oldest fully free GNU/Linux distribution comes to an end.</summary>
+    <updated>2013-12-18T23:47:33Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7819</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7819"; rel="alternate" type="text/html"/>
+    <title>FisicaLab 0.3.3 in Gentoo and OpenBSD</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p>The 0.3.3 version is now available at 
official repositories of Gentoo and OpenBSD ports.<br/>
+</p></div>
+    </content>
+    <updated>2013-12-17T00:15:33Z</updated>
+    <author>
+      <name>Germán Arias</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=fisicalab</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=fisicalab"; rel="self" 
type="application/atom+xml"/>
+      <title>FísicaLab - News</title>
+      <updated>2013-12-21T23:49:07Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>urn:x-gnucash:news:.%2Fnews%2F131215-announce-2.5.10.news</id>
+    <link href="http://www.gnucash.org/#n-131215-announce-2.5.10.news"; rel="alternate" type="text/html"/>
+    <title>Announcement: GnuCash 2.5.10 (Unstable) Release</title>
+    <updated>2013-12-15T06:00:00Z</updated>
+    <author>
+      <name>GnuCash Developers</name>
+      <email>gnucash-devel gnucash org</email>
+    </author>
+    <source>
+      <id>http://www.gnucash.org/</id>
+      <logo>http://www.gnucash.org/images/icons/gnc-icon.png</logo>
+      <link href="http://www.gnucash.org/"; rel="alternate" type="text/html"/>
+      <link href="http://www.gnucash.org/atom.php"; rel="self" type="application/atom+xml"/>
+      <subtitle>GnuCash is personal and small-business financial-accounting software, freely licensed under 
the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.</subtitle>
+      <title>GnuCash News</title>
+      <updated>2013-12-15T06:00:00Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7816</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7816"; rel="alternate" type="text/html"/>
+    <title>FisicaLab 0.3.3 bugfix release</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p>WHAT IS IT
+<br/>
+==========
+<br/>
+</p>
+<p>FisicaLab (can be pronounced as PhysicsLab) is an educational application to solve physics problems. Its 
main objective is let the user to focus in physics concepts, leaving aside the mathematical details 
(FisicaLab take care of them). This allows the user to become familiar with the physical concepts without 
running the risk of getting lost in mathematical details. And so, when the user gain confidence in applying 
physical concepts, will be better prepared to solve the problems by hand (with pen and paper).
+<br/>
+</p>
+<p>WHAT NEWS?
+<br/>
+==============
+<br/>
+This is a bugfix release:
+<br/>
+</p>
+<p>    * Fix a problem with the data viewer (a table view).
+<br/>
+    * Fix some problems in English interface.
+<br/>
+</p>
+<p>COPYING
+<br/>
+=========
+<br/>
+</p>
+<p>This program is free software, released under GPLv3, or
+<br/>
+(at your option) any later version.
+<br/>
+</p>
+<p>OBTAINING FISICALAB
+<br/>
+=======================
+<br/>
+</p>
+<p>Source code are available here:
+<br/>
+</p>
+<p><a 
href="http://download.savannah.gnu.org/releases/fisicalab/";>http://download.savannah.gnu.org/releases/fisicalab/</a>
+<br/>
+</p>
+<p>Next week will be available the binary packages.
+<br/>
+</p>
+<p>MORE INFO
+<br/>
+============
+<br/>
+</p>
+<p>More info at official website:
+<br/>
+</p>
+<p><a href="http://www.nongnu.org/fisicalab/";>http://www.nongnu.org/fisicalab/</a><br/>
+</p></div>
+    </content>
+    <updated>2013-12-14T02:02:05Z</updated>
+    <author>
+      <name>Germán Arias</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=fisicalab</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=fisicalab"; rel="self" 
type="application/atom+xml"/>
+      <title>FísicaLab - News</title>
+      <updated>2013-12-21T23:49:07Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7815</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7815"; rel="alternate" type="text/html"/>
+    <title>coreutils-8.22 released [stable]</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><textarea class="verbatim" cols="80" 
readonly="readonly" rows="20">There have been 195 commits by 32 people in the 10 months since 8.21
+
+Executive summary: 8.22 is mainly a bug fix and performance improvement release.
+tail(1) has fixes for handling initially non existent files, and df now has
+better handling of specified disk device nodes.  On the performance side,
+there have been many improvements to the memory usage of various tools, which
+are detailed at http://www.pixelbeat.org/programming/avoiding_large_buffers.html
+There have been large throughput improvements in cut(1) and base64 encoding.
+Also the md5sum and sha*sum utilities have support for using architecture
+specific routines to improve performance, if allowed on your distribution.
+There are also new features available, including SELinux "restorecon" support
+in various file creation utilities through the -Z option, and shred has a new
+--repeat option to continually select random items from the input.
+
+See the NEWS below for more details.
+
+Thanks to everyone who has contributed!
+The following people contributed changes to this release:
+
+  Andreas Mohr (1)
+  Anton Ovchinnikov (2)
+  Assaf Gordon (8)
+  Benno Schulenberg (2)
+  Bernhard Voelker (28)
+  Cojocaru Alexandru (4)
+  Colin Leitner (1)
+  D. Hugh Redelmeier (1)
+  Daniel J Walsh (1)
+  Enrico Scholz (1)
+  Eric Blake (1)
+  FUJIWARA Katsunori (1)
+  Filipus Klutiero (1)
+  Gian Piero Carrubba (1)
+  Jarkko Sakkinen (4)
+  Javier López (1)
+  Jim Meyering (6)
+  Joachim Schmitz (2)
+  John (1)
+  Karl Berry (1)
+  Ken Booth (1)
+  Mike Frysinger (1)
+  Ondrej Oprala (2)
+  Ondřej Vašík (2)
+  Paul Eggert (10)
+  Pádraig Brady (106)
+  Rasmus Villemoes (1)
+  Rémy Lefevre (1)
+  Sergio Durigan Junior (1)
+  Stefano Lattarini (3)
+  Tiger Lee (1)
+  Torbjörn Granlund (1)
+
+Special thanks to Bernhard Voelker for his many considered patches and reviews,
+and to Assaf Gordon for his work on new (and future) features.
+
+Pádraig [on behalf of the coreutils maintainers]
+
+==================================================================
+
+Here is the GNU coreutils home page:
+    http://gnu.org/s/coreutils/
+
+For a summary of changes and contributors, see:
+  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.22
+or run this command from a git-cloned coreutils directory:
+  git shortlog v8.21..v8.22
+
+To summarize the 255 gnulib-related changes, run these commands
+From a git-cloned coreutils directory:
+  git checkout v8.22
+  git submodule summary v8.21
+
+==================================================================
+
+Here are the compressed sources and a GPG detached signature[*]:
+  http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz
+  http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz.sig
+
+Use a mirror for higher download bandwidth:
+  http://ftpmirror.gnu.org/coreutils/coreutils-8.22.tar.xz
+  http://ftpmirror.gnu.org/coreutils/coreutils-8.22.tar.xz.sig
+
+[*] Use a .sig file to verify that the corresponding file (without the
+.sig suffix) is intact.  First, be sure to download both the .sig file
+and the corresponding tarball.  Then, run a command like this:
+
+  gpg --verify coreutils-8.22.tar.xz.sig
+
+If that command fails because you don't have the required public key,
+then run this command to import it:
+
+  gpg --keyserver keys.gnupg.net --recv-keys DF6FD971306037D9
+
+and rerun the 'gpg --verify' command.
+
+This release was bootstrapped with the following tools:
+  Autoconf 2.69
+  Automake 1.13.4
+  Gnulib v0.1-38-g0658e50
+  Bison 2.7
+
+NEWS
+
+* Noteworthy changes in release 8.22 (2013-12-13) [stable]
+
+** Bug fixes
+
+  df now processes the mount list correctly in the presence of unstatable
+  mount points.  Previously it may have failed to output some mount points.
+  [bug introduced in coreutils-8.21]
+
+  df now processes symbolic links and relative paths to special files containing
+  a mounted file system correctly.  Previously df displayed the statistics about
+  the file system the file is stored on rather than the one inside.
+  [This bug was present in "the beginning".]
+
+  df now processes disk device nodes correctly in the presence of bind mounts.
+  Now df shows the base mounted file system rather than the last one mounted.
+  [This bug was present in "the beginning".]
+
+  install now removes the target file if the strip program failed for any
+  reason.  Before, that file was left behind, sometimes even with wrong
+  permissions.
+  [This bug was present in "the beginning".]
+
+  ln --relative now updates existing symlinks correctly.  Previously it based
+  the relative link on the dereferenced path of an existing link.
+  [This bug was introduced when --relative was added in coreutils-8.16.]
+
+  ls --recursive will no longer exit with "serious" exit code (2), if there
+  is an error reading a directory not specified on the command line.
+  [Bug introduced in coreutils-5.3.0]
+
+  mkdir, mkfifo, and mknod now work better when creating a file in a directory
+  with a default ACL whose umask disagrees with the process's umask, on a
+  system such as GNU/Linux where directory ACL umasks override process umasks.
+  [bug introduced in coreutils-6.0]
+
+  mv will now replace empty directories in the destination with directories
+  from the source, when copying across file systems.
+  [This bug was present in "the beginning".]
+
+  od -wN with N larger than 64K on a system with 32-bit size_t would
+  print approximately 2*N bytes of extraneous padding.
+  [Bug introduced in coreutils-7.0]
+
+  rm -I now prompts for confirmation before removing a write protected file.
+  [Bug introduced in coreutils-6.8]
+
+  shred once again uses direct I/O on systems requiring aligned buffers.
+  Also direct I/O failures for odd sized writes at end of file are now handled.
+  [The "last write" bug was introduced in coreutils-5.3.0 but masked
+   by the alignment bug introduced in coreutils-6.0]
+
+  tail --retry -f now waits for the files specified to appear.  Before, tail
+  would immediately exit when such a file is initially inaccessible.
+  [This bug was introduced when inotify support was added in coreutils-7.5]
+
+  tail -F has improved handling of symlinks.  Previously tail didn't respond
+  to the symlink target (re)appearing after being (re)created.
+  [This bug was introduced when inotify support was added in coreutils-7.5]
+
+** New features
+
+  cp, install, mkdir, mknod, mkfifo and mv now support "restorecon"
+  functionality through the -Z option, to set the SELinux context
+  appropriate for the new item location in the file system.
+
+  csplit accepts a new option: --suppressed-matched, to elide the lines
+  used to identify the split points.
+
+  df --output now accepts a 'file' field, to propagate a specified
+  command line argument through to the output.
+
+  du accepts a new option: --inodes to show the number of inodes instead
+  of the blocks used.
+
+  id accepts a new option: --zero (-z) to delimit the output entries by
+  a NUL instead of a white space character.
+
+  id and ls with -Z report the SMACK security context where available.
+  mkdir, mkfifo and mknod with -Z set the SMACK context where available.
+
+  id can now lookup by user ID, in addition to the existing name lookup.
+
+  join accepts a new option: --zero-terminated (-z). As with the sort,uniq
+  option of the same name, this makes join consume and produce NUL-terminated
+  lines rather than newline-terminated lines.
+
+  uniq accepts a new option: --group to print all items, while separating
+  unique groups with empty lines.
+
+  shred accepts new parameters to the --remove option to give greater
+  control over that operation, which can greatly reduce sync overhead.
+
+  shuf accepts a new option: --repeat (-r), which can repeat items in
+  the output.
+
+** Changes in behavior
+
+  cp --link now dereferences a symbolic link as source before creating the
+  hard link in the destination unless the -P,--no-deref option is specified.
+  Previously, it would create a hard link of the symbolic link, even when
+  the dereferencing options -L or -H were specified.
+
+  cp, install, mkdir, mknod and mkfifo no longer accept an argument to the
+  short -Z option.  The --context equivalent still takes an optional argument.
+
+  dd status=none now suppresses all non fatal diagnostic messages,
+  not just the transfer counts.
+
+  df no longer accepts the long-obsolescent --megabytes option.
+
+  stdbuf now requires at least one buffering mode option to be specified,
+  as per the documented interface.
+
+** Improvements
+
+  base64 encoding throughput for bulk data is increased by about 60%.
+
+  md5sum can use libcrypto hash routines where allowed to potentially
+  get better performance through using more system specific logic.
+  sha1sum for example has improved throughput by 40% on an i3-2310M.
+  This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum.
+
+  stat and tail work better with EFIVARFS, EXOFS, F2FS, HOSTFS, SMACKFS, SNFS
+  and UBIFS.  stat -f --format=%T now reports the file system type, and tail -f
+  now uses inotify for files on all those except SNFS, rather than the default
+  (for unknown file system types) of issuing a warning and reverting to polling.
+
+  shuf outputs subsets of large inputs much more efficiently.
+  Reservoir sampling is used to limit memory usage based on the number of
+  outputs, rather than the number of inputs.
+
+  shred increases the default write block size from 12KiB to 64KiB
+  to align with other utilities and reduce the system call overhead.
+
+  split --line-bytes=SIZE, now only allocates memory as needed rather
+  than allocating SIZE bytes at program start.
+
+  stty now supports configuring "stick" (mark/space) parity where available.
+
+** Build-related
+
+  factor now builds on aarch64 based systems [bug introduced in coreutils-8.20]
+</textarea></div>
+    </content>
+    <updated>2013-12-13T17:16:33Z</updated>
+    <author>
+      <name>Pádraig Brady</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=coreutils</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=coreutils"; rel="self" 
type="application/atom+xml"/>
+      <title>GNU Core Utilities - News</title>
+      <updated>2013-12-13T17:18:41Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7814</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7814"; rel="alternate" type="text/html"/>
+    <title>FreeIPMI 1.3.4 Released</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p><a 
href="http://ftp.gnu.org/gnu/freeipmi/freeipmi-1.3.4.tar.gz";>http://ftp.gnu.org/gnu/freeipmi/freeipmi-1.3.4.tar.gz</a>
+<br/>
+</p>
+<p>o Support 'solchannelsupport' workraound in ipmiconsole /
+<br/>
+  IPMICONSOLE_WORKAROUND_SKIP_CHANNEL_PAYLOAD_SUPPORT workaround flag in
+<br/>
+  libipmiconsole.
+<br/>
+o Fix SDR cache workaround for motherboards with invalid SDR record
+<br/>
+  counts listed.
+<br/>
+o Workaround Supermicro bug in bmc-watchdog. 
+<br/>
+o Fix error checks in sensor decoding functions, leading to possible
+<br/>
+  problems in ipmi-sensors-config.
+<br/>
+o Update documentation with additional workarounds for motherboards.
+<br/>
+o Fix various minor bugs.<br/>
+</p></div>
+    </content>
+    <updated>2013-12-13T01:00:46Z</updated>
+    <author>
+      <name>Albert Chu</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=freeipmi</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=freeipmi"; rel="self" 
type="application/atom+xml"/>
+      <title>GNU FreeIPMI - News</title>
+      <updated>2013-12-13T18:57:45Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/directory/friday-free-software-directory-irc-meetup-december-13</id>
+    <link href="http://www.fsf.org/blogs/directory/friday-free-software-directory-irc-meetup-december-13"; 
rel="alternate" type="text/html"/>
+    <title>Friday Free Software Directory IRC meetup: December 13</title>
+    <updated>2013-12-12T17:58:06Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>tag:blogger.com,1999:blog-15746899.post-1184364361269465567</id>
+    <link href="http://multixden.blogspot.com/feeds/1184364361269465567/comments/default"; rel="replies" 
title="Post Comments" type="application/atom+xml"/>
+    <link href="http://www.blogger.com/comment.g?blogID=15746899&amp;postID=1184364361269465567"; 
rel="replies" title="0 Comments" type="text/html"/>
+    <link href="http://www.blogger.com/feeds/15746899/posts/default/1184364361269465567"; rel="edit" 
type="application/atom+xml"/>
+    <link href="http://www.blogger.com/feeds/15746899/posts/default/1184364361269465567"; rel="self" 
type="application/atom+xml"/>
+    <link href="http://multixden.blogspot.com/2013/12/gworkspace-how-to-easily-mountunmount.html"; 
rel="alternate" title="GWorkspace, how to easily mount/unmount volumes" type="text/html"/>
+    <title>GWorkspace, how to easily mount/unmount volumes</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><a 
href="http://www.gnustep.org/experience/GWorkspace.html";>GWorkspace</a> allows for easy mounting and 
unmounting of volumes (disks, usb sticks, CD-ROMs) like you would do manually on console, without the 
requirement of daemons or other tools.<br/><br/>Here is how.<br/><br/>First, be sure your underlying 
operating system is correctly configured to allow you to do that. I'll show as example how I configured my 
Debian system.<br/><br/>Your current user needs to have the permissions to mount the volume(s), this is 
usually done by being part of the correct group. For Debian we find cdrom and floppy as ready 
groups<br/><span><br/></span><span style="font-size: 
x-small;"><span>cdrom:x:24:multix</span></span><br/><br/>The predefined mount-point for the cdrom is 
/mnt/cdrom, since I usually handle with USB sticks I added a mount point for it:<br/><br/><span 
style="font-size: x-small;"><span>$ ls -l /media/<br/>total
  8<br/>lrwxrwxrwx 1 root root    6 Jan  1  1970 cdrom -&gt; cdrom0<br/>drwxr-xr-x 2 root root 4096 Jan  1  
1970 cdrom0<br/>drwxr-xr-x 2 root root 4096 Nov 27 14:01 usb</span></span><br/><br/>Now, let's add the 
correct lines to /etc/fstab for our usb entry. The cdrom entry is usually already configured by 
Debian.<br/><br/><span>/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0<br/>/dev/sdb     
   /media/usb      auto    defaults,users  0       0</span><br/><br/>I <i>auto</i> shall determine the file 
system automagically, while <i>users</i> allows for user permissions for the mounted files. You can check if 
everything is configured fine if you can "mount" from the command line with your current user.<br/><br/>Then 
open <a href="http://www.gnustep.org/experience/systempreferences.html";>SystemPreferences </a>and configure 
the managed paths as shown here:<br/><br/><table align="center" cellpadding="0" cellspacing
 ="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: 
center;"><tbody><tr><td style="text-align: center;"><a 
href="http://3.bp.blogspot.com/-hlHesBoGaX4/Uqm4UDoWJ5I/AAAAAAAAAvs/wpt0EHk6b98/s1600/syspref_volumes.png"; 
style="margin-left: auto; margin-right: auto;"><img border="0" height="240" 
src="http://3.bp.blogspot.com/-hlHesBoGaX4/Uqm4UDoWJ5I/AAAAAAAAAvs/wpt0EHk6b98/s320/syspref_volumes.png"; 
width="320"/></a></td></tr><tr><td class="tr-caption" style="text-align: center;">SystemPreferences - Mount 
points</td></tr></tbody></table>Configure the <i>mount points for removable media</i>, here I have enabled 
the cdrom and the usb mount points. The mtab path is currently ignored by GWorkspace, so don't bother and the 
default value is anyway correct for Linux.<br/><br/>Now, in GWorkspace we can select <i>Check for disks</i> 
under the <i>Tools</i> menu.<br/><table align="center" cellpadding="0" cellspacing="0" 
class="tr-caption-container" style
 ="margin-left: auto; margin-right: auto; text-align: center;"><tbody><tr><td style="text-align: center;"><a 
href="http://4.bp.blogspot.com/-KMQt77KUz9o/UqnX_LkS7AI/AAAAAAAAAv8/KJHi5bfvjD8/s1600/gwsp_check_disks.png"; 
style="margin-left: auto; margin-right: auto;"><img border="0" height="320" 
src="http://4.bp.blogspot.com/-KMQt77KUz9o/UqnX_LkS7AI/AAAAAAAAAv8/KJHi5bfvjD8/s320/gwsp_check_disks.png"; 
width="235"/></a></td></tr><tr><td class="tr-caption" style="text-align: center;">GWorkspace - check for 
disks</td></tr></tbody></table>If everything goes well, voilà, your volume will get mounted. It will appear 
on the destkop if you have the Desktop enabled and you can show its content. In any case it shall be visible 
in the File Viewer in its mount place.<br/><br/><table align="center" cellpadding="0" cellspacing="0" 
class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: 
center;"><tbody><tr><td style="text-align: center;"><a href="http://2.bp.blogsp
 ot.com/-GqOtpJY1kTY/UqnYn4NKwuI/AAAAAAAAAwE/K_WFUSU0hqE/s1600/usb_content.png" style="margin-left: auto; 
margin-right: auto;"><img border="0" height="296" 
src="http://2.bp.blogspot.com/-GqOtpJY1kTY/UqnYn4NKwuI/AAAAAAAAAwE/K_WFUSU0hqE/s320/usb_content.png"; 
width="320"/></a></td></tr><tr><td class="tr-caption" style="text-align: center;">Usb stick 
contents</td></tr></tbody></table><br/><br/><br/><br/>If all options are set correctly as suggested, the 
volume is readable, writable as you can check with the <i>Attributes Inspector</i>. Also we can open the .zip 
file with <a href="http://gap.nongnu.org/zipper/index.html";>Zipper</a> easily.<br/><br/><table align="center" 
cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; 
text-align: center;"><tbody><tr><td style="text-align: center;"><a 
href="http://2.bp.blogspot.com/-z3vSI43Fy9A/UqnY2HkIl2I/AAAAAAAAAwM/l0EfKZtzhqk/s1600/zipper_inspector.png"; 
style="margin-left: auto; margin-r
 ight: auto;"><img border="0" height="211" 
src="http://2.bp.blogspot.com/-z3vSI43Fy9A/UqnY2HkIl2I/AAAAAAAAAwM/l0EfKZtzhqk/s320/zipper_inspector.png"; 
width="320"/></a></td></tr><tr><td class="tr-caption" style="text-align: center;">Zipper and 
Attributes</td></tr></tbody></table><br/><br/>To unmount a volume, just drag its icon to the Recycle 
Bin.</div>
+    </content>
+    <updated>2013-12-12T15:50:17Z</updated>
+    <published>2013-12-12T15:42:00Z</published>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="cdrom"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="GNUstep"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="GWorkspace"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="Linux"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="mounting"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="tutorial"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="usb"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="volume"/>
+    <author>
+      <name>Riccardo</name>
+      <email>noreply blogger com</email>
+      <uri>http://www.blogger.com/profile/03313094807656717004</uri>
+    </author>
+    <source>
+      <id>tag:blogger.com,1999:blog-15746899</id>
+      <category term="GNUstep"/>
+      <category term="GAP"/>
+      <category term="GNUstep Application Project"/>
+      <category term="DataBasin"/>
+      <category term="GWorkspace"/>
+      <category term="salesforce"/>
+      <category term="windows"/>
+      <category term="FTP"/>
+      <category term="Graphos"/>
+      <category term="Vespucci"/>
+      <category term="soap"/>
+      <category term="SalesForce.com"/>
+      <category term="SimpleWebKit"/>
+      <category term="battery monitor"/>
+      <category term="browser"/>
+      <category term="theming"/>
+      <category term="batmon"/>
+      <category term="cocoa"/>
+      <category term="vector drawing"/>
+      <category term="PRICE"/>
+      <category term="ProjectCenter"/>
+      <category term="systempreferences"/>
+      <category term="theme"/>
+      <category term="Cynthiune"/>
+      <category term="GShisen"/>
+      <category term="GSpdf"/>
+      <category term="Grr"/>
+      <category term="HURD"/>
+      <category term="LaternaMagica"/>
+      <category term="Letux"/>
+      <category term="Mac"/>
+      <category term="Objective-C"/>
+      <category term="OresmeKit"/>
+      <category term="SWK"/>
+      <category term="Workspace"/>
+      <category term="development"/>
+      <category term="drawing"/>
+      <category term="imaging"/>
+      <category term="meeting"/>
+      <category term="plotting"/>
+      <category term="port"/>
+      <category term="API"/>
+      <category term="Application"/>
+      <category term="Debian"/>
+      <category term="FreeBSD"/>
+      <category term="GDraw"/>
+      <category term="GMastermind"/>
+      <category term="IDE"/>
+      <category term="LapisPuzzle"/>
+      <category term="Linux"/>
+      <category term="NSWorkspace"/>
+      <category term="Neos"/>
+      <category term="NetBSD"/>
+      <category term="PowerPC"/>
+      <category term="RSS"/>
+      <category term="Terminal"/>
+      <category term="WebServices"/>
+      <category term="alemanniastep"/>
+      <category term="charting"/>
+      <category term="color scheme"/>
+      <category term="desktop"/>
+      <category term="game"/>
+      <category term="gmines"/>
+      <category term="gnustep software"/>
+      <category term="gorm"/>
+      <category term="graphing"/>
+      <category term="gstheme"/>
+      <category term="icons"/>
+      <category term="image viewer"/>
+      <category term="look"/>
+      <category term="mingw"/>
+      <category term="sleek"/>
+      <category term="software"/>
+      <category term="sudoku"/>
+      <category term="2007"/>
+      <category term="ACPI"/>
+      <category term="GMines released"/>
+      <category term="GNU"/>
+      <category term="GPL"/>
+      <category term="GSWS"/>
+      <category term="Internet Module"/>
+      <category term="Leo Laporte"/>
+      <category term="LoginPanel"/>
+      <category term="MIPS"/>
+      <category term="Macintosh"/>
+      <category term="OpenBSD"/>
+      <category term="OpenOffice Microsoft Office incomatibility OpenSource"/>
+      <category term="Randal Schwartz"/>
+      <category term="SOQL"/>
+      <category term="Themes"/>
+      <category term="TimeMon"/>
+      <category term="XML"/>
+      <category term="Zipper"/>
+      <category term="addressmanager"/>
+      <category term="alpenstep"/>
+      <category term="apps"/>
+      <category term="battery"/>
+      <category term="bezier paths"/>
+      <category term="bilinear"/>
+      <category term="bookmarks"/>
+      <category term="bug fix"/>
+      <category term="cdrom"/>
+      <category term="control point"/>
+      <category term="curves"/>
+      <category term="cusp"/>
+      <category term="defaults"/>
+      <category term="describe"/>
+      <category term="drawning"/>
+      <category term="filtering"/>
+      <category term="flexisheet"/>
+      <category term="floss"/>
+      <category term="folders"/>
+      <category term="games"/>
+      <category term="gnustep macintosh cocoa GShisen port windows game gap"/>
+      <category term="gnustep windows mingw game graphics events"/>
+      <category term="graphics"/>
+      <category term="image"/>
+      <category term="login"/>
+      <category term="menu style"/>
+      <category term="monitor"/>
+      <category term="mount"/>
+      <category term="mount volumes"/>
+      <category term="mounting"/>
+      <category term="music"/>
+      <category term="netbook"/>
+      <category term="orobienstep"/>
+      <category term="player"/>
+      <category term="plists"/>
+      <category term="portability"/>
+      <category term="power mac"/>
+      <category term="preferences"/>
+      <category term="printing"/>
+      <category term="property list"/>
+      <category term="query"/>
+      <category term="radio"/>
+      <category term="record type"/>
+      <category term="safari"/>
+      <category term="screen"/>
+      <category term="screenshot"/>
+      <category term="session"/>
+      <category term="tutorial"/>
+      <category term="twit"/>
+      <category term="undo"/>
+      <category term="unix"/>
+      <category term="usb"/>
+      <category term="vector"/>
+      <category term="volume"/>
+      <category term="web"/>
+      <category term="yap"/>
+      <author>
+        <name>Riccardo</name>
+        <email>noreply blogger com</email>
+        <uri>http://www.blogger.com/profile/03313094807656717004</uri>
+      </author>
+      <link href="http://multixden.blogspot.com/feeds/posts/default"; 
rel="http://schemas.google.com/g/2005#feed"; type="application/atom+xml"/>
+      <link href="http://www.blogger.com/feeds/15746899/posts/default"; rel="self" 
type="application/atom+xml"/>
+      <link href="http://multixden.blogspot.com/"; rel="alternate" type="text/html"/>
+      <link href="http://pubsubhubbub.appspot.com/"; rel="hub" type="text/html"/>
+      <link href="http://www.blogger.com/feeds/15746899/posts/default?start-index=26&amp;max-results=25"; 
rel="next" type="application/atom+xml"/>
+      <subtitle>The Den of Multix (aka grey gandalf)</subtitle>
+      <title>The Art is Long</title>
+      <updated>2013-12-16T14:54:00Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>tag:blogger.com,1999:blog-15746899.post-7885636324895551497</id>
+    <link href="http://multixden.blogspot.com/feeds/7885636324895551497/comments/default"; rel="replies" 
title="Post Comments" type="application/atom+xml"/>
+    <link href="http://www.blogger.com/comment.g?blogID=15746899&amp;postID=7885636324895551497"; 
rel="replies" title="0 Comments" type="text/html"/>
+    <link href="http://www.blogger.com/feeds/15746899/posts/default/7885636324895551497"; rel="edit" 
type="application/atom+xml"/>
+    <link href="http://www.blogger.com/feeds/15746899/posts/default/7885636324895551497"; rel="self" 
type="application/atom+xml"/>
+    <link href="http://multixden.blogspot.com/2013/12/gworkspace-fixed-mount-bug-on-linux.html"; 
rel="alternate" title="GWorkspace, fixed mount bug on Linux" type="text/html"/>
+    <title>GWorkspace, fixed mount bug on Linux</title>
+    <content>Fixed a nasty bug (I was using the wrong macro) that was causing GWorkspace not to mount 
removable volumes (like an USB key) on Linux.</content>
+    <updated>2013-12-12T08:35:37Z</updated>
+    <published>2013-12-12T08:35:00Z</published>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="bug fix"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="GNUstep"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="GWorkspace"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="Linux"/>
+    <category scheme="http://www.blogger.com/atom/ns#"; term="mount volumes"/>
+    <author>
+      <name>Riccardo</name>
+      <email>noreply blogger com</email>
+      <uri>http://www.blogger.com/profile/03313094807656717004</uri>
+    </author>
+    <source>
+      <id>tag:blogger.com,1999:blog-15746899</id>
+      <category term="GNUstep"/>
+      <category term="GAP"/>
+      <category term="GNUstep Application Project"/>
+      <category term="DataBasin"/>
+      <category term="GWorkspace"/>
+      <category term="salesforce"/>
+      <category term="windows"/>
+      <category term="FTP"/>
+      <category term="Graphos"/>
+      <category term="Vespucci"/>
+      <category term="soap"/>
+      <category term="SalesForce.com"/>
+      <category term="SimpleWebKit"/>
+      <category term="battery monitor"/>
+      <category term="browser"/>
+      <category term="theming"/>
+      <category term="batmon"/>
+      <category term="cocoa"/>
+      <category term="vector drawing"/>
+      <category term="PRICE"/>
+      <category term="ProjectCenter"/>
+      <category term="systempreferences"/>
+      <category term="theme"/>
+      <category term="Cynthiune"/>
+      <category term="GShisen"/>
+      <category term="GSpdf"/>
+      <category term="Grr"/>
+      <category term="HURD"/>
+      <category term="LaternaMagica"/>
+      <category term="Letux"/>
+      <category term="Mac"/>
+      <category term="Objective-C"/>
+      <category term="OresmeKit"/>
+      <category term="SWK"/>
+      <category term="Workspace"/>
+      <category term="development"/>
+      <category term="drawing"/>
+      <category term="imaging"/>
+      <category term="meeting"/>
+      <category term="plotting"/>
+      <category term="port"/>
+      <category term="API"/>
+      <category term="Application"/>
+      <category term="Debian"/>
+      <category term="FreeBSD"/>
+      <category term="GDraw"/>
+      <category term="GMastermind"/>
+      <category term="IDE"/>
+      <category term="LapisPuzzle"/>
+      <category term="Linux"/>
+      <category term="NSWorkspace"/>
+      <category term="Neos"/>
+      <category term="NetBSD"/>
+      <category term="PowerPC"/>
+      <category term="RSS"/>
+      <category term="Terminal"/>
+      <category term="WebServices"/>
+      <category term="alemanniastep"/>
+      <category term="charting"/>
+      <category term="color scheme"/>
+      <category term="desktop"/>
+      <category term="game"/>
+      <category term="gmines"/>
+      <category term="gnustep software"/>
+      <category term="gorm"/>
+      <category term="graphing"/>
+      <category term="gstheme"/>
+      <category term="icons"/>
+      <category term="image viewer"/>
+      <category term="look"/>
+      <category term="mingw"/>
+      <category term="sleek"/>
+      <category term="software"/>
+      <category term="sudoku"/>
+      <category term="2007"/>
+      <category term="ACPI"/>
+      <category term="GMines released"/>
+      <category term="GNU"/>
+      <category term="GPL"/>
+      <category term="GSWS"/>
+      <category term="Internet Module"/>
+      <category term="Leo Laporte"/>
+      <category term="LoginPanel"/>
+      <category term="MIPS"/>
+      <category term="Macintosh"/>
+      <category term="OpenBSD"/>
+      <category term="OpenOffice Microsoft Office incomatibility OpenSource"/>
+      <category term="Randal Schwartz"/>
+      <category term="SOQL"/>
+      <category term="Themes"/>
+      <category term="TimeMon"/>
+      <category term="XML"/>
+      <category term="Zipper"/>
+      <category term="addressmanager"/>
+      <category term="alpenstep"/>
+      <category term="apps"/>
+      <category term="battery"/>
+      <category term="bezier paths"/>
+      <category term="bilinear"/>
+      <category term="bookmarks"/>
+      <category term="bug fix"/>
+      <category term="cdrom"/>
+      <category term="control point"/>
+      <category term="curves"/>
+      <category term="cusp"/>
+      <category term="defaults"/>
+      <category term="describe"/>
+      <category term="drawning"/>
+      <category term="filtering"/>
+      <category term="flexisheet"/>
+      <category term="floss"/>
+      <category term="folders"/>
+      <category term="games"/>
+      <category term="gnustep macintosh cocoa GShisen port windows game gap"/>
+      <category term="gnustep windows mingw game graphics events"/>
+      <category term="graphics"/>
+      <category term="image"/>
+      <category term="login"/>
+      <category term="menu style"/>
+      <category term="monitor"/>
+      <category term="mount"/>
+      <category term="mount volumes"/>
+      <category term="mounting"/>
+      <category term="music"/>
+      <category term="netbook"/>
+      <category term="orobienstep"/>
+      <category term="player"/>
+      <category term="plists"/>
+      <category term="portability"/>
+      <category term="power mac"/>
+      <category term="preferences"/>
+      <category term="printing"/>
+      <category term="property list"/>
+      <category term="query"/>
+      <category term="radio"/>
+      <category term="record type"/>
+      <category term="safari"/>
+      <category term="screen"/>
+      <category term="screenshot"/>
+      <category term="session"/>
+      <category term="tutorial"/>
+      <category term="twit"/>
+      <category term="undo"/>
+      <category term="unix"/>
+      <category term="usb"/>
+      <category term="vector"/>
+      <category term="volume"/>
+      <category term="web"/>
+      <category term="yap"/>
+      <author>
+        <name>Riccardo</name>
+        <email>noreply blogger com</email>
+        <uri>http://www.blogger.com/profile/03313094807656717004</uri>
+      </author>
+      <link href="http://multixden.blogspot.com/feeds/posts/default"; 
rel="http://schemas.google.com/g/2005#feed"; type="application/atom+xml"/>
+      <link href="http://www.blogger.com/feeds/15746899/posts/default"; rel="self" 
type="application/atom+xml"/>
+      <link href="http://multixden.blogspot.com/"; rel="alternate" type="text/html"/>
+      <link href="http://pubsubhubbub.appspot.com/"; rel="hub" type="text/html"/>
+      <link href="http://www.blogger.com/feeds/15746899/posts/default?start-index=26&amp;max-results=25"; 
rel="next" type="application/atom+xml"/>
+      <subtitle>The Den of Multix (aka grey gandalf)</subtitle>
+      <title>The Art is Long</title>
+      <updated>2013-12-16T14:54:00Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/news/reform-corporate-surveillance</id>
+    <link href="http://www.fsf.org/news/reform-corporate-surveillance"; rel="alternate" type="text/html"/>
+    <title>Reform corporate surveillance</title>
+    <summary>The FSF issued the following statement in response to the recent open letter on government 
surveillance published by AOL, Apple, Facebook, Google, LinkedIn, Microsoft, Twitter, and Yahoo.</summary>
+    <updated>2013-12-11T22:24:05Z</updated>
+    <source>
+      <id>http://www.fsf.org/news/aggregator</id>
+      <author>
+        <name>FSF News</name>
+      </author>
+      <link href="http://www.fsf.org/news/aggregator"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/news.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Latest news from the Free Software Foundation</subtitle>
+      <title>FSF News</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://savannah.gnu.org/forum/forum.php?forum_id=7813</id>
+    <link href="http://savannah.gnu.org/forum/forum.php?forum_id=7813"; rel="alternate" type="text/html"/>
+    <title>GNU Guix 0.5 released</title>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml";><p>We are pleased to announce the fifth 
alpha release of <a href="http://www.gnu.org/software/guix";>GNU Guix</a>.
+<br/>
+</p>
+<p>The highlights are:
+<br/>
+</p>
+<ul>
+<li>Port to the Loongson MIPS64 processors, using the n32 ABI.
+</li>
+<li>New <a href="http://www.gnu.org/software/guix/manual/guix.html#The-Store-Monad";>monad interface</a> to 
handle operations on the store.
+</li>
+<li>New <a href="http://www.gnu.org/software/guix/manual/guix.html#System-Configuration";>whole-system 
configuration API</a>, allowing users to declare and instantiate a machine's settings.
+</li>
+<li>110 new packages, including "big ones" such as <a href="http://www.gnu.org/software/gnuzilla/";>GNU 
IceCat</a> and hacker's favorites such as <a 
href="http://www.markwitmer.com/guile-xcb/guile-wm.html";>Guile-WM</a>.  ;-)
+</li>
+</ul>
+<p>An updated QEMU virtual machine is provided, featuring Guix 0.5 and <a 
href="http://www.gnu.org/software/dmd";>dmd</a> 0.1.
+<br/>
+</p>
+<p>See <a href="https://lists.gnu.org/archive/html/guix-devel/2013-12/msg00061.html";>the original 
announcement</a> for details.<br/>
+</p></div>
+    </content>
+    <updated>2013-12-11T13:45:57Z</updated>
+    <author>
+      <name>Ludovic Courtès</name>
+    </author>
+    <source>
+      <id>http://savannah.gnu.org/news/atom.php?group=guix</id>
+      <link href="http://savannah.gnu.org/news/atom.php?group=guix"; rel="self" type="application/atom+xml"/>
+      <title>GNU Guix - News</title>
+      <updated>2013-12-11T17:13:18Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/licensing/computer-science-education-week-2013</id>
+    <link href="http://www.fsf.org/blogs/licensing/computer-science-education-week-2013"; rel="alternate" 
type="text/html"/>
+    <title>Celebrate Computer Science Education Week with free software</title>
+    <summary>By Ben Cook, FSF licensing intern</summary>
+    <updated>2013-12-10T23:25:00Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry>
+    <id>http://www.fsf.org/blogs/gnu-press/gnu-press-announces-gray-gplv3-hoodies</id>
+    <link href="http://www.fsf.org/blogs/gnu-press/gnu-press-announces-gray-gplv3-hoodies"; rel="alternate" 
type="text/html"/>
+    <title>GNU Press announces gray GPLv3 hoodies; plus members enjoy up to 30% holiday discount at the 
shop!</title>
+    <summary>Support the FSF and look good while doing it</summary>
+    <updated>2013-12-10T22:30:00Z</updated>
+    <source>
+      <id>http://www.fsf.org/blogs/recent-blog-posts</id>
+      <author>
+        <name>FSF Blogs</name>
+      </author>
+      <link href="http://www.fsf.org/blogs/recent-blog-posts"; rel="alternate" type="text/html"/>
+      <link href="http://www.fsf.org/static/fsforg/rss/blogs.xml"; rel="self" type="application/rdf+xml"/>
+      <subtitle>Writing by representatives of the Free Software Foundation.</subtitle>
+      <title>FSF's blog</title>
+      <updated>2013-12-26T15:15:28Z</updated>
+    </source>
+  </entry>
+
+  <entry xml:lang="en">
+    <id>https://gnunet.org/2204 at https://gnunet.org</id>
+    <link href="https://gnunet.org/knock"; rel="alternate" type="text/html"/>
+    <title xml:lang="en">Knock: Practical and Secure Stealthy Servers</title>
+    <summary type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml";><div class="field 
field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div 
class="field-item even"><p>
+Knock is a kernel patch that implements a new NAT-compatible, TCP option for stealthy port knocking with a 
few new twists for improved security.
+</p></div></div></div></div>
+    </summary>
+    <updated>2013-12-10T18:12:46Z</updated>
+    <author>
+      <name>Christian Grothoff</name>
+    </author>
+    <source>
+      <id>https://gnunet.org/frontpage</id>
+      <link href="https://gnunet.org/frontpage"; rel="alternate" type="text/html"/>
+      <link href="https://gnunet.org/rss.xml"; rel="self" type="application/rss+xml"/>
+      <title xml:lang="en">GNUnet - GNU's Framework for Secure Peer-to-Peer Networking</title>
+      <updated>2013-12-26T15:15:10Z</updated>
+    </source>
+  </entry>
+</feed>
diff --git a/tests/test.rss.xml b/tests/test.rss.xml
new file mode 100644
index 0000000..bd63bb8
--- /dev/null
+++ b/tests/test.rss.xml
@@ -0,0 +1,395 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type='text/xsl' href='http://slashdot.feedsportal.com/xsl/eng/rss.xsl'?>
+<rss xmlns:slash="http://purl.org/rss/1.0/modules/slash/"; 
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"; xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"; 
xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"; version="2.0">
+  <channel>
+    <title>Slashdot</title>
+    <link>http://slashdot.org/</link>
+    <description>News for nerds, stuff that matters</description>
+    <language>en-us</language>
+    <copyright>Copyright 1997-2013, Dice. All Rights Reserved. Slashdot is a Dice Holdings, Inc. 
service</copyright>
+    <pubDate>Wed, 25 Dec 2013 20:58:28 GMT</pubDate>
+    <lastBuildDate>Wed, 25 Dec 2013 20:58:28 GMT</lastBuildDate>
+    <ttl>2</ttl>
+    <sy:updatePeriod>hourly</sy:updatePeriod>
+    <sy:updateFrequency>1</sy:updateFrequency>
+    <sy:updateBase>1970-01-01T00:00:00Z</sy:updateBase>
+    <dc:creator>help slashdot org</dc:creator>
+    <dc:subject>Technology</dc:subject>
+    <dc:publisher>Dice</dc:publisher>
+    <dc:date>2013-12-25T20:58:28Z</dc:date>
+    <dc:language>en-us</dc:language>
+    <dc:rights>Copyright 1997-2013, Dice. All Rights Reserved. Slashdot is a Dice Holdings, Inc. 
service</dc:rights>
+    <image>
+      <title>Slashdot</title>
+      <url>http://a.fsdn.com/sd/topics/topicslashdot.gif</url>
+      <link>http://slashdot.org/</link>
+    </image>
+    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom"; rel="self" type="application/rss+xml" 
href="http://rss.slashdot.org/Slashdot/slashdot"/>
+    <feedburner:info uri="slashdot/slashdot"/>
+    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom"; rel="hub" 
href="http://pubsubhubbub.appspot.com/"/>
+    <item>
+      <title>E-Books That Read You</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/HGC4PJqbcr8/story01.htm</link>
+      <description>An anonymous reader writes "Internet users have sadly grown used to having their every 
click and scroll measured by advertisers and content providers seeking to squeeze every last ounce of 
attention out of them. Now, it seems such data gathering is spreading into your favorite novels as well. The 
NY Times profiles several companies trying to collect data on how people read ebooks. Quoting: 'Scribd is 
just beginning to analyze the data from its subscribers. Some general insights: The longer a mystery novel 
is, the more likely readers are to jump to the end to see who done it. People are more likely to finish 
biographies than business titles, but a chapter of a yoga book is all they need. They speed through romances 
faster than religious titles, and erotica fastest of all. At Oyster, a top book is What Women Want, promoted 
as a work that "brings you inside a woman's head so you can learn how to blow her mind." Everyone who starts 
it finishes it. On the other
  hand, Arthur M. Schlesinger Jr.'s The Cycles of American History blows no minds: fewer than 1 percent of 
the readers who start it get to the end. Oyster data shows that readers are 25 percent more likely to finish 
books that are broken up into shorter chapters. That is an inevitable consequence of people reading in short 
sessions during the day on an iPhone.'"&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=E-Books+That+Read+You%3A+http%3A%2F%2Fbit.ly%2F1jJ8wQ9"&gt;&lt;img 
src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnews.slashdot.org%2Fstory%2F13%2F12%2F25%2F1810220%2Fe-books-that-read-you%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://news.slashdot.org/
 story/13/12/25/1810220/e-books-that-read-you?utm_source=slashdot&amp;amp;utm_medium=googleplus" 
onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://news.slashdot.org/story/13/12/25/1810220/e-books-that-read-you?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4597033&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/3533bf33/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/sc/4/r
 c/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842197591/u/49/f/647410/c/35028/s/3533bf33/a
 2t.img" border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/HGC4PJqbcr8"; 
height="1" width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 20:54:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/3533bf33/sc/4/l/0Lnews0Bslashdot0Borg0Cstory0C130C120C250C1810A220A0Ce0Ebooks0Ethat0Eread0Eyou0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>books</dc:subject>
+      <dc:date>2013-12-25T20:54:00Z</dc:date>
+      <slash:comments>1</slash:comments>
+      <slash:department>they-find-you-hackneyed-and-your-font-is-too-small</slash:department>
+      <slash:section>news</slash:section>
+      <slash:hit_parade>1,1,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/3533bf33/sc/4/l/0Lnews0Bslashdot0Borg0Cstory0C130C120C250C1810A220A0Ce0Ebooks0Ethat0Eread0Eyou0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Ruby 2.1.0 Released</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/rKWxuDuxT0s/story01.htm</link>
+      <description>Today marks the release of Ruby version 2.1.0. A brief list of changes since 2.0.0 has 
been posted, and file downloads are available. Here are some of the changes: Now the default values of 
keyword arguments can be omitted. Those 'required keyword arguments" need giving explicitly at the call 
time.Added suffixes for integer and float literals: 'r', 'i', and 'ri'.def-expr now returns the symbol of its 
name instead of nil.rb_profile_frames() added. Provides low-cost access to the current ruby stack for 
callstack profiling. introduced the generational GC a.k.a RGenGC (PDF).&lt;p&gt;&lt;div 
class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Ruby+2.1.0+Released%3A+http%3A%2F%2Fbit.ly%2F1cRXrmY"&gt;&lt;img 
src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdevelopers.slashdot.org%2Fstory%2F13%2F12%2F25%2F175
 1215%2Fruby-210-released%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img 
src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://developers.slashdot.org/story/13/12/25/1751215/ruby-210-released?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://developers.slashdot.org/story/13/12/25/1751215/ruby-210-released?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4596987&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' heig
 ht='1' src='http://slashdot.feedsportal.com/c/35028/f/647410/s/353329c6/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/a2.
 htm"&gt;&lt;img src="http://da.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842237928/u/49/f/647410/c/35028/s/353329c6/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/rKWxuDuxT0s"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 19:50:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/353329c6/sc/4/l/0Ldevelopers0Bslashdot0Borg0Cstory0C130C120C250C17512150Cruby0E210A0Ereleased0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>ruby</dc:subject>
+      <dc:date>2013-12-25T19:50:00Z</dc:date>
+      <slash:comments>2</slash:comments>
+      <slash:department>not-dying-after-all</slash:department>
+      <slash:section>developers</slash:section>
+      <slash:hit_parade>2,2,2,1,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/353329c6/sc/4/l/0Ldevelopers0Bslashdot0Borg0Cstory0C130C120C250C17512150Cruby0E210A0Ereleased0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Snowden Gives Alternative Christmas Message On Channel 4</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/WqIAQYWfLjw/story01.htm</link>
+      <description>codeusirae wrote in with news that Edward Snowden gave an alternative to the UK's yearly 
Christmas message, speaking about his objections to mass indiscriminate surveillance by governments. The 
message aired on channel four at 16:15. Slashgear posted a transcript. Quoting: "Think about what this means 
for the privacy of the average person. A child born today will grow up with no conception of privacy at all. 
They'll never know what it means to have a private moment to themselves &amp;mdash; an unrecorded, unanalyzed 
thought. And that's a problem, because privacy matters. Privacy is what allows us to determine who we are and 
who we want to be."&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; &lt;a 
class="slashpop" 
href="http://twitter.com/home?status=Snowden+Gives+Alternative+Christmas+Message+On+Channel+4%3A+http%3A%2F%2Fbit.ly%2F19hg2el"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpo
 p" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fyro.slashdot.org%2Fstory%2F13%2F12%2F25%2F1729228%2Fsnowden-gives-alternative-christmas-message-on-channel-4%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://yro.slashdot.org/story/13/12/25/1729228/snowden-gives-alternative-christmas-message-on-channel-4?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://yro.slashdot.org/story/13/12/25/1729228/snowden-gives-alternative-christmas-message-on-channel-4?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slash
 dot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4596949&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/353311c3/sc/21/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/sc/21/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/sc/21/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/sc/21/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/sc/21/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/sc/21/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feeds
 portal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/sc/21/rc/3/rc.img" 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842194180/u/49/f/647410/c/35028/s/353311c3/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/WqIAQYWfLjw"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 18:49:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/353311c3/sc/21/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C250C17292280Csnowden0Egives0Ealternative0Echristmas0Emessage0Eon0Echannel0E40Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Unknown Lamer</dc:creator>
+      <dc:subject>privacy</dc:subject>
+      <dc:date>2013-12-25T18:49:00Z</dc:date>
+      <slash:comments>4</slash:comments>
+      <slash:department>merry-overthrow-your-government</slash:department>
+      <slash:section>yro</slash:section>
+      <slash:hit_parade>4,4,3,2,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/353311c3/sc/21/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C250C17292280Csnowden0Egives0Ealternative0Echristmas0Emessage0Eon0Echannel0E40Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Prime Minister Wiretapped &amp;mdash; Vast Corruption Upending Turkey's Government</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/1xHap89ESQI/story01.htm</link>
+      <description>cold fjord writes with an update on the political upheaval happening in Turkey "From the 
article: 'Dawn raids last Tuesday nabbed almost 60 people and implicated three government ministries, the 
directors of state banks, and some of Turkey's most powerful businessmen in a massive corruption probe spread 
across three different cases. Three members of Turkey's cabinet resigned on Christmas Day, and one called on 
Erdogan to follow suit as accusations of kickbacks, smuggling, and abuse of office continue to mount. The 
scandal has even acquired an international dimension as suspicions that Iran has been using Turkey's banks to 
shirk sanctions were further bolstered by the arrest of Reza Sarraf, an Iranian businessmen who is accused of 
bribing the Economic Minister while coordinating transactions from Iran worth $120 billion. The AKP is 
scrambling to defend itself by claiming the arrests are a result of a dastardly foreign conspiracy ... while 
police officials h
 ave been removed and reshuffled and special prosecutors appointed to a degree that makes Nixon's Saturday 
Night Massacre look like exemplary justice. The Turkish press continues to eagerly publish the latest 
colorful details that emerge from the probe, including police reports of $500,000 bribes administered in 
boxes of chocolate and news that Erdoan himself was being wiretapped as part of the investigation.' Erdogan 
has been urged to resign, three days ago Turkey banned journalists from entering police stations, and police 
are using tear gas on protesters."&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; 
&lt;a class="slashpop" 
href="http://twitter.com/home?status=Prime+Minister+Wiretapped+%26mdash%3B+Vast+Corruption+Upending+Turkey's+Government%3A+http%3A%2F%2Fbit.ly%2F1eEzbLN"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fpolitics.slashdot.org
 
%2Fstory%2F13%2F12%2F25%2F1645219%2Fprime-minister-wiretapped-vast-corruption-upending-turkeys-government%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://politics.slashdot.org/story/13/12/25/1645219/prime-minister-wiretapped-vast-corruption-upending-turkeys-government?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://politics.slashdot.org/story/13/12/25/1645219/prime-minister-wiretapped-vast-corruption-upending-turkeys-government?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe s
 rc="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4596883&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/35331c2e/sc/30/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/sc/30/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/sc/30/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/sc/30/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/sc/30/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/sc/30/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842235111/
 u/49/f/647410/c/35028/s/35331c2e/sc/30/rc/3/rc.img" border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842235111/u/49/f/647410/c/35028/s/35331c2e/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/1xHap89ESQI"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 17:55:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/35331c2e/sc/30/l/0Lpolitics0Bslashdot0Borg0Cstory0C130C120C250C16452190Cprime0Eminister0Ewiretapped0Evast0Ecorruption0Eupending0Eturkeys0Egovernment0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Unknown Lamer</dc:creator>
+      <dc:subject>politics</dc:subject>
+      <dc:date>2013-12-25T17:55:00Z</dc:date>
+      <slash:comments>2</slash:comments>
+      <slash:department>spring-turns-to-winter</slash:department>
+      <slash:section>politics</slash:section>
+      <slash:hit_parade>2,2,1,1,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/35331c2e/sc/30/l/0Lpolitics0Bslashdot0Borg0Cstory0C130C120C250C16452190Cprime0Eminister0Ewiretapped0Evast0Ecorruption0Eupending0Eturkeys0Egovernment0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>ISS Coolant Pump Restarted After Successful Spacewalks</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/cwGr88RXK70/story01.htm</link>
+      <description>Yesterday, two astronauts completed a seven hour spacewalk to finish installation of a 
spare coolant pump after a failed coolant pump forced a partial shut down of the ISS. As of late yesterday 
afternoon, that pump is online and operating normally: "The new pump now is considered fully functional, but 
it will take some time to fully reintegrate the pump and Loop A of the two-loop external cooling system. 
Teams at mission control are following a schedule that should allow the restored cooling loop to be fully 
activated and integrated into the station&amp;rsquo;s cooling system on Christmas Day, Dec. 25. ... 
Electrical systems that depend on cooling from Loop A will be repowered or moved back from temporary support 
on Loop B gradually on Thursday, Friday, and throughout the weekend."&lt;p&gt;&lt;div 
class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=ISS+Coolant+Pump+Restarted+After+Successful+S
 pacewalks%3A+http%3A%2F%2Fbit.ly%2F1a8a0Kd"&gt;&lt;img 
src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fslashdot.org%2Fstory%2F13%2F12%2F25%2F1533236%2Fiss-coolant-pump-restarted-after-successful-spacewalks%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://slashdot.org/story/13/12/25/1533236/iss-coolant-pump-restarted-after-successful-spacewalks?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://slashdot.org/story/13/12/25/1533236/iss-coolant-pump-restarted-aft
 er-successful-spacewalks?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read more of this 
story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4596783&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/3532c594/sc/8/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/sc/8/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/sc/8/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/sc/8/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/sc/8/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href="http://d
 a.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/sc/8/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/sc/8/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842233328/u/49/f/647410/c/35028/s/3532c594/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/cwGr88RXK70"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 16:59:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/3532c594/sc/8/l/0Lslashdot0Borg0Cstory0C130C120C250C15332360Ciss0Ecoolant0Epump0Erestarted0Eafter0Esuccessful0Espacewalks0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Unknown Lamer</dc:creator>
+      <dc:subject>iss</dc:subject>
+      <dc:date>2013-12-25T16:59:00Z</dc:date>
+      <slash:department>xmas-miracle-thanks-to-engineering</slash:department>
+      <slash:section>slashdot</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/3532c594/sc/8/l/0Lslashdot0Borg0Cstory0C130C120C250C15332360Ciss0Ecoolant0Epump0Erestarted0Eafter0Esuccessful0Espacewalks0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Whatever Happened To Sanford "Spamford" Wallace?</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/5criqreV71c/story01.htm</link>
+      <description>Tackhead writes "People of a certain age &amp;mdash; the age before email filters were 
effective, may remember a few mid-90s buzzwords like 'bulletproof hosting' and 'double opt-in.' People may 
remember that Hormel itself conceded that although 'SPAM' referred to their potted meat product, the term 
'spam' could refer to unsolicited commercial email. People may also remember AGIS, Cyberpromo, Sanford 'Spam 
King' Wallace, and Walt Rines. Ten years after a 2003 retrospective on Rines and Wallace, Ars Technica 
reminds us that the more things change, the more they stay the same."&lt;p&gt;&lt;div 
class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Whatever+Happened+To+Sanford+%22Spamford%22+Wallace%3F%3A+http%3A%2F%2Fbit.ly%2FK55YMM"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fit.slashdot.or
 
g%2Fstory%2F13%2F12%2F25%2F1426227%2Fwhatever-happened-to-sanford-spamford-wallace%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://it.slashdot.org/story/13/12/25/1426227/whatever-happened-to-sanford-spamford-wallace?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://it.slashdot.org/story/13/12/25/1426227/whatever-happened-to-sanford-spamford-wallace?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4596665&amp;amp;smalle
 mbed=1" style="height: 300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/3532e2d8/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&l
 t;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842238239/u/49/f/647410/c/35028/s/3532e2d8/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/5criqreV71c"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 16:02:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/3532e2d8/sc/4/l/0Lit0Bslashdot0Borg0Cstory0C130C120C250C14262270Cwhatever0Ehappened0Eto0Esanford0Espamford0Ewallace0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Unknown Lamer</dc:creator>
+      <dc:subject>spam</dc:subject>
+      <dc:date>2013-12-25T16:02:00Z</dc:date>
+      <slash:department>dj-master-spam</slash:department>
+      <slash:section>it</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/3532e2d8/sc/4/l/0Lit0Bslashdot0Borg0Cstory0C130C120C250C14262270Cwhatever0Ehappened0Eto0Esanford0Espamford0Ewallace0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Why Don't Open Source Databases Use GPUs?</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/u3kxTZCQDhs/story01.htm</link>
+      <description>An anonymous reader writes "A recent paper from Georgia Tech (abstract, paper itself) 
describes a system than can run the complete TPC-H benchmark suite on an NVIDIA Titan card, at a 7x speedup 
over a commercial database running on a 32-core Amazon EC2 node, and a 68x speedup over a single core Xeon. A 
previous story described an MIT project that achieved similar speedups. There has been a steady trickle of 
work on GPU-accelerated database systems for several years, but it doesn't seem like any code has made it 
into Open Source databases like MonetDB, MySQL, CouchDB, etc. Why not? Many queries that I write are simpler 
than TPC-H, so what's holding them back?"&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Why+Don't+Open+Source+Databases+Use+GPUs%3F%3A+http%3A%2F%2Fbit.ly%2FK3eETf"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slash
 pop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdevelopers.slashdot.org%2Fstory%2F13%2F12%2F25%2F1327216%2Fwhy-dont-open-source-databases-use-gpus%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://developers.slashdot.org/story/13/12/25/1327216/why-dont-open-source-databases-use-gpus?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://developers.slashdot.org/story/13/12/25/1327216/why-dont-open-source-databases-use-gpus?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe src
 ="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4596555&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/35323eb8/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842236552/u/49/f/6
 47410/c/35028/s/35323eb8/sc/4/rc/3/rc.img" border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842236552/u/49/f/647410/c/35028/s/35323eb8/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/u3kxTZCQDhs"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 15:07:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/35323eb8/sc/4/l/0Ldevelopers0Bslashdot0Borg0Cstory0C130C120C250C13272160Cwhy0Edont0Eopen0Esource0Edatabases0Euse0Egpus0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Unknown Lamer</dc:creator>
+      <dc:subject>database</dc:subject>
+      <dc:date>2013-12-25T15:07:00Z</dc:date>
+      <slash:comments>5</slash:comments>
+      <slash:department>connection-machines-rise-from-the-grave</slash:department>
+      <slash:section>developers</slash:section>
+      <slash:hit_parade>5,5,3,3,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/35323eb8/sc/4/l/0Ldevelopers0Bslashdot0Borg0Cstory0C130C120C250C13272160Cwhy0Edont0Eopen0Esource0Edatabases0Euse0Egpus0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>The Power of the Hoodie-Wearing C.E.O.</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/erBt7wZlfxw/story01.htm</link>
+      <description>New submitter silverjacket writes "New research (JSTOR sub required / paywalled) shows 
that we see nonconformity as a sign of both status and competence &amp;mdash; under the right conditions. 
From the article: 'Next, the researchers asked students at American universities to imagine a professor who 
is clean-shaven and wears a tie, or one who is bearded and wears T-shirts. Students were slightly more 
inclined to judge the dapper professor as a better teacher and researcher. But some students were given 
another piece of information: that the professor works at a top-tier school, where the dress code is 
presumably more formal. For them, the slouchy scholar earned more points. Deviance can signal status, but 
only when there are clear norms from which to deviate.'"&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=The+Power+of+the+Hoodie-Wearing+C.E.O.%3A+http%3A%2F%2Fbit.ly%2F19
 oWzuM"&gt;&lt;img src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftech.slashdot.org%2Fstory%2F13%2F12%2F25%2F1316229%2Fthe-power-of-the-hoodie-wearing-ceo%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://tech.slashdot.org/story/13/12/25/1316229/the-power-of-the-hoodie-wearing-ceo?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://tech.slashdot.org/story/13/12/25/1316229/the-power-of-the-hoodie-wearing-ceo?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;
 Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4596533&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/35320efb/sc/38/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/sc/38/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/sc/38/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/sc/38/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/sc/38/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/sc/38/rc
 /3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/sc/38/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842207204/u/49/f/647410/c/35028/s/35320efb/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/erBt7wZlfxw"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 14:10:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/35320efb/sc/38/l/0Ltech0Bslashdot0Borg0Cstory0C130C120C250C13162290Cthe0Epower0Eof0Ethe0Ehoodie0Ewearing0Eceo0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Unknown Lamer</dc:creator>
+      <dc:subject>social</dc:subject>
+      <dc:date>2013-12-25T14:10:00Z</dc:date>
+      <slash:department>kilt-qualifies-me-to-lead-the-free-world</slash:department>
+      <slash:section>technology</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/35320efb/sc/38/l/0Ltech0Bslashdot0Borg0Cstory0C130C120C250C13162290Cthe0Epower0Eof0Ethe0Ehoodie0Ewearing0Eceo0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Google Sues Consortium Backed By Apple and Microsoft to Protect Android</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/BK6GelqjXzA/story01.htm</link>
+      <description>A couple months ago, Rockstar, a patent-holding consortium backed by Apple, Microsoft, 
Sony, Blackberry, and others launched a barrage of infringement suits against Google and the makers of 
Android devices. Google has now launched a counteroffensive, seeking protection from Rockstar's patent 
trolling. The complaint (PDF) says, "Rockstar produces no products and practices no patents. Instead, 
Rockstar employs a staff of engineers in Ontario, Canada, who examine other companies&amp;rsquo; successful 
products to find anything that Rockstar might use to demand and extract licenses to its patents under threat 
of litigation." Google's filing also accuses Rockstar of interfering with their business practices by 
contacting other companies and trying to convince them not to use Android. It asks for a declarative judgment 
of non-infringement.&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; &lt;a 
class="slashpop" href="http://twitter.com/home?
 
status=Google+Sues+Consortium+Backed+By+Apple+and+Microsoft+to+Protect+Android%3A+http%3A%2F%2Fbit.ly%2F1hEna6M"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnews.slashdot.org%2Fstory%2F13%2F12%2F25%2F0431203%2Fgoogle-sues-consortium-backed-by-apple-and-microsoft-to-protect-android%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://news.slashdot.org/story/13/12/25/0431203/google-sues-consortium-backed-by-apple-and-microsoft-to-protect-android?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; &lt
 ;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://news.slashdot.org/story/13/12/25/0431203/google-sues-consortium-backed-by-apple-and-microsoft-to-protect-android?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4595367&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/3531b8b9/sc/15/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/sc/15/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/sc/15/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/sc/15/rc/2/rc.htm"&gt;&lt;img 
src="http://da
 .feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/sc/15/rc/2/rc.img" 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/sc/15/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/sc/15/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842226095/u/49/f/647410/c/35028/s/3531b8b9/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/BK6GelqjXzA"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 13:21:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/3531b8b9/sc/15/l/0Lnews0Bslashdot0Borg0Cstory0C130C120C250C0A43120A30Cgoogle0Esues0Econsortium0Ebacked0Eby0Eapple0Eand0Emicrosoft0Eto0Eprotect0Eandroid0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>android</dc:subject>
+      <dc:date>2013-12-25T13:21:00Z</dc:date>
+      <slash:department>tis-the-season</slash:department>
+      <slash:section>news</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/3531b8b9/sc/15/l/0Lnews0Bslashdot0Borg0Cstory0C130C120C250C0A43120A30Cgoogle0Esues0Econsortium0Ebacked0Eby0Eapple0Eand0Emicrosoft0Eto0Eprotect0Eandroid0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Netflix: Non-'A' Players Unworthy of Jobs</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/yrEPNUZNtZs/story01.htm</link>
+      <description>theodp writes "Describing How Netflix Reinvented HR for the Harvard Business Review, 
ex-Chief Talent Officer Patty McCord describes 'the most basic element of Netflix's talent philosophy: The 
best thing you can do for employees &amp;mdash; a perk better than foosball or free sushi &amp;mdash; is hire 
only "A" players to work alongside them.' Continuing her Scrooge-worthy tale, McCord adds that firing a 
once-valuable employee instead of finding another way for her to contribute yielded another aha! moment for 
Netflix: 'If we wanted only "A" players on our team, we had to be willing to let go of people whose skills no 
longer fit, no matter how valuable their contributions had once been. Out of fairness to such people 
&amp;mdash; and, frankly, to help us overcome our discomfort with discharging them &amp;mdash; we learned to 
offer rich severance packages.' It's a sometimes-praised, sometimes-criticized strategy that's straight out 
of Steve Jobs' early '80s pl
 aybook. But, even if you assume your execs are capable of identifying 'A' players, how do you find enough 
employees if 90% of the country's population is deemed unworthy of jobs? Well, Netflix CEO Reed Hastings' 
support of Mark Zuckerberg's FWD.us PAC suggests one possible answer &amp;mdash; you get lobbyists to 
convince Congress you need to hire as many people as you want from outside the country. An article commenter 
points out that Netflix's 'Culture of Fear' has earned it a 3.2/5.0 rating on Glassdoor."&lt;p&gt;&lt;div 
class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Netflix%3A+Non-'A'+Players+Unworthy+of+Jobs%3A+http%3A%2F%2Fbit.ly%2F18KTXHb"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fslashdot.org%2Fstory%2F13%2F12%2F25%2F0242207%2Fnetflix-non-a-players-unworthy-of-jobs%3Futm_source%3Dslashdot%2
 6utm_medium%3Dfacebook"&gt;&lt;img src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a 
class="nobg" 
href="http://plus.google.com/share?url=http://slashdot.org/story/13/12/25/0242207/netflix-non-a-players-unworthy-of-jobs?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://slashdot.org/story/13/12/25/0242207/netflix-non-a-players-unworthy-of-jobs?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4595209&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='http://slashdot.fe
 edsportal.com/c/35028/f/647410/s/3530fec6/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/a2.htm"&gt;&lt;img 
src="http://da
 .feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/a2.img" border="0"/&gt;&lt;/a&gt;&lt;img 
width="1" height="1" src="http://pi.feedsportal.com/r/184842226185/u/49/f/647410/c/35028/s/3530fec6/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/yrEPNUZNtZs"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 10:29:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/3530fec6/sc/4/l/0Lslashdot0Borg0Cstory0C130C120C250C0A24220A70Cnetflix0Enon0Ea0Eplayers0Eunworthy0Eof0Ejobs0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>business</dc:subject>
+      <dc:date>2013-12-25T10:29:00Z</dc:date>
+      <slash:comments>1</slash:comments>
+      <slash:department>bring-your-D+-game</slash:department>
+      <slash:section>slashdot</slash:section>
+      <slash:hit_parade>1,1,1,1,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/3530fec6/sc/4/l/0Lslashdot0Borg0Cstory0C130C120C250C0A24220A70Cnetflix0Enon0Ea0Eplayers0Eunworthy0Eof0Ejobs0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Who's Selling Credit Cards From Target?</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/k8YxI11jNSA/story01.htm</link>
+      <description>An anonymous reader writes "Brian Krebs has done some detective work to determine who is 
behind the recent Target credit card hack. Krebs sifted through posts from a series of shady forums, some 
dating back to 2008, to determine the likely real-life identity of one fraudster. He even turns down a 
$10,000 bribe offer to keep the information under wraps."&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Who's+Selling+Credit+Cards+From+Target%3F%3A+http%3A%2F%2Fbit.ly%2F1fGbrTW"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fit.slashdot.org%2Fstory%2F13%2F12%2F25%2F0419236%2Fwhos-selling-credit-cards-from-target%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" href="http://plus.g
 
oogle.com/share?url=http://it.slashdot.org/story/13/12/25/0419236/whos-selling-credit-cards-from-target?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://it.slashdot.org/story/13/12/25/0419236/whos-selling-credit-cards-from-target?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4595351&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352fdecc/sc/21/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http:/
 /da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/sc/21/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/sc/21/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/sc/21/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/sc/21/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/sc/21/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/sc/21/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
 src="http://pi.feedsportal.com/r/184842191234/u/49/f/647410/c/35028/s/352fdecc/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/k8YxI11jNSA"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 07:27:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352fdecc/sc/21/l/0Lit0Bslashdot0Borg0Cstory0C130C120C250C0A4192360Cwhos0Eselling0Ecredit0Ecards0Efrom0Etarget0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>security</dc:subject>
+      <dc:date>2013-12-25T07:27:00Z</dc:date>
+      <slash:department>it's-the-grinch</slash:department>
+      <slash:section>it</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352fdecc/sc/21/l/0Lit0Bslashdot0Borg0Cstory0C130C120C250C0A4192360Cwhos0Eselling0Ecredit0Ecards0Efrom0Etarget0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>A Big Step Forward In Air Display and Interface Tech</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/K6UwFIMIrR4/story01.htm</link>
+      <description>wjcofkc writes "Interactive displays projected into the air in the spirit of Iron Man 
have been heralded as the next step in visual technology. Yet many obstacles remain. According to Russian 
designer Max Kamanin, creator of Displair, many the problems have now been largely cracked. With this attempt 
at refining the technology, the image is created inside a layer of dry fog which is composed of ultra-fine 
water droplets so small they lack moisture. Three-dimensional projections are then created using infrared 
sensors. The projected screen currently responds intuitively to 1,500 hand movements, many of which are 
similar to those used on mobile devices, such as pinch and zoom. The most immediate applications include 
advertising and medicine, with the latter offering a more hygienic alternative to touchscreens. The most 
immediate objection from home and office computer users is that they don't want to be waving their hands 
around all day, and while such quest
 ions as 'What happens when I turn on a fan?' are not answered here, just imagine a future with a projected 
keyboard and trackpad that use puff-air haptic feedback with the option of reaching right into the screen 
whenever it applies to the application at hand &amp;mdash; and applications that take advantage of such a 
technology would no doubt come along. Better yet, imagine for yourself in the comments. As always, pictures 
speak a thousand words, so don't neglect the articles gallery."&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=A+Big+Step+Forward+In+Air+Display+and+Interface+Tech%3A+http%3A%2F%2Fbit.ly%2F1eDBlLK"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fhardware.slashdot.org%2Fstory%2F13%2F12%2F24%2F2227218%2Fa-big-step-forward-in-air-display-and-interface-tech%3Futm_source%3D
 slashdot%26utm_medium%3Dfacebook"&gt;&lt;img 
src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://hardware.slashdot.org/story/13/12/24/2227218/a-big-step-forward-in-air-display-and-interface-tech?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://hardware.slashdot.org/story/13/12/24/2227218/a-big-step-forward-in-air-display-and-interface-tech?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4595021&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe
 &gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352f222e/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://da.feedsportal.com/r/184842199040/u/49/f/647
 410/c/35028/s/352f222e/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842199040/u/49/f/647410/c/35028/s/352f222e/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/K6UwFIMIrR4"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 04:25:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352f222e/sc/4/l/0Lhardware0Bslashdot0Borg0Cstory0C130C120C240C22272180Ca0Ebig0Estep0Eforward0Ein0Eair0Edisplay0Eand0Einterface0Etech0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>displays</dc:subject>
+      <dc:date>2013-12-25T04:25:00Z</dc:date>
+      <slash:department>wave-your-hands-in-the-air-like-you-just-don't-care</slash:department>
+      <slash:section>hardware</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352f222e/sc/4/l/0Lhardware0Bslashdot0Borg0Cstory0C130C120C240C22272180Ca0Ebig0Estep0Eforward0Ein0Eair0Edisplay0Eand0Einterface0Etech0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Italy Approves 'Google Tax' On Internet Companies</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/84Ekv4_FIlc/story01.htm</link>
+      <description>recoiledsnake sends this news from Bloomberg: "Italy's Parliament today passed a new 
measure on web advertising, the so-called 'Google tax,' which will require Italian companies to purchase 
their Internet ads from locally registered companies, instead of from units based in havens such as Ireland, 
Luxembourg and Bermuda. Google, for example, says that it sells nearly all its advertising in Europe from an 
Irish unit, leaving little taxable profits in the countries where its customers are based. That unit in turn 
pays royalties to a second Irish subsidiary, which says its headquarters are in Bermuda. Google last year 
moved nearly $12 billion to the Bermuda unit, the majority of its worldwide income, cutting more than $2 
billion off its global income tax bill. Google's Italian unit last year reported total income taxes of just 
1.8 million euros, corporate filings show."&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slash
 pop" 
href="http://twitter.com/home?status=Italy+Approves+'Google+Tax'+On+Internet+Companies%3A+http%3A%2F%2Fbit.ly%2F1eDlOvz"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftech.slashdot.org%2Fstory%2F13%2F12%2F24%2F2046206%2Fitaly-approves-google-tax-on-internet-companies%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://tech.slashdot.org/story/13/12/24/2046206/italy-approves-google-tax-on-internet-companies?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a h
 
ref="http://tech.slashdot.org/story/13/12/24/2046206/italy-approves-google-tax-on-internet-companies?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594947&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352ed77c/sc/24/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/sc/24/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/sc/24/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/sc/24/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352
 ed77c/sc/24/rc/2/rc.img" border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/sc/24/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/sc/24/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842201350/u/49/f/647410/c/35028/s/352ed77c/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/84Ekv4_FIlc"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 01:30:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352ed77c/sc/24/l/0Ltech0Bslashdot0Borg0Cstory0C130C120C240C20A4620A60Citaly0Eapproves0Egoogle0Etax0Eon0Einternet0Ecompanies0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>google</dc:subject>
+      <dc:date>2013-12-25T01:30:00Z</dc:date>
+      <slash:department>all-about-the-benjamins</slash:department>
+      <slash:section>technology</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352ed77c/sc/24/l/0Ltech0Bslashdot0Borg0Cstory0C130C120C240C20A4620A60Citaly0Eapproves0Egoogle0Etax0Eon0Einternet0Ecompanies0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Ask Slashdot: How Long Will the Internet Remember Us?</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/Aq0EvJruPhs/story01.htm</link>
+      <description>An anonymous reader writes "The common trope these days is that the internet never 
forgets. We tech-inclined folk warn our friends and relatives that anything embarrassing they put on the 
internet will stay there whether they want it to or not. But at the same time, we're told about massive 
amounts of data being lost as storage services go out of business or as the media it's stored on degrades and 
fails. There are organizations like the Internet Archive putting a huge amount of effort into saving 
everything that can be saved, and they're not getting all of it. My question is this: how long can we 
reasonably expect the internet to remember us? Assume, of course, that we're not doing anything particularly 
famous or notable &amp;mdash; just normal people leading normal lives. Will our great-grandkids be able to 
trace our online presence? Will all your publicly-posted photos be viewable in 50 years, or just the one of 
you tripping over a sheep and falling int
 o the mud?"&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Ask+Slashdot%3A+How+Long+Will+the+Internet+Remember+Us%3F%3A+http%3A%2F%2Fbit.ly%2F1le5Rtd"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fask.slashdot.org%2Fstory%2F13%2F12%2F24%2F2044207%2Fask-slashdot-how-long-will-the-internet-remember-us%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://ask.slashdot.org/story/13/12/24/2044207/ask-slashdot-how-long-will-the-internet-remember-us?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www
 .gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://ask.slashdot.org/story/13/12/24/2044207/ask-slashdot-how-long-will-the-internet-remember-us?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594943&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352e35a9/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/3502
 8/s/352e35a9/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842206998/u/49/f/647410/c/35028/s/352e35a9/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/Aq0EvJruPhs"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Wed, 25 Dec 2013 00:22:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352e35a9/sc/4/l/0Lask0Bslashdot0Borg0Cstory0C130C120C240C20A4420A70Cask0Eslashdot0Ehow0Elong0Ewill0Ethe0Einternet0Eremember0Eus0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>internet</dc:subject>
+      <dc:date>2013-12-25T00:22:00Z</dc:date>
+      <slash:comments>3</slash:comments>
+      <slash:department>it-forgot-about-you-six-years-ago</slash:department>
+      <slash:section>askslashdot</slash:section>
+      <slash:hit_parade>3,3,3,2,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352e35a9/sc/4/l/0Lask0Bslashdot0Borg0Cstory0C130C120C240C20A4420A70Cask0Eslashdot0Ehow0Elong0Ewill0Ethe0Einternet0Eremember0Eus0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Linux x32 ABI Not Catching Wind</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/bCHReL4GUAE/story01.htm</link>
+      <description>jones_supa writes "The x32 ABI for Linux allows the OS to take full advantage of an 
x86-64 CPU while using 32-bit pointers and thus avoiding the overhead of 64-bit pointers. Though the x32 ABI 
limits the program to a virtual address space of 4GB, it also decreases the memory footprint of the program 
and in some cases can allow it to run faster. The ABI has been talked about since 2011 and there's been 
mainline support since 2012. x32 support within other programs has also trickled in. Despite this, there 
still seems to be no widespread interest. x32 support landed in Ubuntu 13.04, but no software packages were 
released. In 2012 we also saw some x32 support out of Gentoo and some Debian x32 packages. Besides the kernel 
support, we also saw last year the support for the x32 Linux ABI land in Glibc 2.16 and GDB 7.5. The only 
Linux x32 ABI news Phoronix had to report on in 2013 was of Google wanting mainline LLVM x32 support and 
other LLVM project x32 patches.
  The GCC 4.8.0 release this year also improved the situation for x32. Some people don't see the ABI as being 
worthwhile when it still requires 64-bit processors and the performance benefits aren't very convincing for 
all workloads to make maintaining an extra ABI worthwhile. Would you find the x32 ABI 
useful?"&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Linux+x32+ABI+Not+Catching+Wind%3A+http%3A%2F%2Fbit.ly%2F19KWOhM"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flinux.slashdot.org%2Fstory%2F13%2F12%2F24%2F2025228%2Flinux-x32-abi-not-catching-wind%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://linux.slashdot.org/story/13/12/24/2025228/linux-x
 32-abi-not-catching-wind?utm_source=slashdot&amp;amp;utm_medium=googleplus" 
onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://linux.slashdot.org/story/13/12/24/2025228/linux-x32-abi-not-catching-wind?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594927&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352e2e9e/sc/5/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/sc/5/rc/1/rc.ht
 m"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/sc/5/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/sc/5/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/sc/5/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/sc/5/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/sc/5/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842205650/u/49/f/647410/c/35028/s/352e2e9e/a2t.img"; b
 order="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/bCHReL4GUAE"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 23:20:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352e2e9e/sc/5/l/0Llinux0Bslashdot0Borg0Cstory0C130C120C240C20A252280Clinux0Ex320Eabi0Enot0Ecatching0Ewind0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>software</dc:subject>
+      <dc:date>2013-12-24T23:20:00Z</dc:date>
+      <slash:comments>5</slash:comments>
+      <slash:department>try-a-bigger-sail</slash:department>
+      <slash:section>linux</slash:section>
+      <slash:hit_parade>5,5,3,2,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352e2e9e/sc/5/l/0Llinux0Bslashdot0Borg0Cstory0C130C120C240C20A252280Clinux0Ex320Eabi0Enot0Ecatching0Ewind0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Don't Expect US Approval of Huge Telecom Mergers</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/FlK8nWUSuLA/story01.htm</link>
+      <description>An article from Reuters explains how mergers involving T-Mobile and Time Warner Cable are 
likely to face a high level of scrutiny from the Obama Administration. Officials are wary of allowing any 
more power to consolidate among the huge corporations dominating the industry. A merger with one of the 
smaller companies would have a much easier time gaining approval. "Regulators could, on the other hand, 
welcome transactions that bolster new entrants, such as one combining satellite TV service provider Dish 
Network Corp with T-Mobile, experts say. 'Dish/T-Mobile, from a regulatory standpoint, it would be a 
slam-dunk,' said Stifel analyst David Kaut. ... The FCC, in an annual report released in March, said 
competition in the wireless industry is 'highly concentrated.' Similarly, the Justice Department's assistant 
attorney general for antitrust, William Baer, has described the industry as 'not uniformly competitive.' 'The 
Department believes it is essential to m
 aintain vigilance against any lessening of the intensity of competitive market forces,' Baer told the FCC in 
a filing in April related to an upcoming auction of low-frequency airwaves. The government's rejection of 
AT&amp;amp;T's $39 billion plan to buy T-Mobile from Deutsche Telekom in 2011 remains the biggest shadow 
looming over big communications deals."&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Don't+Expect+US+Approval+of+Huge+Telecom+Mergers%3A+http%3A%2F%2Fbit.ly%2F1hCR5wq"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fyro.slashdot.org%2Fstory%2F13%2F12%2F24%2F207220%2Fdont-expect-us-approval-of-huge-telecom-mergers%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" href="http://plus
 
.google.com/share?url=http://yro.slashdot.org/story/13/12/24/207220/dont-expect-us-approval-of-huge-telecom-mergers?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://yro.slashdot.org/story/13/12/24/207220/dont-expect-us-approval-of-huge-telecom-mergers?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594905&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352e171d/sc/21/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/
 &gt;&lt;a 
href="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/sc/21/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/sc/21/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/sc/21/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/sc/21/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/sc/21/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/sc/21/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img
  width="1" height="1" 
src="http://pi.feedsportal.com/r/184842190230/u/49/f/647410/c/35028/s/352e171d/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/FlK8nWUSuLA"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 22:19:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352e171d/sc/21/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C20A7220A0Cdont0Eexpect0Eus0Eapproval0Eof0Ehuge0Etelecom0Emergers0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>business</dc:subject>
+      <dc:date>2013-12-24T22:19:00Z</dc:date>
+      <slash:department>it's-nice-to-have-options</slash:department>
+      <slash:section>yro</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352e171d/sc/21/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C20A7220A0Cdont0Eexpect0Eus0Eapproval0Eof0Ehuge0Etelecom0Emergers0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>How Healthcare.gov Changed the Software Testing Conversation</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/FLrNlYx34eo/story01.htm</link>
+      <description>An anonymous reader notes an article about how the tribulations of Healthcare.gov brought 
the idea of software testing into the public consciousness in a more detailed way than ever before. Quoting: 
"Suddenly, Americans are sitting at their kitchen tables &amp;ndash; in suburbs, in cities, on farms 
&amp;ndash; and talking about quality issues with a website. The average American was given nightly tutorials 
on load testing and performance bottlenecks when the site first launched, then crumbled moments later. We 
talked about whether the requirements were well-defined and the project schedule reasonably laid out. We 
talked about who owns the decision to launch and whether they were keeping appropriate track of milestones 
and iterations. ... When the media went from talking about the issues in the website to the process used to 
build the website was when things really got interesting. This is when software testers stepped out of the 
cube farm behind the coffee
  station and into the public limelight. Who were these people &amp;ndash; and were they incompetent or 
mistreated? Did the project leaders not allocate enough time for testing? Did they allocate time for testing 
but not time to react to the testing outcome? Did the testers run inadequate tests? Were there not enough 
testers? Did they not speak up about the issues? If they did, were they not forceful enough?"&lt;p&gt;&lt;div 
class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=How+Healthcare.gov+Changed+the+Software+Testing+Conversation%3A+http%3A%2F%2Fbit.ly%2FK0K4ti"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Ftech.slashdot.org%2Fstory%2F13%2F12%2F24%2F1929258%2Fhow-healthcaregov-changed-the-software-testing-conversation%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/s
 d/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://tech.slashdot.org/story/13/12/24/1929258/how-healthcaregov-changed-the-software-testing-conversation?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://tech.slashdot.org/story/13/12/24/1929258/how-healthcaregov-changed-the-software-testing-conversation?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594831&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsport
 al.com/c/35028/f/647410/s/352dcec9/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/a2.htm"&gt;&lt;img 
src="http://da.feedsp
 ortal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/a2.img" border="0"/&gt;&lt;/a&gt;&lt;img width="1" 
height="1" src="http://pi.feedsportal.com/r/184842195272/u/49/f/647410/c/35028/s/352dcec9/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/FLrNlYx34eo"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 21:16:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352dcec9/sc/4/l/0Ltech0Bslashdot0Borg0Cstory0C130C120C240C19292580Chow0Ehealthcaregov0Echanged0Ethe0Esoftware0Etesting0Econversation0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>software</dc:subject>
+      <dc:date>2013-12-24T21:16:00Z</dc:date>
+      <slash:comments>1</slash:comments>
+      <slash:department>polls-say-software-testing-is-patriotic</slash:department>
+      <slash:section>technology</slash:section>
+      <slash:hit_parade>1,1,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352dcec9/sc/4/l/0Ltech0Bslashdot0Borg0Cstory0C130C120C240C19292580Chow0Ehealthcaregov0Echanged0Ethe0Esoftware0Etesting0Econversation0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Is Ruby Dying?</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/aiyKTSOFnXY/story01.htm</link>
+      <description>New submitter John Moses writes "I have been working with node.js a lot lately, and have 
been discussing with co-workers if node.js is taking steam away from Ruby at all. I think the popularity of 
the language is an important talking point when selecting a language and framework for a new project. A graph 
on the release date of gems over time could help determine an answer. The front page of RubyGems only shows 
data on the most popular, but I am really interested in seeing recent activity. My theory is that if 
developers' contributions to different gems is slowing down, then so is the popularity of the 
language."&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Is+Ruby+Dying%3F%3A+http%3A%2F%2Fbit.ly%2FK2Y7iQ"&gt;&lt;img 
src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdevelopers.sl
 
ashdot.org%2Fstory%2F13%2F12%2F24%2F1826204%2Fis-ruby-dying%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://developers.slashdot.org/story/13/12/24/1826204/is-ruby-dying?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://developers.slashdot.org/story/13/12/24/1826204/is-ruby-dying?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594761&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/ifram
 e&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352da338/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://da.feedsportal.com/r/184842201057/u/49/f/64
 7410/c/35028/s/352da338/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842201057/u/49/f/647410/c/35028/s/352da338/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/aiyKTSOFnXY"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 20:11:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352da338/sc/4/l/0Ldevelopers0Bslashdot0Borg0Cstory0C130C120C240C182620A40Cis0Eruby0Edying0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>ruby</dc:subject>
+      <dc:date>2013-12-24T20:11:00Z</dc:date>
+      <slash:comments>12</slash:comments>
+      <slash:department>netcraft-confirms-it</slash:department>
+      <slash:section>developers</slash:section>
+      <slash:hit_parade>12,11,6,5,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352da338/sc/4/l/0Ldevelopers0Bslashdot0Borg0Cstory0C130C120C240C182620A40Cis0Eruby0Edying0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Scientists Predict Earthquake's Location and Strength</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/Vkv6GOhgzCk/story01.htm</link>
+      <description>A new study has been published in Nature Geoscience (abstract) detailing how scientists 
correctly anticipated the location and strength of an earthquake earlier this year. On September 5th, a 7.6 
earthquake rocked Costa Rica's Nicoya Peninsula. That region had seen earthquakes of (roughly) magnitude 7 in 
1853, 1900, and 1950, so "geoscientists had forecast that a magnitude 7.7 to 7.8 quake should occur around 
the year 2000, plus or minus 20 years." "The Nicoya Peninsula is prone to earthquakes because it's an area of 
subduction, where the Cocos Plate is pushing underneath the Caribbean Plate, moving at a rate of about 8.5 
centimeters per year. When regions such as this suddenly slip, they produce a megathrust earthquake. Most of 
the world's largest earthquakes &amp;mdash; including the magnitude 9.0 Tohoku-Oki quake in Japan in 2011 and 
the magnitude 9.15 Sumatra-Andaman earthquake in 2004, both of which produced devastating tsunamis 
&amp;mdash; fall into 
 this category. .. The close study of this region allowed scientists to calculate how much strain was 
building in the fault and in May 2012 they published a study in which they identified two locked spots 
capable of producing an earthquake similar to the one in 1950. In September of that year, the landward patch 
ruptured and produced the earthquake. The offshore one is still locked and capable of producing a substantial 
but smaller earthquake, an aftershock with a magnitude as high as 6.9, the researchers say."&lt;p&gt;&lt;div 
class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Scientists+Predict+Earthquake's+Location+and+Strength%3A+http%3A%2F%2Fbit.ly%2F1cm1prn"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fscience.slashdot.org%2Fstory%2F13%2F12%2F24%2F183229%2Fscientists-predict-earthquakes-location-and-
 strength%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img 
src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://science.slashdot.org/story/13/12/24/183229/scientists-predict-earthquakes-location-and-strength?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://science.slashdot.org/story/13/12/24/183229/scientists-predict-earthquakes-location-and-strength?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594709&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: n
 one;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352d89c2/sc/38/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/sc/38/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/sc/38/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/sc/38/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/sc/38/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/sc/38/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/sc/38/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://da.feedsportal.co
 m/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842185621/u/49/f/647410/c/35028/s/352d89c2/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/Vkv6GOhgzCk"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 19:10:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352d89c2/sc/38/l/0Lscience0Bslashdot0Borg0Cstory0C130C120C240C1832290Cscientists0Epredict0Eearthquakes0Elocation0Eand0Estrength0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Soulskill</dc:creator>
+      <dc:subject>science</dc:subject>
+      <dc:date>2013-12-24T19:10:00Z</dc:date>
+      <slash:comments>2</slash:comments>
+      <slash:department>shaking-up-the-seismology-community</slash:department>
+      <slash:section>science</slash:section>
+      <slash:hit_parade>2,2,1,1,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352d89c2/sc/38/l/0Lscience0Bslashdot0Borg0Cstory0C130C120C240C1832290Cscientists0Epredict0Eearthquakes0Elocation0Eand0Estrength0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>A Flood of Fawning Reviews For Apple's Latest</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/lf5MDXFLliM/story01.htm</link>
+      <description>Like many other review sites, it seems that MacWorld can hardly find enough good things 
to say about the new Mac Pro, even while conceding it's probably not right for many users. 9to5 Mac has 
assembled a lot of the early reviews, including The Verge's, which has one of the coolest shots of its nifty 
design, which stacks up well against the old Pro's nifty design. The reviews mostly boil down to this: If 
you're in a field where you already make use of a high-end Mac for tasks like video editing, the newest one 
lives up to its hype.&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; &lt;a 
class="slashpop" 
href="http://twitter.com/home?status=A+Flood+of+Fawning+Reviews+For+Apple's+Latest+%3A+http%3A%2F%2Fbit.ly%2F1ldu8Q9"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fapple.slashdot.org%2Fstory%2F13%2F12%2F24%2F184208%2Fa-flood-of-fa
 wning-reviews-for-apples-latest%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img 
src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://apple.slashdot.org/story/13/12/24/184208/a-flood-of-fawning-reviews-for-apples-latest?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://apple.slashdot.org/story/13/12/24/184208/a-flood-of-fawning-reviews-for-apples-latest?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594711&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border
 : none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352d0b50/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://da.feedsportal.com/r/
 184842183800/u/49/f/647410/c/35028/s/352d0b50/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842183800/u/49/f/647410/c/35028/s/352d0b50/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/lf5MDXFLliM"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 18:08:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352d0b50/sc/4/l/0Lapple0Bslashdot0Borg0Cstory0C130C120C240C18420A80Ca0Eflood0Eof0Efawning0Ereviews0Efor0Eapples0Elatest0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>timothy</dc:creator>
+      <dc:subject>upgrades</dc:subject>
+      <dc:date>2013-12-24T18:08:00Z</dc:date>
+      <slash:comments>4</slash:comments>
+      <slash:department>nifty-design</slash:department>
+      <slash:section>apple</slash:section>
+      <slash:hit_parade>4,3,2,2,1,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352d0b50/sc/4/l/0Lapple0Bslashdot0Borg0Cstory0C130C120C240C18420A80Ca0Eflood0Eof0Efawning0Ereviews0Efor0Eapples0Elatest0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Upload a Spoof Video, Go To Jail (In Dubai)</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/3Ipq54IYa-U/story01.htm</link>
+      <description>Taco Cowboy writes with news, as reported by the BBC, that eight people have been 
imprisoned in Dubai for creating a spoof video about youth culture in that country, for which they were 
accused of acting "with the intent of inciting to actions, or publishing or disseminating any information, 
news, caricatures, or other images liable to endanger state security and its higher interests or infringe on 
the public order." "The video, posted to YouTube, was a gentle satire on young men in the Satwa residential 
suburb of Dubai who adopt a 'gangsta' pose despite living the sedate, prosperous lifestyle more usually 
associated with Dubai residents."&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; 
&lt;a class="slashpop" 
href="http://twitter.com/home?status=Upload+a+Spoof+Video%2C+Go+To+Jail+(In+Dubai)%3A+http%3A%2F%2Fbit.ly%2FK01p5C"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" href="http://
 
www.facebook.com/sharer.php?u=http%3A%2F%2Fyro.slashdot.org%2Fstory%2F13%2F12%2F24%2F1656209%2Fupload-a-spoof-video-go-to-jail-in-dubai%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://yro.slashdot.org/story/13/12/24/1656209/upload-a-spoof-video-go-to-jail-in-dubai?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://yro.slashdot.org/story/13/12/24/1656209/upload-a-spoof-video-go-to-jail-in-dubai?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe src="http://slashdot.org/slashdot-it.pl
 ?op=discuss&amp;amp;id=4594607&amp;amp;smallembed=1" style="height: 300px; width: 100%; border: 
none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352cce41/sc/38/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/sc/38/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/sc/38/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/sc/38/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/sc/38/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/sc/38/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/sc/38
 /rc/3/rc.img" border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842148323/u/49/f/647410/c/35028/s/352cce41/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/3Ipq54IYa-U"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 16:57:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352cce41/sc/38/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C165620A90Cupload0Ea0Espoof0Evideo0Ego0Eto0Ejail0Ein0Edubai0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>timothy</dc:creator>
+      <dc:subject>censorship</dc:subject>
+      <dc:date>2013-12-24T16:57:00Z</dc:date>
+      <slash:department>little-touchy</slash:department>
+      <slash:section>yro</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352cce41/sc/38/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C165620A90Cupload0Ea0Espoof0Evideo0Ego0Eto0Ejail0Ein0Edubai0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>2013: an Ominous Year For Warnings and Predictions</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/SGNZaULl0Go/story01.htm</link>
+      <description>dcblogs writes "This year may be remembered for its striking number of reports and 
warning of calamitous events. The National Intelligence Council released its Global Trends 2030: Alternative 
Worlds report that included a number of dire possibilities ahead, including the prospect of a catastrophic 
solar storm, on par with the 1859 Carrington Event. Historical records suggest a return period of 50 years 
for a repeat of the Quebec-level storm that knocked out the power for 6 million in 1989, and 150 years for 
very extreme storms, such as the Carrington Event, according to Lloyd's, in a report this year. Scientists at 
the Idaho National Laboratory recently demonstrated in tests that 'geomagnetic disturbances have the power to 
disrupt and possibly destroy electrical transformers, the backbone of our nation's utility grid.' This was 
also the year the average daily level of CO2 reached a concentration above 400 parts per million. In a recent 
National Academies r
 eport this year, 'Abrupt Impacts of Climate Change: Anticipating Surprises,' scientists recommend creation 
of a global early warning system to alert mankind to abrupt climate changes. A recent paper in Nature, Abrupt 
rise of new machine ecology beyond human response time, said financial trading systems are driving 
transaction times down to the speed of light, and 'the quickest that someone can notice potential danger and 
physically react, is approximately 1 second.'"&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=2013%3A+an+Ominous+Year+For+Warnings+and+Predictions%3A+http%3A%2F%2Fbit.ly%2FJaYoQ3"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnews.slashdot.org%2Fstory%2F13%2F12%2F24%2F1556217%2F2013-an-ominous-year-for-warnings-and-predictions%3Futm_source%3Dslashdot%26utm_medium%3Dfac
 ebook"&gt;&lt;img src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://news.slashdot.org/story/13/12/24/1556217/2013-an-ominous-year-for-warnings-and-predictions?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://news.slashdot.org/story/13/12/24/1556217/2013-an-ominous-year-for-warnings-and-predictions?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594529&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' src='htt
 p://slashdot.feedsportal.com/c/35028/f/647410/s/352c1667/sc/8/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/sc/8/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/sc/8/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/sc/8/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/sc/8/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/sc/8/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/sc/8/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/a2.htm"&gt;&lt;img
  src="http://da.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842164940/u/49/f/647410/c/35028/s/352c1667/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/SGNZaULl0Go"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 15:58:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352c1667/sc/8/l/0Lnews0Bslashdot0Borg0Cstory0C130C120C240C15562170C20A130Ean0Eominous0Eyear0Efor0Ewarnings0Eand0Epredictions0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>timothy</dc:creator>
+      <dc:subject>earth</dc:subject>
+      <dc:date>2013-12-24T15:58:00Z</dc:date>
+      <slash:department>it's-all-here-in-the-quatrain</slash:department>
+      <slash:section>news</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352c1667/sc/8/l/0Lnews0Bslashdot0Borg0Cstory0C130C120C240C15562170C20A130Ean0Eominous0Eyear0Efor0Ewarnings0Eand0Epredictions0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Snowden Says His Mission Is Accomplished</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/mgl64FHUHIU/story01.htm</link>
+      <description>Hugh Pickens DOT Com writes "Edward Snowden met with reporters from the Washington Post 
for fourteen hours and in his first interview since June reflected at length about surveillance, democracy 
and the meaning of the documents he exposed. 'For me, in terms of personal satisfaction, the mission's 
already accomplished. I already won,' says Snowden. 'All I wanted was for the public to be able to have a say 
in how they are governed. That is a milestone we left a long time ago. Right now, all we are looking at are 
stretch goals.' Snowden says that the NSA's business is 'information dominance,' the use of other people's 
secrets to shape events. But Snowden upended the agency on its own turf. 'You recognize that you're going in 
blind, that there's no model,' says Snowden, acknowledging that he had no way to know whether the public 
would share his views. 'But when you weigh that against the alternative, which is not to act, you realize 
that some analysis is bette
 r than no analysis. Because even if your analysis proves to be wrong, the marketplace of ideas will bear 
that out.' Snowden succeeded because the NSA, accustomed to watching without being watched, faces scrutiny it 
has not endured since the 1970s, or perhaps ever, and says people who accuse him of disloyalty mistake his 
purpose. 'I am not trying to bring down the NSA, I am working to improve the NSA. I am still working for the 
NSA right now. They are the only ones who don't realize it.'"&lt;p&gt;&lt;div class="share_submission" 
style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=Snowden+Says+His+Mission+Is+Accomplished%3A+http%3A%2F%2Fbit.ly%2F19nnash"&gt;&lt;img
 src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fyro.slashdot.org%2Fstory%2F13%2F12%2F24%2F149210%2Fsnowden-says-his-mission-is-accomplished%3Futm_source%3Dslashdot%26utm_medium%3Dface
 book"&gt;&lt;img src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://yro.slashdot.org/story/13/12/24/149210/snowden-says-his-mission-is-accomplished?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://yro.slashdot.org/story/13/12/24/149210/snowden-says-his-mission-is-accomplished?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read
 more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594287&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsporta
 l.com/c/35028/f/647410/s/352c1ebb/sc/38/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/sc/38/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/sc/38/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/sc/38/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/sc/38/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/sc/38/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/sc/38/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/a2.htm"&gt;&lt;img 
src="http://da.
 feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/a2.img" border="0"/&gt;&lt;/a&gt;&lt;img 
width="1" height="1" src="http://pi.feedsportal.com/r/184842144204/u/49/f/647410/c/35028/s/352c1ebb/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/mgl64FHUHIU"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 15:00:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352c1ebb/sc/38/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C149210A0Csnowden0Esays0Ehis0Emission0Eis0Eaccomplished0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>timothy</dc:creator>
+      <dc:subject>government</dc:subject>
+      <dc:date>2013-12-24T15:00:00Z</dc:date>
+      <slash:comments>8</slash:comments>
+      <slash:department>so-where's-the-banner?</slash:department>
+      <slash:section>yro</slash:section>
+      <slash:hit_parade>8,7,1,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352c1ebb/sc/38/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C149210A0Csnowden0Esays0Ehis0Emission0Eis0Eaccomplished0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>LinuxDevices Content Returns To the Web</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/RTArv56jYr4/story01.htm</link>
+      <description>DeviceGuru writes "One of most widely respected repositories of embedded and mobile Linux 
news and information has just returned to the web. LinuxDevices.com, which tracked the evolution of embedded 
and mobile Linux from an unknown player to being at the heart of billions of mobile and embedded devices, 
transferred from Ziff Davis Enterprise to QuinStreet through an acquisition two years ago, then went dormant 
for a year, and finally vanished from the web in May. Now, through an arrangement with QuinStreet, more than 
14,000 news items and articles are back online in the form of a LinuxDevices Archive, hosted by 
LinuxGizmos.com. The archive is searchable from a calendar interface that lets you click on any month of any 
year between 1999 and 2012, to see what was going on in that time period."&lt;p&gt;&lt;div 
class="share_submission" style="position:relative;"&gt; &lt;a class="slashpop" 
href="http://twitter.com/home?status=LinuxDevices+Content+Returns+To+the
 +Web%3A+http%3A%2F%2Fbit.ly%2F1c3j7Pp"&gt;&lt;img 
src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flinux.slashdot.org%2Fstory%2F13%2F12%2F24%2F1348231%2Flinuxdevices-content-returns-to-the-web%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://linux.slashdot.org/story/13/12/24/1348231/linuxdevices-content-returns-to-the-web?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://linux.slashdot.org/story/13/12/24/1348231/linuxdevices-content-returns-to-the-web?utm_sou
 rce=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read more of this story&lt;/a&gt; at 
Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4594241&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352bb0f2/sc/4/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/sc/4/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/sc/4/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/sc/4/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/sc/4/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href="http://da.feedsportal.com/r/184842141468
 /u/49/f/647410/c/35028/s/352bb0f2/sc/4/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/sc/4/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842141468/u/49/f/647410/c/35028/s/352bb0f2/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/RTArv56jYr4"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 14:04:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352bb0f2/sc/4/l/0Llinux0Bslashdot0Borg0Cstory0C130C120C240C13482310Clinuxdevices0Econtent0Ereturns0Eto0Ethe0Eweb0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>timothy</dc:creator>
+      <dc:subject>android</dc:subject>
+      <dc:date>2013-12-24T14:04:00Z</dc:date>
+      <slash:department>battling-the-memory-hole</slash:department>
+      <slash:section>linux</slash:section>
+      <slash:hit_parade>0,0,0,0,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352bb0f2/sc/4/l/0Llinux0Bslashdot0Borg0Cstory0C130C120C240C13482310Clinuxdevices0Econtent0Ereturns0Eto0Ethe0Eweb0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+    <item>
+      <title>Ulbricht Admits Seized Bitcoins Are His and Wants Them Back</title>
+      <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/RC2oaKl8osg/story01.htm</link>
+      <description>An anonymous reader writes with the latest news about the aftermath of the Silk Road 
shutdown "From the article: 'Ulbricht ... said in a notarised December 11 statement that he believes the 
virtual currency should be returned to him because Bitcoins are "not subject to seizure" by federal law. 
Ulbricht, 29, now admits the Bitcoin fortune is his &amp;mdash; even though he's previously denied any 
wrongdoing regarding Silk Road and claimed through his lawyer that the feds arrested the wrong guy.' So not 
only has he now confirmed his link to the site, and confirmed the money is his, but also means that a few 
precedents will be set. Is it seizable? Is it just 'copying data?'" Relatedly, three alleged moderators of 
Silk Road were indicted on Friday.&lt;p&gt;&lt;div class="share_submission" style="position:relative;"&gt; 
&lt;a class="slashpop" 
href="http://twitter.com/home?status=Ulbricht+Admits+Seized+Bitcoins+Are+His+and+Wants+Them+Back%3A+http%3A%2F%2Fbit.ly%2
 F18JqqO5"&gt;&lt;img src="http://a.fsdn.com/sd/twitter_icon_large.png"&gt;&lt;/a&gt; &lt;a class="slashpop" 
href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fyro.slashdot.org%2Fstory%2F13%2F12%2F24%2F0318204%2Fulbricht-admits-seized-bitcoins-are-his-and-wants-them-back%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"&gt;&lt;img
 src="http://a.fsdn.com/sd/facebook_icon_large.png"&gt;&lt;/a&gt; &lt;a class="nobg" 
href="http://plus.google.com/share?url=http://yro.slashdot.org/story/13/12/24/0318204/ulbricht-admits-seized-bitcoins-are-his-and-wants-them-back?utm_source=slashdot&amp;amp;utm_medium=googleplus";
 onclick="javascript:window.open(this.href,'', 
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"&gt;&lt;img 
src="http://www.gstatic.com/images/icons/gplus-16.png"; alt="Share on Google+"/&gt;&lt;/a&gt; 
&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;a 
href="http://yro.slashdot.org/story/13/12/24/0318204/ulbricht-admits-seized-bitcoins-are-his-an
 d-wants-them-back?utm_source=rss1.0moreanon&amp;amp;utm_medium=feed"&gt;Read more of this story&lt;/a&gt; at 
Slashdot.&lt;/p&gt;&lt;iframe 
src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;amp;id=4591965&amp;amp;smallembed=1"; style="height: 
300px; width: 100%; border: none;"&gt;&lt;/iframe&gt;&lt;img width='1' height='1' 
src='http://slashdot.feedsportal.com/c/35028/f/647410/s/352b5aff/sc/36/mf.gif' border='0'/&gt;&lt;br 
clear='all'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/sc/36/rc/1/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/sc/36/rc/1/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/sc/36/rc/2/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/sc/36/rc/2/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;a href="http://da.
 feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/sc/36/rc/3/rc.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/sc/36/rc/3/rc.img"; 
border="0"/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a 
href="http://da.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/a2.htm"&gt;&lt;img 
src="http://da.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/a2.img"; 
border="0"/&gt;&lt;/a&gt;&lt;img width="1" height="1" 
src="http://pi.feedsportal.com/r/184842184985/u/49/f/647410/c/35028/s/352b5aff/a2t.img"; 
border="0"/&gt;&lt;img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/RC2oaKl8osg"; height="1" 
width="1"/&gt;</description>
+      <pubDate>Tue, 24 Dec 2013 13:08:00 GMT</pubDate>
+      <guid 
isPermaLink="false">http://slashdot.feedsportal.com/c/35028/f/647410/s/352b5aff/sc/36/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C0A31820A40Culbricht0Eadmits0Eseized0Ebitcoins0Eare0Ehis0Eand0Ewants0Ethem0Eback0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</guid>
+      <dc:creator>Unknown Lamer</dc:creator>
+      <dc:subject>bitcoin</dc:subject>
+      <dc:date>2013-12-24T13:08:00Z</dc:date>
+      <slash:comments>7</slash:comments>
+      <slash:department>good-luck-with-that</slash:department>
+      <slash:section>yro</slash:section>
+      <slash:hit_parade>7,7,6,6,0,0,0</slash:hit_parade>
+      
<feedburner:origLink>http://slashdot.feedsportal.com/c/35028/f/647410/s/352b5aff/sc/36/l/0Lyro0Bslashdot0Borg0Cstory0C130C120C240C0A31820A40Culbricht0Eadmits0Eseized0Ebitcoins0Eare0Ehis0Eand0Ewants0Ethem0Eback0Dutm0Isource0Frss10B0Amainlinkanon0Gutm0Imedium0Ffeed/story01.htm</feedburner:origLink>
+    </item>
+  </channel>
+</rss>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]