Computers

Creating beautiful two-column PDFs with Markdown, Pandoc and Typst

2024-12-01
ℂonverting Markdown document to PDF with Pandoc and Typst Read More →

Docling

2024-11-03
𝔻ocling is a MIT licensed document parser, OCR and converter from IBM Deep Search Team. They provide simple CLI tool as well as Python bindings. Read More →

Backups with restic and rclone

2020-03-03
𝕀 have started using restic backup about 2 years ago. I have learned recently, that some of my colleagues are not aware of its existence or not aware of tight integration with rclone. These two are a … Read More →

Simple GIT identities (overrides in general) management

2019-07-26
𝕀 need to be committing intro different repositories under different user identities. To Open Source ones with my private email, while using work email for work-related commits/repos. Typically, you … Read More →

exim4 and multiple GMail accounts

2018-02-08
𝕞utt is my preferred client for reading and writing mails. And I do have multiple accounts, some on my private server some on GMail (private as well as business). Initial setup was using my private … Read More →

Tracing distributed systems at Showmax

2016-10-21
𝕎e have opted for a micro-service paradigm on our back-end. This means that different parts of the API accessible by end-user applications are handled by different services running on our application … Read More →