Merge branch 'master' of github.com:flancian/garden

This commit is contained in:
2021-04-17 00:05:14 +02:00
6 changed files with 30 additions and 22 deletions
+2 -6
View File
@@ -1,6 +1,6 @@
# add service
- [[push]] [[systemd]]
- [[pull]] [[systemd]]
- [[go]] https://www.maxlaumeister.com/u/run-ipfs-on-boot-ubuntu-debian/
- create `example.service` in `/etc/system/system`
- `sudo systemctl start example`
@@ -21,8 +21,4 @@ Restart=on-failure
WantedBy=default.target
```
[//begin]: # "Autogenerated link references for markdown compatibility"
[push]: push "Push"
[systemd]: systemd "Systemd"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+8
View File
@@ -0,0 +1,8 @@
# data runner
- a [[mod]]
- for the [[casio fw-91]]
- by [[node]]
https://twitter.com/joebobmiles/status/1383110213432012802
+2 -6
View File
@@ -1,10 +1,6 @@
# Habitat 67
- [[go]] https://en.wikipedia.org/wiki/Habitat_67
- [[guardian]] https://www.theguardian.com/cities/2015/may/13/habitat-67-montreal-expo-moshe-safdie-history-cities-50-buildings-day-35
- [[youtube]] https://www.youtube.com/watch?v=rQaaftbHMi8
- [[guardian]] https://www.theguardian.com/cities/2015/may/13/habitat-67-montreal-expo-moshe-safdie-history-cities-50-buildings-day-35
- [[youtube]] https://www.youtube.com/watch?v=rQaaftbHMi8
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"
[guardian]: guardian "Guardian"
[//end]: # "Autogenerated link references"
+11
View File
@@ -0,0 +1,11 @@
# 2021-04-16
- spoke to
- [[thomas]]
- [[atelier 5]]
- [[siedlung-halen]]
- [[data runner]]
I got a new 32gb ram module for my laptop. It turned out that I was shipped a 8gb model plus 8gb expansion instead of a 16gb (soldered mem) model, so now I have 40gb of ram. I'll complain to the vendor as now I have 8gb of ram I have no use for, but I'm happy with the upgrade.
We went to [[bern]] today to see [[d. d.]]. We met [[greg]]. It was a great day out.
+6 -9
View File
@@ -1,14 +1,11 @@
# siedlung halen
- a [[siedlung]]
- by [[atelier 5]]
- visited once by [[jonathan-the-utopian]], who mentioned it to me
- https://www.flickr.com/photos/jsebmaur/21872618272
- [[go]] https://www.google.com/search?q=wohnsiedung+nah+bern+architektur&tbm=isch&ictx=1&tbs=rimg:CUD4sVWwIWkRIghA-LFVsCFpESoSCUD4sVWwIWkREf_1Dro7e5LxV&client=firefox-b-d&hl=en&sa=X&ved=2ahUKEwiuwaLIya3vAhUNvBQKHTsLCV0QiRx6BAgAEAQ&biw=1529&bih=929#imgrc=7YIBrGCZZDDphM
- walking directions from [[bern bahnhof]]: https://goo.gl/maps/szpdGcBgLDjiAaPaA
- or [[settlement]]
- designed by [[atelier 5]]
- visited once by [[jonathan-the-utopian]], who mentioned it to me
- [[pictures]] https://www.flickr.com/photos/jsebmaur/21872618272
- [[go]] https://www.google.com/search?q=wohnsiedung+nah+bern+architektur&tbm=isch&ictx=1&tbs=rimg:CUD4sVWwIWkRIghA-LFVsCFpESoSCUD4sVWwIWkREf_1Dro7e5LxV&client=firefox-b-d&hl=en&sa=X&ved=2ahUKEwiuwaLIya3vAhUNvBQKHTsLCV0QiRx6BAgAEAQ&biw=1529&bih=929#imgrc=7YIBrGCZZDDphM
- walking directions from [[bern bahnhof]]: https://goo.gl/maps/szpdGcBgLDjiAaPaA
[//begin]: # "Autogenerated link references for markdown compatibility"
[jonathan-the-utopian]: jonathan-the-utopian "Jonathan the Utopian"
[go]: go "Go"
[//end]: # "Autogenerated link references"
+1 -1
View File
@@ -1,7 +1,7 @@
# Systemd
- How to keep a user process running:
- https://jimsaunders.net/2017/08/03/simple-per-user-systemd.html
- [[go]] https://jimsaunders.net/2017/08/03/simple-per-user-systemd.html
- Scripts go in .config/systemd/user/, add an example.service file and then:
- systemctl --user enable example
- systemctl --user start example