<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>kbps &#187; blogging</title>
	<atom:link href="http://www.kilobitspersecond.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kilobitspersecond.com</link>
	<description>A blog about Destroyer, foobar2000, and Last.fm.</description>
	<pubDate>Mon, 05 Jan 2009 19:18:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JournalSpace&#160;Dies</title>
		<link>http://www.kilobitspersecond.com/2009/01/05/journalspace-dies/</link>
		<comments>http://www.kilobitspersecond.com/2009/01/05/journalspace-dies/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 19:18:17 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[journal]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[kbps]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/?p=1462</guid>
		<description><![CDATA[Another reason I prefer to self-host my blog.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2009/01/03/journalspace-drama-all-data-lost-without-backup-company-deadpooled/">Another reason</a> I prefer to <a href="/2009/01/03/some-things-id-like-this-blog-to-do/">self-host my blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2009/01/05/journalspace-dies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some Things I&#8217;d Like This Blog to&#160;Do</title>
		<link>http://www.kilobitspersecond.com/2009/01/03/some-things-id-like-this-blog-to-do/</link>
		<comments>http://www.kilobitspersecond.com/2009/01/03/some-things-id-like-this-blog-to-do/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 00:35:58 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[journal]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[kbps]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/?p=1439</guid>
		<description><![CDATA[No matter how many times I redesign this blog or add features to it, it still never seems to serve the purpose that I want it to.  Some of the lingering problems include:

Short posts: Despite my best efforts to resist it, there&#8217;s a draw to the instant gratification that services like Twitter and Tumblr [...]]]></description>
			<content:encoded><![CDATA[<p>No matter how many times I redesign this blog or <a href="http://www.kilobitspersecond.com/2007/01/13/elusive-youtube-feeds/">add</a> <a href="http://www.kilobitspersecond.com/2007/01/05/arbitrary-comments/">features</a> to it, it still never seems to serve the purpose that I want it to.  Some of the lingering problems include:</p>
<ul>
<li><strong>Short posts</strong>: Despite my best efforts to resist it, there&#8217;s a draw to the instant gratification that services like Twitter and Tumblr provide.  Sometimes I <em>do</em> want to say something short and trivial, without having to figure out how to tag or categorize or even <em>title</em> the post.  I feel a little more guilty clogging up my WordPress database with stuff like this, for fear that these types of posts will far outnumber the longer ones.  A workable solution might be to create a separate category for these types of posts, and hiding them from the normal &#8220;flow&#8221; that appears on the front page, in the &#8220;Previous&#8221; and &#8220;Next&#8221; links on single post pages, and in search/date/tag/category archives.  This solution seems a little sloppy and ad hoc, however; no matter how much I try to hide it, the fact remains that these will be <em>posts</em>, strictly speaking in WordPress parlance.  Even if I&#8217;m able to integrate this solution into the current design, if I create enough of these trivial posts, I&#8217;ll have to consider how to present them with every redesign in the future.  I suppose that only means that these obstacles aren&#8217;t <em>theoretical</em> &#8212; their solutions just require more work than I&#8217;d like.</li>
<li><strong>Socialization</strong>: Although my <a href="http://www.kilobitspersecond.com/2007/01/05/arbitrary-comments/">&#8220;arbitrary comments&#8221;</a> idea was short-lived (and has been pending a resurrection for a while now), I think I was onto something with it.  One of the draws of Facebook is that <em>everything is right there</em> &#8212; its news feed can be a source of constant entertainment; every photo, every comment, every status update, no matter how trivial, is in there.  This is how people spend all day on there.  In theory, this activity doesn&#8217;t require a central hub like Facebook.  Thanks to RSS/Atom, anybody can, with enough work, make their privately-hosted site just as social.  The problem is that this isn&#8217;t currently easily implemented; sure, there&#8217;s <a href="http://www.friendfeed.com/">FriendFeed</a>, which can provide you with a widget to embed in your WordPress theme, but this relies unnecessarily on a centralized service.  <a href="http://www.gmpg.org/xfn/">XFN</a> was supposed to have solved this problem a long time ago, but little to no progress is being made with this technology.  The <a href="http://wordpress.org/extend/plugins/meet-your-commenters/">Meet Your Commenters</a> plugin for WordPress actually offers a glimpse of how things can so easily take advantage of XFN; it lists all the known homes of everyone who&#8217;s commented on your blog with a URL, via the <tt>rel=&#8221;me&#8221;</tt> attribute.  From there it wouldn&#8217;t be difficult to scrape every one of each user&#8217;s available RSS/Atom feeds, from Blogger to Flickr to Twitter and everything in between &#8212; not to mention all their friends and their friends&#8217; feeds.  I <em>should</em> be able to effortlessly add a Facebook-esque news feed to my front page, but in order to do this at present, I&#8217;d need to hack around with Google Reader, Yahoo! Pipes, and/or <a href="http://magpierss.sourceforge.net/">Magpie RSS</a>.  It just shouldn&#8217;t be that hard.  Yes, anybody can add any number of feeds from this blog into their Google Reader, but I&#8217;m not so sure they do.  Even if they did, it wouldn&#8217;t provide the same user experience that Facebook does; they&#8217;d have to log in to Google Reader to see what I&#8217;m up to, and log in to Facebook to see what <em>everyone else they know</em> is up to.  On top of that, even offering a link to my feeds feels presumptuous, while hosting my content at Twitter, which asks people to &#8220;follow me,&#8221; doesn&#8217;t.  In the latter case, it&#8217;s <em>Twitter</em> who&#8217;s suggesting that my content might be interesting.  Not me.  They do the dirty work of promoting me.  In short, there&#8217;s no easy way to be &#8220;friends&#8221; with a self-hosted WordPress blog, with all the implications that being &#8220;friends&#8221; means on social networks.  This should not be the case.  This subject really deserves its own post.</li>
<li><strong>Media</strong>: The JW FLV Player is really versatile and indispensable, and <a href="/tag/videos">I use it a lot</a>.  Still, I&#8217;d much prefer to just upload raw AVI files and have WordPress convert them to FLV and generate thumbnails and embed code.  There&#8217;s a solution for WordPress <abbr title="Multiple User">MU</abbr> installs called <a href="http://wordpress.org/extend/plugins/wordpresscom-video-server/">WordPress Video Solution Framework</a>, but (a) I don&#8217;t have MU, and (b) it requires a lot of server-side configuration that I&#8217;m not sure I can even implement with my shoddy GoDaddy account.  Other plugins exist, but a lot of them rely on WordPress&#8217; <a href="http://codex.wordpress.org/Shortcode_API">shortcode</a>, which I&#8217;m just not comfortable with in terms of forwards-compatibility.  What if development on a given shortcode plugin halts, or I move to some platform other than WordPress?  Suddenly I have dozens of posts that once contained video, but that now just have [flv url:/stuff/asdf.flv] in them or whatever.  Why do these plugins think we&#8217;re so afraid of code?  Just generate the valid code and put it into the post window for me.  I promise it won&#8217;t confuse me.</li>
</ul>
<p>I&#8217;d also like to get the CSS cleaned up a lot so that the design can be more modular, in a way.  Change color schemes quickly and easily, for instance.  Maybe it could even support widgets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2009/01/03/some-things-id-like-this-blog-to-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Redesigning&#160;Again</title>
		<link>http://www.kilobitspersecond.com/2008/11/23/redesigning-again/</link>
		<comments>http://www.kilobitspersecond.com/2008/11/23/redesigning-again/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 01:05:28 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[journal]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[kbps]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/?p=1273</guid>
		<description><![CDATA[Yes, every time I redesign this site I get tired of it after 6 months.  What begins as a brilliant idea becomes an insufferable eyesore.  Despite obsessing over this one for a couple weeks, I&#8217;m certain I&#8217;ll hate it before too long.
I was working for months on a graphical overhaul of the last [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, every time I redesign this site I get tired of it after 6 months.  What begins as a brilliant idea becomes an insufferable eyesore.  Despite obsessing over this one for a couple weeks, I&#8217;m certain I&#8217;ll hate it before too long.</p>
<p>I was working for months on a graphical overhaul of the last design, when I realized that the whole thing was actually pretty uncomfortable to read.  And that my graphic art skills are lamentable.  It was also preventing me from ever posting, because the newest post was always displayed prominently on the front page, although everybody who reads this thing <a href="http://www.google.com/search?q=ffmpeg+qscale">gets</a> <a href="http://www.google.com/search?q=substantialiscious">here</a> <a href="http://www.google.com/search?q=tbdev+dr">from</a> <a href="http://www.google.com/search?q=boing+boing+sucks">Google</a>.</p>
<p>Do blogs even need front pages anymore?  What for?  Anybody who would revisit a site to check for new content just subscribes to the feed instead.  And if you navigate to the front page after reading a specific post from a Google search, what good does it do you to be presented with the 8 latest posts, all in a giant column several thousand pixels tall or more?  I&#8217;ve increasingly avoided writing front pages like that, in favor of something that can fit in a single window, more or less, with content that isn&#8217;t just limited to most recent posts.</p>
<p>The focus of this design was readability and, to some extent, flexibility.  It should allow me to post a lot more than I usually do, and about more things.  I&#8217;ve always tried to avoid letting this become a links blog, which may change slightly.  I shouldn&#8217;t be afraid of writing a post that&#8217;s less than 200 words, for instance.  And a Delicious feed couldn&#8217;t hurt.  And because people are here for such different reasons &#8212; some need advice on FFmpeg, some are close friends &#8212; I want to make tag and category subscriptions easier and the front page more dynamic and interactive, with a shoutbox and maybe with Matt Mullenweg&#8217;s <a href="http://ma.tt/2008/08/community-tagging-2/">community tagging</a>, provided that I start posting more <a href="/tag/photos">photos</a>, which of course requires taking more in the first place.</p>
<p><img src="http://www.kilobitspersecond.com/stuff/aceraspireone-253x189.jpg" alt="" title="aceraspireone" width="253" height="189" class="alignleft size-medium wp-image-1282" /></p>
<p>As long as I&#8217;m talking, I just bought an <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834115489">Acer Aspire One</a>, the white kind with an 8GB solid-state hard drive and Linux.  It weighs two god damn pounds, and will be a real breath of fresh air after having lugged around my 7-pound Compaq for five years.  I just pulled the trigger on it, I hope I like it once it arrives Tuesday.  Everything I&#8217;ve read about it has been positive, so I&#8217;m sure I will.  I plan to replace its little baby Linux with Ubuntu, so we&#8217;ll see how smoothly that goes, although I don&#8217;t really plan on using it for anything other than Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2008/11/23/redesigning-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[req] Perfect&#160;Recall</title>
		<link>http://www.kilobitspersecond.com/2008/09/11/req-perfect-recall/</link>
		<comments>http://www.kilobitspersecond.com/2008/09/11/req-perfect-recall/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 23:58:53 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[journal]]></category>

		<category><![CDATA[kbps]]></category>

		<category><![CDATA[archivism]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[foobar2000]]></category>

		<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/?p=892</guid>
		<description><![CDATA[I have a big problem with keeping track of the media I consume.  With all the albums I download and listen to, and all the shit I read online, I&#8217;m oppressed by this feeling that it&#8217;s all just running through me without being digested or processed.  It&#8217;s over-stimulation, I end up with all [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.kilobitspersecond.com/stuff/weather-notes-252x252.jpg" alt="" title="weather-notes" width="252" height="252" class="alignleft size-medium wp-image-1275" />I have a big problem with keeping track of the media I consume.  With all the albums I download and listen to, and all the shit I read online, I&#8217;m oppressed by this feeling that it&#8217;s all just running through me without being digested or processed.  It&#8217;s over-stimulation, I end up with all this shit in my head that I don&#8217;t know what to do with.  I could of course just limit my intake, but I&#8217;m addicted to media and I don&#8217;t feel like changing any time soon.  Plus there&#8217;s got to be a way I can apply all this stuff.</p>
<p>I suppose traditionally that&#8217;s what the blog format is meant for, to just kind of shit out everything you consume in the form of links and video embeds.  But really that&#8217;s more like just &#8220;taking notes&#8221; at a lecture with a cassette recorder, see what I mean?  That&#8217;s just transcription.  I need something to <em>do</em> with it all.  This problem is addressed to some extent by my meticulous music library curation with foobar, and my desperate calls recently for somebody to improve on the way we manage our music.</p>
<p>I think a prevailing problem is that of linearity; I can write a post on here, then another post, then another, and they appear chronologically in a line.  Tagging and categorizing helps to make the content on here a little less linear, but it&#8217;s still not satisfying enough.  I mean what I want is to be able to have some very loose, scrapbook-y interface where I can just kind of swim through collages of things: albums, journal entries.  Snapshots of various aspects of certain time-periods.  Paper is free-form enough to serve a purpose like this, but notebooks aren&#8217;t searchable or easily rearrangeable, and aren&#8217;t as ubiquitous as the web.</p>
<p><span id="more-892"></span></p>
<p>I actually am working on a new category in here that will present entries a little differently, to accommodate the kind of note-taking that I&#8217;m talking about, but even that&#8217;s too manual.  Why can&#8217;t I, for instance, while listening to a D+ album in foobar, click something that will allow me to leave a note on it?  The note will be linked to the album, to the song, to the artist, and to today&#8217;s date.  Later that note will turn up in searches, and whenever I focus on this song/album/artist again.  There are a couple solutions for this but all of them are inelegant.</p>
<p>It&#8217;s almost as though this whole paradigm of <strong>nodes</strong> needs to be re-thought.  Nodes don&#8217;t adequately mimic the way we think, our brains aren&#8217;t that compartmentalized.  When we are consciously focused on one thing, our attention is also inadvertently directed towards related things.  For instance, when you think of an apple, you&#8217;re not likely thinking <em>only</em> of the qualities of an apple; a small if undetectable part of you is thinking about Snow White, thinking about Genesis, thinking about <em>pears</em>.  And when does something like an apple evolve from a confluence of impressions &#8212; their taste, their color, their shape &#8212; into something as &#8220;node&#8221;-like as &#8220;an apple&#8221;?  Is an apple categorized as &#8220;fruit&#8221; (which is itself a subcategory of &#8220;food&#8221;), and tagged as &#8220;crunchy,&#8221; &#8220;juicy,&#8221; &#8220;sweet,&#8221; etc.?  Not exactly.  And not to mention &#8220;an apple&rdquo;&rsquo;s faint associations with every experience you&#8217;ve had with one.  Should those experiences be tagged &#8220;involved:apple&#8221;?</p>
<p>Simply put I guess it&#8217;s just a problem of memory.  When I listen to an album for the first time, for instance, I <em>never want to forget</em> when I listened to it and what I thought of it.  Yet I think it happens <em>more often than not</em> that when I listen to something, I forget sooner than later what I thought of it, or even that I listened to it at all.</p>
<p>A real-world example: I downloaded the new Evangelicals record some months ago.  I listened to it once, and from what I can remember, I liked it a fair amount.  But I never touched it again.  I forgot they existed.</p>
<p>When they opened for Frog Eyes months later, I barely recognized the name.  I seriously believed that I had only heard their name, but didn&#8217;t have a clue what they sounded like.  It wasn&#8217;t until I was at the bar ordering a drink overhearing them play &#8220;Another Day&#8221; that it clicked.  Since then I&#8217;ve listened to the album half a dozen or more times and found that I really enjoy it.</p>
<p>So, that&#8217;s a problem.  What&#8217;s the solution?</p>
<p>I suppose I could have rated some of their songs when I first heard them.  Looking at them now in my foobar, I see that &#8220;Another Day&#8221; is tagged with 4/5 stars.  But when did I do that?  I don&#8217;t know!  I shouldn&#8217;t have to worry about these things.</p>
<p>What about a world in which, on some day a couple weeks after I first heard that record, I opened my media player and it presented me with that album, as if to ask me, &#8220;Hey, you listened to this album for the first time a few weeks ago, right after you downloaded it.  You didn&#8217;t rate it; what did you think of it?  Want to listen to it now to remind yourself?&#8221;  It&#8217;s not that far-fetched an idea.  But, again: media players are largely just spreadsheets.</p>
<p>What about all those movies I see thanks to Netflix?  What happens to them years after I watch them?  It&#8217;s as though I didn&#8217;t watch some of them at all.  I remember seeing <em>Alphaville</em> sometime in 2005, for instance, but other than some vague imagery I&#8217;ve retained, I have <em>no idea what that movie was like</em>.  Should I have written myself a short review of it after I watched it?  Where would I have put it?  What is the proper receptacle for that?</p>
<p>Somehow I&#8217;ve been trained to think that I should be not only capable of, but in fact <em>actively</em> thinking about everything I&#8217;ve experienced all the time.  That&#8217;s sick, isn&#8217;t it?  Is that a product of the internet?  Over-stimulation?  Is perfect recall too much to ask?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2008/09/11/req-perfect-recall/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.7: Automatic Upgrade in&#160;Core!</title>
		<link>http://www.kilobitspersecond.com/2008/08/11/wordpress-27-automatic-upgrade-in-core/</link>
		<comments>http://www.kilobitspersecond.com/2008/08/11/wordpress-27-automatic-upgrade-in-core/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 00:53:31 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[tech]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/?p=760</guid>
		<description><![CDATA[According to WordPress developer Ryan Boren, the most requested WordPress feature is tentatively slated for the as-yet unscheduled 2.7 release.
This already exists in the form of a third-party plugin, which I&#8217;ve actually used successfully before on another blog.  I&#8217;ve always found upgrading manually to be easy and problem-free, though incredibly tedious.  Because I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpdevel.wordpress.com/2008/08/09/the-first-cut-of-automatic-upgrade-is-in/">According to WordPress developer Ryan Boren</a>, the <a href="http://wordpress.org/extend/ideas/topic.php?id=44">most requested</a> WordPress feature is <a href="http://trac.wordpress.org/ticket/5560">tentatively slated</a> for the as-yet unscheduled <a href="http://trac.wordpress.org/milestone/2.7">2.7 release</a>.</p>
<p>This already exists in the form of <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/">a third-party plugin</a>, which I&#8217;ve actually used successfully before on another blog.  I&#8217;ve always found upgrading manually to be easy and problem-free, though incredibly tedious.  Because I don&#8217;t use many plugins or alter any core WordPress files, I think automating the process will be a safe option for me, one that I&#8217;ll trust more in the hands of the core development team.  Still, I&#8217;m sure I&#8217;ll wait till it&#8217;s been thoroughly tested in a couple versions before using it on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2008/08/11/wordpress-27-automatic-upgrade-in-core/feed/</wfw:commentRss>
		</item>
		<item>
		<title>oops</title>
		<link>http://www.kilobitspersecond.com/2008/07/22/oops/</link>
		<comments>http://www.kilobitspersecond.com/2008/07/22/oops/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 22:12:35 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[journal]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/?p=623</guid>
		<description><![CDATA[Lately rain is being predicted at about 50% probability 24 hours a day, resulting in reality in about 45 minutes and two inches of rain anywhere between 3 and 7 pm, after which the sun cleaves the clouds and I&#8217;m sure produces a rainbow somewhere outside the visibility of my apartment windows.  It smells [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/topdownjimmy/2621826436/" title="DSCN0583 by topdownjimmy, on Flickr"><img src="http://farm4.static.flickr.com/3294/2621826436_94daa56441_m.jpg" width="240" height="180" alt="DSCN0583" class="inset1" /></a>Lately rain is being predicted at about 50% probability 24 hours a day, resulting in reality in about 45 minutes and two inches of rain anywhere between 3 and 7 pm, after which the sun cleaves the clouds and I&#8217;m sure produces a rainbow somewhere outside the visibility of my apartment windows.  It smells like damp cement every night, which is good.</p>
<p>Weeks are flying.  I have to stop and remind myself that the summer is technically only a third complete.  I am wasting my time drinking sparkling-grapefruit-juice-based cocktails, riding my bike places to buy more sparkling grapefruit juice, and reading <strong>a lot</strong> about <a href="http://www.ghostbox.co.uk">Ghost Box</a>.  The label had a feature article in an old copy of The Wire magazine that <a href="http://www.kilobitspersecond.com/2007/02/06/another-new-york-weekend/">I once bought</a> because it had Joanna Newsom on the cover.  I think I threw it out in March, just before I moved, so I had to order another copy, as well as spend as much as I could afford on the Ghost Box releases most likely to go out of print next.  I envy this guy:</p>
<p><img src="http://www.kilobitspersecond.com/stuff/ghostbox.jpg" alt="" title="ghostbox" width="432" height="375" class="aligncenter size-full wp-image-630" /></p>
<p>I hope that when I turn 30 my taste in music doesn&#8217;t become <a href="http://www.nerdist.com/2008/07/the-nerdist-pla.html">depressingly banal</a>.  It probably will.  Self-described geek bloggers/Mac disciples always gravitate towards the most inoffensive &#8220;indie rock&#8221; there is.</p>
<p>Ugh, and I hope I never <strong>ever</strong> turn into a &#8220;witty blogger,&#8221; that demographic makes me nauseous, one of those Hold Steady-listening, Colbert-worshipping, Pixar-loving, Guitar Hero-boasting, identity-cultivating, opinion-spewing, lowbrow-championing, tweet-twittering, <a href="http://web.archive.org/web/20060613054626/http://samuellame.com/">Kottke-wannabeing</a>, Peter Pan complex-having man-children who are only capable of making cheekily self-deprecating jokes about their own narcissism and who like name their iPhones and shit and say &#8220;FTW&#8221; and &#8220;[adj.]. [noun]. Ever&#8221; and &#8220;the Intertubes,&#8221; circle-jerking all over the blogosphere OH MAN DIE.</p>
<p>It&#8217;s like this anonymity through adopting a singular voice, that same tone, those same interests; half the blogs on Technorati, it&#8217;s that same picture-in-the-corner, &#8220;The personal weblog of,&#8221; &#8220;Random thoughts from a geeky guy,&#8221; everybody wants to need a soapbox but nobody needs one.  I&#8217;m guilty of it too because it infects you, that tone, cadence, inflection, the way you write when you know <strong>anybody</strong> might be reading what you write, the suffocating stiltedness of it.  Your audience isn&#8217;t your friends, and it isn&#8217;t the populace at large, so it&#8217;s this midpoint between the personal and the impersonal, with that safe, dry humor that just makes you look like a twat.  Being proud of every nuance of the personality you&#8217;re trying to manufacture through associations with pop-culture signifiers.  Somebody please know what I&#8217;m talking about.  From now on I promise to be absolutely humorless, so there are you happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2008/07/22/oops/feed/</wfw:commentRss>
		</item>
		<item>
		<title>That drunk Russian space pig&#160;thing</title>
		<link>http://www.kilobitspersecond.com/2007/05/05/that-drunk-russian-space-pig-thing/</link>
		<comments>http://www.kilobitspersecond.com/2007/05/05/that-drunk-russian-space-pig-thing/#comments</comments>
		<pubDate>Sat, 05 May 2007 20:01:08 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[culture]]></category>

		<category><![CDATA[haha]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[film]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/2007/05/05/that-drunk-russian-space-pig-thing/</guid>
		<description><![CDATA[ 
Click the image for the full photo montage.
I first encountered this last year on WFMU&#8217;s blog, and despite being curious of its origins, the internet has trained me to accept content without context.  Funny pictures, drunk pig, pass it on.  Neither the WFMU post, nor the blog they got it from even [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/images/firstonthemoon.jpg" class="loneimage"><img src="/images/firstonthemoonthumb.jpg" alt="Pervye na Lune" /> </a></p>
<p>Click the image for the full photo montage.</p>
<p>I first encountered this last year <a href="http://blog.wfmu.org/freeform/2006/03/drunk_pig_fired.html">on WFMU&#8217;s blog</a>, and despite being curious of its origins, the internet has trained me to accept content without context.  Funny pictures, drunk pig, pass it on.  Neither the WFMU post, nor <a href="http://xo.typepad.com/blog/2006/02/drunk_pig.html">the blog they got it from</a> even <em>ask</em> where this came from.  But who cares &#8212; find it, <a href="http://omglmao.blogspot.com/2007/03/russian-pigs-in-space-wtf.html">blog</a> <a href="http://adam.slapjack.com/blog/wfmus-beware-of-the-blog-drunk-pig-fired-out-of-canon/">about</a> <a href="http://englishrussia.com/?p=700">it</a>, <a href="http://digg.com/space/First_Pig_in_Space_How_the_Russians_pulled_it_off">Digg</a> <a href="http://www.digg.com/design/PICTURES_Russian_pigs_in_space_2">it</a>,  make <a href="http://russianexperiment.ytmnd.com/">a YTMND</a> about it, <a href="http://www.youtube.com/watch?v=kS_GM5UQ2W8">a YouTube spinoff</a>, and move on to the next meme.</p>
<p>But there&#8217;s something clearly artistic about these images.  They&#8217;re too perfect.  And they depict such a caricatured past that you suspect they may have been taken recently.  And, as noted in the comments that I didn&#8217;t bother to read until today, they were.</p>
<p><a href="/images/firstonthemoonposter.jpg"><img src="/images/firstonthemoonposterthumb.jpg" alt="First on the Moon poster" class="inset1" /></a></p>
<p>They&#8217;re stills from a 2005 Russian mockumentary called <em>Pervye na lune</em>, or <em>First on the Moon</em>, which actually looks good, its premise approaching what you might have expected if you speculated enough about the intent of those photos.  From <a href="http://www.1moon.ru/">the film&#8217;s official site</a>, <a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.1moon.ru%2F">as translated by Google</a>:</p>
<blockquote><p>You can argue long, the Americans were on the Moon or not, but there are facts that prove convincingly : Soviet scientists were able to run the first aircraft into space as early as March 1938.  Information more than convincing, and at this time Russian cosmonauts ahead of the Americans &#8230; </p></blockquote>
<p>It&#8217;s <a href="http://www.netflix.com/Search?v1=First+on+the+Moon">not on Netflix</a> yet, but I hear it&#8217;s on <a href="http://www.karagarga.net/">Karagarga</a>, the invite-only avant-garde film torrent tracker, which means it may soon make it to <a href="http://arttorrents.blogspot.com/">art torrents</a> or <a href="http://www.greylodge.org/gpc/">gpod</a>.  There are also several copies on eBay, but I can&#8217;t be sure they have subtitles, or are even compatible with American DVD players.</p>
<p>Read more about it:</p>
<ul class="short">
<li><a href="http://en.wikipedia.org/wiki/First_on_the_Moon">Wikipedia</a></li>
<li><a href="http://www.imdb.com/title/tt0459929/">IMDb</a></li>
<li><a href="http://www.volgograd.ru/theme/info/culture/movie/kino/23098.pub">Первые на Луне</a></li>
<li><a href="http://european-films.net/content/view/186/5/">european-films.net</a></li>
<li><a href="http://megancase.blogspot.com/2005/11/first-on-moon.html">Megan Case</a></li>
<li><a href="http://accidentalrussophile.blogspot.com/2006/03/amazing-russian-cannon-pig.html">The Accidental Russophile</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2007/05/05/that-drunk-russian-space-pig-thing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;So it&#160;goes.&#8221;</title>
		<link>http://www.kilobitspersecond.com/2007/04/16/so-it-goes/</link>
		<comments>http://www.kilobitspersecond.com/2007/04/16/so-it-goes/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 17:26:53 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[culture]]></category>

		<category><![CDATA[haha]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[books]]></category>

		<category><![CDATA[statistics]]></category>

		<category><![CDATA[Vonnegut]]></category>

		<guid isPermaLink="false">http://www.kilobitspersecond.com/2007/04/16/so-it-goes/</guid>
		<description><![CDATA[[image]]]></description>
			<content:encoded><![CDATA[<p><a href="http://technorati.com/chart/%22so+it+goes%22?chartdays=30" class="loneimage"><img src="/images/soitgoes.png" alt="30-day Technorati chart for 'so it goes'" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2007/04/16/so-it-goes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Arbitrary&#160;Comments&#8221;</title>
		<link>http://www.kilobitspersecond.com/2007/01/05/arbitrary-comments/</link>
		<comments>http://www.kilobitspersecond.com/2007/01/05/arbitrary-comments/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 17:19:24 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[kbps]]></category>

		<category><![CDATA[projects]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[MySpace]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://kbps.resounder.org/2007/01/05/arbitrary-comments/</guid>
		<description><![CDATA[In the sidebar on the front page of this site there&#8217;s now something called &#8220;Arbitrary Comments,&#8221; or what might be called a &#8220;Shoutbox&#8221; if I didn&#8217;t think &#8220;Shoutbox&#8221; sounded so stupid.  This is for comments that have no home, that aren&#8217;t in response to any particular post.  It&#8217;s a nice thing to have, [...]]]></description>
			<content:encoded><![CDATA[<p>In the sidebar on the front page of this site there&#8217;s now something called &#8220;Arbitrary Comments,&#8221; or what might be called a &#8220;Shoutbox&#8221; if I didn&#8217;t think &#8220;Shoutbox&#8221; sounded so stupid.  This is for comments that have no home, that aren&#8217;t in response to any particular post.  It&#8217;s a nice thing to have, but mostly I just wanted to see if I could do it using the standard WordPress framework without having to install a shittily written plugin that would crap out with the next upgrade.</p>
<p>All I did was create a &#8220;Page&#8221; (a technical WordPress term) called <a href="/about/">Arbitrary Comments</a>, then, in the sidebar, call that page and load its comments with these simple lines:</p>
<pre>&lt;?php query_posts('page_id=120'); ?&gt;
&lt;?php the_post(); ?&gt;
&lt;?php comments_template(); ?&gt;</pre>
<p>I also implemented a PHP trick from <a href="http://liberta.reminiscelane.com/visitors/tutorials/wordpress-helpdesk/#reverse-comments">Libert&agrave;</a> to sort the retrieved comments in descending order of creation, as all good shoutboxes do.</p>
<p>Shoutboxes are an interesting new medium.  And they really are new, I mean, nothing like them has ever really existed in the past.  A comment in a shoutbox is a message that is ostensibly addressed to the owner of the shoutbox, but is intentionally public.  The closest thing to this that I can think of are those dry erase boards people put on their doors in college, with a pen hanging from them so that anybody walking by could write something.  Bystanders aren&#8217;t <em>exactly</em> part of the audience of the message, but there&#8217;s clearly something more compelling to this than email or private messaging.</p>
<p>It&#8217;s certainly one of the biggest draws of MySpace.  Their commenting system makes every profile organic, alive, interactive.  People attract comments more often than they update their profile themselves, and that&#8217;s one of the main reasons to check people&#8217;s profiles, which is about all you really do on MySpace.  And there&#8217;s something more <em>friend-like</em> in opening up your personal page to the impulses of those people you&#8217;ve told MySpace are your &#8220;friends,&#8221; extending trust in the mutual creation of a page that is intended to <em>define you</em>.</p>
<p>I remember trying out <a href="http://www.vox.com/">Vox</a> a couple months ago, which seems to market itself as something like MySpace with a heavier focus on blogging.  I thought it would be perfect, but I soon realized that, at this point, unless your social networking site allows arbitrary comments, you&#8217;re not using a social networking site &#8212; you&#8217;re using a blogging site with tenuous little connections between members.  And nobody cares about your fucking blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2007/01/05/arbitrary-comments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Boing Boing&#160;Sucks</title>
		<link>http://www.kilobitspersecond.com/2006/08/15/boing-boing-sucks/</link>
		<comments>http://www.kilobitspersecond.com/2006/08/15/boing-boing-sucks/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 05:31:28 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[media]]></category>

		<category><![CDATA[tech]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[Boing Boing]]></category>

		<guid isPermaLink="false">http://kbps.resounder.org/2006/08/15/boing-boing-sucks/</guid>
		<description><![CDATA[I&#8217;m starting to really resent Boing Boing for taking up so much space in my aggregator.  I kept it there begrudgingly, for the dwindling handful of interesting posts that I&#8217;d probably hear about elsewhere anyway.  But for every interesting post, there are ten totally boring posts about DRM, ten totally boring posts about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m starting to really resent Boing Boing for taking up so much space in my aggregator.  I kept it there begrudgingly, for the dwindling handful of interesting posts that I&#8217;d probably hear about elsewhere anyway.  But for every interesting post, there are ten totally boring posts about DRM, ten totally boring posts about Disney, ten totally boring posts about a useless toy, and ten totally boring posts about how to turn your lawnmower into, I don&#8217;t know, a GPS lawnmower or something.  Not to mention their smug self-absorption, and their inability to separate entertainment from politics.  As an example of the latter, <a href="http://www.boingboing.net/2006/08/14/robin_williams_plays.html">this recent post</a> describes an anti-Bush Robin Williams movie as &#8220;look[ing] like a hell of a movie.&#8221;  In fact, the movie looks shitty, but because it lambasts politics, it is heralded by Boing Boing.</p>
<p>And now I&#8217;m reminded of the time during the World Cup that <a href="http://www.boingboing.net/2006/06/03/hideous_company_send.html">they said this</a>:</p>
<blockquote><p>I don&#8217;t even know what the FIFA World Cup is. I&#8217;m guessing it&#8217;s soccer, which I hate just as much as any other pro sport. Every editor at Boing Boing detests professional sports, and we would sooner stream a video of a crumpled up paper napkin in the corner of a room than show some jackasses running after a ball. The only time we would ever post anything about pro-sports would be to make fun of them.</p></blockquote>
<p>Are you so self-righteous that you think we care about how much you hate sports, while at the same time you worship all things <em>Disney</em> fer chrissake?</p>
<p>And why do you force your readers to use <em>Google</em> to search your site, yielding unorganized heaps of results?  And why do you force your readers to blog about you in Technorati-registered blogs in order to &#8220;comment&#8221; on your posts?</p>
<p>I&#8217;ve had enough, I&#8217;ll just have to get by without that weekly interesting post about a glowing fish or something.</p>
<p><a href="http://www.corysucks.com/">I should have known I&#8217;m not alone</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilobitspersecond.com/2006/08/15/boing-boing-sucks/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
