resume/: No longer use people.redhat.com.
[www.jankratochvil.net.git] / resume / ResumeJanKratochvil.tex
1 \documentclass[a4paper]{article}
2 \usepackage[dvipdf]{graphicx}
3 \usepackage{multirow}
4 \usepackage[colorlinks]{hyperref}
5 \usepackage{tabls}
6
7 \setlength\extrarulesep{1pt}
8
9 \setlength\belowcaptionskip{2pt}
10 \newlength{\intertableskip}
11 \setlength\intertableskip{-0.5cm}
12
13 \makeatletter
14
15 % Patch out tables numbering:
16 % /usr/share/texmf/tex/latex/base/article.cls
17 % '#1: #2' -> '#2'
18 \long\def\@makecaption#1#2{%
19   \vskip\abovecaptionskip
20   \sbox\@tempboxa{#2}%
21   \ifdim \wd\@tempboxa >\hsize
22     #2\par
23   \else
24     \global \@minipagefalse
25     \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
26   \fi
27   \vskip\belowcaptionskip}
28
29 \makeatother
30
31 \pdfinfo{
32         /Title(Jan Kratochvil Resume)
33         /Author(Jan Kratochvil)
34         /Subject($Id$)
35         }
36
37 \setlength{\topmargin}{-0.5cm}  % \topmargin - blank space at page top
38 \setlength{\headheight}{0cm}    % \headheight - page header height
39 \setlength{\headsep}{0cm}       % \headsep - space between header and text
40 \setlength{\textheight}{307mm}  % \textheight - height of the text body
41
42 \setlength{\oddsidemargin}{-0.5cm}   % \oddsidemargin - odd-numbered page margin
43 \setlength{\evensidemargin}{-0.5cm}  % \evensidemargin - even-numbered page margin
44 \setlength{\textwidth}{170mm}        % \textwidth - width of the text body
45
46 \begin{document}
47
48 \begin{table}[!h]
49         \centering
50         \begin{tabular*}{0.57\textwidth}{|@{\extracolsep{\fill}}c@{\extracolsep{\fill}}l@{\extracolsep{\fill}}l@{\extracolsep{\fill}}|}
51                 \hline
52                 \ %
53                 {} & name                 & Jan Kratochvil \\
54                 {} & English              & fluent\ \ \ \\
55                 {} & born                 & 1979 \\
56                 {} & e-mail               & \href{mailto:job@jankratochvil.net}{job@jankratochvil.net} \\
57                 {} & projects before 2005\ \ & \href{https://www.jankratochvil.net/project/}{https://www.jankratochvil.net/project/}\ \ \\
58                 {} & resume               & \href{https://www.jankratochvil.net/resume/}{https://www.jankratochvil.net/resume/} \\
59                 {} & OpenPGP              & \href{https://www.jankratochvil.net/pgp-JanKratochvil.txt}{1E3AD15E} \\
60                 \hline
61         \end{tabular*}
62 \end{table}
63
64 \begin{table}[!h]
65         \centering
66         \caption{Fulltime Jobs}
67         \begin{tabular*}{\textwidth}{|lp{1.2in}@{\extracolsep{\fill}}p{4.35in}|}
68                 \hline
69 Date & Company & Description \\
70 \hline
71
72 2006-\dots & \href{https://www.redhat.com/}{Red Hat} &
73         \href{https://en.wikipedia.org/wiki/LLDB_(debugger)}{LLDB} debugger developer and
74         formerly \href{https://en.wikipedia.org/wiki/GNU_Debugger}{GDB} debugger developer.
75
76         \href{https://en.wikipedia.org/wiki/GNU_Debugger}{GDB} developed primarily 2007-2013, 1231 commits:
77                 \href{https://github.com/bminor/binutils-gdb/commits?author=jankratochvil}{log}.
78
79         I was GDB maintainer for \href{https://en.wikipedia.org/wiki/Fedora_(operating_system)}{Fedora}\&\href{https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux}{RHEL}.
80         Larger features I have implemented: \href{https://en.wikipedia.org/wiki/Position-independent_executable}{PIE} support,
81         DWARF-5 entry values \& tail calls, Fortran modules, DWARF-5 excl. DWO incl.
82         .debug\_names index producer \& consumer excl. namespaces. Implemented in
83         Fedora but never upstreamed: C\&Fortran \href{https://en.wikipedia.org/wiki/Variable-length_array}{VLA}, build-id.
84
85         \href{https://en.wikipedia.org/wiki/LLDB_(debugger)}{LLDB} developed 2017-2021, 159 commits:
86                 \href{https://github.com/llvm/llvm-project/commits?author=jankratochvil}{log},
87                 \href{https://reviews.llvm.org/p/jankratochvil/}{reviews}.
88
89         Developed \href{https://sourceware.org/systemtap/wiki/utrace/tests}{Linux kernel ptrace testsuite} (most of the testcases are mine).
90
91         My presentations about \href{https://en.wikipedia.org/wiki/GNU_Debugger}{GDB}:
92                 \href{https://www.jankratochvil.net/resume/DeveloperConference2011-debug.pdf}{2011}
93                 \href{https://www.jankratochvil.net/resume/gdb2012.pdf}{2012}
94                 \href{https://www.jankratochvil.net/resume/devconf2017.pdf}{2017}
95
96         My presentation about \href{https://en.wikipedia.org/wiki/LLDB_(debugger)}{LLDB}:
97                 \href{https://www.jankratochvil.net/resume/devconf2019.pdf}{2019}
98
99         My article about \href{https://en.wikipedia.org/wiki/LLVM}{LLVM}/\href{https://en.wikipedia.org/wiki/AddressSanitizer}{Sanitizers}:
100                 \href{https://developers.redhat.com/blog/2021/05/05/memory-error-checking-in-c-and-c-comparing-sanitizers-and-valgrind#}{2021}
101
102         My \href{https://en.wikipedia.org/wiki/DWARF}{DWARF} standard
103                 clarifications:
104                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=100416.1}{1}
105                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=090321.1}{2}
106                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161215.3}{3}
107                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161113.1}{4}
108                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=110926.1}{5}
109                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=100923.1}{6},
110                 extensions:
111                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161102.1}{1},
112                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=170527.1}{2},
113                 fix:
114                         \href{http://www.dwarfstd.org/ShowIssue.php?issue=161027.1}{1}.
115
116         My \href{https://lab.llvm.org/staging/#/builders/16}{LLDB buildbot}, its \href{https://github.com/llvm/llvm-zorg/commits?author=jankratochvil}{implementation}.
117
118         Completed \href{https://en.wikipedia.org/wiki/Red_Hat_Certified_Engineer}{RHCE} certificate \href{https://rhtapps.redhat.com/verify?certId=110-518-099}{110-518-099}.
119
120         Wrote many bugfixes and bugreports for various components of \href{https://en.wikipedia.org/wiki/Fedora_(operating_system)}{Fedora}
121         \href{https://en.wikipedia.org/wiki/Free_software}{Free} operating system.
122         \\
123 \hline
124
125 2005 & \href{https://www.valinux.co.jp/}{VA Linux Systems\hfil\newline Japan} &
126         \href{https://www.kernel.org/}{Linux kernel} -- first ever Linux kernel relocatability
127         for~\href{https://en.wikipedia.org/wiki/Kdump_(Linux)}{kdump}-alike,\linebreak
128         \href{https://en.wikipedia.org/wiki/Network_File_System}{NFS (Network File System)} server caching
129         \\
130 \hline
131
132 2004 & \href{https://en.wikipedia.org/wiki/Sun_Microsystems}{Sun Microsystems} &
133         \href{https://en.wikipedia.org/wiki/Sun_Java_System}{Sun Java Enterprise System} Quality Assurance (JES~QA), technical lead
134         \\
135 \hline
136
137         \end{tabular*}
138 \end{table}
139
140 \vskip\intertableskip
141
142 \begin{table}[!h]
143         \centering
144         \caption{Freelance Projects}
145         \begin{tabular*}{\textwidth}{|l@{\extracolsep{\fill}}p{5.7in}|}
146                 \hline
147 Date & Description \\
148 \hline
149
150 \hypertarget{captive}{2002-2003} & \href{https://www.jankratochvil.net/project/captive/}{Captive}: The first free NTFS read/write filesystem for Linux OS
151
152         Featured \href{https://tech.slashdot.org/story/03/12/02/1536227/using-the-real-ntfssys-driver-under-linux}{on slashdot}.
153
154         Reverse engineered i386 MS-Windows XP kernel and ntfs.sys for the first
155         binary compatible reimplementation of the undocumented parts of MS-Windows
156         kernel subsystems.
157
158         Userland part of the project provides \href{https://en.wikipedia.org/wiki/GnomeVFS}{GnomeVFS} interface to the MS-Windows kernel
159         based MS-Windows filesystem isolated by the
160         \href{https://en.wikipedia.org/wiki/Common_Object_Request_Broker_Architecture}{CORBA}/\href{https://en.wikipedia.org/wiki/ORBit}{ORBit}
161         interface.
162
163         For development purposes I implemented also \href{https://www.jankratochvil.net/project/TraceFS/}{TraceFS}:
164         MS-Windows Kernel API Tracer as a~native MS-Windows kernel driver for
165         tracing of the NT Cache Manager.
166         \\
167 \hline
168
169 \hypertarget{mms2}{2005-2006} & \href{https://www.jankratochvil.net/product/mms2/}{MMS2}: Alternative center for cheaper mobile phones multimedia messages (MMS)
170         \\
171 \hline
172
173 2004 & \href{https://www.jankratochvil.net/product/hotelgate/}{HotelGate}: Internet gateway for hotel guests
174         \\
175 \hline
176
177         \end{tabular*}
178 \end{table}
179
180 \vskip\intertableskip
181
182 \begin{table}[!ht]
183         \centering
184         \caption{Contractor Jobs}
185         \begin{tabular*}{\textwidth}{|lp{0.7in}@{\extracolsep{\fill}}p{4.95in}|}
186                 \hline
187 Date & Client & Description \\
188 \hline
189
190 2001-2002 & \href{https://www.atspraha.cz/en/}{Advanced\newline Telecom\newline Services} &
191         Early cell phone technologies:
192                         \href{https://en.wikipedia.org/wiki/Multimedia_Messaging_Service}{MMS} framework development incl. \href{https://www.jankratochvil.net/etmms/}{MMS Center debugging}
193                         (written using \href{https://en.wikipedia.org/wiki/Perl}{Perl}, \href{https://en.wikipedia.org/wiki/XML}{XML}, \href{https://en.wikipedia.org/wiki/SOAP}{SOAP}),
194                         Multimedia EMS support (my~\href{https://www.jankratochvil.net/project/gsmperl/}{GSM::SMS patch}),
195                         BIP (Nokia CIMD2 alike) protocol client by extending (\href{https://www.gnokii.org/}{gnokii}).
196         \\
197 \hline
198
199 1999-2000 & \href{https://www.suse.com/}{SuSE} &
200         \href{https://www.jankratochvil.net/project/surprise/}{Partition Surprise}: superseded by \href{https://en.wikipedia.org/wiki/GParted}{GParted}
201
202         It was implemented by multiple people of our team. For development purposes I~implemented
203         \href{https://www.jankratochvil.net/project/int13sniff/}{Int13Sniff} for bootability troubleshooting.
204         \\
205 \hline
206
207 2001-2002 & \href{https://www.readynote.com/}{ReadyNote} &
208         Early cell phone technologies: debugged \href{https://www.gnokii.org/}{gnokii} GSM software modem, ported \href{https://www.gnokii.org/}{gnokii} and my
209                         \href{https://www.jankratochvil.net/project/mdsms/}{mdsms} to embedded \href{https://en.wikipedia.org/wiki/UClibc}{uClibc}.
210         \\
211 \hline
212
213 1999-2003 & \href{https://jklabs.cz/}{JKLabs} &
214         Support of company systems, hotel installations,
215   technical challenges like an i386 IRQ redirector,
216         \href{https://www.jankratochvil.net/project/middleman/}{Middleman port} (HTTP modifying proxy) or
217         \href{https://www.jankratochvil.net/project/ssht/}{ssht} (SSH tunnel).
218         \\
219 \hline
220
221 2001 & \href{https://www.gts.cz/cz-en}{GTS} &
222         \href{https://www.jankratochvil.net/project/tac_plus/}{tac\_plus auth}: Cisco TACACS+ NAS host based authorization
223         \\
224 \hline
225
226 1998-1999 & \href{https://www.geoinvest.cz/}{Geoinvest} &
227         Early cell phone technologies -- Siemens M1 GSM modem daemon for GPS,
228         embedded devices -- \href{https://www.jankratochvil.net/project/332/}{332}:
229         \href{https://en.wikipedia.org/wiki/AmigaOS}{AmigaOS} kernel port to embedded \href{https://en.wikipedia.org/wiki/Freescale_683XX}{Motorola 68332}.
230         \\
231 \hline
232
233 1999 & \href{https://www.tencom.cz/}{TENcom\newline Trade} &
234   Early cell phone technologies -- \href{https://www.jankratochvil.net/project/mdsms/}{mdsms}:
235         \href{https://en.wikipedia.org/wiki/SMS}{SMS} software for \href{https://en.wikipedia.org/wiki/Digital_UNIX}{Digital UNIX}.
236         \\
237 \hline
238
239 1998 & ELSA &
240         \href{https://www.jankratochvil.net/project/step/}{STEP}:
241         A~web database application. Fixed Free Software
242         \href{https://www.jankratochvil.net/project/phphash/}{PHP} and
243         \href{https://www.jankratochvil.net/project/pgsqlsubstr/}{PostgreSQL}.
244         \\
245 \hline
246
247 1993-1996 & Profes J\&K &
248         PC assembly and customer service
249         \\
250 \hline
251
252 1993 & \href{http://www.japhila.cz/}{Japhila} &
253         StampMan: Database application (MS-DOS: Pascal, plainTeX)
254         \\
255 \hline
256
257         \end{tabular*}
258 \end{table}
259
260 \pagebreak
261
262 \begin{table}[!h]
263         \centering
264         \caption{Awards}
265         \begin{tabular*}{\textwidth}{|l@{\extracolsep{\fill}}p{6.15in}|}
266                 \hline
267                 1997 & Bronze medal (not 3rd) in International Olympiad in Informatics, South Africa -- Cape Town \\
268                 1997 & 2nd in MO-P national contest -- mathematics Olympiad, the programming category \\
269                 1997 & 1st in International Competition in Programming \\
270                 1996 & 4th in International Competition in Programming \\
271                 1995 & 7th in Central European Olympiad in Informatics \\
272                 \hline
273         \end{tabular*}
274 \end{table}
275
276 \vskip\intertableskip
277
278 \begin{table}[!h]
279         \centering
280         \caption{Technologies (mostly obsolete in 2021)}
281         \begin{tabular*}{\textwidth}{|l@{\extracolsep{\fill}}p{5.10in}|}
282                 \hline
283 %               Major Areas         & mobile technologies, filesystems, embedded devices \\
284                 Platforms           & Linux OS/i386/FreeBSD, MS-Windows i386 kernel, Amiga/680x0, MS-DOS,
285                                                                                                                                 ZX Spectrum, PC-E500S \\
286                 Languages           & C++14, C, Perl, Python, bash/awk/sed...,
287                                                                                                                                 Java$\le$1.0, Pascal, Basic, REXX, S-Lang, Foxplus, Prolog \\
288                 Tools               & GIT, cmake, SVN, autoconf, automake, libtool, m4, CVS, gettext, bison, flex, ld~script \\
289                 Assemblers          & i386/x86\_64, briefly aarch64/arm7/s390x/ppc64, Motorola 680x0, Zilog~Z80, Intel 8051, MIPS R2/3000 \\
290                 WWW                 & HTML$\le$4.0, CSS, PHP, SQL (PostgreSQL, MySQL), JavaScript, CGI \\
291                 Documentation       & plainTeX, LaTeX, DocBook, DocBook Lite, XML/NS/Schema,
292                                                                                                                                 gtk-doc, nroff, pod \\
293                 Libraries           & Gnome/GTK+/GLib, POSIX/BSD/SysV/threads/sockets, X11, OpenGL, NCurses,
294                                                                                                                                 S-Lang, GnomeVFS, libxml, libneon, SVGALib, NIS, Qt,
295                 % RPC
296                                                                                                         CORBA/ORBit, SOAP, WSDL, Sun~RPC \\
297                 Protocols/Formats   & GSM SMS/PDU/Nokia~Smart~Messaging/EMS/WAP/WTP/WSP/MMSE/SMIL,\hfill\newline
298                                                                                                                                 WML/AMR/WSP/AMR, GSM ETSI/3GPP stds, IPv4, HTTP, SMTP\hfill\newline
299                                                                                                                                 RFC822/MIME, FTP, SSH, DHCP, POP3, IMAP4, NFS~v2/v3, PPP/LCP/IPCP,
300                 % Filesystems
301                                                                                                         ext2, FAT, AmigaFFS, ISO-9660 \\
302                 \hline
303         \end{tabular*}
304 \end{table}
305
306 \end{document}
307 \bye