Skip to content

Commit 78019f5

Browse files
committed
Enhancement: remove old quotes
1 parent cecc2b3 commit 78019f5

23 files changed

+3
-48
lines changed

_posts/2014-09-15-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ I love open source, really. If everything was open source, I think the world wou
1010
I love writing open source software and I love using open source libraries. As a software developer who uses open source software it is imperative that you scrutinize what projects you decide to use. I am not going to call anyone out specifically but I have noticed a trend lately. There are a bunch of small libraries that boast simplicity and "thorough tests" when actually they end up being simple and thoroughly tested wrappers around large, complex, and poorly tested libraries.
1111

1212
If you are a software developer, and you are deciding to use an open source library, take a few minutes to peruse the source. Take a look at the API, the source, the tests, as well as the dependencies, the contributors, the issues and pull requests (both open and closed). You can learn a lot about a project and it does not typically take all that long. Unfortunately, often times you will wish you had not seen how the sausage was made, but it could end up saving you a lot of trouble in the long run. Deciding to use an open source library is an investment - while I would say a large majority of times it will pay dividends it is never a sure thing.
13-
14-
> Learning never exhausts the mind. - Leonardo da Vinci

_posts/2014-09-16-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ After some investigation it turns out that `rest_framework.views.View` is really
1515

1616
Maybe this is a side effect of the way that Python imports work. Anything defined at the top level of a python module (or imported into the top level of a Python module) is importable by anyone. There are a few ways to "hide" things that you are importing if you do not want them to be a part of your module's API, but I haven't seen anything that I really like. I do, however, like how Node.js modules deal with exporting, it is much more explicit - which seems to fit Python's style fairly well.
1717

18-
> The only person who is educated is the one who has learned how to learn and change. - Carl Rogers
19-
2018
[drf]: http://www.django-rest-framework.org/
2119
[drf-pr]: https://github.com/tomchristie/django-rest-framework/pull/1882

_posts/2014-09-17-learned.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ tags: ['agile']
88
I have been taking part in some leadership training at work over the last few months and today I participated in an interesting exercise. We had a 5 person team, one person (myself) had a diagram and the rest of the team had different colored pieces of paper. The digram displayed a desired arrangement of the colored pieces of paper. It was my responsibility to direct my team to organize the pieces of paper in the desired arrangement without using any verbal communication or gesturing towards a person or a position. My team had one minute to come up with a plan. We decided on a system of hand signs that I could use to direct my team as to which color to place in which position.
99

1010
For a very long time I have known the importance of good communication. This very simple exercise really demonstrated how, even without verbal communication and with limited non-verbal communication, some form of communication will surface. It is a necessity of survival. It is something that is observable in nature, ants and bees communicate even without the advanced language systems available to human beings. Removing one form of communication will just cause another to take it's place.
11-
> Your most unhappy customers are your greatest source of learning. - Bill Gates

_posts/2014-09-18-learned.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ I was trying to avoid diving right into the code, which is typically my goto mov
1111

1212
Since it is relatively simple to configure [raven as a sentry logger][raven] I got that all set up so that rather than just returning the error to the client I also logged it in sentry. I guess the moral of the story is to make sure that when you are writing error handling code make sure that you are not only communicating useful information and nice error messages to the customer but also to yourself.
1313

14-
> Tell me and I forget. Teach me and I remember. Involve me and I learn. - Benjamin Franklin
15-
16-
[sentry]: https://getsentry.com/welcome/
14+
[sentry]: https://getsentry.com/welcome/
1715
[raven]: http://raven.readthedocs.org/en/latest/config/logging.html

_posts/2014-09-22-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ It is a minimal amount of effort to add a few `id` attributes here and there and
3030
{% endhighlight %}
3131

3232
Use the `id` attribute to uniquely identify an element as to what it is and what it does (in this case our button will 'cancel') and use the `class` attribute to define it's appearance (in this case the button is 'red').
33-
34-
> We must learn to live together as brothers or perish together as fools. - Martin Luther King, Jr.

_posts/2014-09-23-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ I know there are a few tools out there that use screen shots and diffing which w
1212
Anyway, the situation that led me down this train of thought was an issue with a mobile web based fly out menu. I had two different applications using essentially all the same code and the fly out menu was, for some reason, starting part way down the page instead of sliding out at the top of the page like it should have for one of the applications and not the other. It was a nightmarish mess of `css` to trudge through to try to find why the fly out menu was behaving slightly differently in one situation and not the other.
1313

1414
It turned out that twitter bootstrap was doing something with the style of an `h4` on one application that was throwing things off. Wrapping the `h4` in a bootstrap `container` was the solution. The way that I arrived at the solution was to remove all of the differences between the two applications and gradually add things back until the difference showed up. Luckily, in this situation, this was a very good approach.
15-
16-
> Try to learn something about everything and everything about something. - Thomas Huxley

_posts/2014-09-24-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ test "Test mobile layout", ->
7878

7979
When these tests run, the first one will fail on the mobile version and the second one will pass. Then on the desktop version the first one will pass and the second one will fail.
8080

81-
> I am always doing that which I cannot do, in order that I may learn how to do it. - Pablo Picasso
82-
8381
[jarrod]: https://twitter.com/jarrodctaylor
8482
[responsive]: http://en.wikipedia.org/wiki/Responsive_web_design
8583
[ember]: http://emberjs.com/

_posts/2014-09-25-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ bind-key -n C-S-Right resize-pane -R 25
2020

2121
Now when I want to quickly resize a Tmux pane I can use `Control + Shift + Up/Down/Left/Right` and it will closely mirror the killer feature that Jarrod recently added for our Vim setup.
2222

23-
> I have never met a man so ignorant that I couldn't learn something from him. - Galileo Galilei
24-
2523

2624
[tmux]: http://tmux.sourceforge.net/
2725
[jarrod]: https://twitter.com/jarrodctaylor

_posts/2014-09-29-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ Here is a simple example of `renamer.vim` in action:
1111

1212
![Renamer In Action][gif]
1313

14-
> In the long history of humankind (and animal kind, too) those who learned to collaborate and improvise most effectively have prevailed. - Charles Darwin
15-
1614
[renamer]: http://www.vim.org/scripts/script.php?script_id=1721
1715
[gif]: /assets/images/today-i-learned/renamer.gif

_posts/2014-09-30-learned.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ What really happened, since I did not think of the whole git tag thing, led me t
1717

1818
![DirDiff In Action][gif]
1919

20-
> Being ignorant is not so much a shame, as being unwilling to learn. - Benjamin Franklin
21-
2220
[dirdiff]: http://www.vim.org/scripts/script.php?script_id=102
2321
[gif]: /assets/images/today-i-learned/dirdiff.gif
2422
[capistranodjango]: https://rubygems.org/gems/capistrano-django

0 commit comments

Comments
 (0)