summaryrefslogtreecommitdiff
path: root/posts
AgeCommit message (Collapse)Author
9 daysAdd support for atom / rss feedHEADmasterDmitry Ilvokhin
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.
2025-03-23Update wording for Jemalloc HPA ReferenceDmitry Ilvokhin
2025-03-23Publish Jemalloc HPA ReferenceDmitry Ilvokhin
2025-03-23Add Jemalloc HPA Reference postDmitry Ilvokhin
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.
2023-12-20Add author metadata tag to feed and postsDmitry Ilvokhin
2023-07-16Add table of context and addressable headersDmitry Ilvokhin
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.
2023-07-02Add indent to code exampleDmitry Ilvokhin
2023-07-02Add a post about libstdc++ `std::unordered_map`Dmitry Ilvokhin
Detailed description of libstdc++ `std::unordered_map` implementation with URLs to source code and some explanations.
2023-01-28Implement logic for draftsDmitry Ilvokhin
Current logic is drafts are published, but do not listed on the feed page.
2023-01-09Fix hello-world post spellingDmitry Ilvokhin
2023-01-08Fix hello-world spellingDmitry Ilvokhin
2023-01-08Publish hello-world postDmitry Ilvokhin
2023-01-07Merge branch 'master' of git.ilvokhin.com:blogDmitry Ilvokhin
2022-12-26Remove drafts logicDmitry Ilvokhin
2022-12-25Use style file from Bear blog by Herman MartinusDmitry Ilvokhin
2022-12-24Initial version of generatorDmitry Ilvokhin
Generation of feed page and post pages are supported. Markdown to html conversion seems working. At least there is nothing strange with hello-world example.