Auto: misc.

This commit is contained in:
2020-11-25 21:37:32 +01:00
parent 61f96b299c
commit 516ce1279e
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# FSM
- Finite state machines. A computation abstraction level that I find particularly appealing for some reason.
+1
View File
@@ -5,6 +5,7 @@
- Remembered I have next Monday off ([[2020-11-30]]) and felt happy.
- Set up [[autofs]] so SD cards get automounted in Debian. Usually this is done by the desktop environment but in [[i3]] it needs manual setup (I don't mind).
- Read on [[equanimity]].
- Read on [[push down automata]]s.
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora-protocol]: ../agora-protocol "Agora Protocol"
+5
View File
@@ -0,0 +1,5 @@
# Push down Automata
- Back in school I learnt about [[FSM]]s but not about PDAs for some reason.
- As I expected (remembered?) they are like FSMs plus a stack.