-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.tex
29 lines (18 loc) · 1.25 KB
/
about.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\documentclass{article}
\title{About}
\begin{document}
\section{about-author}{About the author}
\includegraphics[portrait]{/images/portrait.jpg}
Hi there!
My name is Roman Kashitsyn.
I'm a software engineer at \href{https://www.gensyn.ai/}{Gensyn.ai}, where I work on distributed machine learning model training.
Before that, I did hard-core software engineering at \href{https://dfinity.org}{\textsc{dfinity}} and worked on large-scale distributed systems at \href{https://shopping.google.com/}{Google.Shopping} and \href{https://yandex.ru/maps}{Yandex.Maps}.
\section{about-site}{About this website}
This website is my blog.
It doesn't necessarily reflect the views of my employer.
If you want to report an issue with this website or have constructive feedback, \href{https://github.com/roman-kashitsyn/mmapped.blog/issues/new}{open an issue on GitHub}.
\section{mmap}{What does ``mmap'' mean?}
``Mmap'' stands for \href{https://en.wikipedia.org/wiki/Mmap}{memory-mapped file I/O}.
This ancient technology is a beam of light in the murk of the modern technological world darkened by unnecessary complexity and layers of abstractions.
I like \href{https://www.man7.org/linux/man-pages/man2/mmap.2.html}{\code{mmap}} so much that I called my blog after it.
\end{document}