这是前辈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. python django整理(五)配置favicon.ico,解决警告Not Found: /favicon.ico(转载)

    版权声明:本文为博主原创文章,欢迎交流分享,未经博主允许不得转载. https://blog.csdn.net/HHTNAN/article/details/78549561 Django 浏览器打开 ...

  2. springboot 打包下载数据

    //文件打包下载     public static HttpServletResponse downLoadFiles(List<File> files,             Htt ...

  3. .net 导入Excel

    今天我在做导入Excel的时候遇到了一些问题,顺便说句其实我很少做这方面的!我的需求是导入EXCEL 验证数据正确性 并把数据显示到页面 如有错误信息则弹出来 那具体问题是什么呢? 导入Excel有2 ...

  4. 2019-03-25 SQL SET ANSI_NULLS /SET QUOTED_IDENTIFIER /SET NOCOUNT ON

    use database go /**当 SET ANSI_NULLS 为 ON 时,即使 column_name 中包含空值,使用 WHERE column_name = NULL 的 SELECT ...

  5. 《代码敲不队》第八次团队作业:Alpha冲刺 第二天

    项目 内容 这个作业属于哪个课程 任课教师博客主页链接 这个作业的要求在哪里 作业链接地址 团队名称 代码敲不队 作业学习目标 掌握软件编码实现的工程要求. 团队项目github仓库地址链接 GitH ...

  6. CNN实现terecord、数据集、模型训练

    AlexNet(Alex Krizhevsky,ILSVRC2012冠军)适合做图像分类.层自左向右.自上向下读取,关联层分为一组,高度.宽度减小,深度增加.深度增加减少网络计算量. 训练模型数据集 ...

  7. python 在爬虫中timeout设置超时有什么作用

    是为了防止url不可访问,或者响应速度太慢而造成的时间浪费. 比如,你要爬取1000个网站,如果有100个需要30s才能返回数据,你等待他们返回的话就需要3000s了,如果你设置10s超时,那么就能知 ...

  8. 【Web API系列教程】3.4 — 实战:处理数据(处理实体关系)

    前言 本部分描写叙述了EF怎样载入相关实体的细节,而且怎样在你的模型类中处理环形导航属性.(本部分预备了背景知识,而这不是完毕这个教程所必须的.你也能够跳到第五节) 预载入和延迟载入 预载入和延迟载入 ...

  9. 17 facade

    客户不须要内部的实现,仅仅须要知道有这个功能就好了,(最少知识原则)

  10. linux 下password加密程序(能够用于替换shadow文件里的用户password)

    源代码例如以下: #include <stdio.h> #include <unistd.h> int main(int argc, char *argv[]){ if(arg ...