Skip to content

Commit

Permalink
Fix: intro lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 3, 2024
1 parent daad939 commit ebb6f7d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chapters/introduction/lecture/slides.mdpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ revealOptions:

# Introduction to Blockchains

1. [Introduction](#1-TODO)
1. [Introduction](#intro)

!INCLUDE "slides/intro.md"
23 changes: 20 additions & 3 deletions chapters/introduction/lecture/slides/intro.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
---

# Software Stack

----

### Flexibility of Software

* Hardware provides basic actions
- Hardware provides basic actions
<!-- .element: class="fragment" -->
* Users request rich features
- Users request rich features
<!-- .element: class="fragment" -->
* Software bridges the gap between user demands and hardware possibility
- Software bridges the gap between user demands and hardware possibility
<!-- .element: class="fragment" -->

----

### 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 |

---

0 comments on commit ebb6f7d

Please sign in to comment.