summaryrefslogtreecommitdiff
path: root/papers/LOCO-24/contents.latex
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-08-24 20:06:02 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-08-24 20:06:02 +0200
commitfe04c3c10a8f524f9ed064193be7cfbacd6dfec1 (patch)
treef8dc4e47ded07bf898119beb5ccc3098ebd65fc6 /papers/LOCO-24/contents.latex
parent41c3c9a8db9bdfd70d27920e339ba9fa8cbc7e76 (diff)
LOCO: add introduction to context
Diffstat (limited to 'papers/LOCO-24/contents.latex')
-rw-r--r--papers/LOCO-24/contents.latex11
1 files changed, 9 insertions, 2 deletions
diff --git a/papers/LOCO-24/contents.latex b/papers/LOCO-24/contents.latex
index 88e3999..b17c0f6 100644
--- a/papers/LOCO-24/contents.latex
+++ b/papers/LOCO-24/contents.latex
@@ -163,13 +163,20 @@ Computing}{December 05, 2024}{Glasgow, Scotland, United Kingdom }
%% information and builds the first part of the formatted document.
\maketitle
-\section{Motivation}
+\section{Context}
+%% We need to understand context ...
+ All engineering decisions are taken in a context and those that are adopted
+ by any industry are oftentimes driven by previous decisions taken in the same
+ subject. Specifically, the computing industry, arguably due to its rapid
+ emergence, has been heavily influenced by previous technology and
+ \textit{backwards compatibility}. Reviewing the most influential ideas of
+ computing one can obtain valuable information to be able to criticise current
+ computing systems and propose pioneering alternatives.
\subsection{Von Neumann model}
The von Neummann model introduced in 1945 proposes a general purpose device
consisting of a \textit{Central Processing Unit} (CPU) and a \textit{Store}.
-
The \textit{Store} is often implemented as a \textit{Random Access Memory}
(RAM or, simply, \textit{memory}), which stores data in bytes, each of them
with an \textit{address}, in a tabulated fashion.