summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2025-03-16Upgrade typing-extensions to 4.12.2Dmitry Ilvokhin
To avoid following error. ``` TypeError: type 'typing.TypeVar' is not an acceptable base type ```
2025-03-16Fix file extention in README exampleDmitry Ilvokhin
2024-07-16Update zipp version to 3.19.1Dmitry Ilvokhin
2024-05-07Update Jinja2 to mitigate CVE-2024-34064Dmitry Ilvokhin
2024-02-10Fix deploy targetDmitry Ilvokhin
Option -a enables too much flags I don't need. For example, -t (preserve times), which leads to errors on receiving side.
2024-02-03Actualize list of PHONY targetsDmitry Ilvokhin
2024-02-03Bump jinja version to 3.1.3Dmitry Ilvokhin
2024-02-03Make deploy scipt work after migration to new hostDmitry Ilvokhin
2023-12-20Add author metadata tag to feed and postsDmitry Ilvokhin
2023-12-09Add text a little bit bigger (15% in total)Dmitry Ilvokhin
2023-12-01Make front 10% bigger to improve readabilityDmitry 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-02-05Add typecheck as a separate targetDmitry Ilvokhin
2023-02-05Add format target to MakefileDmitry Ilvokhin
2023-02-05Add type annotation support with mypyDmitry Ilvokhin
Default target in Makefile check types now.
2023-01-28Add scrollbar for code block on overflowDmitry Ilvokhin
2023-01-28Make code background different colorDmitry Ilvokhin
2023-01-28Implement logic for draftsDmitry Ilvokhin
Current logic is drafts are published, but do not listed on the feed page.
2023-01-28Regenerate remote target if code changesDmitry Ilvokhin
2023-01-28Fix post order in feedDmitry Ilvokhin
Post should go from oldest to newest
2023-01-23Do not hardcode hostname in the MakefileDmitry Ilvokhin
Use a CNAME instead.
2023-01-09Fix hello-world post spellingDmitry Ilvokhin
2023-01-08Fix hello-world spellingDmitry Ilvokhin
2023-01-08Publish hello-world postDmitry Ilvokhin
2023-01-08Add blog link to README fileDmitry Ilvokhin
2023-01-08Fix deploy Makefile targetDmitry Ilvokhin
I use old rsync without fancy ownership flags, so let's use good old ssh and chwon to make things right. Also, remove file at destination, in case I want to "unpublish" something.
2023-01-08Add LICENCE.md fileDmitry Ilvokhin
2023-01-08Cleanup CSSDmitry Ilvokhin
Remove unused variables and inline rest values.
2023-01-07Merge branch 'master' of git.ilvokhin.com:blogDmitry Ilvokhin
2023-01-07Sort posts in chronological orderDmitry Ilvokhin
In case I decide to write more than one post.
2023-01-07Sort posts in chronological orderDmitry Ilvokhin
In case I decide to write more than one post.
2023-01-07Remove `font-secondary` variableDmitry Ilvokhin
2022-12-26Do not center post title and dateDmitry Ilvokhin
2022-12-26Add README.md fileDmitry Ilvokhin
2022-12-26Add deploy target to MakefileDmitry Ilvokhin
2022-12-26Remove drafts logicDmitry Ilvokhin
2022-12-25Refere to style.css from rootDmitry Ilvokhin
2022-12-25Add `httpserver` Makefile targetDmitry Ilvokhin
2022-12-25Use style file from Bear blog by Herman MartinusDmitry Ilvokhin
2022-12-24Add requirements.txt fileDmitry 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.