The aims for this week were to:
1. Build a personal site describing myself and my final project
2. Plan and sketch a potential semester project and add it to your website
3. Update it to the class archive
4. Do a git tutorial.
I digested Prof. Greshenfeld's (Neil) lecture and I used ideas from that lecture in my project development. What stood out most was the idea of small robots making big things. Another influence from the first lecture was what Neil said about Fablabs making machines that make things rather than just using Fablabs to just make things. I eventually (after a couple of sleepless nights when my brain was firing in all directions!), settled with an 'educational tool' (a toy)as an idea for my final project. I am going to attempt to build a CNC world globe. Thinking about what Neil said in the lecture about the concept of spiral projects, I aim to start with something straight forward, ie. building an interlocking sphere out of plywood or acrylic. It will have a shaft and bearings, a support arm that has a rack and pinion, and a base that is capable of safely housing an electronics system. If all goes well, I would then like to set it up with stepper motors culminating in the Z axis first applying a skin of some sort, then driving a pen that draws weather maps or other climate events of relevance on the surface. As Neil said in his lecture, this may change as the course progresses and is just an idea to work with at this early stage. My intention is to build what is affectively a CNC machine. The outcome is going to depend on my ability to produce stepper motor drivers in our Fablab, and if I can find a way to use them that is Fablab approved. Like I say, early days yet.
GIT STATUS:"The git status command gives can be used to obtain a summary of which files have changes that are staged for the next commit."
GIT FETCH: "Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories."
GIT ADD: "This command can be performed multiple times before a commit. It only adds the content of the specified file(s) at the time the add command is run; if you want subsequent changes included in the next commit, then you must run git add again to add the new content to the index. (-A
--all
--no-ignore-removal
Update the index not only where the working tree has a file matching
GIT MERGE: "Incorporates changes from the named commits (since the time their histories diverged from the current branch) into the current branch. This command is used by git pull to incorporate changes from another repository and can be used by hand to merge changes from one branch into another."
GIT COMMIT: "Stores the current contents of the index in a new commit along with a log message from the user describing the changes.(-m
GIT PUSH: "Updates remote refs using local refs, while sending objects necessary to complete the given refs."
Download Illustrator file, from this page.