这是前辈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. logging模块、shutil模块、subprocess模块、xml模块

    logging模块 shutil模块 subprocess模块 xml模块 logging模块 函数式简单配置 import logging logging.debug('debug message' ...

  2. docker批量删除容器、镜像

    1.删除所有容器 docker rm `docker ps -a -q` docker rm $(docker ps -aq) 2.删除所有镜像 docker rmi `docker images - ...

  3. 如何在CentOS 7中禁止IPv6(转载)

    最近,我的一位朋友问我该如何禁止IPv6.在搜索了一番之后,我找到了下面的方案.下面就是在我的CentOS 7 迷你服务器禁止IPv6的方法. 你可以用两个方法做到这个. 方法 1 编辑文件/etc/ ...

  4. MySQL 表与表之间建立关系

    引子:如下图是一张非常寻常的表格,在以前的工作中实常会制作类似的表格,但是今天的数据库内容,将我之前这种传统的制表思路上升了一个层次: 今天核心的内容就是怎样让表与表之间产生关系,在思考这个问题的时候 ...

  5. 安装和启动Elasticseach

    1.在windows上安装和启动Elasticseach 1.安装JDK,至少1.8.0_73以上版本,java -version2.下载和解压缩Elasticsearch安装包.Elasticsea ...

  6. tomcat-manager 设置

    tomcat默认是没有用户登录控制的,需要登录manager,则需要配置角色与用户 1. 在conf/tomcat-users.xml中添加 <role rolename="manag ...

  7. C++进阶 STL(1) 第一天 [容器,算法,迭代器] string容器 vector容器 deque容器

    课程大纲 02实现基本原理 容器,算法,迭代器 教室:容器 人:元素 教室对于楼:容器 序列式容器: 容器元素在容器中的位置是由进入容器的时间和地点来决定 序列式容器 关联式容器: 教室中 按年龄排座 ...

  8. 训练1-X

    输入n(n<100)个数,找出其中最小的数,将它与最前面的数交换后输出这些数. Input 输入数据有多组,每组占一行,每行的开始是一个整数n,表示这个测试实例的数值的个数,跟着就是n个整数.n ...

  9. BZOJ 4951 [WF2017]Money for Nothing (决策单调优化DP+分治)

    题目大意:略 题目传送门 不愧是$World final$的神题,代码短,思维强度大,细节多到吐..调了足足2h 贪心 我们利用贪心的思想,发现有一些工厂/公司是非常黑心的 以工厂为例,对于一个工厂$ ...

  10. AMPL下载使用

    AMPL下载使用 依次执行以下操作 wget https://ampl.com/demo/amplide.linux64.tgz tar xzf amplide.linux64.tgz cd ampl ...