diff options
-rw-r--r-- | cv-dato.pdf | bin | 72266 -> 72393 bytes | |||
-rw-r--r-- | cv-dato.tex | 2 | ||||
-rw-r--r-- | cv-template.tex | 5 |
3 files changed, 4 insertions, 3 deletions
diff --git a/cv-dato.pdf b/cv-dato.pdf Binary files differindex 711261f..440a478 100644 --- a/cv-dato.pdf +++ b/cv-dato.pdf diff --git a/cv-dato.tex b/cv-dato.tex index abca049..2940dd3 100644 --- a/cv-dato.tex +++ b/cv-dato.tex @@ -39,7 +39,7 @@ \item Implementing an algorithm and making a library to compare images and videos and decide if they are similar or not. \item Making clipping software to cut a video without re-encoding, taking advantage of the \cvemph{GOP} structure. \item Adding hardware support implementing the device API, such as \cvemph{AJA}, \cvemph{Blackmagic}, \cvemph{DekTec}, \cvemph{Hauppauge}, and more. - \item Improving external projects such as fixing a bug in \cvemph{FFmpeg}\footnote{\href{https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/5a0a9f78252825dfe1824eedbc373aea443e5e77}{https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/5a0a9f78252825dfe1824eedbc373aea443e5e77}} and improving it's \cvemph{SRT} implementation,\footnote{I sent the patch, but it wasn't accepted: \href{https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240919134646.3841-1-nicolas.dato@gmail.com/}{https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240919134646.3841-1-nicolas.dato@gmail.com/}} adding functionality to \cvemph{yt-dlp},\footnote{\href{https://github.com/yt-dlp/yt-dlp/commit/0d531c35eca4c2eb36e160530a7a333edbc727cc}{https://github.com/yt-dlp/yt-dlp/commit/0d531c35eca4c2eb36e160530a7a333edbc727cc}} and improving the \cvemph{TBS} driver.\footnote{\href{https://github.com/tbsdtv/linux\_media/commit/98fa0e79a07a2f4b869eda147a8c52967d1edc51}{https://github.com/tbsdtv/linux\_media/commit/98fa0e79a07a2f4b869eda147a8c52967d1edc51}} + \item Improving external projects such as fixing a bug in \cvemph{FFmpeg}\footnote{\href{https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/5a0a9f78252825dfe1824eedbc373aea443e5e77}{https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/5a0a9f78252825dfe1824eedbc373aea443e5e77}} and improving it's \cvemph{SRT} implementation,\footnote{I sent the patch, but it wasn't accepted: \href{https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240919134646.3841-1-nicolas.dato@gmail.com/}{https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240919134646.3841-1-nicolas.dato@gmail.com/}} adding functionality to \cvemph{yt-dlp},\footnote{\href{https://github.com/yt-dlp/yt-dlp/commit/0d531c35eca4c2eb36e160530a7a333edbc727cc}{https://github.com/yt-dlp/yt-dlp/commit/0d531c35eca4c2eb36e160530a7a333edbc727cc}} and improving the \cvemph{TBS} driver.\footnote{\href{https://github.com/tbsdtv/linux\_media/commit/98fa0e79a07a2f4b869eda147a8c52967d1edc51}{https://github.com/tbsdtv/linux\_media/commit/98fa0e79a07a2f4b869eda147a8c52967d1edc51}}\footnote{\href{https://github.com/tbsdtv/linux\_media/commit/ef59c933c9caa7913b4a71def0eed8e4f184e137}{https://github.com/tbsdtv/linux\_media/commit/ef59c933c9caa7913b4a71def0eed8e4f184e137}} \item Working with \cvemph{Perl}, \cvemph{Bash}, and \cvemph{Python} to write small scripts or programs, and sometimes improving our web application using \cvemph{React} and \cvemph{JavaScript}. \item Traveling to other countries for business. In the year 2021, I went to Mexico to show our products to the government, as they needed a system to monitor the TV and radio broadcast. In 2024, I participated in the \cvemph{NAB Show}\footnote{National Association of Broadcasters trade show --- \href{https://nabshow.com/2024/}{https://nabshow.com/2024/}} as an exhibitor in Las Vegas. \end{cvitemize}} diff --git a/cv-template.tex b/cv-template.tex index f1f3c09..9b0800c 100644 --- a/cv-template.tex +++ b/cv-template.tex @@ -1,4 +1,5 @@ \usepackage{hyperref} +\usepackage{enumitem} \usepackage[T1]{fontenc} \usepackage{palatino} @@ -7,7 +8,7 @@ \pagecolor{sbase3} \color{sbase01} \pagestyle{empty} -\addtolength{\parskip}{1ex} +\setlength{\parskip}{1ex} \newcommand{\cvcompanycolor}{\color{sred}} \newcommand{\cvprofessiontitlecolor}{\color{sbase02}} @@ -23,7 +24,7 @@ \newcommand{\cvemph}[1]{\emph{\cvemphcolor#1}} \newcommand{\cvhref}[2]{#2\footnote{#2 --- \href{#1}{#1}}} \newenvironment{cvitemize} -{\begin{itemize}\setlength{\itemsep}{0pt}} +{\begin{itemize}[topsep=0ex]\setlength{\itemsep}{0pt}} {\end{itemize}} \providecommand{\name}[1]{\providecommand{\cvname}{#1}} |