Compare commits
3 Commits
e2814b08e1
...
b191a9e5d4
Author | SHA1 | Date | |
---|---|---|---|
b191a9e5d4 | |||
e98d4ffbac | |||
f067b0200b |
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ $(pdfs): %.pdf: %.md
|
||||
pandoc -t beamer -V theme:Warsaw -i $< -o $@
|
||||
|
||||
.PHONY: show
|
||||
show: $(pdfs) ## Generate all pdfs
|
||||
show: $(pdfs) ## Generate all pdfs (try `make -j 4 pdfs`)
|
||||
|
||||
.PHONY: clean
|
||||
clean: ## Delete all pdfs
|
||||
|
17
README.md
17
README.md
@ -1,13 +1,20 @@
|
||||
## Radionice
|
||||
# Radionice
|
||||
|
||||
Usage: `make`
|
||||
|
||||
## Dependecies:
|
||||
#### For Debian:
|
||||
```
|
||||
|
||||
### For Debian:
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
sudo apt install pandoc
|
||||
sudo apt install tikzit
|
||||
```
|
||||
#### For Arch:
|
||||
TODO
|
||||
|
||||
### For Arch:
|
||||
|
||||
```bash
|
||||
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
|
||||
```
|
||||
|
||||
|
@ -1,62 +0,0 @@
|
||||
---
|
||||
title:
|
||||
- The Extended Mind and Licensing
|
||||
author:
|
||||
- Malin
|
||||
|
||||
theme:
|
||||
- Warsaw
|
||||
colortheme:
|
||||
- orchid
|
||||
---
|
||||
|
||||
# History
|
||||
|
||||
- Started with Clark and Chalmers
|
||||
- [Chalmers at Ted](https://yt.artemislena.eu/watch?v=ksasPjrYFTg)
|
||||
|
||||
## Cyborg Manifesto
|
||||
|
||||
Or maybe Donna Haraway?
|
||||
|
||||
# Original Extended Minds
|
||||
|
||||
- Notebooks
|
||||
- Counting on fingers
|
||||
- Fil-o-fax
|
||||
|
||||
# Electronic Extended Minds
|
||||
|
||||
- Phones
|
||||
- Computers
|
||||
- Google?
|
||||
- Note-apps?
|
||||
|
||||
# Intuition Pumps
|
||||
|
||||
- Proprioception and teeth
|
||||
- The feeling of loss over theft
|
||||
- Second brains
|
||||
|
||||
# Requirements
|
||||
|
||||
- 'to-hand'
|
||||
- Repetition
|
||||
- Locus
|
||||
|
||||
> Do you know where they live?
|
||||
|
||||
# Counter Requirements
|
||||
|
||||
> Skin and bone
|
||||
|
||||
Does *Ghost in the Shell* count?
|
||||
|
||||
# The Point and the Future
|
||||
|
||||

|
||||
|
||||
# End Notes
|
||||
|
||||
> Can you code in the sand?
|
||||
|
@ -54,7 +54,7 @@ Does *Ghost in the Shell* count?
|
||||
|
||||
# The Point and the Future
|
||||
|
||||

|
||||

|
||||
|
||||
# End Notes
|
||||
|
||||
|
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 358 KiB |
Loading…
x
Reference in New Issue
Block a user