<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2010-03-08:484320</id>
  <title>Coyote Cartography</title>
  <subtitle>a scrapbook of travels, real &amp; virtual</subtitle>
  <author>
    <name>chipotle</name>
  </author>
  <link rel="alternate" type="text/html" href="https://chipotle.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://chipotle.dreamwidth.org/data/atom"/>
  <updated>2017-07-22T18:01:33Z</updated>
  <dw:journal username="chipotle" type="personal"/>
  <entry>
    <id>tag:dreamwidth.org,2010-03-08:484320:207018</id>
    <link rel="alternate" type="text/html" href="https://chipotle.dreamwidth.org/207018.html"/>
    <link rel="self" type="text/xml" href="https://chipotle.dreamwidth.org/data/atom/?itemid=207018"/>
    <title>A new home</title>
    <published>2017-07-22T18:01:33Z</published>
    <updated>2017-07-22T18:01:33Z</updated>
    <category term="publishing"/>
    <category term="wordpress"/>
    <dw:security>public</dw:security>
    <dw:reply-count>1</dw:reply-count>
    <content type="html">&lt;div class="e-content"&gt;Over the years, I&amp;#8217;ve ended up with multiple &amp;#8220;presences&amp;#8221; online:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;The original Coyote Tracks, hosted at Tumblr&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&amp;#8220;Coyote Prints,&amp;#8221; an attempt at a writing news-ish weblog, generated with Jekyll&lt;/li&gt;&lt;br /&gt;&lt;li&gt;My Ranea.org website, made with a hacky homebrew static site generator&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The occasional foray onto Medium&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;That&amp;#8217;s not even inclusive of earlier attempts at this, like a LiveJournal and, before that, a very simple bloggy thing that worked by putting files with names like &lt;code&gt;1999-01-01-entry.txt&lt;/code&gt; in a specific directory that were picked up by a small PHP script. (That was back in the days when PHP was just used to embed bits of interactivity in HTML pages, just like that, which is something it&amp;#8217;s pretty good at. I&amp;#8217;m pretty sure I was doing that in early 1998, which by some measure might make me one of the earliest bloggers, or would if there had been just &lt;em&gt;one damn person&lt;/em&gt; reading my home page.)&lt;/p&gt;&lt;br /&gt;&lt;p&gt;While this hodgepodge of bloglike objects had good intentions&amp;#8212;separation of concerns, trying new platforms, keeping up with the cool kids&amp;#8212;it&amp;#8217;s become too unwieldy. The decision where to post is sometimes kind of arbitrary. Many of the people who read about my writing are interested in tech; while the reverse isn&amp;#8217;t as true, I&amp;#8217;d actually kinda like to expose some of my tech audience to my writing, especially stories that involve techy things.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;A bigger concern, though, comes down to fully controlling my own content.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This isn&amp;#8217;t a new concern; Marco Arment was writing about &lt;a href="https://marco.org/2011/07/11/own-your-identity"&gt;owning your identity&lt;/a&gt; back in 2011. Some blogging services let you bring your own domain&amp;#8212;Tumblr does it for free, which is why you go to &lt;code&gt;tracks.ranea.org&lt;/code&gt; instead of &lt;code&gt;chipotle.tumblr.com&lt;/code&gt;&amp;#8212;and others, like WordPress.com, let you do it for a modest charge. Medium makes it possible, but only for publications (and at a fairly high cost); many other services don&amp;#8217;t offer this at all.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;So: Welcome to &lt;code&gt;coyotetracks.org&lt;/code&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;But while owning your online identity is necessary, it&amp;#8217;s not sufficient: you need to own your content, too. I don&amp;#8217;t mean that in a legal sense&amp;#8212;despite the headless chicken dance the internet goes through every time somebody changes their legal boilerplate, no reputable service ever has or ever will tried to steal your copyright. I mean it in an &lt;em&gt;existential&lt;/em&gt; sense.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I still like Tumblr, despite its foibles, but as far as I know it was never profitable on its own, it was never profitable for Yahoo, and it&amp;#8217;s on track to never be profitable for Verizon. As for Medium, I love what it&amp;#8217;s trying to do, or maybe I love what it was trying to last business model and not so much now, or maybe vice-versa, or maybe it was three or four business models ago. What other businesses call pivots, Medium calls Tuesdays.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I&amp;#8217;ll circle back to that, but the upshot is that I decided I needed a POSSE: &amp;#8220;publish own site, syndicate everywhere.&amp;#8221; (Look, I didn&amp;#8217;t make it up.) And that brings me to&amp;#8230;WordPress.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I&amp;#8217;ll be blunt: I don&amp;#8217;t like WordPress. Internally it&amp;#8217;s a dumpster fire, full of arcanely formatted non-&lt;abbr title="Object-Oriented"&gt;OO&lt;/abbr&gt; code, bloated HTML, and a theming engine designed by bipolar squirrels.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;So I looked at other things. I know there are ways to make static site generators quasi-automatic, that Matt Gemmell swears it&amp;#8217;s faster to &lt;a href="http://mattgemmell.com/using-the-ipad-for-blogging-with-jekyll/"&gt;blog from his iPad with Jekyll&lt;/a&gt;. I&amp;#8217;ve done it, with a system not too dissimilar from the one he describes. It works, but I don&amp;#8217;t love it. I&amp;#8217;m comfortable at a shell prompt, but I don&amp;#8217;t want it to be &lt;em&gt;necessary for blogging,&lt;/em&gt; especially if I&amp;#8217;m on an iPad. (I&amp;#8217;m moving back to the Mac for portable writing, but that&amp;#8217;s another post.)&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I also looked at &lt;a href="https://ghost.org"&gt;Ghost&lt;/a&gt;, which started with some fanfare a couple years ago as a modern take on WordPress that focused back on blogging essentials rather than shoehorning in a content management system. Now they&amp;#8217;re a &amp;#8220;professional publishing platform,&amp;#8221; and all their messaging is &lt;em&gt;we are not for you, casual blogger,&lt;/em&gt; pretty much the opposite of their original ideology.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;But I can publish to WordPress right from &lt;a href="https://www.ulyssesapp.com/"&gt;Ulysses&lt;/a&gt;. Or &lt;a href="https://www.red-sweater.com/marsedit/"&gt;MarsEdit&lt;/a&gt;. Or the WordPress web interface, desktop app, or iOS app. The WordPress API is, at least for me, a killer feature. And its ecosystem is unmatched: I have access to thousands of plugins, at least six of which are both worth using and actively maintained.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;So: I&amp;#8217;m still finding my way. I&amp;#8217;ve added a cross-poster which can theoretically post everywhere I want, although I&amp;#8217;m not sure if I&amp;#8217;m going to use its Medium functionality&amp;#8212;I want to be able to vet what it&amp;#8217;s posting before it goes live there, so I&amp;#8217;ll probably just use Medium&amp;#8217;s post importer. And I don&amp;#8217;t want to syndicate &lt;em&gt;everything&lt;/em&gt; everywhere: I want to syndicate selectively. (This post probably won&amp;#8217;t even go to Medium, for instance.)&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The semi-ironic footnote: I don&amp;#8217;t know if this is really going to make me post more, when all is said and done. I&amp;#8217;ve always been guilty of being more interested in building things than running them. But we&amp;#8217;ll see.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=chipotle&amp;ditemid=207018" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
