summaryrefslogtreecommitdiff
path: root/presentation/presentation.tex
blob: d1afebe581dcb0594719bda9871dd50370285ad5 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
\documentclass{beamer}

\usepackage{graphicx}
\graphicspath{{./images/}}

\usetheme{Boadilla}

\title{FOSS in the developer and privacy space}
\subtitle{Why is it often prefered?}
\author{Lucas Standen}
\institute{QMC}
\date{\today}

\begin{document}

\frame{\titlepage}

\begin{frame}
	\frametitle{What does this presentation show?}
	-- Why did I choose this project? \\
	-- My research \\
	-- Planning and managing this project \\
	-- So why is it preferred? \\
	-- How did the project go? \\
	-- What would I change/How would I do it again? \\
\end{frame}

% ~1-2 mins
\begin{frame}
	\frametitle{Why did I choose this project?}
	-- Interest in the area of FOSS \\
	-- Wanted to learn more about the ethics behind things, not just the software \\
	-- To challenge myself \\
\end{frame}

% ~2-3
\begin{frame}
	\frametitle{My research}
	\textbf{Sectioning:} \\
	\textit{Splitting things up is helpful} 

	People:
	-- Richard Stallman \\
	-- Edward Snowden \\ 
	-- Lawrence Lessig \\ 

	Papers:
	-- All 120 pages of Richard Stallman's work 
	\begin {tiny}
		\textit{He founded the entire movement, he has a lot to say!} 
	\end {tiny}

	-- Places where FOSS is used 
	\begin {tiny}
		\textit{To ensure my pre-existing knowledge isn't biased} 
	\end {tiny}

	-- Papers/PhDs where their software was published as FOSS
	\begin {tiny}
		\textit{Mostly looking at their justification as to why their software is FOSS}
	\end {tiny}

	Things:

	-- Code editors 
	\begin {tiny}
		\textit{VS code, Vim}
	\end {tiny}

	-- Operating systems
	\begin {tiny}
		\textit{Linux, BSD}
	\end {tiny}

	-- Other tools
	\begin {tiny}
		\textit{Latex, VLC, KDE}
	\end {tiny}
\end{frame}

% ~1-2 mins
\begin{frame}
	\frametitle{Planning and managing this project}
	\textbf{Tools:}
	-- Tex Live \\
	\includegraphics[scale=0.2]{latex}

	Graphics tool designed for generating documents, of many shapes and sizes, including my write up, and this presentation!
	% allows for sections, sections things to all hell

	-- Org mode \\
	\includegraphics[scale=0.03]{orgmode}

	Note format, designed to be easy for humans and computers to read, making it perfect for simple, feature packed apps, 
	used for writing my log, diary, and research (plus managing my life!).
\end{frame}

% ~4-5 mins
\begin{frame}
	\frametitle{So why is it preferred?}
	-- User freedom \\
	-- Tinker ability \\
	-- Community \& Inclusively \\
\end{frame}

\begin{frame}
	\frametitle{How did the project go?}
	-- Overall quite well \\
	-- Quickly \\
	-- Slight roadblock on a middle section \\
\end{frame}

\begin{frame}
	\frametitle{What would I change/How would I do it again?}
	-- Further sectioning, it is the best skill I could ever use \\
	-- Broaden my topic, it would have been interesting to focus more on general users \\
\end{frame}

\begin{frame}
	\begin{center}
		\textbf{Any questions?}
	\end{center}
\end{frame}
\end{document}