Skip to content

Commit f9ca994

Browse files
committed
Force font encoding to T1 in Containers, IaC, draft Monitoring, Pipeline, & Scale slides.
1 parent 4ffe31e commit f9ca994

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

slides/pipeline/main.tex

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
\maketitle
2222

2323
\point[So far\dots]{Layered architectures reduce the impact of changing a layer}
24+
\note{Emphasizing idea that pipeline architecture is a layered architecture taken to an extreme,
25+
minus the ability to have upward notifications.}
2426

25-
%\note{We're emphasizing that pipeline architecture is a layered architecture taken to an extreme, minus the ability to have upward notifications.}
26-
27-
\questionanswer{Why does the layer order matter?\note{A consequence is layers have order.}}{Each layer implements a different interface.}
27+
\questionanswer{Why does the layer order matter?\note{A consequence is layers have order.}}
28+
{Each layer implements a different interface.}
2829

2930
\point[So\dots]{If every layer implements the same interface?}
30-
3131
\note{We essentially have a pipeline architecture.}
3232

3333
\point[Extreme layered architecture]{Pipeline Architectures\footnote{sorta}}
3434

3535
\definition{Pipeline Architecture}{Components connected in such a way that the output of one component is the input of another.}
3636

37-
\questionanswer{Can you think of a \highlight{pipeline architecture}?}{How about \highlight{bash}?}
38-
37+
\questionanswer{Can you think of a \highlight{pipeline architecture}?}
38+
{How about \highlight{bash}?}
3939
\note[itemize]{
4040
\item Bash
4141
\item Compilers
@@ -72,7 +72,6 @@
7272
\end{frame}
7373

7474
\begin{frame}[c]
75-
7675
\only<1->{{\large\par\bigskip
7776
\begin{center}
7877
\begin{tikzpicture}[>=latex']
@@ -90,7 +89,6 @@
9089
\end{center}
9190
}
9291
}
93-
9492
\note{Note the simplicity and modularity.}
9593

9694
\only<2->{
@@ -254,9 +252,9 @@
254252
;
255253
\end{tikzpicture}
256254
\end{frame}
257-
258255
\note{Just an aside looking at it more practically rather than philosophically.}
259256
257+
260258
%\point[Case Study]{Compilers}
261259
262260
%\note{Exploring how the pipeline architecture can be integrated with other architectural styles like blackboard.}
@@ -269,6 +267,7 @@
269267
270268
%\question{Using pipeline terminology, what filters do the \highlight{map} and \highlight{reduce} operators correspond to?}
271269
270+
272271
\point[Reading...]{``Pipeline Architecture'' Notes \cite{pipeline-notes}}
273272
274273
\references{articles,books,ours}

slides/scale/main.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
\documentclass{slide}
22

3-
\title{Software at Scale}
4-
\subtitle{Software Architecture}
5-
\author{Brae Webb}
6-
\date{\week{5}}
7-
3+
\usepackage[T1]{fontenc} % Suddenly required to compile using GH Actions.
84
\usepackage{languages}
9-
105
\usepackage{tikz}
116
\usetikzlibrary{positioning}
127
\usetikzlibrary{arrows}
138
\usetikzlibrary{fit}
149

10+
\title{Software at Scale}
11+
\subtitle{Software Architecture}
12+
\author{Brae Webb}
13+
\date{\week{5}}
14+
1515
\begin{document}
1616

1717
\maketitle

0 commit comments

Comments
 (0)