<table class="provenance-header" style="border: 0; border-collapse: collapse; margin: 0 0 16px 0; width: 100%;">
<tr style="border: 0;">
<td style="border: 0; vertical-align: top; padding: 0 24px 0 0;">

> **Source:** [https://my.remarkbox.com/55ed5e23-4208-11e9-9d31-040140774501](https://my.remarkbox.com/55ed5e23-4208-11e9-9d31-040140774501)  
> **Snapshot:** 2026-05-07T02:57:09Z  
> **Generator:** Remarkbox `763cacb`  
>
> *This is a subthread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.*

</td>
<td style="border: 0; vertical-align: top; width: 200px; text-align: right;">

![Scan for living source](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUAQAAAABdRz15AAABLUlEQVR42s2WQQ7DQAgDUT7g//+SH1DGm/aSSyU4ZNVWTQ6WwcZs1ONkvOpdRKh/K1TyQ17xPP++iwYpRaYA9MMULwS/Jh/lhwW8VH8j1/BcZpesDTy6BpQqN/qHpL+zoO9tnP5QNn+H9SacmmbiRo35tQ7ZXwyNZzTmh1PgV+7mWN/ycDQtMSe1oAeTS+tMMMd4OrGQaGGdh3rYdvSQTJjrkRR7Ww+28/noWgnAMvBCvSdYjKUFP5fLjRPVOcfzpKFKMW6xoAfaRiMaeIqHVQTNxNQL83sSOvENPBfynpo7spiRef/CC9ilkoRj/3HkKPUi0QI/xbd3rOKN+wHjlufCsbJ/HczlTbKCx+2FJbLjFzEjbZrb1fP+seJ0gjC0oi+JUJ64WrkfvPW++wHoqGvDslnfkQAAAABJRU5ErkJggg==)

</td>
</tr>
</table>

Another issue with Slogger. On your blog entry introducing Slogger, you
show this in your config if you have multiple RSS feeds:

    rss_feeds: [    http://feeds.feedburner.com/BrettTerpstra
                    http://www.tuaw.com/editor/brett-terpstra/rss.xml ]

So I did this in my config:

    rss_feeds: [    http://www.chainsawonatireswing.com/feed/ 
                    http://blog.granneman.com/feed/  ]

I know both feeds work. However, when I run Slogger, I get this:

    $ ruby slogger
    /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 8, col 35: `               http://blog.granneman.com/feed/  ]' (ArgumentError)
        from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:133:in `load'
        from /Users/rsgranne/bin/Slogger/lib/configtools.rb:9:in `load_config'
        from /Users/rsgranne/bin/Slogger/lib/configtools.rb:9:in `open'
        from /Users/rsgranne/bin/Slogger/lib/configtools.rb:9:in `load_config'
        from slogger:28

I\'m not sure why it fails.

## Ronn — [Aug 09, 2012 11:40 pm](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e25-4208-11e9-9d31-040140774501)

Looks like you need a comma (,) after the first feed.

### Scott Granneman — [Aug 09, 2012 11:50 pm](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e26-4208-11e9-9d31-040140774501)

Well, yes, except that Brett\'s example does NOT have a comma after the
first feed.

#### observer — [Aug 09, 2012 11:58 pm](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e27-4208-11e9-9d31-040140774501)

Yes it does

##### Scott Granneman — [Aug 10, 2012 01:33 am](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e2a-4208-11e9-9d31-040140774501)

Then I must be blind. When I look at Brett\'s sample config above, there
is no comma after the first feed.

##### Brett — [Aug 10, 2012 02:01 am](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e2d-4208-11e9-9d31-040140774501)

I swear this image is unedited.

\<img
src=\"[http://ckyp.us/DYq8+](http://ckyp.us/DYq8+ "http://ckyp.us/DYq8+"){rel="nofollow"
target="_blank"}\" alt=\"comma\"/\>

## Ronn — [Aug 10, 2012 01:58 am](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e2b-4208-11e9-9d31-040140774501)

\@Scott - The example in your comment certainly does not have a comma in
it, but the example in the original post does.

You might just try it with the comma in there and see if it doesn\'t
work. :-)

### Scott Granneman — [Aug 13, 2012 01:37 am](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e40-4208-11e9-9d31-040140774501)

I eventually used the comma, & yes it worked. But I *swear* that when I
look at the page in Chrome, there\'s no comma. See?

That\'s a screenshot from my MBP of the config in Chrome. When I look at
the same page in other browsers, I see the flippin\' comma! Weird!

### Scott Granneman — [Aug 13, 2012 01:40 am](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e41-4208-11e9-9d31-040140774501)

Dang it - the screenshot didn\'t show up \... & I used Markdown. OK,
here\'s a link:
[http://ftp.granneman.com/sl\...](http://ftp.granneman.com/slogger-config.gif "http://ftp.granneman.com/slogger-config.gif"){rel="nofollow"
target="_blank"}

I\'m really not an idiot. I write books \'n teach \'n stuff!

#### Brett — [Aug 13, 2012 01:46 am](https://my.remarkbox.com/55ed5dd7-4208-11e9-9d31-040140774501/social-logging-by-any-other-name-would-have-a-better-name-brettterpstra-com#55ed5e42-4208-11e9-9d31-040140774501)

Just so we\'re both sure we\'re not crazy, it looks like there\'s some
syntax highlighting in your screenshot. Is that from a plugin or
something on my site? I\'m wondering if a syntax highlighter might have
obscured the comma somehow\...


---

**Source:** [https://my.remarkbox.com/55ed5e23-4208-11e9-9d31-040140774501](https://my.remarkbox.com/55ed5e23-4208-11e9-9d31-040140774501)  
**Snapshot:** 2026-05-07T02:57:09Z  
**Generator:** Remarkbox `763cacb`
