<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>K-Squared Ramblings &#187; Twitter</title>
	<atom:link href="http://www.hyperborea.org/journal/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperborea.org/journal</link>
	<description>Sci-fi, comics, humor, photos...it&#039;s all fair game.</description>
	<lastBuildDate>Sat, 21 Nov 2009 07:49:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.hyperborea.org' port='80' path='/journal/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Retweet Beta</title>
		<link>http://www.hyperborea.org/journal/archives/2009/11/19/retweet-beta/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/11/19/retweet-beta/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 07:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[retweet]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/11/19/line-items-for-2009-11-19/</guid>
		<description><![CDATA[The major problem I see with the new retweet feature in beta on Twitter is that (for now) the posts are invisible to API clients.  Since I do most of my Twitter activity through Twidroid (on my phone) and Twhirl (on the desktop), that means if someone I follow retweets a post using the [...]]]></description>
			<content:encoded><![CDATA[<p>The major problem I see with the new retweet feature in beta on Twitter is that (for now) the posts are invisible to API clients.  Since I do most of my Twitter activity through <a href="http://twidroid.com/">Twidroid</a> (on my phone) and <a href="http://www.twhirl.org/">Twhirl</a> (on the desktop), that means if someone I follow retweets a post using the new feature on the website, I won&#8217;t see it.</p>
<p><b>Update (Nov. 20):</b> That was fast! Twidroid has released a new version that supports the native retweet capability, so now I can see them on my phone.  It also lets you choose whether to retweet the classic way (open a post pre-filled with the original, so that you can edit it) or natively. If you use the native version and have multiple accounts, Twidroid Pro is smart enough to use the one that&#8217;s following the original poster.  I haven&#8217;t quite figured out how it decides which account to use when retweeting someone you don&#8217;t follow, though.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/11/19/retweet-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on a Twitter Tools Filter for #fb Tags</title>
		<link>http://www.hyperborea.org/journal/archives/2009/11/13/tt-filter/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/11/13/tt-filter/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:45:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/11/13/line-items-for-2009-11-13/</guid>
		<description><![CDATA[Since the normal Twitter/Facebook link stopped working, I&#8217;ve switched to Selective Twitter Status. Instead of importing all your Twitter status updates to Facebook, it only pulls in the ones that end with the hashtag #fb.  I&#8217;ve thrown together a plugin that hooks into Twitter Tools and filters out that tag when building a daily [...]]]></description>
			<content:encoded><![CDATA[<p>Since the normal Twitter/Facebook link stopped working, I&#8217;ve switched to Selective Twitter Status. Instead of importing all your Twitter status updates to Facebook, it only pulls in the ones that end with the hashtag #fb.  I&#8217;ve thrown together a plugin that hooks into Twitter Tools and filters out that tag when building a daily or weekly digest. (It was complicated by the fact that the README didn&#8217;t provide any real detail for the relevant API hook.) I tested the function outside of WordPress, then set it up to run on Thursday evening.</p>
<p>Good: It worked! Every instance of the #fb tag was removed, and everything else stayed.<br />
Bad: Twitter Tools posted four copies of the digest.</p>
<p>Well, Twitter Tools does that sometimes.  I&#8217;ll frequently see it post 2 or even 3 copies, and while I&#8217;ve determined it&#8217;s not related to WP Super-Cache, I haven&#8217;t gotten around to seriously debugging it.  So I don&#8217;t know if it has anything to do with my plugin.  Actually, it probably doesn&#8217;t, since it runs <em>within</em> the digest-building code.</p>
<p>For what it&#8217;s worth, Friday posted only two copies of the digest. I only found one item worth saving, though. (Well, two, but I expanded the other one into this post.)</p>
<p>I guess it still needs some testing. When I&#8217;m sure it&#8217;s working properly, I&#8217;ll post the code.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/11/13/tt-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Wednesday</title>
		<link>http://www.hyperborea.org/journal/archives/2009/10/07/appwednesday/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/10/07/appwednesday/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/10/07/line-items-for-2009-10-07/</guid>
		<description><![CDATA[For the record: With Twitter I generally use Twhirl on the desktop and Twidroid on my phone. #appwednesday #
Copyright &#169; 2009 Kelson Vibber and/or Katherine Foreman. This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin. [...]]]></description>
			<content:encoded><![CDATA[<p>For the record: With Twitter I generally use <a href="http://www.twhirl.org/">Twhirl</a> on the desktop and <a href="http://twidroid.com/">Twidroid</a> on my phone. #<a href="http://search.twitter.com/search?q=%23appwednesday" class="aktt_hashtag">appwednesday</a> <a href="http://twitter.com/KelsonV/statuses/4696000053" class="aktt_tweet_time">#</a></p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/10/07/appwednesday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Line Items for 2009-10-02</title>
		<link>http://www.hyperborea.org/journal/archives/2009/10/02/line-items-for-2009-10-02/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/10/02/line-items-for-2009-10-02/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 02:00:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Strange World]]></category>
		<category><![CDATA[Butterfly Boucher]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/10/02/line-items-for-2009-10-02/</guid>
		<description><![CDATA[
Why do people get take-out fast food, then sit and eat it in their car in the parking lot, idling with the AC on? #
Cool! Butterfly Boucher&#8217;s &#8220;For The Love Of Love&#8221; is today&#8217;s Free Song of the Day on Amazon MP3! #
Problem: Twitter trending topics are quickly flooded with in-jokes &#38; spam. There&#8217;s no [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Why do people get take-out fast food, then sit and eat it in their car in the parking lot, idling with the AC on? <a href="http://twitter.com/KelsonV/statuses/4564297627" class="aktt_tweet_time">#</a></li>
<li>Cool! Butterfly Boucher&#8217;s &#8220;For The Love Of Love&#8221; is today&#8217;s <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FMP3-Music-Download%2Fb%3Fie%3DUTF8%26node%3D163856011%26ref%255F%3Dsa%255Fmenu%255Fdmusic1&#038;tag=hyperborea-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=390957">Free Song of the Day on Amazon MP3</a>! <a href="http://twitter.com/KelsonV/statuses/4565030464" class="aktt_tweet_time">#</a></li>
<li>Problem: Twitter trending topics are quickly flooded with in-jokes &amp; spam. There&#8217;s no context if you don&#8217;t already know what they&#8217;re about <a href="http://twitter.com/KelsonV/statuses/4566180910" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/10/02/line-items-for-2009-10-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What the Heck is a &#8220;Pilule?&#8221;</title>
		<link>http://www.hyperborea.org/journal/archives/2009/09/28/whats-a-pilule/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/09/28/whats-a-pilule/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 02:51:48 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Spam]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[lol_spam]]></category>
		<category><![CDATA[pharmaceuticals]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=5416</guid>
		<description><![CDATA[Spammers have been using misspellings, synonyms and malapropisms for years now.  Lately I&#8217;ve been seeing a lot of Viagra/Cialis/etc. spam using the word &#8220;pilule&#8221; instead of &#8220;pill.&#8221; At first they&#8217;d just find misspellings for the drug name, but I guess some filters are blocking or scoring on &#8220;pill,&#8221; so they&#8217;ve substituted words for that&#8230;including [...]]]></description>
			<content:encoded><![CDATA[<p>Spammers have been using misspellings, synonyms and malapropisms for years now.  Lately I&#8217;ve been seeing a lot of Viagra/Cialis/etc. spam using the word &#8220;pilule&#8221; instead of &#8220;pill.&#8221; At first they&#8217;d just find misspellings for the drug name, but I guess some filters are blocking or scoring on &#8220;pill,&#8221; so they&#8217;ve substituted words for that&#8230;including the hilariously ironic &#8220;soft&#8221;  as an abbreviation for &#8220;soft tabs.&#8221; (Comments on this post are going to give Akismet a workout, aren&#8217;t they?)</p>
<p>Anyway, I found it odd that so many different spams would use the <strong>same</strong> obfuscation, particularly since it looked like it was just adding letters.  So I looked it up.</p>
<p>It turns out that <strong><i>pilule</i> is a real word</strong>. According to <a href="http://www.merriam-webster.com/dictionary/pilule">Merriam-Webster</a>, it entered the English language from French around 1543.  Sadly, it doesn&#8217;t refer to a <a href="http://spamusement.com/forums/viewtopic.php?f=4&#038;t=11999" title="Spamusement by Clueless: A magic pilule to make your lady happy.">cute magical creature</a>, but to a small pill &#8212; which means that (wonder of wonders) the spammers are actually using it correctly!</p>
<p>One question remained: was it simply an obscure word, or an archaic one?  I did a <a href="http://books.google.com/books?q=pilule&#038;btnG=Search+Books">search on Google Books</a> and came up with mostly medical texts dating from the 19th century.  Just about every match in the first 15 pages was either:</p>
<ul>
<li>An English-language medical text published between 1830 and 1930.</li>
<li>French.</li>
</ul>
<p>The few cases where I thought I&#8217;d found a more recent reference turned out to be reprints of older material.</p>
<p>So it looks like the word died out (in English, anyway) during the 20th century until spammers exhumed its corpse and pressed it into service.</p>
<h3>Side Note: Twitterspam</h3>
<p>On Friday, I posted the discovery to Twitter on @<a href="http://twitter.com/lol_spam">lol_spam</a>, then retweeted it on KelsonV.  Within 15 minutes, lol_spam picked up 45 new followers and KelsonV picked up 40.  They were all obviously bots:</p>
<ul>
<li>From the time that the second post was made, each of them followed both accounts, making it obvious they were automatically following based on a keyword search.</li>
<li>They all used the same scheme for the user name (first name + first 2 or 3 letters of last name + short number).</li>
<li>Many of them shared name components, as if a random generator were taking a list of first names and a list of last names and mixing them together.</li>
<li>None of them had posted a single tweet. I suspect that if I&#8217;d been foolish enough to follow any of them back, they would have started spamming me with links via direct message. (I caught a subtle one last week: someone had posted a series of inane tweets for the first couple of weeks, then switched to all tooth-whitening links.)</li>
<li>Several profile photos appeared on more than one account.</li>
<li>Many of them were following upwards of 1,000 users. (After the first few, I stopped looking at the numbers.)</li>
<li><em>All</em> of them claimed to be women. (A majority? That I could believe.  But e<em>very single one</em> of them?)</li>
</ul>
<p>I will give them credit for using ordinary-looking snapshots of women with a wide variety of appearances, rather than going for the lingerie, downblouse, outright nude (the spam filters <em>are</em> going to be busy, aren&#8217;t they?) and other sexy (or &#8220;sexy&#8221;) poses that usually show up on these. They actually looked like photos real people might use on their profiles.</p>
<p>Nice try, spambots.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/09/28/whats-a-pilule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@LOL_Spam: Sometimes You&#8217;ve Gotta Laugh</title>
		<link>http://www.hyperborea.org/journal/archives/2009/09/04/making-lol-spam/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/09/04/making-lol-spam/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 14:00:45 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[lol_spam]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=5080</guid>
		<description><![CDATA[Sometimes you&#8217;ve just got to laugh, you know?
I remember getting my first piece of spam in college, in the days before anyone bothered with filters because spam was so rare, and thinking, &#8220;this could get bad.&#8221;  Talk about the understatement of the decade!  Since the mid-1990s, recipients and sysadmins have come up with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/lol_spam"><img src="http://www.hyperborea.org/journal/wp-content/uploads/2009/08/lolspam.png" alt="lol_spam" title="lol_spam" width="100" height="100" class="alignright size-full wp-image-5081" /></a>Sometimes you&#8217;ve just got to laugh, you know?</p>
<p>I remember getting my first piece of spam in college, in the days before anyone bothered with filters because spam was so rare, and thinking, &#8220;this could get bad.&#8221;  Talk about the understatement of the decade!  Since the mid-1990s, recipients and sysadmins have come up with more and more elaborate ways to block the annoyance, and the spammers have developed ever more convoluted ways to get around our filters.</p>
<p>And sometimes, those convolutions are <strong>frakking hilarious</strong>.</p>
<p>Weird word substitutions, funny misspellings (deliberate and otherwise), utter nonsense, creative euphemisms and more lurk in the world&#8217;s junk mail folders. Half of the <a href="http://www.hyperborea.org/journal/archives/category/tech/spam/">spam category</a> on this blog isn&#8217;t serious commentary &#8212; it&#8217;s examples of clueless or unintentionally funny quotes from actual spam.</p>
<h3>All-New Spams Just For You!</h3>
<p>These are all quotes (mostly subjects) from spam I&#8217;ve seen:</p>
<ul>
<li><strong>Pirate spam:</strong> first ten picks of the day in the marrrrrket</li>
<li><strong>Ghost spam:</strong> Reeeeeeegaiiin your yooooouth with Humaaaaaaan Grooooowth Hoormooooooone!</li>
<li><strong>Crazy spam:</strong> I’m looking for a good trans_universal transportation unit. </li>
<li><strong>Recipe spam:</strong> The Zucchini Loaf recipe is not for me</li>
<li><strong>Auto-spam:</strong> Sincerely, Random Name</li>
<li><strong>Euphemism spam:</strong> Make your love torpedo drive all the way to her tanker.</li>
<li><strong>Word Salad spam:</strong> Dear me, that evil car sensibly stung out of this suspicious slot tipps.</li>
<li><strong>Not-What-They-Meant spam:</strong> The way to her heart is through her wrist</li>
<li><strong>Random Star Trek spam:</strong> trill boxing</li>
<li><strong>Book Quote spam:</strong> Mazrim Taim was one of those, raising an army and ravaging Saldaea before he was taken. <small>[Believe it or not, this is <a href="http://www.hyperborea.org/journal/archives/2007/08/19/wot-spam/">not the only <i>The Wheel of Time</i> spam</a> I've seen!]</small></li>
</ul>
<p>A few weeks ago I realized most of these were really short, and I&#8217;d been posting them to Twitter.  Why not set up a dedicated account for spam humor?  So I set up @<a href="http://twitter.com/lol_spam">lol_spam</a> and started posting the funnier subjects I came across, usually with a comment.</p>
<p>I was definitely inspired by the webcomic <a href="http://spamusement.com/">Spamusement</a>, but I can&#8217;t draw worth beans.  A line of snarky commentary?  <em>That</em> I can do!  And I was almost certainly influenced by artist Linzie Hunter&#8217;s <a href="http://www.flickr.com/photos/linzie/sets/72157602417089145/">Spam one-liner postcards</a>, though I&#8217;d somehow forgotten about them until someone posted a link to the set yesterday.</p>
<h3>How I Got 6 Followers on Twitter! (And You Can Too!)</h3>
<p>Where am I getting the spam quotes?</p>
<ul>
<li>Spam sent to me (most of it in the discards, fortunately).</li>
<li>Spam sent to the postmaster/admin accounts where I work.</li>
<li>Spam sent to our spamtraps.</li>
</ul>
<p><strong>I see a <em>lot</em> of spam</strong>, and I don&#8217;t want to simply flood people&#8217;s Twitter streams with, well, more of it, so I&#8217;m using <a href="http://futuretweets.com/">FutureTweets</a> to spread things out to a more manageable 1 or 2 posts per day. At the moment I&#8217;m almost 3 weeks ahead.</p>
<p>I&#8217;m also keeping an eye on a <a href="http://search.twitter.com/search?q=spam+subject">twitter search for &#8220;spam subject&#8221;</a> and retweeting the funniest ones.</p>
<h3>Bringing the Funny</h3>
<p>So if you use Twitter, <strong>take a look at @<a href="http://twitter.com/lol_spam">lol_spam</a></strong>. Who knows?  You just might laugh!</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/09/04/making-lol-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Video, Watch Spam, Weird Al &amp; Twidroid</title>
		<link>http://www.hyperborea.org/journal/archives/2009/08/28/twidroid-inetleaks/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/08/28/twidroid-inetleaks/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[WeirdAl]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/08/28/line-items-for-2009-08-28/</guid>
		<description><![CDATA[
RT @openvideo: Help open video spread at SXSW— check out our proposals, vote for them, and tell your open video amigos #
RT @lol_spam: Spam subject: &#8220;With our watches precious minutes will go slower.&#8221; So it&#8217;s a selling point that they don&#8217;t keep time correctly? #
Aha! My $6 of Amazon MP3 Store credit lines up perfectly [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @<a href="http://twitter.com/openvideo" class="aktt_username">openvideo</a>: <a href="http://openvideoalliance.org/2009/08/ova-at-sxsw-help-us-spread-the-gospel/">Help open video spread at SXSW</a>— check out our proposals, vote for them, and tell your open video amigos <a href="http://twitter.com/KelsonV/statuses/3609918794" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/lol_spam" class="aktt_username">lol_spam</a>: Spam subject: &#8220;With our watches precious minutes will go slower.&#8221; So it&#8217;s a selling point that they don&#8217;t keep time correctly? <a href="http://twitter.com/KelsonV/statuses/3609977562" class="aktt_tweet_time">#</a></li>
<li>Aha! My $6 of Amazon MP3 Store credit lines up perfectly w/ Weird Al Yankovic&#8217;s $5.99 <a href="http://www.amazon.com/gp/product/B002LHY37Q?ie=UTF8&#038;tag=hyperborea-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002LHY37Q">&#8220;Internet Leaks&#8221; EP</a>! <a href="http://twitter.com/KelsonV/statuses/3611222860" class="aktt_tweet_time">#</a></li>
</ul>
<h3>Twitter Apps</h3>
<ul class="aktt_tweet_digest">
<li>Ugh. New <a href="http://twidroid.com/">Twidroid</a> hides tweet button behind menu. I hated that in other Twitter apps. It&#8217;s like they took away the Easy Button. <a href="http://twitter.com/KelsonV/statuses/3613640739" class="aktt_tweet_time">#</a></li>
<li><a href="http://www.hyperborea.org/journal/archives/2009/07/14/twitter-android/">What I like about Twidroid</a>: streamlines common tasks (less so in 2.5), custom notifications per type. <a href="http://twitter.com/KelsonV/statuses/3613790126" class="aktt_tweet_time">#</a></li>
<li>Also: Just realized the &#8220;busy&#8221; animation in the <strong>ada</strong> titlebar is actually a miniature game of Pong. <a href="http://twitter.com/KelsonV/statuses/3613796593" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/08/28/twidroid-inetleaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweet Cleanup in Progress</title>
		<link>http://www.hyperborea.org/journal/archives/2009/08/27/tweet-cleanup/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/08/27/tweet-cleanup/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 03:48:16 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=4995</guid>
		<description><![CDATA[Following through on my thoughts on blogging with Twitter, I&#8217;ve started going through and cleaning up the imported Twitter digests made over the past 10 months.  Some of the things I&#8217;m doing:

Rewriting titles to be more meaningful than &#8220;Line Items for YYYY-MM-DD&#8221;
Rewriting post slugs for the same reason.  (WordPress will remember the old [...]]]></description>
			<content:encoded><![CDATA[<p>Following through on my <a href="http://www.hyperborea.org/journal/archives/2009/08/16/rethinking-twitterblog/">thoughts on blogging with Twitter</a>, I&#8217;ve started going through and cleaning up the imported Twitter digests made over the past 10 months.  Some of the things I&#8217;m doing:</p>
<ul>
<li>Rewriting titles to be more meaningful than &#8220;Line Items for YYYY-MM-DD&#8221;</li>
<li>Rewriting post slugs for the same reason.  (WordPress will remember the old URL and redirect it, so it won&#8217;t break incoming links.)</li>
<li>Adding tags and categories</li>
<li>Reformatting single-item lists as very short posts.</li>
<li>Reformatting links and expanding shortened URLs (which I&#8217;ve been doing for a while now).</li>
<li>Pulling the &#8220;Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>&#8221; link from the shortest posts, generally those with only one or two items, so that it doesn&#8217;t end up dominating the related-posts data.</li>
<li>Removing redundant items. No need to keep, for instance, a link to an article when it&#8217;s followed by a post with detailed commentary on the same article. Or a link to a phone photo that&#8217;s followed by a post embedding the same photo, or one of the same subject taken with a better camera.</li>
<li>Removing really trivial items.  Though I&#8217;m not always sure where to draw the line.</li>
<li>Fixing, replacing, or just dropping dead links.</li>
<li><b>Update:</b> Uploading photos to show them inline instead of linked. Especially when the original link is dead.</li>
</ul>
<p>I&#8217;ll be updating a few posts at a time for the next week or so, but it should be manageable once I&#8217;m caught up.</p>
<p>Meanwhile, I&#8217;ve separated my LiveJournal from my Twitter account. There&#8217;s no sense in maintaining <b>two</b> archives of ephemera, so I&#8217;ve decluttered my LJ: Any &#8220;Line Items&#8221; that didn&#8217;t have comments are gone, and the few that did now have proper titles, tags, userpics, etc.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/08/27/tweet-cleanup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raptors and Snow Leopard</title>
		<link>http://www.hyperborea.org/journal/archives/2009/08/26/raptors-leopard/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/08/26/raptors-leopard/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[dinosaurs]]></category>
		<category><![CDATA[dreams]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/08/26/line-items-for-2009-08-26/</guid>
		<description><![CDATA[
Dreamed I was looking at photos of seagulls by @brionv, who kept joking about how velociraptors were a lot smaller than they used to be. #
Hmm, the $4 I saved ordering Snow Leopard through Amazon almost covers the $5 for Twidroid Pro due the same day #

Copyright &#169; 2009 Kelson Vibber and/or Katherine Foreman. This [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Dreamed I was looking at photos of seagulls by @brionv, who kept joking about how velociraptors were a lot smaller than they used to be. <a href="http://twitter.com/KelsonV/statuses/3557895584" class="aktt_tweet_time">#</a></li>
<li>Hmm, the $4 I saved <a href="http://www.amazon.com/gp/product/B001AMHWP8?ie=UTF8&#038;tag=hyperborea-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001AMHWP8">ordering Snow Leopard through Amazon</a> almost covers the $5 for <a href="http://twidroid.com/">Twidroid Pro</a> due the same day <a href="http://twitter.com/KelsonV/statuses/3567466896" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/08/26/raptors-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hero, Twidroid, Headlines &amp; Spam</title>
		<link>http://www.hyperborea.org/journal/archives/2009/08/24/hero-twipro-spam/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/08/24/hero-twipro-spam/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Bonnie Tyler]]></category>
		<category><![CDATA[Jim Steinman]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/08/24/line-items-for-2009-08-24/</guid>
		<description><![CDATA[
Just learned &#8220;Holding Out for a Hero&#8221; is cowritten by Jim Steinman. Explains why it keeps turning into &#8220;Good Girls Go to Heaven&#8221; in my head #
Yeah, I&#8217;d be willing to spend $5 for the additional features in @Twidroid Pro. #
Writing for Twitter via @NNgroup #
Spam vs SPAM. I suspect  it&#8217;s way too late [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Just learned &#8220;Holding Out for a Hero&#8221; is cowritten by Jim Steinman. Explains why it keeps turning into &#8220;Good Girls Go to Heaven&#8221; in my head <a href="http://twitter.com/KelsonV/statuses/3508161758" class="aktt_tweet_time">#</a></li>
<li>Yeah, I&#8217;d be willing to spend $5 for the <a href="http://twidroid.com/features/">additional features</a> in @<a href="http://twitter.com/Twidroid" class="aktt_username">Twidroid</a> Pro. <a href="http://twitter.com/KelsonV/statuses/3515576126" class="aktt_tweet_time">#</a></li>
<li><a href="http://www.useit.com/alertbox/twitter-iterations.html">Writing for Twitter</a> via @<a href="http://twitter.com/NNgroup" class="aktt_username">NNgroup</a> <a href="http://twitter.com/KelsonV/statuses/3518792802" class="aktt_tweet_time">#</a></li>
<li><a href="http://blogs.zdnet.com/perlow/?p=10971">Spam vs SPAM</a>. I suspect  it&#8217;s way too late to close the barn door on this one. Kinda like &#8220;hacker.&#8221; <a href="http://twitter.com/KelsonV/statuses/3523133203" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/08/24/hero-twipro-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mars, Twitter Stats, TTW etc.</title>
		<link>http://www.hyperborea.org/journal/archives/2009/08/17/mars-stats-ttw/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/08/17/mars-stats-ttw/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Sci-Fi/Fantasy]]></category>
		<category><![CDATA[chocolate]]></category>
		<category><![CDATA[Mars]]></category>
		<category><![CDATA[Space]]></category>
		<category><![CDATA[time travel]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/08/17/line-items-for-2009-08-17/</guid>
		<description><![CDATA[
RT @lol_spam Irony: Someone just sent me email spam plugging the spam control features of their Twitter client. *headdesk* #
Very cool! RT @ThisIsTrue COOL pic: Mars Orbiter gets photo of Mars rover, including tire tracks.  #nasa #
Interesting: graphs of your Twitter usage by hour, day, replies, retweets, etc. tweetstats.com #
Kinda wanted to see Time [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @<a href="http://twitter.com/lol_spam" class="aktt_username">lol_spam</a> Irony: Someone just sent me email spam plugging the spam control features of their Twitter client. *headdesk* <a href="http://twitter.com/KelsonV/statuses/3364680652" class="aktt_tweet_time">#</a></li>
<li>Very cool! RT @<a href="http://twitter.com/ThisIsTrue" class="aktt_username">ThisIsTrue</a> COOL pic: Mars Orbiter gets <a href="http://www.onorbit.com/node/1389">photo of Mars rover</a>, including tire tracks.  #<a href="http://search.twitter.com/search?q=%23nasa" class="aktt_hashtag">nasa</a> <a href="http://twitter.com/KelsonV/statuses/3364707659" class="aktt_tweet_time">#</a></li>
<li>Interesting: graphs of your Twitter usage by hour, day, replies, retweets, etc. <a href="http://tweetstats.com/">tweetstats.com</a> <a href="http://twitter.com/KelsonV/statuses/3366530543" class="aktt_tweet_time">#</a></li>
<li>Kinda wanted to see Time Traveler&#8217;s Wife, but ad campaign &amp; insistence that it&#8217;s not scifi are pushing me away. Low tomatometer not helping. <a href="http://twitter.com/KelsonV/statuses/3367601799" class="aktt_tweet_time">#</a></li>
<li>Note to self: No more light chocolate syrup. 50% less calories/carbs doesn&#8217;t help if you have to use twice as much to match the flavor. <a href="http://twitter.com/KelsonV/statuses/3376818936" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/08/17/mars-stats-ttw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rethinking the Twitter/Blog Connection</title>
		<link>http://www.hyperborea.org/journal/archives/2009/08/16/rethinking-twitterblog/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/08/16/rethinking-twitterblog/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 01:27:42 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=4793</guid>
		<description><![CDATA[For most of a year I&#8217;ve been using Twitter Tools to link my blogs to Twitter, both announcing new blog posts on Twitter and creating digests of Twitter posts on the blog.  The benefit of announcing blog updates on Twitter is obvious. Some of the reasons to pull things the other way include:

It reminds [...]]]></description>
			<content:encoded><![CDATA[<p>For most of a year I&#8217;ve been using Twitter Tools to link my blogs to Twitter, both announcing new blog posts on Twitter and creating digests of Twitter posts on the blog.  The benefit of announcing blog updates on Twitter is obvious. Some of the reasons to pull things the other way include:</p>
<ul>
<li>It reminds your blog readers that you are on Twitter.</li>
<li>You still have <em>something</em> new even when you can&#8217;t write a new post.</li>
<li>You have your own archive, in case Twitter goes out of business, loses its data, or just won&#8217;t let you search old posts.</li>
</ul>
<p>In cleaning up old digests, though, I&#8217;ve come to realize that <strong>some tweets just don&#8217;t offer much value as blog entries</strong>.  Sometimes it&#8217;s redundancy, and sometimes it&#8217;s just that what&#8217;s posted just doesn&#8217;t stand up by itself.</p>
<h3>Not Worth Blogging</h3>
<p>Some examples:</p>
<p><strong>Blog post announcements.</strong> &#8211; The actual content is already on your blog, so you don&#8217;t need an extra post linking back.  Twitter Tools already filters out the ones it generates itself, but every once in a while I&#8217;ll make an &#8220;in case you missed it&#8221; tweet.</p>
<p><strong>Conversation fragments.</strong> This is sort of like preserving half a phone call.</p>
<p><strong>Pre-blog posts.</strong> &#8211; Sometimes I&#8217;ll post a brief thought on Twitter, then later that day (or week) I&#8217;ll expand on it. There&#8217;s not much point in keeping both the rough draft and the final.</p>
<p><strong>Dead Links.</strong> &#8211; I&#8217;m really not sure what to do with these. The worst ones are the photo posts, since Phodroid seems to have either taken down or moved all its old content. When I post links to the blog I can usually add some commentary that&#8217;s worth preserving, but with Twitter you often don&#8217;t have room for both description and commentary, and you have to pick one. &#8220;This looks interesting&#8221; followed by a 404&#8230;isn&#8217;t interesting.  <strong>Update:</strong> I realized I have the photos on my computer. So I just tracked the photos down by date, looked to see what fit the description, and uploaded the photo to the blog post.</p>
<h3>Decisions</h3>
<p>At first I figured I&#8217;d switch this blog from a daily digest to a weekly one (like I do at <a href="http://speedforce.org/">Speed Force</a>) so that the Twitter posts don&#8217;t clutter up the blog too badly.  Then I realized that a daily digest <strong>does</strong> have an advantage: at the rate I usually post to Twitter, a daily post is more likely to consist of posts on a single theme.</p>
<p>I briefly considered adopting the <strong>weekly link round-up</strong> format used by <a href="http://www.greatwhitesnark.com/">Great White Snark</a>: manually-selected highlights. It requires a little more work, but in the end it&#8217;s probably more valuable to blog readers than a full record of everything I&#8217;ve posted on another service.</p>
<p>For now, I think I&#8217;ll keep things the way they are both here and at Speed Force, but be a bit more aggressive on cleaning up the auto-generated digests. Here, that&#8217;ll probably include deleting the occasional post.</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/08/16/rethinking-twitterblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Homepage Redesign</title>
		<link>http://www.hyperborea.org/journal/archives/2009/07/29/twitter-redesign/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/07/29/twitter-redesign/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/07/29/line-items-for-2009-07-29/</guid>
		<description><![CDATA[New Twitter home page: good move emphasizing conversation &#38; search over &#8220;What are you doing?&#8221; &#38; soup. #
Copyright &#169; 2009 Kelson Vibber and/or Katherine Foreman. This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.twitter.com/2009/07/new-front-page.html">New Twitter home page</a>: good move emphasizing conversation &amp; search over &#8220;What are you doing?&#8221; &amp; soup. <a href="http://twitter.com/KelsonV/statuses/2914437725" class="aktt_tweet_time">#</a></p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/07/29/twitter-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking for a Good Android Twitter App</title>
		<link>http://www.hyperborea.org/journal/archives/2009/07/14/twitter-android/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/07/14/twitter-android/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:44:28 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[ComicCon]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=4531</guid>
		<description><![CDATA[I&#8217;ve been having trouble trying to find a good Twitter app for my Android phone.
Actually, that&#8217;s not entirely true.  I&#8217;m extremely happy with Twidroid, which I&#8217;ve been using since I got the phone.  The problem is that I need a good second app, because I have two accounts I want to use.
I ♥ [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having trouble trying to find a good Twitter app for my Android phone.</p>
<p>Actually, that&#8217;s not entirely true.  I&#8217;m extremely happy with <a href="http://twidroid.com/">Twidroid</a>, which I&#8217;ve been using since I got the phone.  The problem is that I need a good <strong>second</strong> app, because I have two accounts I want to use.</p>
<h3>I ♥ Twidroid</h3>
<p>I keep going back to Twidroid for two main reasons:</p>
<ul>
<li>It lets me do everything I want to do with Twitter on my phone.</li>
<li>It makes the most common tasks as streamlined as possible.</li>
</ul>
<p>That second item is really the key.  Most other Twitter apps I&#8217;ve tried tend to get in the way.  Want to post something new? Hit the menu button, then choose an item from a pop-up toolbar.  Want to open a link? Press and hold, then select from a big long menu.</p>
<p>With Twidroid, buttons for posting a new tweet, showing replies, posting/viewing direct messages, and refreshing the view are right there at the bottom of the screen.  One tap and you&#8217;re posting. One tap and you&#8217;re pulling in new messages. One tap and you&#8217;re looking at replies. And you open links by tapping a message, not pressing and holding.</p>
<p>It&#8217;s like the &#8220;easy button&#8221; from the Staples commercials.</p>
<p>Twidroid also ties in to the Android OS, making it easy to share a link directly from the browser, or share a photo directly from the image gallery.</p>
<p>Another nice feature is that it can break down background notifications by category.  If I want it to check for replies and direct messages and sound an alert, but not worry about general posts until I look, I can tell it to do so.</p>
<h3>I Tweet</h3>
<p><a href="http://www.multiplefacets.com/application_twitter.html">I Tweet</a> ($2.99) is very close, and I&#8217;ve been using it as my secondary app for several months.  It ties into the OS, does photo uploads and URL shortening, lets me customize notifications, etc&#8230; but it has a tendency to get in the way. The user interface is pretty, but cluttered.  The things I want to do most often require multiple taps (or worse, press-and-hold, like opening a link).</p>
<p>The worst part is that if I don&#8217;t let it check periodically for new messages, I can&#8217;t tell it to pull in new ones when I launch it&#8230; and it won&#8217;t always retrieve older posts. If I post something before hitting refresh (which is hidden behind the menu button), it won&#8217;t pull in anything further back than the post I just made.</p>
<h3>Trial and Error</h3>
<p>At this point, I&#8217;ve got my personal account @KelsonV set up on Twidroid. That&#8217;s the one I have linked to this blog and to Facebook. I&#8217;ve got @SpeedForceOrg running on I Tweet.  I&#8217;ve been using it a lot lately with the lead-up to <a href="http://comic-con.org/cci/">Comic-Con International</a>, and those few problems have started really bothering me.</p>
<p>So I tried a bunch of others this weekend.</p>
<ul>
<li><strong>Twitli</strong> &#8211; I used this one for a while a few months ago, but it was kind of buggy. The last straw came when I was trying to upload a photo during WonderCon, and I switched the account to Twidroid for the duration of the con. I only gave it a glance this time around.</li>
<li><a href="http://www.loquaciousapps.com/loquacious/"><strong>Loquacious</strong></a> &#8211; nice w/ multiple accounts &#038; photo integration, but incomplete. No notifications, can&#8217;t share a link from browser &#8212; heck, no settings at all other than login+password and filters.  Either that or the demo is crippleware in addition to being time-limited. Also, suffers from press-n-hold syndrome like I Tweet.</li>
<li><strong>Twitta</strong> &#8211; too basic.
</li>
<li><strong>Twit2go</strong> &#8211; Photo uploads worked decently, and it was able to do notifications the way I wanted, but it didn&#8217;t hook into the OS as well as Twidroid or I Tweet.  And it was yet another case of press-and-hold to open a menu that includes opening links.  I decided to stick with it for a few days, though, and was pleasantly surprised to see that it <em>did</em> pull new messages automatically when opened, so I wouldn&#8217;t have to worry about missing anything. Gave up on it when I tried to retweet a post that ended up being too long, and rather than let me edit it down to size it just cut off the end&#8230;which happened to be the link.</li>
</ul>
<p>So I&#8217;m back to Twidroid and I Tweet for now.  I&#8217;ll probably end up swapping the accounts again and putting SpeedForceOrg on Twidroid, since that&#8217;s the one I&#8217;m likely to be using most during the con. *sigh* Why do I have to make things more complicated for myself than they have to be?</p>
<p><b>Update:</b> A few months after I wrote this, Twidroid released <strong>Twidroid Pro</strong>, which adds several features on top of the free version&#8230;including multiple accounts!</p>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/07/14/twitter-android/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitpocalypse Tweets</title>
		<link>http://www.hyperborea.org/journal/archives/2009/06/12/twitpocalypse-tweeting/</link>
		<comments>http://www.hyperborea.org/journal/archives/2009/06/12/twitpocalypse-tweeting/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 06:30:00 +0000</pubDate>
		<dc:creator>Kelson</dc:creator>
				<category><![CDATA[Computers/Internet]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitpocalypse]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hyperborea.org/journal/archives/2009/06/12/line-items-for-2009-06-12/</guid>
		<description><![CDATA[
Blaming Twitter for the #twitpocalypse is like blaming the Gregorian calendar for Y2K. #
The Twitpocalypse Explained, in layman&#39;s terms. #
Twidroid seems to have survived the twitpocalypse #
Schadenfreude: amused that #twitpocalypse hit iPhone&#39;s @twitterrific but not Android&#39;s @twidroid #
Oh good, updates are done! I can go home now! And put on some music to get Avenue [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Blaming Twitter for the #<a href="http://search.twitter.com/search?q=%23twitpocalypse">twitpocalypse</a> is like blaming the Gregorian calendar for Y2K. <a href="http://twitter.com/KelsonV/statuses/2137791307" class="aktt_tweet_time">#</a></li>
<li><a href="http://www.hyperborea.org/journal/archives/2009/06/12/the-twitpocalypse-explained/">The Twitpocalypse Explained</a>, in layman&#39;s terms. <a href="http://twitter.com/KelsonV/statuses/2147491192" class="aktt_tweet_time">#</a></li>
<li>Twidroid seems to have survived the twitpocalypse <a href="http://twitter.com/KelsonV/statuses/2148068656" class="aktt_tweet_time">#</a></li>
<li>Schadenfreude: amused that #twitpocalypse hit iPhone&#39;s @<a href="http://twitter.com/twitterrific">twitterrific</a> but not Android&#39;s @<a href="http://twitter.com/twidroid">twidroid</a> <a href="http://twitter.com/KelsonV/statuses/2148318551" class="aktt_tweet_time">#</a></li>
<li>Oh good, updates are done! I can go home now! And put on some music to get Avenue Q out of my head. <a href="http://twitter.com/KelsonV/statuses/2148515464" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><small>Copyright &copy; 2009 Kelson Vibber and/or Katherine Foreman.<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. Permission granted to Planet Antispam and LiveJournal syndication feed ksquaredramblin.  If this content is not in your news reader or one of the sites listed above, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: bc1c453a98ff79bab5c4fca2d890469d (38.107.191.91) )</small> <a href="http://www.hudson-family.co.uk/extremecorticate.php?source=673"></a>]]></content:encoded>
			<wfw:commentRss>http://www.hyperborea.org/journal/archives/2009/06/12/twitpocalypse-tweeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
