webbed-site/html/thoughts/things-it-should-do
2024-10-26 03:53:03 -07:00

24 lines
1.1 KiB
HTML

<!-- vim: ft=html -->
<!-- TITLE: things it should do -->
<!-- DATE: 2024-08-09 17:22:38 -->
<!-- CATEGORIES: irregular lists -->
<h2>things to do:</h2>
<ul>
<li>send email</li>
<li>rewrite server source code to be less bad</li>
<li>rewrite server source code to be more esoteric</li>
<li>python xml (pyx?)</li>
<li>send email within the next $[echo $(($(date -d "2024-09-28 00:00:00" +%s) - $(date +%s)))] seconds</li>
<li>relocate moth</li>
<li>per location config</li>
<li>make thought posts be managed by a system other than git, such that each thought does not require a new commit</li>
<li>make it harder to press the key that puts its keyboard in to bootloader mode</li>
</ul>
<h2>things it has done:</h2>
<ul>
<li>tidy</li>
<li>move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.</li>
<li>add more support metadata tags to thought posts</li>
<li>make thoughts render in chronological order of creation date, which it is not convinced they do.</li>
</ul>