<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blog.git/haunt/jakob/dynamic/capabilities/comment-form.scm, branch self-hosted-comments</title>
<subtitle>Haunt configuration and Org mode sources for http://jakob.space
</subtitle>
<id>https://www.git.jakob.space/blog.git/atom?h=self-hosted-comments</id>
<link rel='self' href='https://www.git.jakob.space/blog.git/atom?h=self-hosted-comments'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/'/>
<updated>2022-11-24T00:23:26Z</updated>
<entry>
<title>[dynamic] Refactor and improve error reporting with R6RS exceptions</title>
<updated>2022-11-24T00:23:26Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-24T00:16:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=4f1743dad652d9a3781b268294b89d22c57528c0'/>
<id>urn:sha1:4f1743dad652d9a3781b268294b89d22c57528c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dynamic] Resolve grievances with dynamic comment form</title>
<updated>2022-11-20T19:09:03Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-20T19:03:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=0d7dbb395c3bc166f0a6db6d3167531facef62fc'/>
<id>urn:sha1:0d7dbb395c3bc166f0a6db6d3167531facef62fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dynamic] Initial dynamically-loaded comment form</title>
<updated>2022-11-20T18:29:29Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-20T18:29:29Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=7092a1977d075001320470d81cc740d33409cc64'/>
<id>urn:sha1:7092a1977d075001320470d81cc740d33409cc64</id>
<content type='text'>
To curb constraints surrounding where and when dynamic content can appear, the
comment form _embedded into the page for a blog post_ is dynamically loaded by
some JavaScript code. This is the initial implementation of that.

There are a few parts of this implementation that need to be improved:

- Make it clear that the captcha is the only part that's being loaded by XHR.
i.e., display the form with a "loading..." placeholder where the captcha image
should be.
- Have this triggered by the user, so the API doesn't get flooded with requests
that aren't going to be completed. (The ratio of readers to commenters is likely
to be very high.)
</content>
</entry>
<entry>
<title>[dynamic] Prettify success response</title>
<updated>2022-11-19T17:42:09Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-19T17:42:09Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=ebeeb7518241bea945b6c372fe07fb20abf020f3'/>
<id>urn:sha1:ebeeb7518241bea945b6c372fe07fb20abf020f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dynamic] Implement client-side of POW captcha</title>
<updated>2022-11-19T17:27:25Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-19T17:26:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=52554a1dcd9101fff5bea67f883f2d1ebe57d8e4'/>
<id>urn:sha1:52554a1dcd9101fff5bea67f883f2d1ebe57d8e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dynamic] Initial stateful implementation of the LaTeX captcha</title>
<updated>2022-11-19T17:27:24Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-19T15:44:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=5e65e1f8b1ca842001623974b9cb0e97d2771034'/>
<id>urn:sha1:5e65e1f8b1ca842001623974b9cb0e97d2771034</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dynamic] Initial comment/captcha system that doesn't work</title>
<updated>2022-11-19T17:27:24Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-18T17:29:58Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=bd20d5071da3de0a9c15ce0a5bc3f40e7b6c2879'/>
<id>urn:sha1:bd20d5071da3de0a9c15ce0a5bc3f40e7b6c2879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dynamic] Move to `haunt' directory and `jakob' namespace</title>
<updated>2022-11-16T00:17:44Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2022-11-16T00:17:44Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/blog.git/commit/?id=2c666a53e847e6b49dbdf4fd22416872bb197f6b'/>
<id>urn:sha1:2c666a53e847e6b49dbdf4fd22416872bb197f6b</id>
<content type='text'>
There will likely be some refactoring later as part of this change, since we can
unify the `util' namespaces.
</content>
</entry>
</feed>
