Skip to content

Commit

Permalink
Editing the most-delayed post. Fix style issue. Add Raketask serve:blog
Browse files Browse the repository at this point in the history
  • Loading branch information
mzsanford committed Aug 6, 2014
1 parent 75ae620 commit 439db3e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Expand Up @@ -26,6 +26,15 @@ namespace :build do
end
end

namespace :serve do
desc 'Run a local server for the blog site'
task :blog do
Dir.chdir("blog") do
sh "jekyll serve -w"
end
end
end

namespace :deploy do
SITES = %w{ scholarship blog }

Expand Down
21 changes: 13 additions & 8 deletions blog/_posts/2014-03-03-looking-at-your-phone.markdown
@@ -1,21 +1,26 @@
---
date: 2014-03-03 18:00:00
date: 2014-08-05 18:00:00
title: Looking at Your Phone is Having a Side Conversation

permalink: blog/look-at-your-phone/index.html
layout: post
---
When you're with someone and you look at your phone it is the same as having a side conversation. There are times when a side conversation makes complete sense but not as often as we all look at our phones, to be sure. Thinking of it this way is my first step to correcting a bad behavior in myself.

When you're with someone and you look at your phone it should be considered socially equivalent to having a side conversation. There are times when a side conversation makes complete sense but not nearly as often as we all look at our phones, to be sure. Thinking of it this way is my first step to correcting a bad behavior in myself.
## A Side Conversation with Nobody

### A Side Conversation with Nobody
There are times when a side conversation makes complete sense, A good example is when you ask a 3rd party for something quick. Can you grab me a drink? What was that one guys name? Your phone can handle some of those same needs (How many people *do* live in Montana?) but it's important to treat your phone as attention sink it can be.

There are times when a side conversation makes complete sense, A good example is when you ask a 3rd party for something very quickly (can you grab me a drink? What was that one guys name?). Your phone can handle some of those same needs (How many people really *do* live in Montana?) but it's important to treat your phone as attention sink it can be.

If I find myself reading the whole Wikipedia article on Montana (which has some interesting tidbits) I've overstepped a social bound that I wouldn't have if that phone were just a really knowledgeable friend from Montana. When it comes to real people I might ask Mike from Montana how many people live there. If he tells me and I turn back to my original conversation that's all normal. If Mike answers my question and then spends 5 minutes telling me all about Montana's disputes with Native Americans in the late 1800's **out of ear-shot of my original conversation** I would know that feels wrong.
If I find myself reading the whole Wikipedia article on Montana I've overstepped a social bound. It doesn't matter how interesting the article. I wouldn't have done that if that phone were just a knowledgeable friend from Montana. When it comes to real people I might ask Mike from Montana how many people live there. If he tells me and I turn back to my original conversation that's all normal. If Mike answers my question and then tells me all about Montana's disputes with Native Americans I would know that is wrong.

With a phone I (and many people I see) somehow fall into the trap of reading right in front of someone else. I'm having a private side conversation with nobody. I can tell myself that I am learning something. I can tell myself that I'll relate these exciting new lessons to my friend. Many times there is nothing great to tell. Many times when I lookup my friend is also looking down an their phone. I have killed the conversation.

### What Now?
## What Now?

I am making an effort to think of my phone as a knowledgeable friend. Someone I can ask questions. Someone I only have a full-fledged **conversation** with when I'm not already occupied.

* Waiting for the bus? Check.
* Toddler napping? Check.
* Quiet moment between other conversations? *Maybe* … it's easy to let that drift on too long.

I am making an effort to think of my phone as a very knowledgeable friend. Someone I can ask questions of but who I only have a full-fledged *conversation* with when I'm not already occupied in conversation. Waiting for the bus? Check. Toddler napping? Check. Quiet moment between other conversations? Sure (but within a reasonable limit). Conversation: "[Her life is in your hands, Dude.](http://www.imdb.com/title/tt0118715/quotes?item=qt0520371)".
Conversation: "[Her life is in your hands, Dude.](http://www.imdb.com/title/tt0118715/quotes?item=qt0520371)".
2 changes: 1 addition & 1 deletion blog/css/style.css
Expand Up @@ -175,7 +175,7 @@ ol.posts li {
}

ol.posts li h2 {
margin: 10px 0 0px -30px;
margin: 25px 0 0px -30px;
color: #333;
}

Expand Down
2 changes: 1 addition & 1 deletion blog/css/type.css
Expand Up @@ -58,7 +58,7 @@ nav ol li a {

ol.posts li h2,
body.blog-post h2 {
font-family: 'Oswald', Helvetica, Arial, sans-serif;
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
}

Expand Down

0 comments on commit 439db3e

Please sign in to comment.