<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Iron Oxide - Latest Comments</title><link>http://ironoxide.disqus.com/</link><description></description><atom:link href="https://ironoxide.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 11 Dec 2011 22:19:06 -0000</lastBuildDate><item><title>Re: Essential Mix</title><link>http://ironoxide.ca/?p=426872146#comment-384480128</link><description>&lt;p&gt;#!/bin/bash&lt;br&gt;# Revision 1.2# Added revision number ;)&lt;br&gt;# Added random order downloads and random waits between 0 and 120 sec&lt;br&gt;# download in native format; decide if it's FLAC with file command else rename mp3&lt;br&gt;# don't re-download unless file (any file) starting with that filename does not exist yet&lt;br&gt;# tell us how long you're going to wait between downloads&lt;br&gt;# not ideal but better than nothing&lt;/p&gt;&lt;p&gt;url_list=$(cat list.txt | while IFS='' read -r l ; do printf "$RANDOM\t%s\n" "$l"; done |&lt;br&gt;        sort -n |&lt;br&gt;        cut -f2-)&lt;/p&gt;&lt;p&gt;echo $url_list &amp;gt; sorted.list.txt&lt;/p&gt;&lt;p&gt;for link in $url_list; do&lt;br&gt;    fname=`echo $link | awk -F"/" '{print $5}'`&lt;br&gt;	if [ ! -e $fname* ]&lt;br&gt;	then&lt;br&gt;		wget -c --limit-rate=500k $link -O download&lt;br&gt;		content=$(file download)&lt;br&gt;		echo $content | grep -iq flac&lt;br&gt;		[ $? == 0 ] &amp;amp;&amp;amp; mv download "$fname.flac" || mv download "$fname.mp3"&lt;br&gt;		waittime=$(($RANDOM % 120))&lt;br&gt;		echo "Waiting $waittime..."&lt;br&gt;		sleep $waittime&lt;br&gt;	fi&lt;br&gt;done&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sun, 11 Dec 2011 22:19:06 -0000</pubDate></item><item><title>Re: Essential Mix</title><link>http://ironoxide.ca/?p=426872146#comment-384313093</link><description>&lt;p&gt;#!/bin/bash&lt;/p&gt;&lt;p&gt;# Added random order downloads and random waits between 0 and 120 sec&lt;br&gt;# download in native format; decide if it's FLAC with file command else rename mp3&lt;br&gt;# not ideal but better than nothing&lt;/p&gt;&lt;p&gt;url_list=$(cat list.txt | while IFS='' read -r l ; do printf "$RANDOM\t%s\n" "$l"; done |&lt;br&gt;        sort -n |&lt;br&gt;        cut -f2-)&lt;/p&gt;&lt;p&gt;echo $url_list &amp;gt; sorted.list.txt&lt;/p&gt;&lt;p&gt;for link in $url_list; do&lt;br&gt;    fname=`echo $link | awk -F"/" '{print $5}'`&lt;br&gt;    wget -c --limit-rate=500k $link -O download&lt;br&gt;	content=$(file download)&lt;br&gt;	echo $content | grep -iq flac&lt;br&gt;	[ $? == 0 ] &amp;amp;&amp;amp; mv download "$fname.flac" || mv download "$fname.mp3"&lt;br&gt;    sleep $(($RANDOM % 120))&lt;br&gt;done&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sun, 11 Dec 2011 20:14:59 -0000</pubDate></item><item><title>Re: Essential Mix</title><link>http://ironoxide.ca/?p=426872146#comment-384297998</link><description>&lt;p&gt;uns uns uns&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danly</dc:creator><pubDate>Sun, 11 Dec 2011 19:33:49 -0000</pubDate></item><item><title>Re: Scheme-C++-Build</title><link>http://ironoxide.ca/?p=426872124#comment-268890854</link><description>&lt;p&gt;"overcoming the cumbersome build process of a mixed language environment."&lt;/p&gt;&lt;p&gt;O RLY? What did you say your last project was again? lol - Mike Carlson&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Carlson</dc:creator><pubDate>Fri, 29 Jul 2011 14:58:31 -0000</pubDate></item><item><title>Re: Hello, 2011</title><link>http://ironoxide.ca/?p=426872102#comment-124868295</link><description>&lt;p&gt;Warm feelings. :3&lt;/p&gt;&lt;p&gt;You are a valuable person to many of us. Keep being Dan.&lt;/p&gt;&lt;p&gt;- A&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Angelina Fabbro</dc:creator><pubDate>Thu, 06 Jan 2011 02:06:28 -0000</pubDate></item><item><title>Re: CSS Used for Disqus comments</title><link>http://ironoxide.ca/post/220559176#comment-40586307</link><description>&lt;p&gt;Disqus is a great tool, I have it on many of my blogs already. It will only get better in the next few years..Disqus is a popular commenting platform...&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kadence Henderson</dc:creator><pubDate>Fri, 19 Mar 2010 15:29:23 -0000</pubDate></item><item><title>Re: CSS Used for Disqus comments</title><link>http://ironoxide.ca/post/220559176#comment-40219435</link><description>&lt;p&gt;Disqus work great with Facebook Love it. Disqus is much nicer and I can see all the comments I make in one place..&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elizabeth Murphy</dc:creator><pubDate>Wed, 17 Mar 2010 15:56:08 -0000</pubDate></item><item><title>Re: CSS Used for Disqus comments</title><link>http://ironoxide.ca/post/220559176#comment-39017323</link><description>&lt;p&gt;Disqus integrates with other social networks and services.  Readers can login to leave a comment via Facebook, Twitter, OpenID, or Yahoo.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rebecca Stevens</dc:creator><pubDate>Thu, 11 Mar 2010 12:01:46 -0000</pubDate></item><item><title>Re: CSS Used for Disqus comments</title><link>http://ironoxide.ca/post/220559176#comment-38014239</link><description>&lt;p&gt;This is great story but I more likely to pass to Blogger comments with the help of DISQUS. I like DISQUS blog comments. because DISQUS is a free commenting plug-in..&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Madelena Scott</dc:creator><pubDate>Thu, 04 Mar 2010 14:59:44 -0000</pubDate></item><item><title>Re: Encrypted, Distributed Documents</title><link>http://ironoxide.ca/post/356718591#comment-31570792</link><description>&lt;p&gt;Of course, you lose the differential syncs for large files.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danly</dc:creator><pubDate>Wed, 27 Jan 2010 17:24:21 -0000</pubDate></item><item><title>Re: My Happy Place</title><link>http://ironoxide.ca/post/266687860#comment-24635319</link><description>&lt;p&gt;You're -so- invited. The key criteria is Heather's approval, which you easily attained long ago :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danly</dc:creator><pubDate>Wed, 02 Dec 2009 17:14:13 -0000</pubDate></item><item><title>Re: My Happy Place</title><link>http://ironoxide.ca/post/266687860#comment-24635159</link><description>&lt;p&gt;I like video games and corsets.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shaylas</dc:creator><pubDate>Wed, 02 Dec 2009 17:11:01 -0000</pubDate></item><item><title>Re: CSS Used for Disqus comments</title><link>http://ironoxide.ca/post/220559176#comment-21868477</link><description>&lt;p&gt;Seems better than the few Wordpress plugins I've used.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danly</dc:creator><pubDate>Wed, 04 Nov 2009 12:04:43 -0000</pubDate></item><item><title>Re: CSS Used for Disqus comments</title><link>http://ironoxide.ca/post/220559176#comment-21736434</link><description>&lt;p&gt;How is the spam filtering system?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Allen Pike</dc:creator><pubDate>Tue, 03 Nov 2009 01:33:08 -0000</pubDate></item><item><title>Re: tumblr</title><link>http://ironoxide.ca/post/179233081#comment-21089138</link><description>&lt;p&gt;For me, the problem with hosting isn't paying the $9/month, it's that any time you spend maintaining a server is time you could have spent creating something. Good call.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Allen Pike</dc:creator><pubDate>Tue, 27 Oct 2009 02:14:20 -0000</pubDate></item><item><title>Re: tumblr</title><link>http://ironoxide.ca/post/179233081#comment-20819040</link><description>&lt;p&gt;Testing Disqus comments.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danly</dc:creator><pubDate>Thu, 22 Oct 2009 22:32:22 -0000</pubDate></item></channel></rss>