05 Sep 23
Cheat sheet for x86-64 Unix systems programming. Contribute to jstrieb/systems-programming-cheat-sheet development by creating an account on GitHub.
06 Aug 23
15 Jun 23
A hands-on exploration of writing a shell function in zsh.
14 Jun 23
so cool
I often write documents, such as exams and lecture notes, that contain both Latin and Arabic script, often on the same line of text. This can be challenging due to the complications of mixing of LTR (left-to-right) and RTL (right-to-left) scripts. This seems like an easy problem to solve for software developers, and it is, only not in software with graphical WYSIWYG interfaces, such as Word or OpenOffice. (Iām sure everyone who has tried writing mixed direction text in such software share my frustration with them, and I will therefore refrain from rants.) Since my shift to exclusively producing and editing text in plain text formats (.txt, .mkd, .tex, etc.) with the editor Vim, writing texts with mixed directionality has become a lot easier. This post is an attempt to explain how.