『转』Writing Well
这是前辈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
下边是全文:
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.
『转』Writing Well的更多相关文章
- 『TensorFlow』分布式训练_其三_多机分布式
本节中的代码大量使用『TensorFlow』分布式训练_其一_逻辑梳理中介绍的概念,是成熟的多机分布式训练样例 一.基本概念 Cluster.Job.task概念:三者可以简单的看成是层次关系,tas ...
- 『TensorFlow』分布式训练_其二_单机多GPU并行&GPU模式设定
建议比对『MXNet』第七弹_多GPU并行程序设计 一.tensorflow GPU设置 GPU指定占用 gpu_options = tf.GPUOptions(per_process_gpu_mem ...
- 『AngularJS』$location 服务
项目中关于 $location的用法 简介 $location服务解析在浏览器地址栏中的URL(基于window.location)并且让URL在你的应用中可用.改变在地址栏中的URL会作用到$loc ...
- [原创] 【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 ...
- JS 中通过对象关联实现『继承』
JS 中继承其实是种委托,而不是传统面向对象中的复制父类到子类,只是通过原型链将要做的事委托给父类. 下面介绍通过对象关联来实现『继承』的方法: Foo = { // 需要提供一个 init 方法来初 ...
- 『摄影欣赏』16幅 Romantic 风格照片欣赏【组图】
今天,我们将继续分享人类情感的系列文章.爱是人类最重要的感觉,也可能是各种形式的艺术(电影,音乐,书,画等)最常表达的主题 .这里有40个最美丽的爱的照片,将激励和给你一个全新的视觉角度为这种情绪.我 ...
- 『开源』Slithice 2013 服务器集群 设计和源码
相关介绍文章: <『设计』Slithice 分布式架构设计-支持一体式开发,分布式发布> <『集群』001 Slithice 服务器集群 概述> <『集群』002 Sli ...
- 『片段』OracleHelper (支持 多条SQL语句)
C# 调用 Oracle 是如此尴尬 >System.Data.OracleClient.dll —— .Net 自带的 已经 过时作废. >要链接 Oracle 服务器,必须在 本机安装 ...
- 『设计』Laura.Compute 设计思路
前言: 前一篇文章 <『开源』也顺手写一个 科学计算器:重磅开源> ,继 Laura.Compute 算法开源之后,有 博客园 园友 希望公开一下 Laura.Compute算法 的 设计 ...
随机推荐
- Associated Values & enum
it is sometimes useful to be able to store associated values of other types alongside these case val ...
- javaScript 计算两个日期的天数相差
一:计算两个日期相差的天数 1 <html> <head> <meta http-equiv="Content-Type" content=" ...
- 企业级任务调度框架Quartz(9) Quartz之作业触发器Trigger
前序: 我们已经大概对Quartz的基本有了一个大概的认识:现在我们将要逐渐对Quartz的各个重要组件进行学习:前面已经对job进行了详细讲解,现在我们来认识下它的一个重要兄弟,没有它,作 ...
- C语言基础 (10) 变量作用域,生命周期 内存结构
01 课程回顾 1.指针数组 注意: 对于数组来说,在使用sizeof的时候a和&a[0]是不一样的, 虽然以%x打印出来他们都是地址 2.值传递 int a; fun(a); int *** ...
- webpack使用中遇到的相关问题
问题一:使用webpack打包jquery后,在页面使用错误信息:$ is not defined new webpack.ProvidePlugin({ "$": "j ...
- [POJ 3621] Sighting Cows
01分数规划的基本裸题. 因为路线一定是个环,所以找个最优比率生成环即可 二分一个比值,check一下即可. #include <queue> #include <cstdio> ...
- Spring框架的理解
Spring 是一個开源的IOC和AOP容器框架! 具体描述为: 1.轻量级:Spring是非侵入性-基于Spring开发的应用中的对象可以不依赖API开发 2.依赖注入(DI---------dep ...
- Qt QImage与OpenCV Mat转换
本系列文章由 @yhl_leo 出品,转载请注明出处. 文章链接: http://blog.csdn.net/yhl_leo/article/details/51029382 应一个朋友的要求,整理总 ...
- hdu 1702 栈和队列的简单应用
#include<stdio.h> #include<string.h> #include<queue> #include<stack> using n ...
- mycat 连续分片 -> 自己定义数字范围分片
1,自己定义数字范围分片 自己定义数字范围分片,提前规划好分片字段某个范围属于哪个分片,比方说将第一个500W的数据分片在第一个节点上面.第二个500W的数据分片在第二个节点上,依次类推 2,加入配置 ...