diff options
| -rw-r--r-- | blog/articles/dreamlog1.xml | 14 | ||||
| -rw-r--r-- | blog/feed.xml | 25 | ||||
| -rw-r--r-- | blog/index.html | 18 | 
3 files changed, 57 insertions, 0 deletions
diff --git a/blog/articles/dreamlog1.xml b/blog/articles/dreamlog1.xml new file mode 100644 index 0000000..f7fc19f --- /dev/null +++ b/blog/articles/dreamlog1.xml @@ -0,0 +1,14 @@ +<article> +  <p id="dreamlog1"> +    Last night I had the type of dream that inspires new stories. In my dream the favorite author: +    Kurt Vonnegut, was a unix and emacs user. And he wrote a book about someone in some government +    position or something along those lines who spent there entire life fucking around with unix +    and there favorite editor was emacs. He made countless, guides, journy entries, random life +    stories.. and had everything on his system optmized using scripts to do many different tasks. +    The whole world ended and the last person on earth was someone who knew pretty much nothing +    about computers and they found this unix system in the place they picked as there hideout. +    Through all the things left behind on the unix system the last person on earth learned to +    not only survive but live well as the last person. They even became a unix power user through +    the guides left behind. +  </p> +</article> diff --git a/blog/feed.xml b/blog/feed.xml index c045e3c..90c8441 100644 --- a/blog/feed.xml +++ b/blog/feed.xml @@ -10,6 +10,31 @@        <link>http://nathansmith117.beevomit.org</link>      </image> + +    <item> +      <title>Dream log 1</title> +      <link>http://nathansmith117.beevomit.org/blog#dreamlog1</link> +      <pubDate>Sun, 30 Mar 2025 01:51:00 GMT</pubDate> +      <description> +        <![CDATA[ +<article> +  <p id="dreamlog1"> +    Last night I had the type of dream that inspires new stories. In my dream the favorite author: +    Kurt Vonnegut, was a unix and emacs user. And he wrote a book about someone in some government +    position or something along those lines who spent there entire life fucking around with unix +    and there favorite editor was emacs. He made countless, guides, journy entries, random life +    stories.. and had everything on his system optmized using scripts to do many different tasks. +    The whole world ended and the last person on earth was someone who knew pretty much nothing +    about computers and they found this unix system in the place they picked as there hideout. +    Through all the things left behind on the unix system the last person on earth learned to +    not only survive but live well as the last person. They even became a unix power user through +    the guides left behind. +    </p> +</article> +      ]]> +      </description> +    </item>     +      <item>        <title>Overthinking</title>        <link>http://nathansmith117.beevomit.org/blog#overthinking</link> diff --git a/blog/index.html b/blog/index.html index 86825c5..1cf2096 100644 --- a/blog/index.html +++ b/blog/index.html @@ -52,6 +52,24 @@ table {          <!-- Python will insert the articles from rss here -->      <table border="1" width="60%"> +        <tr><td><h2>Dream log 1</h2>--- Sun, 30 Mar 2025 01:51:00 GMT</td></tr> +        <tr><td> +  <p id="dreamlog1"> +    Last night I had the type of dream that inspires new stories. In my dream the favorite author: +    Kurt Vonnegut, was a unix and emacs user. And he wrote a book about someone in some government +    position or something along those lines who spent there entire life fucking around with unix +    and there favorite editor was emacs. He made countless, guides, journy entries, random life +    stories.. and had everything on his system optmized using scripts to do many different tasks. +    The whole world ended and the last person on earth was someone who knew pretty much nothing +    about computers and they found this unix system in the place they picked as there hideout. +    Through all the things left behind on the unix system the last person on earth learned to +    not only survive but live well as the last person. They even became a unix power user through +    the guides left behind. +    </p> +</td></tr> +    </table> +     +    <table border="1" width="60%">          <tr><td><h2>Overthinking</h2>--- Sat, 29 Mar 2025 11:42:00 GMT</td></tr>          <tr><td>    <p id="overthinking">  | 
