go-sh-manymanuals/README.md

26 lines
1020 B
Markdown
Raw Normal View History

2022-04-20 12:35:15 +02:00
# go-sh-manymanuals
2022-07-12 14:26:57 +02:00
> Work in progress... :bomb:
2022-06-22 19:42:00 +02:00
The idea behind this software came from the [Permacomputing Update
2021](http://viznut.fi/texts-en/permacomputing_update_2021.html), especially
2023-05-10 00:43:31 +02:00
"Chapter 7. A collapse-tolerant business" which is a series of practical
2022-06-22 19:42:00 +02:00
guidelines. One of which reads as follows:
2022-04-20 12:40:46 +02:00
2022-06-22 19:42:00 +02:00
> 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.
2022-05-01 21:59:26 +02:00
2022-09-07 10:25:41 +02:00
Which lead us to think about an application where one can upload and download
2022-07-12 14:26:57 +02:00
manuals and datasheets for everything in [Varia](https://varia.zone).
2022-05-01 21:59:26 +02:00
2022-09-07 10:25:41 +02:00
## Hacking
2022-04-20 12:40:46 +02:00
2023-05-05 17:41:30 +02:00
```
sudo apt-get install libpoppler-glib-dev libcairo2-dev # for github.com/kyoushuu/go-poppler
2023-05-05 17:41:30 +02:00
mkdir -p datasheets # fill with https://vvvvvvaria.org/~crunk/datasheets.zip
tail -f debug.log # in another terminal
2023-05-10 00:51:27 +02:00
go run goshmm.go
2023-05-05 17:41:30 +02:00
```