Skip to content

Commit

Permalink
Adjust summary and some other minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroyi committed Dec 23, 2023
1 parent d4e9c6a commit 1809530
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
XELATEX=docker run --rm -v $(PWD):/doc/ -w /doc -it thomasweise/docker-texlive-full xelatex

rick-haines.pdf: rick-haines.tex sections/*.tex
rick-haines.pdf: rick-haines.tex sections/*.tex sections/headshot.jpg
$(XELATEX) $<

clean:
Expand Down
2 changes: 1 addition & 1 deletion rick-haines.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
% \photo[rectangle,edge,right]{./examples/profile}
% \photo[circle,noedge,right]{sections/headshot.jpg}
\name{Rick}{Haines}
\position{Lead Engineer{\enskip\cdotp\enskip}Senior Programmer}
\address{835 Oakdale St, Windermere, FL 34786, USA}
Expand Down
7 changes: 4 additions & 3 deletions sections/education.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
{Sep. 1997 - May. 2001} % Date(s)
{
\begin{cvitems} % Description(s) bullet points
\item {Maintained open source driver for the Creative Labs DXR3 mpeg decoder card; merged patches, provided version releases.}
%\item {Improved auto/video sync, merged patches, provided version releases.}
\end{cvitems}
\item {Maintained open source driver for the Creative Labs DXR3 mpeg decoder card; managed contributers and version releases.}
\item {Competed in ACM's International Programming Contest.}
\item {Tutored students on Computer Science assignments.}
\end{cvitems}
}

%---------------------------------------------------------
Expand Down
29 changes: 16 additions & 13 deletions sections/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Designed and implemented fusing of aircraft flight plan data from many data sources providing unique id's and combined data.}
\item {Team Lead on an 18 month Navy Small Business Innovation Research (SBIR) Contract for ML/AI anomaly detection in flight data.}
\item {Designed, prototyped, coded an aircraft surface multilateration system (MLAT) deployed at 7 airports in the US.}
\item {Implemented a multithreaded SDR decoder processing 100MB/sec with nanosecond timestamping of signal for MLAT (Ettus USRP UHD API).}
\item {Produced quarterly deliverables schedule, quarterly reports, performed research, wrote final 98 page report for SBIR Contract.}
\item {Designed, prototyped, and coded an aircraft surface multilateration system (MLAT) deployed at 7 airports in the US.}
\item {Managed the MLAT development team, product roadmap, and releases after initial prototype.}
\item {Implemented a multithreaded SDR decoder processing 100MB/sec with nanosecond timestamping of signal for MLAT (Ettus USRP UHD API).}
\item {Implemented a load balanced backend for incoming MLAT data including a Redis sentinel failover cluster.}
\item {Implemented a multithreaded MLAT location solver including Kalman filtering to smooth the aircraft tracks.}
\item {Designed and implemented algorithms for detecting aircraft holding patterns and diversions from aircraft tracks.}
\item {Designed and implemented fusing of disparate aircraft radar data into a continuous flight track while excluding incorrect data.}
\item {High performance HTTP and socket programming for real time data updates to web browser (eventually replaced by Websockets).}
\item {Designed a probability based method for correlating aircraft tail and flightid to mitigate incorrect data.}
\item {Designed and maintained PostgreSQL databases of flight data.}
\item {Developed various data analysis and test programs for mapping and analyzing flight data.}
\item {Promoted use of Git source control; migrated company source code to locally hosted Gitlab and CI/CD pipeline.}
\item {Collected disparate software projects into git with a cohesive build system.}
\item {Lead successful migration of software stack to an Orlando Datacenter.}
Expand Down Expand Up @@ -56,17 +59,17 @@
}

%---------------------------------------------------------
\cventry
{Computer Science Lab} % Job title
{Florida Institute of Technology (Florida Tech)} % Organization
{Melbourne, FL} % Location
{1997 - 1998} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Tutored students on Computer Science assignments.}
\item {Competed in ACM's International Programming Contest.}
\end{cvitems}
}
% \cventry
% {Computer Science Lab} % Job title
% {Florida Institute of Technology (Florida Tech)} % Organization
% {Melbourne, FL} % Location
% {1997 - 1998} % Date(s)
% {
% \begin{cvitems} % Description(s) of tasks/responsibilities
% \item {Tutored students on Computer Science assignments.}
% \item {Competed in ACM's International Programming Contest.}
% \end{cvitems}
% }

%---------------------------------------------------------
% \cventry
Expand Down
4 changes: 2 additions & 2 deletions sections/skills.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
{Debian, Ubuntu, Redhat, ZFS, TCP/IP} % Skills

\cvskill
{Local Cloud} % Category
{High Availability, Wordpress, Nextcloud, Gitea, PXE boot} % Skills
{Local/Edge Cloud} % Category
{High Availability, Wordpress, Nextcloud, Gitea, Unifi, PXE boot} % Skills

%---------------------------------------------------------
\end{cvskills}
2 changes: 1 addition & 1 deletion sections/summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvparagraph}
Senior Programmer at Passur Aerospace. I have designed and contributed to the development of many critical product components. 25+ years of professional software development experience with specialties in software architecture, backend development, and performance optimization. I love to solve problems, find solutions, improve the software development process, and utilize new technologies to make everyone's work easier and better. Interested in many diverse areas of computing especially where the software meets the hardware. I have been using Linux ever since ordering the Red Hat Linux 1.0 Mother's Day Release 4-CD set from a magazine.
Senior Programmer at Passur Aerospace. I have designed and contributed to the development of many customer critical product components. 25+ years of professional software development experience with specialties in software architecture, backend development, data processing, performance optimization, and system administration. I love to find solutions to problems and implement them to continuously improve the development process.
\end{cvparagraph}

0 comments on commit 1809530

Please sign in to comment.