diff options
Diffstat (limited to 'served/words/words.html')
-rwxr-xr-x | served/words/words.html | 57 |
1 files changed, 26 insertions, 31 deletions
diff --git a/served/words/words.html b/served/words/words.html index b3f0792..07c7fab 100755 --- a/served/words/words.html +++ b/served/words/words.html @@ -5,38 +5,33 @@ style=/styles/post.css style=words.css --- -Writing is so much easier than speaking. Things I write will appear here most -likely. Unless they feel more poetic in which case they'll probably be in the -<a href="/bits/">bits/</a>. +Writing, communicating through text, is easier than speaking. Things written +will appear here, or in <a href="/bits/">bits/</a> if they feel more poetic. + +Occasionally, and with no regular schedule, I'll write something for +<a href="weeknotes/">weeknotes/</a>: some words on what I did since the last one. The writing is part of the website <a href="/atom.xml">Atom Feed</a>. [@paragraphs off] -<div> - <section id="weeknotes-section"> - <h2 id="weeknotes">weeknotes</h2> - <h3 id="what-weeknotes"><a href="weeknotes/what.html">what?</a></h3> - <ul class="wk-notes"> - <li class="wk-long"><a href="weeknotes/2025/trip-to-a-coffee-shop.html">6: trip to a coffee shop</a></li> - <li><a href="weeknotes/2025/1.html">1</a></li> - <li class="wk-mark">2025</li> - <li class="wk-long"><a href="a-really-long-week.html">46: a really long week</a></li> - <li class="wk-mark">sep</li> - <li><a href="weeknotes/2024/sol.html">29</a></li> - <li class="wk-mark">jun</li> - <li><a href="weeknotes/2024/20.html">20</a></li> - <li><a href="weeknotes/2024/17.html">17</a></li> - <li><a href="weeknotes/2024/15.html">15</a></li> - <li><a href="weeknotes/2024/14.html">14</a></li> - <li class="wk-mark">mar</li> - <li class="wk-mark">2024</li> - </ul> - </section> - - <section id="written"> - <h2>technical writings;<br>project updates</h2> - <a href="statistics-on-linux.html">Statistics on Linux with /proc</a> - <!--<a href="akkoma-postgres-migration.html">Akkoma Postgres Migration</a>--> - <a href="debugging-my-sql-query.html">Debugging My SQL Query</a> - </section> -</div> \ No newline at end of file + +<section id="written"> + <h2>technical writings; project updates</h2> + + <h3>2025</h3> + <ul> + <!-- not yet real and actual --> + <!--<li>04-11 <a href="">Three Bugs and A Dog</a></li>--> + <li>03-02 <a href="statistics-on-linux.html">Statistics on Linux with /proc</a></li> + </ul> + + <h3>2024</h3> + <ul> + <li>11-13 <a href="debugging-my-sql-query.html">Debugging My SQL Query</a></li> + </ul> + + <h3>2023</h3> + <ul> + <li>10-18 <a href="akkoma-postgres-migration.html">Akkoma Postgres Migration</a></li> + </ul> +</section> \ No newline at end of file |