<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>Feed</title>
	<link href="https://ddiss.codeberg.page" />
	<link href="https://ddiss.codeberg.page/atom.xml" rel="self" />
	<id>https://ddiss.codeberg.page/</id>
	<updated>2026-06-16T00:00:00Z</updated>
	<entry>
		<id>https://ddiss.codeberg.page/blogger_to_sblg.xml#2026-06-16T00:00:00Z</id>
		<updated>2026-06-16T00:00:00Z</updated>
		<title>Blogger to sblg Migration</title>
		<author><name>ddiss</name></author>
		<link rel="alternate" type="text/html" href="https://ddiss.codeberg.page/blogger_to_sblg.html" />
		<content type="xhtml">
			<div xmlns="http://www.w3.org/1999/xhtml">

		Migration from Blogger to some kind of static site generator has long been on my
		TODO list. Most static site generators I've encountered are bloated and overly
		complex.
	</div>
		</content>
	</entry>
	<entry>
		<id>https://ddiss.codeberg.page/simple-hashing-with-afalg.xml#2025-06-18T00:00:00Z</id>
		<updated>2025-06-18T00:00:00Z</updated>
		<title>Simple Hashing with AF_ALG</title>
		<author><name>ddiss</name></author>
		<link rel="alternate" type="text/html" href="https://ddiss.codeberg.page/simple-hashing-with-afalg.html" />
		<content type="xhtml">
			<div xmlns="http://www.w3.org/1999/xhtml">

	My <a href="https://blog.elastocloud.org/2024/10/speedreaders-digest-hashing-data-on.html">previous post</a> demonstrated how the <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/crypto/userspace-if.rst?h=v6.15#n98">Linux kernel's AF_ALG</a> socket type can be used with io_uring for fast hashing.<br/>
		I wasn't very happy with the complexity of the io_uring based implementation, so set out to write something much simpler with plain syscalls.
</div>
		</content>
	</entry>

</feed>

