<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blog.git, branch master</title>
<subtitle>Code and content for blog.ilvokhin.com.</subtitle>
<id>https://git.ilvokhin.com/blog.git/atom?h=master</id>
<link rel='self' href='https://git.ilvokhin.com/blog.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/'/>
<updated>2025-08-24T10:39:34Z</updated>
<entry>
<title>Fix grammar mistakes</title>
<updated>2025-08-24T10:39:34Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-08-24T10:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=ef70052479ab1996b76b758d4eeebb2f91d754db'/>
<id>urn:sha1:ef70052479ab1996b76b758d4eeebb2f91d754db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `slots=True` from dataclass to make mypy happy</title>
<updated>2025-08-24T10:39:02Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-08-24T10:39:02Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=4818ff1d19db3ed6b4275594360d40934f1db067'/>
<id>urn:sha1:4818ff1d19db3ed6b4275594360d40934f1db067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for atom / rss feed</title>
<updated>2025-04-19T20:43:53Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-04-19T20:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=96d437baab4a622eb540719feb90ea810fb01756'/>
<id>urn:sha1:96d437baab4a622eb540719feb90ea810fb01756</id>
<content type='text'>
Date format was changed to support `updated` in ISO format. Now every
post will require date and time, which might be a usability regression,
but we'll see. Also, `updated` field was introduced in metadata. If
there is no such field, them date field will be used instead.
</content>
</entry>
<entry>
<title>Update wording for Jemalloc HPA Reference</title>
<updated>2025-03-23T20:23:51Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-03-23T20:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=ea523d411689338876abd7b87d85164009e7ec73'/>
<id>urn:sha1:ea523d411689338876abd7b87d85164009e7ec73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Publish Jemalloc HPA Reference</title>
<updated>2025-03-23T13:01:26Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-03-23T12:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=6c5d037fdd5d462fb9a241066ec3f750f0d84e40'/>
<id>urn:sha1:6c5d037fdd5d462fb9a241066ec3f750f0d84e40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Jemalloc HPA Reference post</title>
<updated>2025-03-23T12:55:22Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-03-23T12:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=e614d4b21ad4a48e05525137c5fd9f850d4cbe65'/>
<id>urn:sha1:e614d4b21ad4a48e05525137c5fd9f850d4cbe65</id>
<content type='text'>
There is no available documentation about HPA options at the moment.
Best documentation is a code itself, but it might require too much
knowledge about jemalloc internals to follow it.

This reference should provide a starting point of what can be tweaked
and what meaning available options have.
</content>
</entry>
<entry>
<title>Upgrade typing-extensions to 4.12.2</title>
<updated>2025-03-16T13:23:22Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-03-16T13:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=58b241a4df46f66e9d95a98645b23af71292a814'/>
<id>urn:sha1:58b241a4df46f66e9d95a98645b23af71292a814</id>
<content type='text'>
To avoid following error.

```
TypeError: type 'typing.TypeVar' is not an acceptable base type
```
</content>
</entry>
<entry>
<title>Fix file extention in README example</title>
<updated>2025-03-16T12:56:41Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2025-03-16T12:56:41Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1'/>
<id>urn:sha1:a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update zipp version to 3.19.1</title>
<updated>2024-07-16T20:45:37Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2024-07-16T20:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=0a6b76fd91f379941fa1f9a0d51412c9950aa054'/>
<id>urn:sha1:0a6b76fd91f379941fa1f9a0d51412c9950aa054</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Jinja2 to mitigate CVE-2024-34064</title>
<updated>2024-05-07T21:09:25Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2024-05-07T21:09:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=846cf50cec3071187f4fc74e601107f7a10880f1'/>
<id>urn:sha1:846cf50cec3071187f4fc74e601107f7a10880f1</id>
<content type='text'>
</content>
</entry>
</feed>
