Friday 10 March 2017

                                                   fab acadmy







WEEK 1 
Day 1 
[ Setting Up ]


On the very first day, on my instructor Suhas instructions, I :
1. Went through online resources like w3schools.com and other fab academy websites.
2. Set up the required softwares and tried them all, narrowing down to Brackets as my preferred web editor.
3. Set up Bluestacks in order to view MCU recitals on my Windows 10 platform after figuring out with lot of headbanging that CISCO Spark only runs on Android
1

The first day was a pretty interesting day as am not used to being woken up with a hen’s cuckoo @ Fablab Vigyan Ashram. Having decided to stay within Pabal village to experience it was something I and my Co-partner, Nishtha were looking forward to. Immediately on waking up, what followed was a prayer@ sharp 6:30 am with other students | staff @ Vigyan Ashram followed by an exercising routine and breakfast@ 9 am. What follows in the community kitchen is a series of interesting rules. Really !!
I started my day with settling in the DIC (Design Innovation Centre) as Vigyan ashram calls it, setting up everything around me that helps me work like the way I do back home. I commend the way they have made the workin operations of the lab so people-friendly and open. Interacting with kids took half my day as I got just about 3 hours to work on my Fab academy requirements. I prefer to devote minimum 13 hours each day towards my work schedule. So that was that. I then retired for the day after dinner.


1
FOLDER MANAGEMENT
DAY 1


2
SOFTWARES INSTALLED
DAY 1


3
CISCO SPARK USING BLUESTACKS
DAY 1




Day 2 
[ Getting a Hang of Website Design ]


On the second day, I :
1. Started comparing source codes trying to figure out what code changes what aspect of the website. .
2. Tinkered with ubuntu on another laptop. Figured out Brackets.io combined with Windows 10 split screen feature offers live editing exactly the way ubuntu does. So sticking to windows for now.
3. Figured out how to insert a countdown on my website that will keep reminding me of how much time before pushing before the next recital.
1


1
SPLIT SCREEN |WINDOWS 10|
DAY 2


2
MESSAGING
|FAB STUDENTS|
DAY 2


3
ASSIGNMENT DEADLINE|HOMEPAGE|
DAY 2

It was India’s Republic Day, I got up early, got ready in formals and went to the assembly and captured video of everyone singing our National Anthem and hosting our National Flag, It’s a great feeling to start my Fab academy. We had this function after flag hosting in conference room where it was compulsory for everyone to Perform. I and my partner from Chandigarh stayed silent in whole function giving a genuine smile because we understood nothing as everything was in Marathi language, language of Maharashtra. But in the end, they requested us to perform something in Punjabi as they showcased different cultures and dances in their Acts. So I asked for the Dhol and they arranged for the same, only difference was it was 4 times bigger than what we use in Punjab. I took that and made music like dham dham Punjabi and while I played Dhol, Nishtha did Bhangra and Gidda , which forced everyone around to join on the live music and dance. We also was served with Sweet sugar and nuts sweets called Tikki in Hindi, specially made by Vigyan Ashram kids in their Food lab.

It was a Superb Day. Everytime I open my laptop, kids used to sit and ask questions and Learn things I do. They have a very nice culture of learning. The day ended with a National song in evening. Though it was a Public holiday and everyone went out to enjoy , Me and Nishtha stayed back and worked late.

Day 3 
[Understanding UBUNTU ]


On the third day, I :
1. Made a bootable Ubuntu pendrive using Rufus to see if GIT can be setup remotely without installing it on our company laptop.
2. Successfully launched ubuntu on PC whenever i plug in the pendrive. However it looses data when you switch off the laptop. Will figure out if i can link it to an external hard disk to save data. I know what I am trying is unconventional but thats only to try what others are not and not just simply follow steps which i can do at the last moment too. Experimenting ! 3. Learn how to Push Assignment to Class archive

0
Next Morning was again an interesting morning , watching my room mate dancing on salman khan’s music “O o jaane jana” , I woke up, missed my morning prayer but reached on time for breakfast. We (me and my co-partner) discussed about our projects with our instructors, taking inputs to develop it further. Met other fabbers. Explored their fablab having amazing projects. The day went by just exploring Vigyan ashram and the people.

Also discussed possibilities of my final project with Mr.Yogesh ji , he was open to all projects and very supportive.


1
BOOTABLE UBUNTU |RUFUS|
DAY 3


2
FIRST GIT CODE |USING TERMINAL|
DAY 3


3
ALMOST DONE
DAY 3

Day 4 
[Graphics on my Website ]


Struggled with GIt installation:
1. I wasnt able to push my website from Bootable UBUNTU so pushed from Suhasji Laptop (instructor).
2. Was further adding effects and graphics to my Website.

1

Woke up early and started working on my website. I went through few templates to understand my choice. Picked one. Opened in Brackets. Saw few very interesting effects. So I decided to design my website by myself being a Designer by profession. I ended up making my own caricatures in Photoshop. I played around with HTML, CSS, Photoshop and Sketchup. Today , I introduced Vigyan Ashram kids with Professional Badminton and its rules. We all played for 2 hours and most interesting part is the way kids arranged and setup the Badminton net and stands for us to play.



1
SKETCH ON SURFACE BOOK
DAY 4


2
CUSTOMISING HOME BUTTON
DAY 4


3
RESIZING MY IMAGE
DAY 4

Day 5 
[TRIED GIT]


STEPS to do GIT :
Hola, I was fresh and energized for the day. I sat whole day and finished making my Pictograms, caricatures, sketches. Started my HTML coding in Brackets from Menu to Background to Font to Images to Hover codes and much more you will see on my website. Yes , finally I was able to come up with my basic website. But today, we were introduced with GIT and installing GIT in UBUNTU. We (Me and my other 4 Classmates) were given introduction to UBUNTU Interface by our Instructor Mr.Suhas.

WELCOME TO UBUNTU:
I am using Bootable Ubuntu in 8Gb pendrive. I am working on graphics and HTML on Windows but I will do GIt through my bootable UBUNTU which I downloaded fro, UBUNTU’s Website.
Below are the STEPS made to make it work:

STEP 1: Attach USB with Ubuntu
STEP 2: click try Ubuntu
STEP 3: Open Terminal and follow the following steps: 

-First open your account on fablab.io: https://www.fablabs.io/signup
-Make sure about username, email ID and password.
-Install GIT in your Linux system with: sudo apt-get install git
–y
-Check whether its installed or not:dpkg -s git
-Generation of new SSH key:(First do flush out all ssh keys from ssh folder. For this use command)
cd ~/.ssh #navigate to .ssh folder
rm * #delete everything present
-Check if still previous key is present, if yes then and also deleted all the keys from '.ssh' folder then restart your box. If not present proceed with: ssh-add -l # to list out all the keys.
-Generate the new ssh key as follows: ssh-keygen -t rsa -C "youremail@domain.com"
#replace with your email id, when prompted press enter to accept the defaults.
ssh-add ~/.ssh/id_rsa
#this will add the key into ssh-agent
-xclip -sel clip < ~/.ssh/id_rsa.pub 
#by-default it creates id_rsa file. If you have changed the defaults then replace that with this.
-Now if you are setting up Ubuntu first time, it will prompt XCLIP- package not found.
-Go to your settings
-Software update
-Click on all 4 options
-unselect the lower option
-type sudo apt install xclip on terminal
-Now again put the key: xclip -sel clip < ~/.ssh/id_rsa.pub
-Now run this to ensure client is working or not: eval "$(ssh-agent -s)" It will show the agend pid (four digit)
-Go to git.fabacademy.org -> sign in with FABLAB. Log in with fablab.io user credentials.
Once logged in go to the profile preferences, and look out for ssh keys section, open that section.
Then click on green colored 'Add Key' button and paste the key into the text-box provided. and enter the title for your key, it can be anything but by-default it takes as you email id.
-cat ~/.ssh/id_rsa.pub and Paste the ssh key from your account Again, eval "$(ssh-agent -s)"
-Let's try to get the data from our repository. To clone the repository you can choose your favorite folder, I'll be using my home folder to clone the repository
cd ~/ #this will take terminal to your Home directory git clone git@git.fabacademy.org:fabacademy2017/fablabvigyan ashram.git
You will find ‘fablabvigyanashram’ folder inside home directory Let's configure the git, use the username and the email id that you've used in the previous step to sign up into the account.

cd ~/fablabvigyanashram 
git config --global user.name "yourname"
git config --global user.email "youremail"
git config --global push.default simple
Now make all the necessary changes that you want to see inside ‘fablab vigyan ashram’ folder
Now, open the Terminal and execute the following commands cd ~/fablabvigyanashram
git pull
git add --all
# add your changes
git commit -m "message"
# message which will identify user & purpose of commit 
git push 
-We were unable to do because of slow internet in Pabal.
-We rebooted to see the changes, and we realised that we have to do all again from starting.
-So we pushed our websites from Suhas desktop for time being but we will try pushing assignment once again from bootable UBUNTU
1

Today, I sat morning to afternoon to work on my website. Discussed some projects of kids , helping them with Product Designs. In Afternoon, I went to village which was 2 kms and it was a shortcut :-/ , I ate some form of snacks which costed me only 1 Re. Had 4 different Vada Pavs and went around exploring the market and Laundry guy, who charges far higher than even Chandigarh. (Decided to do my own Laundry :-P), Came back from Village , played Badminton.
Had a very tiring day so slept early thinking and planning for my next day.


1
STARTED SETTING UP REPOSITORY
DAY 5


2
XCLIP
DAY 5


3
FETCHING VIGYAN ASHRAM FOLDER
DAY 5

Day 6 
[Random Pending works]




1
GOING ON 1
PART 3


2
KEPT GOING ON
PART 3


3
AND ON...
PART 3

Day 7 
[Final project Sketch]



1

Week 2 
[Achievements]

Week 3 -->
Softwares tinkered with :
1. 2D
    a. Autodesk AutoCAD
    b. Trimble Sketchup

2. 3D
    a. Trimble Sketchup
    b. Rhino(Not Documented yet)
    c. Mudbox(Not Documented yet)

3. Raster Based Software
    a. Adobe Photoshop

4. Rendering Engine
    a. Lumion
    b. Cryengine(Not Documented yet)

5. Stop Motion
    a. Animation Desk(Windows only-Not documented yet)


Its a great day. I skipped my lunch and visited a dhaba (traditional restaurants in india),getting to eat some amazing food. Once back, Sat with the young minds of the ashram discussing what all can we do with softwares like sketchup, inkscape, making them familiar with different tensile fabrics, which i plan to use in my project, whole day i was either learning Rhino or designing my 3D in sketchup , as i attended its Boot camp in Denver in 2016 and was impressed with it being considered a underdog yet achieving quite a few things through external plugings, i really liked the way they give freedom to their users to invent new plugins. So i ended up downloading plugins to polish my design.

1
IMAGEMAGICK
|DINT LIKE IT|
WEEK 2

2
LUMION
|ANIMATION | RENDER|
WEEK 2

3
RENDER
| HAPPY MOMENT |
WEEK 2




Day 8 
[ Setting Up ]




1. Installed Softwares
2. Discussed my Final Project
3.Started Rhino Tutorials.

Yesterday was quite tiring, I started downloading my Softwares and its tutorials
1. Went through online resources of fab academy websites regarding Softwares, coming from an architectural background, it is my strength to design 2D and 3D on different Softwares AutoCad, Photoshop, Sketchup, archicad and revit. However, I dint use Archicad and Revit this time.

2. Set up the required softwares like Autodesk and Solidworks as got education License for the both in Vigyan Ashram. Downloaded softwares like Blender, Rhino,Inkscape.

3. Set up UBUNTU in my office laptop along with Windows 10, made a paid of pendrive comprising of bootable windows and UBUNTU, yet to try on someone's laptop as my Windows surface book doesnt support UBUNTU.

4. Discussed my final project with one the staff member here in Vigyan Ashram named Subir sir. He brainstormed with me about the possibilities of this structure and principle for my project. and we decided to focus on the design and not about the structure stability in depth as its a very long and deep concept which will need a engineer specifically working in containers.

5. The WebM Above is from my Day 13 however put it here to explain what happened this week.

1
DEDUCED PARTITION LEEWAY
DAY 8

2
WORKING IN 2D-3D SIMULTANEOUSLY
DAY 8

3
FIGURED OUT MY JOINTS
DAY 8


Day 9 
[ Detailing 3d model ]




Next day :
1. Most of my day went about designing the Hinge for the expandable walls of the container.
2. Finally able to fit in allpanels and materials within 9 inches

1
HINGE DESIGN
| 6 PER PANEL |
DAY 9

2
COMPONENT
| TO LINK THEM |
DAY 9

3
GROUPED HINGE WITH PANELS TO ROTATE
DAY 9

Today, Vigyan Ashram gave every Fab academy student team of 3 young students to join us and observe our projects, learn different skills and understand how the process works of any product designing, softwares, functions etc and contribute with their views and feedback. I explained my Final project , that is, Expandable Container and another project of Smart Partition, details on my final project page.
Learning Rhino and Solidworks for now, lets see which one i use for my final project designing.


Day 10 
[ Personalising my Website]



Today is Saturday :
1. Spent whole day in finessing my Expandable Container through sketchup followed by Photoshopping elements of website
2. Used Rhino, Made stop motion and ten GIF experimentation online. 


Today is my birthday
1. New friends i made here in Vigyan Ashram along with my Co-partner of ZIOS Makerspace, Nishtha, surprised me with a beautiful cake at 12 and call from my parents, all this made me overwhelmed but , i am still working right now @2 am, taking break from designing and writing my website. Hope to have completed my 3D by tomorrow so that i could refine it and focus on my other product Smart Partition.



1
CARICATURE DESIGN
| SURFACE BOOK |
DAY 10

2
ICON DESIGN
| SURFACE BOOK |
DAY 10

3
POWER OF WINDOWS
| SPLIT SCREEN |
DAY 10


Day 11 
[Time to Expand the Makerspace ]



Today is my birthday
1. New friends i made here in Vigyan Ashram along with my Co-partner of ZIOS Makerspace, Nishtha, surprised me with a beautiful cake at 12 and call from my parents, all this made me very overwhelmed but after it , i am still working right now, taking break from designing and writing my website. Hope to have completed my 3D by tomorrow so that i could refine it and focus on my other product smart Partition.


1

Woke up early and started working on my website. I went through few templates to understand my choice. Picked one. Opened in Brackets. Saw few very interesting effects. So I decided to design my website by myself being a Designer by profession. I ended up making my own caricatures in Photoshop. I played around with HTML, CSS, Photoshop and Sketchup. Today , I introduced Vigyan Ashram kids with Professional Badminton and its rules. We all played for 2 hours and most interesting part is the way kids arranged and setup the Badminton net and stands for us to play.


1
STEP 1
DAY 11

2
STEP 2
DAY 11

3
STEP 3
DAY 11


Day 12 
[Remaining Assignments]



STEPS to do GIT :
Hola, I was fresh and energized for the day. I sat whole day and finished making my Pictograms, caricatures, sketches. Started my HTML coding in Brackets from Menu to Background to Font to Images to Hover codes and much more you will see on my website. Yes , finally I was able to come up with my basic website. But today, we were introduced with GIT and installing GIT in UBUNTU. We (Me and my other 4 Classmates) were given introduction to UBUNTU Interface by our Instructor Mr.Suhas.

1

Today, I sat morning to afternoon to work on my website. Discussed some projects of kids , helping them with Product Designs. In Afternoon, I went to village which was 2 kms and it was a shortcut :-/ , I ate some form of snacks which costed me only 1 Re. Had 4 different Vada Pavs and went around exploring the market and Laundry guy, who charges far higher than even Chandigarh. (Decided to do my own Laundry :-P), Came back from Village , played Badminton.
Had a very tiring day so slept early thinking and planning for my next day.

1
WHEEL DESIGN
HOPE IT WORKS
DAY 12

2
FLOP SHOW
|DINT WORK|
DAY 12

3
ATTACHMENT FOR TENSILE STRUCTURE
DAY 12


Day 13 
[ Tensile Attachments for Container]



Today is Saturday :
1. Whole day in Designing my Expandable Container through sketching followed by Sketchup
2. Took inputs from the young team i have with me, taught them sketchup , photography for now


Its a great day. I skipped my lunch and visited a dhaba (traditional restaurants in india), we ate really amazing food.Again, Sat with those young minds and showed them what all can we do with softwares like sketchup, inkscape, made them familiar with different tensil fabrics, which i plan to use in my project, whole day i was either learning Rhino or designing my 3 D in sketchup , as i attended its Boot camp in Denver, i really liked the way they give freedom to their users to invent new plugins. So i ended up downloading plugins to polish my design.

1
FITS IN
| PERFECT |
DAY 13

2
MOMENT OF TRUTH |TENSILE TIME|
DAY 13

3
ALMOST DONE
DAY 13


Day 14 
[Tensile Parametric]



Today is Saturday :
1. Whole day in Designing my Expandable Container through sketching followed by Sketchup
2. Took inputs from the young team i have with me, taught them sketchup , photography for now.
Its a great day. I skipped my lunch and visited a dhaba (traditional restaurants in india), we ate really amazing food.Again, Sat with those young minds and showed them what all can we do with softwares like sketchup, inkscape, made them familiar with different tensil fabrics, which i plan to use in my project, whole day i was either learning Rhino or designing my 3 D in sketchup , as i attended its Boot camp in Denver, i really liked the way they give freedom to their users to invent new plugins. So i ended up downloading plugins to polish my design.

1
TYPE 1
DAY 14

2
TYPE 2
DAY 14

3
TEST RENDER RHINO

No comments:

Post a Comment