<?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>Forem: marcia</title>
    <description>The latest articles on Forem by marcia (@aicra).</description>
    <link>https://forem.com/aicra</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%2F231718%2Fb216d025-33fe-46f8-bade-926dbb093e80.png</url>
      <title>Forem: marcia</title>
      <link>https://forem.com/aicra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/aicra"/>
    <language>en</language>
    <item>
      <title>Linuxfest Northwest presentations 2020</title>
      <dc:creator>marcia</dc:creator>
      <pubDate>Fri, 08 May 2020 03:53:22 +0000</pubDate>
      <link>https://forem.com/aicra/linuxfest-northwest-presentations-2020-gj</link>
      <guid>https://forem.com/aicra/linuxfest-northwest-presentations-2020-gj</guid>
      <description>&lt;p&gt;Here's a bunch of presentations from linuxfest Northwest. My talk was about the dev experience. Not sdks or apis... Focus on documentation development lifecycle and tools for developer experience testing for documentation. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linuxfestnorthwest.org/conferences/2020"&gt;https://www.linuxfestnorthwest.org/conferences/2020&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo:&lt;br&gt;
&lt;a href="https://gitlab.com/remastersys/dx-os"&gt;https://gitlab.com/remastersys/dx-os&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
    </item>
    <item>
      <title>Moving proprietary processes to Free and Open source processes</title>
      <dc:creator>marcia</dc:creator>
      <pubDate>Tue, 18 Feb 2020 13:08:53 +0000</pubDate>
      <link>https://forem.com/aicra/moving-proprietary-processes-to-free-and-open-source-processes-17hj</link>
      <guid>https://forem.com/aicra/moving-proprietary-processes-to-free-and-open-source-processes-17hj</guid>
      <description>&lt;p&gt;Working as a consultant mainly focused in Linux over the past couple decades, I have found there is a significant use of proprietary software in corporations.&lt;br&gt;
After I left the FSF internship, I sought work where I could use Linux, preferably using only free software. &lt;br&gt;
Realizing that this was not an easy task in the early 2000s, I still made the effort.&lt;/p&gt;

&lt;p&gt;I was hired to write Linux essentials basically because after reviewing the chapters from Cisco, yes for some reason they were having Cisco write chapters, I found so many errors and so much plagiarism, they asked me to write it. For this job I dragged in my own Debian machine. &lt;br&gt;
This was before Ubuntu. Porting software to Debian was easy but nobody really cared. Porting and cross compiling really wasn't a big issue.&lt;/p&gt;

&lt;p&gt;However it wasn't until this past week that I realized how easy it was to convert a process, that been in place for years, with an open source process.&lt;/p&gt;

&lt;p&gt;For the purposes of this particular process, we used a wysiwyg that was proprietary and cost a lot of money, windows, Excel for manually entering metadata, a few scripts ... Perl.&lt;/p&gt;

&lt;p&gt;Yes I realize it's 2020! &lt;br&gt;
We also were required to install strawberry Perl.&lt;/p&gt;

&lt;p&gt;So basically it was all unnecessary and proprietary. Licenses for the wysiwyg from Adobe were in expense. I'm pretty sure they pay for Windows too one way or another.&lt;/p&gt;

&lt;p&gt;In the end it took less than a day to figure out how to convert this process into:&lt;/p&gt;

&lt;p&gt;Linux&lt;br&gt;
An editor of your choice&lt;br&gt;
A bash script to generate the manifest XML and zip the directory&lt;/p&gt;

&lt;p&gt;If you work in a company that uses a proprietary software or incorporates proprietary processes, think about how you can simply convert this to an open source process.&lt;/p&gt;

&lt;p&gt;Not only will this possibly make your life less frustrating, but also can save time and money.&lt;/p&gt;

&lt;p&gt;Maybe you will encounter some resistance in some organizations. However, there's always virtual machines!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>linux</category>
    </item>
    <item>
      <title>The Developer Experience - With GNU Linux</title>
      <dc:creator>marcia</dc:creator>
      <pubDate>Sat, 28 Sep 2019 10:15:17 +0000</pubDate>
      <link>https://forem.com/aicra/the-developer-experience-with-gnu-linux-2fko</link>
      <guid>https://forem.com/aicra/the-developer-experience-with-gnu-linux-2fko</guid>
      <description>&lt;p&gt;| UX v DX |&lt;/p&gt;

&lt;p&gt;There is a lot of discussion around UX which is nice but my focus is the Developer Experience. In the past, there was a segment of the population that would debate that a Developer is a User, just a different kind of user. &lt;/p&gt;

&lt;p&gt;That was fine. &lt;/p&gt;

&lt;p&gt;In the meantime, while they were ignoring devs, I focused my work toward developers. This is the audience I wrote to. The instructions for how to use the API or how to parse a json files - were for developers. &lt;/p&gt;

&lt;p&gt;The instructions to run the AI applications in python or C/C++ were most definitely written for developers. &lt;/p&gt;

&lt;p&gt;| Levels |&lt;/p&gt;

&lt;p&gt;There was something else these marketers and product sales people would never understand - the different levels for dev. You have your hackers, your professional devs, your script kiddies and everything in between or on the way to a new level. &lt;/p&gt;

&lt;p&gt;| exit_success |&lt;/p&gt;

&lt;p&gt;Writing instructions so all would succeed with a final exit_success result is the goal of writing to the "dev" audience.&lt;br&gt;
I know some integrators who will read a 800 page manual, and some like "manual, we don't need no stinkin' manual!".&lt;/p&gt;

&lt;p&gt;Personally, I like Ikea's manuals. No words. Total internationalization.&lt;/p&gt;

&lt;p&gt;|| F.T.W ||&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Keep engaged - eye on the prize&lt;/li&gt;
&lt;li&gt;Keep informed - offer accurate instructions with info&lt;/li&gt;
&lt;li&gt;Keep on task - offer relevant information&lt;/li&gt;
&lt;li&gt;Keep it simple, stupid - KISS still rocks!&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>dx</category>
      <category>linux</category>
      <category>bash</category>
      <category>ux</category>
    </item>
  </channel>
</rss>
