<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[IDEs, UNIX, AND THE OLD WORKFLOW THAT NEVER WENT AWAY]]></title><description><![CDATA[<h2>IDEs, UNIX, AND THE OLD WORKFLOW THAT NEVER WENT AWAY</h2><p>Words of Wisdom are dispensed in the article</p><p>I have a workflow consisting of</p><ul><li><code>screen</code></li><li><code>bash</code> or one of</li><li><code>csh</code></li><li><code>ksh</code></li><li><code>zsh</code></li><li><code>vim</code> or</li><li><code>vim.motif</code></li><li><code>function third(){ awk '{if (NR%3==0){print "\033[32m" $0 "\033[0m"} else{print}}'; }</code></li><li><code>function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; }</code></li><li><code>function mkcd(){ [ ! -z "$1" ] &amp;&amp; mkdir -p "$1" &amp;&amp; cd "$_"; }</code></li><li><code>gcc</code></li><li><code>g++</code></li><li><code>asm</code></li><li><code>ln</code></li><li><code>go</code> from golang</li><li><code>lsd</code></li><li><code>ncdu</code></li></ul><h2>These choices are deliberate. I want and demand the fastest programming ENV: which follow the UNIX principle &amp; KISS</h2><blockquote><p>quotes</p></blockquote><p><strong>tl;dr</strong>*<br /><br />Unix already solved many <em>IDE problems</em> <strong><em>decades ago</em></strong> using small cooperating tools instead of one large application.</p><ul><li>bash</li><li>coreutils</li><li>less</li><li>tmux</li><li>nvialready form a complete and focused development environment for many Unix workflows.</li></ul><p><strong>The shell becomes the workspace, the terminal manages sessions, and the editor remains small and predictable</strong></p><p>sources:</p><p>man sh(1)</p><p>man ls(1)</p><p>man coreutils(1)</p><p>man less(1)</p><p>man screen(1)</p><p>man tmux(1)</p><p>man vim(1)</p><p></p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">

<div class="card-body">
<h5 class="card-title">
<a href="https://www.gnu.org/software/screen/">
403 Forbidden
</a>
</h5>
<p class="card-text line-clamp-3"></p>
</div>
<a href="https://www.gnu.org/software/screen/" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://www.gnu.org/favicon.ico" alt="favicon" class="not-responsive overflow-hiddden" style="max-width:21px;max-height:21px" />



<p class="d-inline-block text-truncate mb-0"> <span class="text-secondary">(www.gnu.org)</span></p>
</a>
</div><p></p><p><a href="https://repo.or.cz/code-notes.git/blob_plain/HEAD:/notes/Unix_As_An_IDE.txt" rel="nofollow noopener"><span>https://</span><span>repo.or.cz/code-notes.git/blob</span><span>_plain/HEAD:/notes/Unix_As_An_IDE.txt</span></a></p><p></p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://go.dev/doc/install" title="Download and install - The Go Programming Language">
<img src="https://go.dev/doc/gopher/gopher5logo.jpg" class="card-img-top not-responsive" style="max-height:15rem" alt="Link Preview Image" />
</a>



<div class="card-body">
<h5 class="card-title">
<a href="https://go.dev/doc/install">
Download and install - The Go Programming Language
</a>
</h5>
<p class="card-text line-clamp-3"></p>
</div>
<a href="https://go.dev/doc/install" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://go.dev/images/favicon-gopher.png" alt="favicon" class="not-responsive overflow-hiddden" style="max-width:21px;max-height:21px" />







<p class="d-inline-block text-truncate mb-0"> <span class="text-secondary">(go.dev)</span></p>
</a>
</div><p></p><p></p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://go.dev/doc/tutorial/getting-started" title="Tutorial: Get started with Go - The Go Programming Language">
<img src="https://go.dev/doc/gopher/gopher5logo.jpg" class="card-img-top not-responsive" style="max-height:15rem" alt="Link Preview Image" />
</a>



<div class="card-body">
<h5 class="card-title">
<a href="https://go.dev/doc/tutorial/getting-started">
Tutorial: Get started with Go - The Go Programming Language
</a>
</h5>
<p class="card-text line-clamp-3"></p>
</div>
<a href="https://go.dev/doc/tutorial/getting-started" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://go.dev/images/favicon-gopher.png" alt="favicon" class="not-responsive overflow-hiddden" style="max-width:21px;max-height:21px" />







<p class="d-inline-block text-truncate mb-0"> <span class="text-secondary">(go.dev)</span></p>
</a>
</div><p></p><p><a href="https://ioc.exchange/tags/programming" rel="tag">#<span>programming</span></a> <a href="https://ioc.exchange/tags/UNIX" rel="tag">#<span>UNIX</span></a> <a href="https://ioc.exchange/tags/gcc" rel="tag">#<span>gcc</span></a> <a href="https://ioc.exchange/tags/g" rel="tag">#<span>g</span></a>++ <a href="https://ioc.exchange/tags/asm" rel="tag">#<span>asm</span></a> <a href="https://ioc.exchange/tags/ln" rel="tag">#<span>ln</span></a> <a href="https://ioc.exchange/tags/golang" rel="tag">#<span>golang</span></a> <a href="https://ioc.exchange/tags/lsd" rel="tag">#<span>lsd</span></a> <a href="https://ioc.exchange/tags/ncdu" rel="tag">#<span>ncdu</span></a> <a href="https://ioc.exchange/tags/ncurses" rel="tag">#<span>ncurses</span></a> <a href="https://ioc.exchange/tags/BSD" rel="tag">#<span>BSD</span></a> <a href="https://ioc.exchange/tags/freeBSD" rel="tag">#<span>freeBSD</span></a> <a href="https://ioc.exchange/tags/ghostBSD" rel="tag">#<span>ghostBSD</span></a> <a href="https://ioc.exchange/tags/openBSD" rel="tag">#<span>openBSD</span></a> <a href="https://ioc.exchange/tags/Linux" rel="tag">#<span>Linux</span></a> <a href="https://ioc.exchange/tags/OpenSource" rel="tag">#<span>OpenSource</span></a> <a href="https://ioc.exchange/tags/POSIX" rel="tag">#<span>POSIX</span></a></p>]]></description><link>https://board.circlewithadot.net/topic/508afbee-5479-4af6-8ba9-65d6aa66a8e2/ides-unix-and-the-old-workflow-that-never-went-away</link><generator>RSS for Node</generator><lastBuildDate>Mon, 25 May 2026 06:28:11 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/508afbee-5479-4af6-8ba9-65d6aa66a8e2.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 May 2026 22:43:43 GMT</pubDate><ttl>60</ttl></channel></rss>