blob: 07c7fab616e58b9e52bb77695bcbc0a903caf338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
---
template=post
title=I write sometimes?
style=/styles/post.css
style=words.css
---
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]
<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>
|