<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xml:base="https://etwof.com/">
<channel>
 <title>Lisplog | End the War on Freedom</title>
 <link>https://etwof.com/categories/lisplog.html</link>
 <description>The blogging engine that runs this site</description>
 <language>en</language>
 <managingEditor>Bill St. Clair</managingEditor>
 <generator>Lisplog</generator>
<item>
 <title>Blogging-in-2026-at-billstclair.com/journal</title>
 <link>https://etwof.com/bloggingin2026atbillstclaircomjournal.html</link>
 <description>&lt;p&gt;Still alive. Doing music as my next enedeavor, with the Knoxville Big Band, rehearsing on Thursday nights at 7pm in the Unitarian Universalist Church. Looking forward to playing my bone regularly again.&lt;/p&gt;</description>
 <pubDate>Fri, 30 Jan 2026 17:00:33 GMT</pubDate>
</item>
<item>
 <title>Still Alive</title>
 <link>https://etwof.com/still_alive.html</link>
 <description>&lt;p&gt;My blogging software is still working. After a year of no activity, the posting code still runs. Yowza!&lt;/p&gt;</description>
 <pubDate>Mon, 19 Jan 2026 04:20:15 GMT</pubDate>
</item>
<item>
 <title>Look, Ma! My Blogging Software still works</title>
 <link>https://etwof.com/look_ma_my_blogging_software_still_works.html</link>
 <description>&lt;p&gt;I haven&#039;t touched the #LispLog code that powers this blog in a long time, yet here it is, happily doing its job, letting me make a new post.&lt;/p&gt;</description>
 <pubDate>Mon, 13 Jan 2025 01:24:30 GMT</pubDate>
</item>
<item>
 <title>Long time no see</title>
 <link>https://etwof.com/long_time_no_see.html</link>
 <description>&lt;p&gt;I spend my web time on social media these days, mostly my Pleroma instance, &lt;a href=&#039;https://impeccable.social&#039;&gt;impeccable.social&lt;/a&gt;, and, since Elon Musk took over, &lt;a href=&#039;https://twitter.com/xossbow&#039;&gt;Twitter&lt;/a&gt;. But &lt;a href=&#039;https://lisplog.org&#039;&gt;Lisplog&lt;/a&gt; is still running on this web server, even though I haven&#039;t frobbed it in a long time. Cool.&lt;/p&gt;

&lt;p&gt;I have finally resumed writing code, after a two-year hiatus. My brain finally got hungry again. Now working on &lt;a href=&#039;https://mammudeck.com&#039;&gt;Mammudeck&lt;/a&gt;, in &lt;a href=&#039;https://elm-lang.org&#039;&gt;Elm&lt;/a&gt;.&lt;/p&gt;</description>
 <pubDate>Tue, 15 Nov 2022 13:51:42 GMT</pubDate>
</item>
<item>
 <title>Lisplog Blog</title>
 <link>https://etwof.com/lisplog_blog.html</link>
 <description>&lt;p&gt;I started using &lt;a href=&quot;http://lisplog.org/&quot;&gt;Lisplog&lt;/a&gt; for End the War on Freedom at the beginning of June. I have finally finished creating the templates and style sheet to begin blogging about it at &lt;a href=&quot;http://lisplog.org/&quot;&gt;Lisplog.org&lt;/a&gt;. Not much there yet, but it&#039;ll grow.&lt;/p&gt;</description>
 <pubDate>Sat, 13 Aug 2011 14:40:48 GMT</pubDate>
</item>
<item>
 <title>AES for Password Hashing</title>
 <link>https://etwof.com/aes_for_password_hashing.html</link>
 <description>&lt;p&gt;Following a G+ discussion with Nikodemus Siivola, in which he recommended &lt;a href=&quot;http://codahale.com/how-to-safely-store-a-password/&quot;&gt;using bcrypt instead of a hash function&lt;/a&gt; for encoding passwords, I &lt;a href=&quot;https://github.com/billstclair/Lisplog/commit/efde59a0e76057f6435941bca7634219dd14c127&quot;&gt;updated Lisplog&lt;/a&gt; to use AES, since I didn&#039;t have bcrypt handy. AES doesn&#039;t have the tuning parameters to make encryption take longer, as bcrypt does, but I figure it&#039;s at least slower than a simple hash, so it should help.&lt;/p&gt;

&lt;p&gt;I initially used a simple MD5 hash, copying the Drupal mechanism so that I could just copy my Drupal data. I have not yet updated this blog with the new code. Soon.&lt;/p&gt;</description>
 <pubDate>Wed, 27 Jul 2011 13:54:27 GMT</pubDate>
</item>
<item>
 <title>Categories</title>
 <link>https://etwof.com/categories.html</link>
 <description>&lt;p&gt;I have added a &lt;a href=&quot;categories/&quot;&gt;categories&lt;/a&gt; link to the &quot;Navigation&quot; section of the left column. It goes to a page with a link and an RSS link for each of the categories with which I tag posts. Each of those pages has the last 10 posts in that category. You can also click on the category name between the two arrows (&quot;&amp;lt;==&quot; and &quot;=-&gt;&quot;), under the blue title bar on the right-hand side, to get to that category page. You can use the new RSS links to subscribe to only posts in that category, in case you want to see my computer posts, but not my political posts, or vice-versa.&lt;/p&gt;</description>
 <pubDate>Sun, 03 Jul 2011 20:44:49 GMT</pubDate>
</item>
<item>
 <title>Lisplog Registration</title>
 <link>https://etwof.com/lisplog_registration.html</link>
 <description>&lt;p&gt;I have added new user registration to Lisplog. There&#039;s a link to it from the comment submission page, and on the login dialog, which comes up if you go to the &lt;a href=&quot;./admin/settings&quot;&gt;settings&lt;/a&gt; page, or try to add or edit a post. If you&#039;re registered and logged in, you can post comments without captcha or moderation, and you can edit and delete your own comments (doesn&#039;t apply to comments you&#039;ve made between the Lisplog switch and now, since, due to a bug, those aren&#039;t tagged with your ownership).&lt;/p&gt;

&lt;p&gt;If you forget your password, the login page now has a link for that.&lt;/p&gt;

&lt;p&gt;I also added an RSS header link to the &lt;a href=&quot;./&quot;&gt;home page&lt;/a&gt;, so Firefox will show an orange Feed icon (&lt;img src=&quot;images/rss-32.png&quot; alt=&quot;RSS Feed Icon&quot; width=&quot;16&quot; height=&quot;16&quot;/&gt;) in the address bar, as will Chrome, if you have the &lt;a href=&quot;https://chrome.google.com/webstore/detail/nlbjncdgjeocebhnmkbbbdekmmmcbfjd&quot;&gt;RSS Subscription Extension&lt;/a&gt; installed.&lt;/p&gt;

&lt;p&gt;I now get email notification when a new account is registered or a new comment is posted. Should make me a little quicker on the ball at moderating comments.&lt;/p&gt;

&lt;p&gt;There has still only been a single comment spam posted since I switched to Lisplog two weeks ago. I used to get 10 a day. Weird. The captcha is much simpler than it was before.&lt;/p&gt;</description>
 <pubDate>Sun, 19 Jun 2011 12:23:44 GMT</pubDate>
</item>
<item>
 <title>Comment Posting Fixed</title>
 <link>https://etwof.com/comment_posting_fixed.html</link>
 <description>&lt;p&gt;I just discovered that pushing the &quot;Submit&quot; button on the comment editing page without entering your name, a comment, or the correct answer to the arithmetic question caused you to get a blank page, instead of a page showing you what you need to fix before you can successfully submit your comment. This may be part of the reason that I&#039;ve received no comment spam since going live with Lisplog. Hopefully it will now be easier to submit comments. Unfortunately, it will now probably be easier for the comment spammers to submit comments.&lt;/p&gt;</description>
 <pubDate>Thu, 09 Jun 2011 19:02:24 GMT</pubDate>
</item>
<item>
 <title>It&#039;s Alive!</title>
 <link>https://etwof.com/its_alive.html</link>
 <description>&lt;p&gt;This is my first post created with my new blogging software &lt;a href=&quot;http://lisplog.org/&quot;&gt;Lisplog&lt;/a&gt;. Everything should be pretty much as it used to be, except for the new appearance, two columns instead of three, and it should respond faster, to regular access, Apache serving static files, and to comments, which have a new, hopefully easier, captcha mechanism.&lt;/p&gt;

&lt;p&gt;If you had an account before, you should still have it, and that will still allow you to post comments without captcha or moderation. If you don&#039;t yet have an account, you can&#039;t get one right now, until I write that code, but you CAN post comments, which will appear after I moderate them.&lt;/p&gt;

&lt;p&gt;Lisplog, FTW!&lt;/p&gt;</description>
 <pubDate>Sun, 05 Jun 2011 11:49:02 GMT</pubDate>
</item>
</channel>
</rss>
