🏃 🤫 📚
Go to file
2023-05-15 21:20:50 +02:00
exp chore: new sub dir gitignore 2023-05-14 19:12:55 +02:00
.gitignore feat: experimental scripts 2023-05-11 16:08:29 +02:00
go.mod wip: peer discovery 2023-05-15 19:54:49 +02:00
go.sum wip: peer discovery 2023-05-15 19:54:49 +02:00
gshmm.go fix: prefix with ctrl to avoid typing conflicts 2023-05-15 21:13:48 +02:00
README.md docs: emoji & less package installs 2023-05-15 21:20:50 +02:00

go-sh-manymanuals

🏃 🤫 📚

The idea behind this software came from the Permacomputing Update 2021, especially "Chapter 7. A collapse-tolerant business" which is a series of practical guidelines. One of which reads as follows:

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.

Which lead us to think about an application where one can upload and download manuals and datasheets for everything in Varia.

Hacking

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

Experiments

See exp 🤓