Compare commits

...

3 Commits

Author SHA1 Message Date
b191a9e5d4
note speedy compiles 2024-12-09 01:39:47 +01:00
e98d4ffbac
place arch install instructions 2024-12-09 01:27:18 +01:00
f067b0200b
fix robocop 2024-12-09 00:30:18 +01:00
5 changed files with 14 additions and 69 deletions

View File

@ -12,7 +12,7 @@ $(pdfs): %.pdf: %.md
pandoc -t beamer -V theme:Warsaw -i $< -o $@ pandoc -t beamer -V theme:Warsaw -i $< -o $@
.PHONY: show .PHONY: show
show: $(pdfs) ## Generate all pdfs show: $(pdfs) ## Generate all pdfs (try `make -j 4 pdfs`)
.PHONY: clean .PHONY: clean
clean: ## Delete all pdfs clean: ## Delete all pdfs

View File

@ -1,13 +1,20 @@
## Radionice # Radionice
Usage: `make` Usage: `make`
## Dependecies: ## Dependecies:
#### For Debian:
``` ### For Debian:
```bash
sudo apt update sudo apt update
sudo apt install pandoc sudo apt install pandoc
sudo apt install tikzit sudo apt install tikzit
``` ```
#### For Arch:
TODO ### For Arch:
```bash
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
```

View File

@ -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
![robocop](robocop_valuse.png)
# End Notes
> Can you code in the sand?

View File

@ -54,7 +54,7 @@ Does *Ghost in the Shell* count?
# The Point and the Future # The Point and the Future
![robocop](robocop_valuse.png) ![robocop](slides/extended_minds/robocop_values.png)
# End Notes # End Notes

View File

Before

Width:  |  Height:  |  Size: 358 KiB

After

Width:  |  Height:  |  Size: 358 KiB