<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A New Desktop Design</title>
	<atom:link href="http://8ball-media.de/wp/2010/08/a-new-desktop-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://8ball-media.de/wp/2010/08/a-new-desktop-design/</link>
	<description>pieces from everything</description>
	<lastBuildDate>Sun, 07 Apr 2019 00:25:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
	<item>
		<title>By: Reinerstreeservices.com.au/</title>
		<link>http://8ball-media.de/wp/2010/08/a-new-desktop-design/#comment-27289</link>
		<dc:creator>Reinerstreeservices.com.au/</dc:creator>
		<pubDate>Sun, 07 Apr 2019 00:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://8ball-media.de/2010/08/a-new-desktop-design/#comment-27289</guid>
		<description>Greetings! Very useful advice in this particular article!
It&#039;s the little changes which will make the largest changes.
Many thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Greetings! Very useful advice in this particular article!<br />
It&#8217;s the little changes which will make the largest changes.<br />
Many thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Linse</title>
		<link>http://8ball-media.de/wp/2010/08/a-new-desktop-design/#comment-250</link>
		<dc:creator>David Linse</dc:creator>
		<pubDate>Thu, 20 Mar 2014 18:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://8ball-media.de/2010/08/a-new-desktop-design/#comment-250</guid>
		<description>What is this useful for ? 
It looks like `md5sum` is a *nix only command as it does not work on OSX 10.6.x (?)</description>
		<content:encoded><![CDATA[<p>What is this useful for ?<br />
It looks like `md5sum` is a *nix only command as it does not work on OSX 10.6.x (?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarek</title>
		<link>http://8ball-media.de/wp/2010/08/a-new-desktop-design/#comment-246</link>
		<dc:creator>Tarek</dc:creator>
		<pubDate>Tue, 18 Mar 2014 03:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://8ball-media.de/2010/08/a-new-desktop-design/#comment-246</guid>
		<description>FYI I&#039;m running somhneitg like this: 

&lt;code&gt;    
  $ for locale in $(locale -a); do \
      LC_ALL=$locale sort ./foo.txt &gt; $locale.txt; \
    done;
  $ md5sum *.txt &gt; sums
  $ md5sum *.txt &#124; awk  {print $1}&#039; &#124; sort &#124; uniq -c
&lt;/code&gt;

Which will show the number of different results, then you can grep the sums file for which locales sort in which order(s).
</description>
		<content:encoded><![CDATA[<p>FYI I&#8217;m running somhneitg like this: </p>
<p><code><br />
  $ for locale in $(locale -a); do \<br />
      LC_ALL=$locale sort ./foo.txt &gt; $locale.txt; \<br />
    done;<br />
  $ md5sum *.txt &gt; sums<br />
  $ md5sum *.txt | awk  {print $1}' | sort | uniq -c<br />
</code></p>
<p>Which will show the number of different results, then you can grep the sums file for which locales sort in which order(s).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Linse</title>
		<link>http://8ball-media.de/wp/2010/08/a-new-desktop-design/#comment-6</link>
		<dc:creator>David Linse</dc:creator>
		<pubDate>Sun, 20 Nov 2011 10:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://8ball-media.de/2010/08/a-new-desktop-design/#comment-6</guid>
		<description>it looks like there is a backslash missing in your &lt;code&gt;sed&lt;/code&gt; ..  

&lt;pre&gt;&quot;s/&lt;/b&gt;&lt;b&gt;//&quot;&lt;/pre&gt;
&lt;br /&gt;
should be: 

&lt;pre&gt;&quot;s/&lt;/b&gt;&lt;b&gt;//&quot;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>it looks like there is a backslash missing in your <code>sed</code> ..  </p>
<pre>"s/&lt;/b&gt;&lt;b&gt;//"</pre>
<p>
should be: </p>
<pre>"s/&lt;/b&gt;&lt;b&gt;//"</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Rocha</title>
		<link>http://8ball-media.de/wp/2010/08/a-new-desktop-design/#comment-5</link>
		<dc:creator>Rodrigo Rocha</dc:creator>
		<pubDate>Fri, 18 Nov 2011 02:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://8ball-media.de/2010/08/a-new-desktop-design/#comment-5</guid>
		<description>Hi,

I am trying to use your Weather code but I get this message:
&lt;pre&gt;
RodrigoRocha.:.Pretorian] ~  ./teste.sh 
./teste.sh: line 24: /Users/RodrigoRocha/tmp//weather.html: Permission denied
curl: no URL specified!
curl: try &#039;curl --help&#039; or &#039;curl --manual&#039; for more information
Thu - Scattered Thunderstorms.  31 - 23
sed: 1: &quot;s/&lt;/b&gt;&lt;b&gt;//
&quot;: bad flag in substitute command: &#039;/&#039;

And here it&#039;s my modifications:

TMP_DIR=/Users/RodrigoRocha/tmp/;         # the tmp working-directory

TMP_FILE=weather.xml;     # the name of the .tmp file

file=$TMP_DIR/$TMP_FILE;  # the tmp file

REGION_URI=brazil/amazonas/manaus-455833/?unit=c;  # the url for Manaus,AM,BR

CITY_CODE=BRXX0146;     # the region code for Manaus,AM,Brasil

My tmp dir permissions
drwxrwxrwx   4 RodrigoRocha  staff   136 17 Nov 22:07 tmp
&lt;/pre&gt;
&lt;br/&gt;
In the tmp dir, the script create the .html and .xml weather file.

Can you help me with this.
Tks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to use your Weather code but I get this message:</p>
<pre>
RodrigoRocha.:.Pretorian] ~  ./teste.sh 
./teste.sh: line 24: /Users/RodrigoRocha/tmp//weather.html: Permission denied
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
Thu - Scattered Thunderstorms.  31 - 23
sed: 1: "s/<b>//
": bad flag in substitute command: '/'

And here it's my modifications:

TMP_DIR=/Users/RodrigoRocha/tmp/;         # the tmp working-directory

TMP_FILE=weather.xml;     # the name of the .tmp file

file=$TMP_DIR/$TMP_FILE;  # the tmp file

REGION_URI=brazil/amazonas/manaus-455833/?unit=c;  # the url for Manaus,AM,BR

CITY_CODE=BRXX0146;     # the region code for Manaus,AM,Brasil

My tmp dir permissions
drwxrwxrwx   4 RodrigoRocha  staff   136 17 Nov 22:07 tmp
</b></pre>
<p>
In the tmp dir, the script create the .html and .xml weather file.</p>
<p>Can you help me with this.<br />
Tks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
