<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Paul Barker</title>
    <description>The latest articles on DEV Community by Paul Barker (@pbarker).</description>
    <link>https://dev.to/pbarker</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1062449%2F4c8ba7fd-cc22-4a48-bf47-56d6934796e3.jpeg</url>
      <title>DEV Community: Paul Barker</title>
      <link>https://dev.to/pbarker</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pbarker"/>
    <language>en</language>
    <item>
      <title>A quick bash/zsh tip</title>
      <dc:creator>Paul Barker</dc:creator>
      <pubDate>Fri, 19 Apr 2024 07:15:04 +0000</pubDate>
      <link>https://dev.to/pbarker/a-quick-bashzsh-tip-2ijm</link>
      <guid>https://dev.to/pbarker/a-quick-bashzsh-tip-2ijm</guid>
      <description>&lt;p&gt;&lt;code&gt;!&lt;/code&gt; is a valid character in an alias. I use it to mark aliases which run under sudo, for example on my Debian box I have:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;alias e!="sudo ${EDITOR}"
alias a!="sudo apt"
alias s!="sudo systemctl"
alias in!="sudo apt install"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;... and a few others.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>bash</category>
      <category>zsh</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Syndication</title>
      <dc:creator>Paul Barker</dc:creator>
      <pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
      <link>https://dev.to/pbarker/syndication-3f26</link>
      <guid>https://dev.to/pbarker/syndication-3f26</guid>
      <description>&lt;p&gt;Inspired by &lt;a href="https://pluralistic.net/"&gt;Cory Doctorow&lt;/a&gt;, I've been thinking about the IndieWeb idea of &lt;a href="https://pluralistic.net/"&gt;POSSE&lt;/a&gt; (Publish on your Own Site, Syndicate Elsewhere) and how to extend the reach of my blog posts. So I'm trying something new and syndicating blog posts to dev.to.&lt;/p&gt;

&lt;p&gt;dev.to makes this quite nice with native support a "canonical URL" for posts originally published elsewhere. It's also pretty easy to repost existing content to since it supports Markdown (my posts are written in reStructuredText for my website but can be easily converted to Markdown using &lt;a href="https://pandoc.org/"&gt;pandoc&lt;/a&gt;) and future posts can be automatically shared to dev.to via an RSS feed.&lt;/p&gt;

&lt;p&gt;Existing posts on dev.to is variable in quality, and there are &lt;a href="https://dev.to/samuelfaure/is-dev-to-victim-of-its-own-success-1ioj"&gt;multiple&lt;/a&gt; &lt;a href="https://wagslane.dev/posts/collapsing-quality-of-devto/"&gt;posts&lt;/a&gt; criticising the platform for low-quality blogspam, but I don't think that's a reason to avoid posting to the platform (as long as it's not the exclusive home to your posts). My goal here is to extend the reach of my writing, not to gain some sort of prestige-by-association from the sites where I syndicate my posts, so the presence of blogspam on dev.to doesn't put me off from sharing my posts there. And blogspam is sadly a fact of life on any platform that's easy to post to.&lt;/p&gt;

&lt;p&gt;It's also worth noting that I've considered and rejected syndicating my posts to Medium due to their monetisation &amp;amp; obnoxious popups, and SubStack due to their &lt;a href="https://gen.medium.com/substack-is-not-a-neutral-platform-8fc5bdf8e5f2"&gt;problematic hosting of TERFs&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;So, assuming I don't find any reason to cancel this experiment, you'll be able to read my writing at &lt;a href="https://dev.to/pbarker"&gt;dev.to/pbarker&lt;/a&gt; as well as &lt;a href="https://social.afront.org/@pbarker"&gt;on Mastodon&lt;/a&gt; and &lt;a href="https://pbarker.dev"&gt;on my website&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>meta</category>
      <category>writing</category>
      <category>indieweb</category>
    </item>
    <item>
      <title>Using a non-commercial Creative Commons license</title>
      <dc:creator>Paul Barker</dc:creator>
      <pubDate>Mon, 10 Apr 2023 14:34:15 +0000</pubDate>
      <link>https://dev.to/pbarker/using-a-non-commercial-creative-commons-license-3ddn</link>
      <guid>https://dev.to/pbarker/using-a-non-commercial-creative-commons-license-3ddn</guid>
      <description>&lt;p&gt;At the start of 2023 I had a bit of a re-think on how I should license the writing and photographs which I publish to the internet.&lt;/p&gt;

&lt;p&gt;There are well established benefits for allowing free commercial use of free and open source software. But I don't see that the same benefits exist for allowing free commercial re-use of stories, articles, photos, music, painting, etc. These things typically have one primary author or group of authors and it's rare to get significant free contributions (or even want significant contributions) from companies that want to use your work.&lt;/p&gt;

&lt;p&gt;In open source software, we have a mixed history of companies exploiting the commons and companies contributing back to the commons. For more "artistic" works, the history seems to be exclusively of companies exploiting the commons.&lt;/p&gt;

&lt;p&gt;For these reasons, I'm now allowing only non-commercial use of my photography and writing by default. In particular, I'm using the &lt;a href="https://creativecommons.org/licenses/by-nc/4.0/"&gt;Creative Commons Attribution-NonCommercial 4.0 (CC-BY-NC 4.0)&lt;/a&gt; license.&lt;/p&gt;

&lt;p&gt;I'm open to selling commercial re-use licenses for my photos and articles if any company does express interest. I'm also open to contributing content to existing projects under other licenses which do allow commercial use where there is a clear benefit to the commons.&lt;/p&gt;

&lt;p&gt;For software projects, I'll continue to use and recommend open source licenses. My preference is for the &lt;a href="https://www.apache.org/licenses/LICENSE-2.0"&gt;Apache 2.0&lt;/a&gt; license for source code and the &lt;a href="https://creativecommons.org/licenses/by/4.0/"&gt;Creative Commons Attribution 4.0 (CC-BY 4.0)&lt;/a&gt; license for documentation.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>writing</category>
    </item>
  </channel>
</rss>
