<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[miggymofongo]]></title>
        <description><![CDATA[]]></description>
        <link>https://miggymofongo.npub.pro/tag/students/</link>
        <atom:link href="https://miggymofongo.npub.pro/tag/students/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://miggymofongo.npub.pro/tag/students/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[miggymofongo]]></itunes:author>
        <itunes:subtitle><![CDATA[]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[miggymofongo]]></itunes:name>
          <itunes:email><![CDATA[miggymofongo]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Sat, 22 Feb 2025 01:34:23 GMT</pubDate>
      <lastBuildDate>Sat, 22 Feb 2025 01:34:23 GMT</lastBuildDate>
      
      <itunes:image href="https://i.nostr.build/L5ZQ.gif" />
      <image>
        <title><![CDATA[miggymofongo]]></title>
        <link>https://miggymofongo.npub.pro/tag/students/</link>
        <url>https://i.nostr.build/L5ZQ.gif</url>
      </image>
      <item>
      <title><![CDATA[Less Processing, More Writing!]]></title>
      <description><![CDATA[I'm sick of word processing software.]]></description>
             <itunes:subtitle><![CDATA[I'm sick of word processing software.]]></itunes:subtitle>
      <pubDate>Sat, 22 Feb 2025 01:34:23 GMT</pubDate>
      <link>https://miggymofongo.npub.pro/post/1737305430268/</link>
      <comments>https://miggymofongo.npub.pro/post/1737305430268/</comments>
      <guid isPermaLink="false">naddr1qqxnzdenxuenqdf5xvcryd3cqgswe9j5qhs356nps6e8lfz35tluzwtwmeug85h2z8pjl0fvvwvkjesrqsqqqa28f6k0dh</guid>
      <category>students</category>
      
        <media:content url="https://www.artic.edu/iiif/2//709bcab8-2661-a763-97a1-2a66351333ef/full/843,/0/default.jpg" medium="image"/>
        <enclosure 
          url="https://www.artic.edu/iiif/2//709bcab8-2661-a763-97a1-2a66351333ef/full/843,/0/default.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqxnzdenxuenqdf5xvcryd3cqgswe9j5qhs356nps6e8lfz35tluzwtwmeug85h2z8pjl0fvvwvkjesrqsqqqa28f6k0dh</noteId>
      <npub>npub1ajt9gp0prf4xrp4j07j9rghlcyukahncs0fw5ywr977jccued9nqrcc0cs</npub>
      <dc:creator><![CDATA[miggymofongo]]></dc:creator>
      <content:encoded><![CDATA[<p>In the 1960s, <a href="https://web.stanford.edu/~bkunde/fb-press/articles/wdprhist.html">IBM coined the term “word processing”</a> to distinguish their <em>Magnetic Tape/Selectric Typewriter</em> (MT/ST) from traditional typewriting. This marketing term evolved to describe software used for digitally composing, editing, formatting, and printing text as technology progressed from electronic typewriters to personal computers. </p>
<p>Despite the convenience of modern word processing software, writing essays in school always overwhelmed me. Opening Microsoft Word and similar programs would <em>trigger an instant flight response in my brain</em>. The screen was lined with toolbars stuffed with unnecessary buttons and dropdown menus that I never used. Why force something like this for a 500-word reflection on a short reading?</p>
<figure>
<img src="https://www.versionmuseum.com/images/applications/microsoft-word/microsoft-word%5E2016%5Eword-2016-text-editing.png" alt="microsoft word 2016's overcomplicated interface">
<figcaption style="text-align: center">There's at least 50 buttons in here…</figcaption>
</figure>

<p>The earliest "word processors" were designed to <em>enhance</em> document composition, not overwhelm you with crowded interfaces and rigid formats. The worst part was that there was no escape! Teachers <em>required</em> assignments to be submitted in Microsoft's proprietary DOCX format, damning me to a creativity-crushing experience. The ensuing mental stress outweighed the occasional praise I received about my writing skills from my professors whenever I managed to put out a decent essay. Am I composing a thesis, I used to think, or just <em>processing words</em>? </p>
<p>I graduated university with a sour taste in my mouth for <em>“word processing”</em> that hindered me in future job roles. I didn’t start writing regularly again until years later when I <a href="https://chronicles.miguelalmodo.com">set up a personal blog</a> with a <a href="https://simplemde.com/">built-in text editor</a>. That's when I was introduced to an exciting new way to compose texts that healed the trauma I endured from years of "processing words" in school. </p>
<figure>
<img src="https://www.bludit.com/img/bludit_1_en.png?version=3.9.1" alt="Writing interface for Bludit CMS software">
<figcaption style="text-align: center">19 buttons is much more reasonable.</figcaption></figure>

<p>The text editor interface was minimal, yet not lacking in utility. It gives big MT/ST vibes. The revolutionary feature for me was that it saved my blogs not in a DOCX file, but in a portable plain text format called <em>Markdown</em> (.md).</p>
<h3>CommonMark</h3>
<p>Created in 2004, Markdown <a href="https://commonmark.org/">(or CommonMark</a>, as the standard is officially called) might seem intimidating at first, but it's just a simple way to format plain text for a browser. Markdown makes your writing digitally legible for <a href="https://www.itu.int/en/ITU-D/Statistics/pages/stat/default.aspx">5.5 billion web surfers.</a></p>
<figure>
<img src="https://scientificallysoundorg360.files.wordpress.com/2021/02/markdown_simple_example.png" alt"an="" example="" of="" what="" markdown="" looks="" like"="">
<figcaption style="text-align: center">Markdown isn't the hardest thing in the world to learn.</figcaption></figure>

<p>It's an essential documentation tool for professionals in the modern world. News organizations, bloggers, and academics use it to draft articles and it's the standard for software documentation. You can even <a href="https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline">format your chat messages in Discord</a> with it! Markdown is widely adopted and makes your writing portable and convertible to other formats. Whenever I wanted to try a new blog hosting solution, I could simply copy over each blog.md file for a browser-native  reading experience. You can't do that with DOCX. </p>
<p>Markdown isn't just for technical people—it's an intuitive way for anyone to write that can bring us back from the brink of ultra-processed words. <em><strong>Here are some reasons why I think Markdown-based writing is dope:</strong></em></p>
<ul>
<li>It is easily convertible to other formats like PDF and HTML (even DOCX if needed).</li>
<li>It future-proofs your writing.</li>
<li>A whole genre of minimal text editors becomes available to use that reduces distractions and helps you focus on  crafting ideas. </li>
<li>Plain text puts you in control of formatting. There is no rigid document structure in markdown editors that warps pasted content like with Microsoft Word, preventing unnecessary friction in the creative process.  </li>
<li>Markdown is extendable with citation tools like <a href="https://citationstyles.org/developers/">Citation Style Language</a> files.</li>
</ul>
<h3>A Call to Action</h3>
<p>Institutional inertia makes educators treat digital text as "electronic paper documents" instead of embracing <em>accessible, web-first reading experiences</em>. The ironic part is that <em>educational institutions pioneered information sharing on the early internet</em> — so why do they impose overstimulating and proprietary work flows on students and workers now? With Markdown, a return to web-first work flows aligns with the Internet's original purpose! <em><strong>Academia is overdue for a shift back to web-first text formatting.</strong></em></p>
<figure>
<img src="https://slideplayer.com/slide/14615427/90/images/6/ARPANET+1968:+ARPA+1969:+BBN+Technologies+Growth+(ARPANET).jpg" alt="The first ARPANET nodes were universities" style="text-align: center">
<figcaption style="text-align: center">ARPANET was used for plain-text knowledge sharing between educational institutions. </figcaption></figure>

<p><strong>Educators:</strong> You already require essays to be submitted via email or a learning management system — <em>neither of which actually require DOCX</em>. Instead of reinforcing Microsoft's monopoly, <strong>try incentivizing an assignment submission in Markdown and offering an <a href="https://selfpublishing.com/distraction-free-writing-apps/">alternative "distraction-free" text editor</a> to see how students respond.</strong> </p>
<p><strong>Students:</strong> Regularly writing out your thoughts is a valuable workout for your brain. <strong>Try composing a writing assignment in <a href="https://simplemde.com/">a minimal markdown-friendly rich text editor</a> to see if you enjoy it more than a word processor.</strong> </p>
<p>For fun, you could self host a blog with <a href="https://bludit.com">Bludit</a> or publish content on a blogging site like <a href="https://habla.news">habla.news</a> or <a href="https://tumblr.com">tumblr</a> (tumblr's rich text editor is my favorite). </p>
]]></content:encoded>
      <itunes:author><![CDATA[miggymofongo]]></itunes:author>
      <itunes:summary><![CDATA[<p>In the 1960s, <a href="https://web.stanford.edu/~bkunde/fb-press/articles/wdprhist.html">IBM coined the term “word processing”</a> to distinguish their <em>Magnetic Tape/Selectric Typewriter</em> (MT/ST) from traditional typewriting. This marketing term evolved to describe software used for digitally composing, editing, formatting, and printing text as technology progressed from electronic typewriters to personal computers. </p>
<p>Despite the convenience of modern word processing software, writing essays in school always overwhelmed me. Opening Microsoft Word and similar programs would <em>trigger an instant flight response in my brain</em>. The screen was lined with toolbars stuffed with unnecessary buttons and dropdown menus that I never used. Why force something like this for a 500-word reflection on a short reading?</p>
<figure>
<img src="https://www.versionmuseum.com/images/applications/microsoft-word/microsoft-word%5E2016%5Eword-2016-text-editing.png" alt="microsoft word 2016's overcomplicated interface">
<figcaption style="text-align: center">There's at least 50 buttons in here…</figcaption>
</figure>

<p>The earliest "word processors" were designed to <em>enhance</em> document composition, not overwhelm you with crowded interfaces and rigid formats. The worst part was that there was no escape! Teachers <em>required</em> assignments to be submitted in Microsoft's proprietary DOCX format, damning me to a creativity-crushing experience. The ensuing mental stress outweighed the occasional praise I received about my writing skills from my professors whenever I managed to put out a decent essay. Am I composing a thesis, I used to think, or just <em>processing words</em>? </p>
<p>I graduated university with a sour taste in my mouth for <em>“word processing”</em> that hindered me in future job roles. I didn’t start writing regularly again until years later when I <a href="https://chronicles.miguelalmodo.com">set up a personal blog</a> with a <a href="https://simplemde.com/">built-in text editor</a>. That's when I was introduced to an exciting new way to compose texts that healed the trauma I endured from years of "processing words" in school. </p>
<figure>
<img src="https://www.bludit.com/img/bludit_1_en.png?version=3.9.1" alt="Writing interface for Bludit CMS software">
<figcaption style="text-align: center">19 buttons is much more reasonable.</figcaption></figure>

<p>The text editor interface was minimal, yet not lacking in utility. It gives big MT/ST vibes. The revolutionary feature for me was that it saved my blogs not in a DOCX file, but in a portable plain text format called <em>Markdown</em> (.md).</p>
<h3>CommonMark</h3>
<p>Created in 2004, Markdown <a href="https://commonmark.org/">(or CommonMark</a>, as the standard is officially called) might seem intimidating at first, but it's just a simple way to format plain text for a browser. Markdown makes your writing digitally legible for <a href="https://www.itu.int/en/ITU-D/Statistics/pages/stat/default.aspx">5.5 billion web surfers.</a></p>
<figure>
<img src="https://scientificallysoundorg360.files.wordpress.com/2021/02/markdown_simple_example.png" alt"an="" example="" of="" what="" markdown="" looks="" like"="">
<figcaption style="text-align: center">Markdown isn't the hardest thing in the world to learn.</figcaption></figure>

<p>It's an essential documentation tool for professionals in the modern world. News organizations, bloggers, and academics use it to draft articles and it's the standard for software documentation. You can even <a href="https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline">format your chat messages in Discord</a> with it! Markdown is widely adopted and makes your writing portable and convertible to other formats. Whenever I wanted to try a new blog hosting solution, I could simply copy over each blog.md file for a browser-native  reading experience. You can't do that with DOCX. </p>
<p>Markdown isn't just for technical people—it's an intuitive way for anyone to write that can bring us back from the brink of ultra-processed words. <em><strong>Here are some reasons why I think Markdown-based writing is dope:</strong></em></p>
<ul>
<li>It is easily convertible to other formats like PDF and HTML (even DOCX if needed).</li>
<li>It future-proofs your writing.</li>
<li>A whole genre of minimal text editors becomes available to use that reduces distractions and helps you focus on  crafting ideas. </li>
<li>Plain text puts you in control of formatting. There is no rigid document structure in markdown editors that warps pasted content like with Microsoft Word, preventing unnecessary friction in the creative process.  </li>
<li>Markdown is extendable with citation tools like <a href="https://citationstyles.org/developers/">Citation Style Language</a> files.</li>
</ul>
<h3>A Call to Action</h3>
<p>Institutional inertia makes educators treat digital text as "electronic paper documents" instead of embracing <em>accessible, web-first reading experiences</em>. The ironic part is that <em>educational institutions pioneered information sharing on the early internet</em> — so why do they impose overstimulating and proprietary work flows on students and workers now? With Markdown, a return to web-first work flows aligns with the Internet's original purpose! <em><strong>Academia is overdue for a shift back to web-first text formatting.</strong></em></p>
<figure>
<img src="https://slideplayer.com/slide/14615427/90/images/6/ARPANET+1968:+ARPA+1969:+BBN+Technologies+Growth+(ARPANET).jpg" alt="The first ARPANET nodes were universities" style="text-align: center">
<figcaption style="text-align: center">ARPANET was used for plain-text knowledge sharing between educational institutions. </figcaption></figure>

<p><strong>Educators:</strong> You already require essays to be submitted via email or a learning management system — <em>neither of which actually require DOCX</em>. Instead of reinforcing Microsoft's monopoly, <strong>try incentivizing an assignment submission in Markdown and offering an <a href="https://selfpublishing.com/distraction-free-writing-apps/">alternative "distraction-free" text editor</a> to see how students respond.</strong> </p>
<p><strong>Students:</strong> Regularly writing out your thoughts is a valuable workout for your brain. <strong>Try composing a writing assignment in <a href="https://simplemde.com/">a minimal markdown-friendly rich text editor</a> to see if you enjoy it more than a word processor.</strong> </p>
<p>For fun, you could self host a blog with <a href="https://bludit.com">Bludit</a> or publish content on a blogging site like <a href="https://habla.news">habla.news</a> or <a href="https://tumblr.com">tumblr</a> (tumblr's rich text editor is my favorite). </p>
]]></itunes:summary>
      <itunes:image href="https://www.artic.edu/iiif/2//709bcab8-2661-a763-97a1-2a66351333ef/full/843,/0/default.jpg"/>
      </item>
      
      </channel>
      </rss>
    