Skip to content

Commit

Permalink
Merge overleaf-2020-11-16-1028 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
swissmanu authored Nov 16, 2020
2 parents 3ff7e44 + 8882616 commit 8d1039b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 28 deletions.
Binary file added figures/backup-screenshots/step5-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/backup-screenshots/step8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 38 additions & 28 deletions slides.tex
Original file line number Diff line number Diff line change
Expand Up @@ -231,20 +231,23 @@ \subsection{Study 1: Interviews and War Stories}
\begin{frame}[fragile]{Scope}
\begin{columns}[T]
\begin{column}{.4\linewidth}

\begin{vfilleditems}
\begin{itemize}
\item Five \textbf{Interviews}\vspace{1em}
\item General \textbf{Experience} with Reactive Programming\vspace{0.5em}
\item What do you \textbf{like}?\vspace{0.5em}
\item What do you \textbf{dislike}?
\end{vfilleditems}
\begin{itemize}
\item General \textbf{Experience} with Reactive Programming\vspace{0.7em}
\item What do you \textbf{like}?\vspace{0.7em}
\item What do you \textbf{dislike}?
\end{itemize}
\end{itemize}
\end{column}
\begin{column}{.4\linewidth}
\begin{vfilleditems}
\begin{itemize}
\item Five War Story \textbf{Reports}\vspace{1em}
\item Recall a specific \textbf{challenging} debugging situation?\vspace{0.5em}
\item How did you \textbf{solve} it?
\end{vfilleditems}
\begin{itemize}
\item Recall a specific \textbf{challenging} debugging situation?\vspace{0.7em}
\item How did you \textbf{solve} it?
\end{itemize}
\end{itemize}
\end{column}
\end{columns}
\end{frame}
Expand Down Expand Up @@ -282,10 +285,7 @@ \subsection{Study 1: Interviews and War Stories}


\note[itemize] {
\item Lengthy answers
\item Repeating themes
\item RP is awesome for composing complex data flows
\item That aside
\item Debugging is hard
\item Unsatisfying traditional debuggers
\item Most often manual trace logs
Expand Down Expand Up @@ -550,21 +550,6 @@ \section{Future Work}
\item Find solution for manual code modification scenarios
\item Without manual intervention required
\item Validate effectiveness in another study iteration
\item One more thing...
}
\begin{frame}[fragile]{Sneak Preview}
\begin{figure}[H]
\centering
\includegraphics[height=0.6\textheight]{figures/tweet-rxjs-debugging-extension.png}
\caption{\tiny{Source: \url{https://twitter.com/swissmanu/status/1313412280072232960}}}
\end{figure}
\end{frame}
\note[itemize] {
\item Small sneak preview
\item Things are progressing
\item Thank you for your time and attention!
}
\begin{frame}[plain, noframenumbering]
Expand All @@ -591,4 +576,29 @@ \section{Future Work}
\vfill
\end{frame}
\begin{frame}[fragile]{Future Work PoC: Add Probe}
\begin{figure}[H]
\centering
\includegraphics[height=0.6\textheight]{figures/tweet-rxjs-debugging-extension.png}
\caption{\tiny{Source: \url{https://twitter.com/swissmanu/status/1313412280072232960}}}
\end{figure}
\end{frame}
\begin{frame}[fragile]{Future Work PoC: Monitor}
\begin{figure}[H]
\centering
\includegraphics[height=0.7\textheight]{figures/backup-screenshots/step5-2.png}
\caption{Empty Monitor Pane (right)}
\end{figure}
\end{frame}
\begin{frame}[fragile]{Future Work PoC: Output}
\begin{figure}[H]
\centering
\includegraphics[height=0.7\textheight]{figures/backup-screenshots/step8.png}
\caption{Monitor Pane with Output (right)}
\end{figure}
\end{frame}
\end{document}

0 comments on commit 8d1039b

Please sign in to comment.