Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

75%
+4 −0
Q&A How can I shorten a piece of writing without losing its original essence?

Text Compression Compression of text is a lot like refactoring code. A lot of people here code, so maybe they'll appreciate this concept Abstraction A complex idea can often be represented by a ...

posted 4y ago by Kirk‭  ·  last activity 4y ago by System‭

Answer
#3: Attribution notice added by user avatar System‭ · 2019-12-08T13:09:47Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/48706
License name: CC BY-SA 4.0
License URL: https://creativecommons.org/licenses/by-sa/4.0/
#2: Initial revision by user avatar Kirk‭ · 2019-12-08T13:09:47Z (over 4 years ago)
# Text Compression

Compression of text is a lot like refactoring code. A lot of people here code, so maybe they'll appreciate this concept

## Abstraction

A complex idea can often be represented by a single word. When you have a lot of words, see if there's a more concise, well-understood, word or phrase that could replace everything else.

## Fuzzy Compression/Language

You may not need to actually express an idea. So if you are vague or point in a direction with your language the reader may assume the missing context. Like with JPEGs painting a rough picture may be better than spelling it out in detail.

## Assert By Reference

If the point doesn't need to be made in text, refer to something else instead of restating something else you've said elsewhere. Saying one thing and only one thing in a location gives you the power to write a thing once and be done.

## Remove Duplicates

Track each idea that a sentence conveys and determine which sentences achieve the same things and pick one to achieve that point/idea instead of doing it multiple times.

## Elimination

If you know what you want to say. (Potentially you have a list of points you want to make). You can judge whether any given sentence helps you achieve your point. You can eliminate sentences, paragraphs, chapters, or just clauses and words in this way.

# Summary

These have been some high-level abstract ways of describing a lot of the rules of thumb Amadeus posted. He has largely favored Abstraction & Elimination. And in my experience those two are usually enough. Your tool will often depend on your form and audience. And just like algorithms for compressing data there are limits to what you can achieve as the space gets smaller, so you may need to adjust your goals themselves in order to apply the Elimination tool enough to meet the restrictions of your form.

#1: Imported from external source by user avatar System‭ · 2019-10-24T16:05:35Z (over 4 years ago)
Original score: 0