diff options
Diffstat (limited to 'content/posts/2003-11-08-drb-redux-what-s-playing.html')
-rw-r--r-- | content/posts/2003-11-08-drb-redux-what-s-playing.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/posts/2003-11-08-drb-redux-what-s-playing.html b/content/posts/2003-11-08-drb-redux-what-s-playing.html new file mode 100644 index 0000000..b1dc6de --- /dev/null +++ b/content/posts/2003-11-08-drb-redux-what-s-playing.html @@ -0,0 +1,17 @@ +--- +date: "2003-11-08T15:09:16Z" +title: Drb Redux, What's Playing +--- + +<p> +The <a href='http://www.rubycentral.com/articles/drb.html'>DRb</a> fun continues! I added a <a href='http://www.paulduncan.org/playing/'>What's Playing</a> page to <a href='http://www.paulduncan.org/'>Paul Duncan.org</a> which bounces via <abbr title='Distributed Ruby'>DRb</abbr> from <a href='http://kylie.pablotron.org/'>kylie</a> (the web server) to <a href='http://www.xmms.org/'><acronym title='X MultiMedia System'>XMMS</acronym></a> running on <code>picard</code> (my workstation). Since everyone likes diagrams, here's one: +</p> + +<p> +<img src='/gallery/misc/whats_playing.png' width='450' height='124' title="what's playing" alt="what's playing" /> +</p> + +<p> +I discussed the <abbr title='Distributed Ruby'>DRb</abbr> configuration <a href='/?cid=1194'>in a previous post</a>. The bounce through <code>xor</code> is just a source-specific <abbr title='Destination Network Address Translation'>DNAT</abbr>. +</p> + |