这是前辈Julie Zhuo的最新关于写作的文章,昨天写下~进行总结和阅读思考

这是一篇关于提笔写作的文章,首发在The looking glass...前辈每周都会回答一个读者的问题耶--
This was first published on my mailing list The Looking Glass. Every week, I answer a reader’s question.

这一次,前辈总结了2点四年博客写作后的经验,总结如下:

1)Successful writing gets your point across to your reader

2)Hone your craft through writing goals based on quantity, not quality

下边是全文:

Mar 7

Do you have any tips for people who aspire to write well?

As many of long-time readers know, I’ve been blogging for over four years. Before that, I wrote a few unpublished novels that are sitting and collecting dust in a drawer somewhere. I’ve tried different styles of writing, different topics, different formats. Here are the two most important things I’ve learned about writing over the years:

Successful writing gets your point across to your reader

This, above all else, is probably the most important lesson I’ve learned about writing. It seems obvious, but it was actually a revelation for me.#n. 启示;揭露;出乎意料的事;被揭露的真相 You see, for years I had assumed that writing was all about me — how I wanted to come across, how I wanted to express my voice, how I could leave my unique and personal mark on the world. A great example of this was my college essay, which I happened upon not too long ago while doing some cleaning. I’m shocked I got into college at all because this essay was truly cringe-worthy. It was immediately apparent that I was trying to make myself sound smarter by swapping every sixth word with a thesaurus synonym that was longer and more impressive-sounding. That’s how I arrived at sentences like: “There exists in my life a somewhat lengthy list of haphazard things that cannot escape my notice in any normal given situation.” #活生生一个长难句...

Seriously, WTF is that sentence? It reeks of trying too hard. It’s twisted up to be longer and more confusing so it would make me seem more unique and intelligent and adult. Alas, it does the opposite. If I was thinking about the reader at all, I would have realized this sentence made it harder for them to understand my point. Which was, very simply, “There are a few random things I always happen to notice when I’m going about my day-to-day.”

Write for your reader. Know what you want to say and what you hope they take away. In those precious moments that they have given to you and your words, write so they might learn or feel something. Write so that it’s easy for them to remember your message in the days and weeks to come.

#讲的就是写作的第一点,首先必须明白写作或者写博客就是为了与读者交流...所以前辈的意思貌似是,文体句子要简洁易懂,直达读者,让读者可以很轻松的GET到点/店。

Hone # 用磨刀石磨 your craft through writing goals based on quantity, not quality

Writing is like design, or any other craft. It requires practice. In the beginning, I spent an inordinate amount of time on the basics — word choice, sentence structure, making a paragraph flow in a way that didn’t sound silted. It was frustrating but necessary in my path to becoming a better writer. As I improved, the mechanics of writing occupied less and less of my time, and I could spend more thought on the crafting of the message.

There is no shortcut to better writing, just as there is no shortcut to better design, or any other craft. You must simply do, and then it gets easier. The thing that has helped me the most is setting writing goals based on volume. In my first year of blogging, my goal was to post something every week. It could be short or long, good or shitty, but I just had to hit the “publish” button once every Tuesday. I realized that if I goaled on quality — “I should only publish posts that I feel are great” — then what ended up happening was that I’d rarely publish anything (because most of the stuff I wrote early on wasn’t great), which meant I became less and less motivated to write. Whereas the quantitive goals — 500 words a day, a blog post a week, a journal entry a month, a long post on Facebook every two weeks, etc. — were all about the doing, which meant they were achievable.


#第二点讲..磨稿子的时候,是通过数量而非质量迭代的基于写作目的的训练....前辈说类比到设计也是一样,会有多巴胺的刺激,所以会更想HIT下那个发送的按钮..
貌似也有道理,这是一个过程。
Anyway,这一次真的三分钟读完了。攒攒啦~
End

『转』Writing Well的更多相关文章

  1. 『TensorFlow』分布式训练_其三_多机分布式

    本节中的代码大量使用『TensorFlow』分布式训练_其一_逻辑梳理中介绍的概念,是成熟的多机分布式训练样例 一.基本概念 Cluster.Job.task概念:三者可以简单的看成是层次关系,tas ...

  2. 『TensorFlow』分布式训练_其二_单机多GPU并行&GPU模式设定

    建议比对『MXNet』第七弹_多GPU并行程序设计 一.tensorflow GPU设置 GPU指定占用 gpu_options = tf.GPUOptions(per_process_gpu_mem ...

  3. 『AngularJS』$location 服务

    项目中关于 $location的用法 简介 $location服务解析在浏览器地址栏中的URL(基于window.location)并且让URL在你的应用中可用.改变在地址栏中的URL会作用到$loc ...

  4. [原创] 【2014.12.02更新网盘链接】基于EasySysprep4.1的 Windows 7 x86/x64 『视频』封装

    [原创] [2014.12.02更新网盘链接]基于EasySysprep4.1的 Windows 7 x86/x64 『视频』封装 joinlidong 发表于 2014-11-29 14:25:50 ...

  5. JS 中通过对象关联实现『继承』

    JS 中继承其实是种委托,而不是传统面向对象中的复制父类到子类,只是通过原型链将要做的事委托给父类. 下面介绍通过对象关联来实现『继承』的方法: Foo = { // 需要提供一个 init 方法来初 ...

  6. 『摄影欣赏』16幅 Romantic 风格照片欣赏【组图】

    今天,我们将继续分享人类情感的系列文章.爱是人类最重要的感觉,也可能是各种形式的艺术(电影,音乐,书,画等)最常表达的主题 .这里有40个最美丽的爱的照片,将激励和给你一个全新的视觉角度为这种情绪.我 ...

  7. 『开源』Slithice 2013 服务器集群 设计和源码

    相关介绍文章: <『设计』Slithice 分布式架构设计-支持一体式开发,分布式发布> <『集群』001 Slithice 服务器集群 概述> <『集群』002 Sli ...

  8. 『片段』OracleHelper (支持 多条SQL语句)

    C# 调用 Oracle 是如此尴尬 >System.Data.OracleClient.dll —— .Net 自带的 已经 过时作废. >要链接 Oracle 服务器,必须在 本机安装 ...

  9. 『设计』Laura.Compute 设计思路

    前言: 前一篇文章 <『开源』也顺手写一个 科学计算器:重磅开源> ,继 Laura.Compute 算法开源之后,有 博客园 园友 希望公开一下 Laura.Compute算法 的 设计 ...

随机推荐

  1. facebook atc弱网环境搭建和踩坑总结

    facebook atc介绍 Augmented Traffic Control(又名atc)是一种模拟网络状况的工具.由facebook开源,是一个允许开发人员控制设备与互联网连接的项目.atc可以 ...

  2. 关于HTML表格中插入背景图片的问题_百度知道 3个回答 - 提问时间: 2009年03月23日 最佳答案: <tr style="background-image:url(1.jpg)"> (这事设置背景图片) <img src="images/bbs_student1.gif" />如果是这样的就是直接插入图片。你看看,...

    关于HTML表格中插入背景图片的问题_百度知道 3个回答 - 提问时间: 2009年03月23日 最佳答案: <tr style="background-image:url(1.jpg ...

  3. 训练1-C

    妈妈每天都要出去买菜,但是回来后,兜里的钱也懒得数一数,到底花了多少钱真是一笔糊涂帐.现在好了,作为好儿子(女儿)的你可以给她用程序算一下了,呵呵. Input 输入含有一些数据组,每组数据包括菜种( ...

  4. Mark一下:成为CSDN博客专家

    距第一篇博客(发表于2015.08.13)已有差不多7个月,还记得当时受一个基友的启发,觉得要总结写作些什么,于是磕磕碰碰写出第一篇博客,坚持写作至今,穿梭于CSDN.简书.知乎和作业部落等门户网站, ...

  5. L - 还是畅通工程

    L - 还是畅通工程   思路:水! #include<cstdio> #include<cstring> #include<iostream> #include& ...

  6. spring datasource和mybatis的datasource来源在哪里

    配置一个数据源     spring在第三方依赖包中包含了两个数据源的实现类包,其一是Apache的DBCP,其二是 C3P0.可以在Spring配置文件中利用这两者中任何一个配置数据源.  配置一个 ...

  7. [SharePoint2010开发入门经典]11、与Office集成

    本章概要: 1.创建office集成解决方案使用代码或非代码形式 2.使用内容类型作为能映射到文档库的文档 3.使用InfoPath管理表单 4.使用工作流管理业务流程 5.使用office2010服 ...

  8. 产品经理---- idea good idea

    想问题有不同的思想. 1.先去娶老婆再生娃. 我有啥,我能用这些做啥? [大概这就是泯然众人的思想吧] 2.先做衣服后长肉 我想要做个啥?然后我需要怎么做?怎么做的什么? 好的产品经理我认为是第二种. ...

  9. Android数据库高手秘籍:SQLite命令

    要想熟练地操作任何一个数据库,最最基本的要求就是要懂SQL语言,这也是每个程序员都应该掌握的技能.虽说SQL博大精深,要想精通确实很难,但最基本的一些建表命令,增删改查,大家还是必须要学会的. SQL ...

  10. linux c获取mac

    #include <stdio.h> #include <string.h> #include <net/if.h> #include <sys/ioctl. ...