Skip to content

Instantly share code, notes, and snippets.

View 3ygun's full-sized avatar
🐃
Building solutions

David R Soller 3ygun

🐃
Building solutions
View GitHub Profile
@3ygun
3ygun / message.md
Created July 12, 2017 01:30
Message to FCC

Dear FCC & Congress,

For me the protection of a fair open and neutral internet is a #1 priority. The internet allows and encourages all of the freedoms which the United States stands for. Net Neutrality is about obtaining "certain unalienable rights" of access, choice and equality throughout the internet. Ensuring "life, liberty, and the pursuit of happiness" to all web users. And "that, to secure these rights" net neutrality legislation needs to be backed by strong Title II legislation.

Why is the last part important? Because the courts have made clear that if the FCC ends Title II classification, the FCC ability to regulate ISPs is removed.

We need an FCC able to regulate ISPs to remove "fast lanes", preferred content, censorship, etc. Why? Because if these practices are allowed to exist one has the same issues fought for within the civil rights act..."separate is inherently unequal" and the internet needs to be a place of equality.

This is a real issue as the ISPs have shown they'll implement consumer

@3ygun
3ygun / reflection-of-4-years.md
Last active April 23, 2017 22:18
Reflection on 4 Years of Newpath

I originally joined the group to “get an internship” as a friend recommended that internships were the #1 thing I needed to get a job after college. While I haven’t gotten an internship or job directly from the group it has directly affected how I approach business, software development and my career. Specifically, causing me to focus on the following points when evaluating every idea and plan going forward. (Below are some of the major points I’ve taken to heart and the individual whom I attribute to driving the home)

  1. When developing an idea or product TALK WITH OTHERS. Specifically, get user feedback as soon as possible! It’ll allow you to develop the product users need and want in the shortest possible time. – Columbus Startup Weekend Crew
  2. Quantify the minim viable product (MVP) as the smallest possible buildable unit which meets the feature set defined in #1.
  3. Accept that you’ll going to need help! And that you cannot learn everything. :’(
  • Specifically, “Choose something to specialize in a
renderEditor() {
return (
<div>
<ul className="media-list">
<li className="media bottomborder">
<div className="media-left">
<a href="#">
<img className="shrink d-flex mr-3 media-object upload_img" src={this.state.files[0].preview} />
</a>
</div>
@3ygun
3ygun / talk.md
Last active September 26, 2016 15:39
Notes from Tony Franco Talk

The difference between software development & development for marking

Software Development

  • The product is the focus.
  • Having a good product enables everything.

Development for Marketing

  • The marketing is the focus, development is a means to an end for the marketing.
  • About getting the MVP working and then stop.
@3ygun
3ygun / md
Created September 15, 2016 07:14
Bug in new GitHub Profiles
# Discription
Customize your pinned repositories doesn't correctly update after a repository is deleted.
# Reproduction Steps
1. Create new repository (we're going to delete it so just make a temp one)
- e.g. Repo "test"
2. Go to "Customize your pinned repositories" and add it (Note: I've only reperduced it with the max 6 repositories added)
- e.g. Add "test" to the pinned things
3. Delete the repository
- e.g. Delete "test"