|
|
@ -87,7 +87,7 @@ most of the time. I still get some stuff done.</p> |
|
|
|
</li> |
|
|
|
<li><a href="#the-command-line-as-as-a-shared-world">7. the command line as as a shared world</a></li> |
|
|
|
<li><a href="#the-command-line-and-the-web">8. the command line and the web</a></li> |
|
|
|
<li><a href="#a-miscellany-of-tools-and-techniques">8. a miscellany of tools and techniques</a> |
|
|
|
<li><a href="#a-miscellany-of-tools-and-techniques">9. a miscellany of tools and techniques</a> |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li><a href="#dict">dict</a></li> |
|
|
@ -1329,14 +1329,18 @@ with an actual keyboard. It's almost certainly for the best. |
|
|
|
|
|
|
|
<p>And here’s an older one that contains a short poem:</p> |
|
|
|
|
|
|
|
<!-- exec --> |
|
|
|
<!-- took this one out of exec block 'cause later i |
|
|
|
made a dir out of it... --> |
|
|
|
|
|
|
|
|
|
|
|
<pre><code>$ cat ~/p1k3/archives/2012/10/9 |
|
|
|
</code></pre> |
|
|
|
|
|
|
|
<!-- end --> |
|
|
|
<h1>tuesday, october 9</h1> |
|
|
|
|
|
|
|
<freeverse>i am a stateful machine |
|
|
|
i exist in a manifold of consequence |
|
|
|
a clattering miscellany of impure functions |
|
|
|
and side effects</freeverse> |
|
|
|
</code></pre> |
|
|
|
|
|
|
|
<p>Notice that <code><freeverse></code> bit? It kind of looks like an HTML tag, but it’s |
|
|
|
not. What it actually does is tell my blog script that it should format the |
|
|
@ -2696,6 +2700,13 @@ the shoulder of an airline checkin desk clerk, for example, I saw green |
|
|
|
monochrome text that was probably coming from an IBM mainframe somewhere |
|
|
|
far away.</p> |
|
|
|
|
|
|
|
<p>Part of what was exciting about being logged into a computer somewhere else |
|
|
|
was that you could <em>talk to people</em>.</p> |
|
|
|
|
|
|
|
<p style="text-align:center;"> ★</p> |
|
|
|
|
|
|
|
<p><em>{This chapter is a work in progress.}</em></p> |
|
|
|
|
|
|
|
<hr /> |
|
|
|
|
|
|
|
<h1><a name=the-command-line-and-the-web href=#the-command-line-and-the-web>#</a> 8. the command line and the web</h1> |
|
|
@ -2847,7 +2858,7 @@ work.</p> |
|
|
|
|
|
|
|
<hr /> |
|
|
|
|
|
|
|
<h1><a name=a-miscellany-of-tools-and-techniques href=#a-miscellany-of-tools-and-techniques>#</a> 8. a miscellany of tools and techniques</h1> |
|
|
|
<h1><a name=a-miscellany-of-tools-and-techniques href=#a-miscellany-of-tools-and-techniques>#</a> 9. a miscellany of tools and techniques</h1> |
|
|
|
|
|
|
|
<h2><a name=dict href=#dict>#</a> dict</h2> |
|
|
|
|
|
|
@ -2998,7 +3009,7 @@ Sa 2 9 16 23 30 |
|
|
|
|
|
|
|
|
|
|
|
<pre><code>$ ncal -e |
|
|
|
April 20 2014 |
|
|
|
April 5 2015 |
|
|
|
</code></pre> |
|
|
|
|
|
|
|
<!-- end --> |
|
|
@ -3030,11 +3041,11 @@ April 20 2014 |
|
|
|
|
|
|
|
|
|
|
|
<pre><code>$ seq 1 5 | shuf |
|
|
|
4 |
|
|
|
5 |
|
|
|
1 |
|
|
|
2 |
|
|
|
4 |
|
|
|
3 |
|
|
|
1 |
|
|
|
5 |
|
|
|
</code></pre> |
|
|
|
|
|
|
|
<!-- end --> |
|
|
|