User:Peach/prototyping

From XPUB & Lens-Based wiki
< User:Peach
Revision as of 02:27, 13 October 2019 by Peach (talk | contribs) (Created page with "In prototyping we learn a lot of technical skills such as git and unix. == Session 1 == We had an introduction to UNIX. Learnt about the history. We then started to work with...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In prototyping we learn a lot of technical skills such as git and unix.

Session 1

We had an introduction to UNIX. Learnt about the history. We then started to work with a Raspberry Pi. We will be using a raspberry pi as our server in these two years. We learnt working in terminal with commands worked on some simple tasks within the Pi. We created html pages through terminal.
Hewwo.jpg

Recommended Reading: Unix Power Tools

Session 2

I was sick and couldn’t attend but as much as I could catch up session 2 was about ssh keys and git. Created ssh keys to use when logging in to the Pi instead of just a username and password (because it’s safer) and created a git account to work with git repositories. (most of this I did after session 3)

Session 3

We learnt about binary code, did some counting exercises to see how computers do calculations in binary system and output a decimal result. Binarycounting.png We learnt about AND gates, OR gates and De Morgan’s laws. We tried to generate clapping song by Steve Reich on Arduino. The problem of using two patterns that are different lengths still remains unsolved.