Skip to content

Meetup #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _posts/2014-02-14-sierrapiipes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: post
author: srmoore5
title: Sierra's Pipes Post
date: 2014-02-14
---

Pipes Challenge Answers

1. Using sort -n reverses the sorting process.


2. The addition of the "<" means that the input has been redirected.


3. It only removes adjacent duplicated lines because the command might delete multiple entries.
Placing the uniq after the pipe works as well.


4. animals.text


5. Additional commands include
25 changes: 25 additions & 0 deletions _posts/2014-03-16-sierrapipes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
author: srmoore5
title: Sierra's Pipes Post
date: 2014-03-16
---

Pipes Challenge Answers

I set up the pipes directory in class.

1. Using sort -n reverses the sorting process.


2. The addition of the "<" means that the input has been redirected.


3. It only removes adjacent duplicated lines because using this command would take a very long time
Placing the uniq after the pipe works as well.


4. animals.text


5. Additional commands include
24 changes: 24 additions & 0 deletions _posts/2014-03-20-githubcollab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
author:
- tlchristian
- srmoore5
title: Thu-Mai & Sierra's Github Collaboration
date: 2014-03-20
---

#Thu-Mai says:

This week, Sierra and I teamed up for the Github Collaboration assignment. She set up my North Dakota State University (Go Bison!) file with the appropriate stats labels, and I set up her University of Massachusetts file. It was nice to be able to go through the process of creating a branch, making and committing file changes, submitting the pull request, merging the pull request, and giving each other a high-five when it was all done. Well, the high-five came after a bit of troubleshooting. We had a bit of trouble getting pull requests to go in the right direction and we had a conflict issue. It didn't help that we couldn't get Nitrous running on both of our machines. But after we did some workarounds and resolved our issues, we got it done! I'm looking forward to applying this collaborative process to my final project. It will certainly make life easier.

Click [here](https://github.com/silshack/NCAA/pull/11) to view the pull request for the University of Massachusetts file updates.



***

#Sierra says:

It was challenging to make certain that the branch was created in the right place. At first there was a conflict because I was actually submitting pull requests backwards! The issue was quickly resolved though, and github and nitrous.io have become much simple to use.

Click [here](https://github.com/silshack/NCAA/pull/34) to view the pull request for the North Dakota State University and University of Massachusetts file updates.
42 changes: 42 additions & 0 deletions _posts/2014-04-27-meetupreflectionmoore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: postcd
author: srmoore5
title: Sierra Meet-up Reflection
date: 2014-04-27
---

Links to meet-up posts:
1. https://plus.google.com/109572858503641491158/posts/jJoD8RWkymt
2. https://plus.google.com/109572858503641491158/posts/J6SYYacdMj8
3. https://plus.google.com/109572858503641491158/posts/JVU4ELrikok

Overall, my meetup experience has been very positive. I think that I have gained
a more nuanced understanding of IT/hacking/coding culture. Although, it's an intrinsically
geeky group, they're pretty friendly and supportive of outsiders. Surpisingly, I even saw python
as more than a few irritating algebra equations.

I encountered other students, independent professionals, interested parties with little
to no programming experience, experts, one person with a very nice convertible(where does he work!)
and several experienced and helpful programmers/developers. At the Tripython meeting there was probably
a 70/30 split of men to women, but the ages were quite varied(a high school student was even present).
There were people with backgrounds in math, computer science, english, information science, linguistics etc.

My experience with programming has been very minimal in the past, but my impression of the field is that
it's relatively simple to become initiated with the various languages, due to the prevalance of workshops,
meetups and courses offered both independently and academically.

In the future I anticipate incorporating python into my graphic design/web design interests.
Will I attend a meet-up in the future? Possibly, they can be cost prohibitice for students being that
many courses and groups that provide instruction are understandably pricy. I want to take web design courses
and choose another language to gain an intermediate level of functionality in. I will now have to decide which
language suits my professional goals.

I felt out of my element at times, but attending meetups is no longer daunting for me. I did not feel alienated due
to being a student, my age or my race at all. I met plenty of coders of color, a few veterans, a lesbian lady, a gamer,
a hilarious child of one of the organizers and even saw a few fellow INLS 560 people. After one meet-up I actually received messages thanking me for attending
and a few people were sent messages indicating that they were interested in networking with me. It was wonderful to see how inviting and non-competitive most
people were to inexperienced recent converts.

Live long and hack on

SR Moore