The Problem with the new Gmail is you.
The new Gmail design is just terrible. I hate to be one of those guys who complains about a free thing, but seriously, I found myself trying to get some work done last night and I found the new design getting in my way.
I’m not sure if this is just because it was the first time I’ve been in there really doing work, or if it was because it’s really that bad, but I have a couple reasons I think it’s the later as well as the former.
But lets get past the little things that bug us about the redesign. The new design is fantastic for reading email– especially long conversational chains of email from an archive. Go take a look at it. Seriously, I’ll wait for you while you bring up one of those epic threads from your archive and take a look.
See? It would almost seem that the Gmail redesign was made almost exclusively for this purpose. It’s like scrolling back through an old Facebook messages thread.
This is, however, where it breaks down, right? E-mail is not a fleeting, instant gratification-based, social process – that’s what messages, texts, tweets, comments and status updates are for. This is even more obvious when you consider at the usage patterns of real people (i.e. not you who is reading this post). Email is where people go to do– ugh –work.
The new Gmail feels like it’s trying to break – or at least shift – that paradigm. And this is where Google keeps ‘stumbling’ with the Gmail service. They keep trying to make email not be about work, but about everything.
But is it really the wrong move?
Back when I was a tech writer, one conversation I had really stuck with me. One of the firm’s most talented software engineers who was showing me a new feature he wanted documented for the CAD/CAM product we produced. It was a neat feature– one of those really clever little bits of polish that could, if explained and adopted the right way– could really speed up a persons workflow. (In CAM, it’s all about the workflow).
And as John finished stepping me through the code, I stopped him cold with a single question:
“Johnny,” I asked, “Tell me who would want to use this feature.”
His eyes went wide, and his jaw dropped. Then he cocked his head and raised his eyebrows in thought.
Turning back to me, he said, with complete sincerity, “Everybody.”
“No,” I stammered. Now it was my turn to be flummoxed. “No, I mean, who is the kind of person who would see how valuable this feature is… you know… in their day-to_day job.”
“The kind of person,” John shot back, “who wants to get more work done more quickly.”
That, I think, summarizes the problem with software, engineers, communication, the new Gmail design, and life in general. The fundamental roadblock to bettering ones workflow is that one has to be willing to accept that there might be a better way to flow one’s work than the way one is already doing it.
Google wants you to accept there is a better way to use your email. You don’t have to silo off parts of your life into and out of Gmail. Everything can just happen in your inbox. Everything.
Its what they tried to do with Buzz, it’s what they’re trying to do with G+, it’s what Facebook is already doing with regular people.
So are you ready to accept this? Or, has Facebook already won, and should G-mail stop trying to be Facebook and be something better? Or, might there be a better way that you could be living your life?
I don’t have the answers. I’m just a guy who thinks too much about the secret and subtle subtexts behind seemingly minor cosmetic changes to a service that I really, really like.
Evaluating the paradigm shift between the lines at Google’s flagship services requires that I also evaluate myself. When I look at beyond “is it pretty?” which is certainly a matter of taste and not function, I’m not sure that I do dislike the new Google, but I’m equally as uncertain about wanting the new Google to be my email platform of choice anymore.
The question really being asked here: Can I accept having an email inbox where work, life, social, and other stuff is all commingled?
The answer isn’t so easy. Fortunately, getting my mail out of Google isn’t so hard, but ultimately, if the answer is “No, I cannot accept what Google is trying to do” then rolling my own IMAP server somewhere is going to take a lot more work than I’m probably willing to put into email.
And so I probably won’t change. And neither will you.
This, friends, is the price you pay for being the product.
Linux is Easy!
Warning! This post is long and doesn't have any pictures. It's not even really all that helpful to the Ubuntistas who are looking for help configuring Postfix. But I feel better. That's what counts, right?
Last night I sat down in the wee hours of the early evening to spend some quality time doing some editing on my long ignored novel, "Someone Liche You." I went through a period where I was editing a chapter a night pretty regularly last May and then I had some major tech failures (broken computers started acting broken, imagine that!) and so I ended up spending a lot of my free time trying to cobble a few of my busted computers into on that might work sometimes.
The long and the short of it, is that I sat down at my Dell Dimension 3100 Laptop which I use exclusively as a VNC terminal (remote X won't work-- it's a long story) to connect to my Desktop computer in the office so that I can access my file and do some work.
In addition, it occurred to me that back in May, I had a nice cron job that would email myself a copy of the novel at 3 a.m. every night so that I always had a daily backup. And I remembered that I thought enabling that cron job was pretty easy, so I thought I'd have a quick whack at it and _then_ get to editing my novel.
I am a fool.
So, trying to remember how to mail myself something from a command line, I start poking around on my system and realize that Mutt isn't present! Apt-get won't install it, saying that it's missing from the Ubuntu repositories. Strange. So I pursue other options. I install mail-utilities. I install some other junk that won't work without downloading and installing credentials from some dude's website.
So I start rooting around on gnu-mail and poking around in some of the Ubuntu forums. And I remember vaguely that, for some reason, this computer didn't have the main gusty repository enabled. So I fired up Synaptic and away we went. Of course! I had turned off the main Gutsy Repo. I have no idea why I would have done that, but I'm sure it was very important at the time. See? Linux is easy!
So, with the quick execution of "apt-get install mutt" I was happily churning out emails from the Command Line.
Or was it?
Of course not.
The next thing you have to do is install a Mail Transfer Agent. (We'll get to that in a minute.) Obviously, anyone who wants to mail knows that the MTA is a separate and distinct procedure from installing the mail client. Of course!
Fortunately, Mutt has a little error message when it is running in absence of a Mail Transfer Agent, so I knew that there was a problem. After some fairly unconstructive Googling, I came up with Postfix.
Why doesn’t postfix configure itself? Postfix should configure itself, given that there is no personal information that needs to be configured in the config file. It should also be a dependency for a command line mailer. Are you telling me most people who use Mutt know that they want to use it without an MTA?
I'm getting ahead of myself. Lets take a step back.
What is Postfix?
Postfix is a free software / open source mail transfer agent (MTA), a computer program for the routing and delivery of email. It is intended as a fast, easy-to-administer, and secure alternative to the widely-used Sendmail MTA. [So Spake Wikipedia]
See, here's the thing, in order for your Ubuntu installation to send mail, it needs to have a mail transfer agent (MTA). You don't need an MTA if you're using someone else’s, which is what you do when you use your ISP or Google to send your email. If you want to send email from your little linux box, you can simply open up a can of SMTP Daemon on your system and you are good to go.
Why?
Good question. I am not sure why you would not just want there to be an easy and intuitive way to use your ISP's SMTP service from the command line. However, that does not seem to be how Linux works. This post is getting pretty tedious, huh? Wait, it gets far duller in a moment.
Simply installing postfix (apt-get install postfix) is not enough. You also need to configure Postfix. How do you configure postfix? You have to copy a file out of a seekrit directory into another seekrit directory. Which file? That depends on your distro. SINCE I GOT THIS FROM the UBUNTU REPOS, isn't it Fair to ASSUME that I want the postfix config file for DEBIAN!??
Fortunately, the postfix install warns you that it's not configured and gives you pretty explicit directions on what file you need to copy.
After only a three-hour trek through Googleland, I was able to send myself email from Mutt. Since all I want to do is send, I'm happy.
Of course, I didn't get any work done on my Novel.
Then, I wrote a nice little bash script that tacks a time and date stamp on my novel so that I know what version it is when it shows up in my Google mail.
See! Linux is easy.

Writelarge.com by Writelarge.com is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.










Recent comments
1 week 6 days ago
3 weeks 17 hours ago
3 weeks 1 day ago
4 weeks 41 min ago
4 weeks 1 hour ago
4 weeks 5 days ago
4 weeks 6 days ago
4 weeks 6 days ago
7 weeks 4 hours ago
8 weeks 2 days ago