From ebb6f7d8074243f690b5d10d6c51c1bc20901848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Costin=20Caraba=C8=99?= Date: Thu, 3 Oct 2024 11:50:44 +0300 Subject: [PATCH] Fix: intro lecture --- chapters/introduction/lecture/slides.mdpp | 2 +- chapters/introduction/lecture/slides/intro.md | 23 ++++++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/chapters/introduction/lecture/slides.mdpp b/chapters/introduction/lecture/slides.mdpp index 9dfd41e..65d30b1 100644 --- a/chapters/introduction/lecture/slides.mdpp +++ b/chapters/introduction/lecture/slides.mdpp @@ -9,6 +9,6 @@ revealOptions: # Introduction to Blockchains -1. [Introduction](#1-TODO) +1. [Introduction](#intro) !INCLUDE "slides/intro.md" diff --git a/chapters/introduction/lecture/slides/intro.md b/chapters/introduction/lecture/slides/intro.md index 7ff4aa8..8da6a3c 100644 --- a/chapters/introduction/lecture/slides/intro.md +++ b/chapters/introduction/lecture/slides/intro.md @@ -1,12 +1,29 @@ +--- + +# Software Stack + ---- ### Flexibility of Software -* Hardware provides basic actions +- Hardware provides basic actions -* Users request rich features +- Users request rich features -* Software bridges the gap between user demands and hardware possibility +- Software bridges the gap between user demands and hardware possibility ---- + +### Hardware vs Software + +| Hardware | Software | +| :------------------------------: | :----------------------------------------: | +| do one thing, do one thing well | flexible | +| efficient | featureful | +| unmodifiable | (un)installable, configurable | +| physical | virtual, easy to duplicate | +| use once at a time | reusable | +| monolithic | (de/re)composable | + +--- \ No newline at end of file