<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blog.git/posts, 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>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>Add author metadata tag to feed and posts</title>
<updated>2023-12-20T12:47:27Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2023-12-20T12:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=a2fc2672206eb00c9df6afae26f7ba2e048c3830'/>
<id>urn:sha1:a2fc2672206eb00c9df6afae26f7ba2e048c3830</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add table of context and addressable headers</title>
<updated>2023-07-16T11:09:20Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2023-07-16T11:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=bc866494f7b77eebe7950f4dcf076616c181bd32'/>
<id>urn:sha1:bc866494f7b77eebe7950f4dcf076616c181bd32</id>
<content type='text'>
Sometimes it's useful to highlight content of the post beforehand. Also, it's
just nice to have a clickable headers in the document to simplify sharing of
specific section.
</content>
</entry>
<entry>
<title>Add indent to code example</title>
<updated>2023-07-02T13:04:45Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2023-07-02T13:04:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=81877e175b467d615bc83498423274e01e211ad9'/>
<id>urn:sha1:81877e175b467d615bc83498423274e01e211ad9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a post about libstdc++ `std::unordered_map`</title>
<updated>2023-07-02T12:08:36Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2023-07-02T12:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=21d68ac5605f12ffea3f05ad677c717577f767ee'/>
<id>urn:sha1:21d68ac5605f12ffea3f05ad677c717577f767ee</id>
<content type='text'>
Detailed description of libstdc++ `std::unordered_map` implementation with URLs
to source code and some explanations.
</content>
</entry>
<entry>
<title>Implement logic for drafts</title>
<updated>2023-01-28T14:26:03Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2023-01-28T14:26:03Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/blog.git/commit/?id=aa9c5e112777180d4ee9732a2ec6e461b9099623'/>
<id>urn:sha1:aa9c5e112777180d4ee9732a2ec6e461b9099623</id>
<content type='text'>
Current logic is drafts are published, but do not listed on the feed page.
</content>
</entry>
</feed>
