🏃 🤫 📚
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.0 KiB

2 years ago
# go-sh-manymanuals
> 🏃 🤫 📚
The idea behind this software came from the [Permacomputing Update
2021](http://viznut.fi/texts-en/permacomputing_update_2021.html), especially
12 months ago
"Chapter 7. A collapse-tolerant business" which is a series of practical
guidelines. One of which reads as follows:
2 years ago
> Self-host everything you need for software work on local physical servers.
> This includes all networked applications as well as an extensive library of
> software and documentation (including repair manuals and OS distributions for
> all relevant hardware). Offer hosting services to make use of the surplus.
2 years ago
Which lead us to think about an application where one can upload and download
manuals and datasheets for everything in [Varia](https://varia.zone).
2 years ago
## Hacking
2 years ago
```
sudo apt-get install --no-install-recommends libpoppler-glib-dev # for github.com/kyoushuu/go-poppler
mkdir -p datasheets # fill with https://vvvvvvaria.org/~crunk/datasheets.zip
tail -f debug.log # in another terminal
go run goshmm.go
```
12 months ago
## Experiments
See [`exp`](./exp) 🤓