thumb
km0 2 years ago
parent e392e0fb02
commit bca734ee5e

@ -46,7 +46,7 @@ def get_md_contents(filename, directory='./contents'):
def render_home():
with open('render.html', 'w') as f:
with open(app.root_path + 'render.html', 'w') as f:
# get the basic info of the website from the /contents/home.md file
meta, content = get_md_contents("home.md")
projects_list = []
@ -134,7 +134,7 @@ def pull():
if request.method == 'POST':
subprocess.call(['sh', '/home/kamo/public_html/update.sh'])
with open('log.txt', 'a') as f:
with open(app.root_path + '/log.txt', 'a') as f:
f.write(request.form['payload'])
print(request.form['payload'])

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

@ -12,10 +12,26 @@ cover_alt: tannuki tanuki tanuki tanuki
- We do have a public moment at Bollenpandje
- The plan is to make a pubblication with the current state of our research
- the surface is A3 2 sides
- ideas:
- blueprint for the thesis writing machine. use the a3 fanzine to plan and reflect on the features and needs for that
- as a way to document it beforehand ( to worldbuild around )
- as a way to document it beforehand ( to worlding around )
- enchanting the software
- source things to insert in the code as lucky charm from ppl ahah !!
-
- provide input for the list
![a spiral](spiral.jpg)
the making of software in a spiral
- source code is at the center of the spiral
- with all the other actors spiraling around
- one can get into the making of software from a distance
- size of the spiral is related to: the distance from the source code
- documentation is following the spiral backward?
- distance from the center is related to specificity
- more distant, less technical
- try to map the doc system on the spiral?
![LAMP](lamp.jpg)
the making of software is a lamp

Loading…
Cancel
Save