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 »
Challenges

Post History

71%
+3 −0
Challenges Short short story

Write a story in 80 characters or fewer, which is also on the theme "short". You may interpret the theme however you choose. For this particular challenge, the character count includes all of the ...

9 answers  ·  posted 5d ago by trichoplax‭  ·  last activity 16h ago by Andreas lost his angel wings‭

#1: Initial revision by user avatar trichoplax‭ · 2024-10-13T13:52:56Z (5 days ago)
Short short story
Write a story in 80 characters or fewer, which is also on the theme "short". You may interpret the theme however you choose.

For this particular challenge, the character count includes all of the following:
- Letters.
- Numbers.
- Spaces. These include alternative forms such as non-breaking spaces or tabs, sometimes collectively referred to as "whitespace".
- Punctuation, such as `,`,`.`,`:`, or `"`.
- Newlines. These will each be counted as one character, even if your machine uses two per line.
- [Diacritics](https://en.wikipedia.org/wiki/Diacritic). These will be counted together with the character they appear on, as a single character. For example, `a` counts as a single character, and so does `å`.
- Arbitrary [Unicode characters](https://en.wikipedia.org/wiki/Unicode), such as 💚 or 🌱. These will each be counted as one character, regardless of how they are encoded behind the scenes. You can simply copy and paste them into your answer, for example from [The list on Wikipedia](https://en.wikipedia.org/wiki/List_of_Unicode_characters) without having to think about how they are stored.
- Subscript and superscript. These are counted in the same way as other characters. There is no cost for switching between them. For example, the following both count as 2 characters:
  - c2
  - c<sup>2</sup>
- Bold and italics. A character in bold, italics, or both counts as a single character. There is no additional cost for making a character bold or italic.
- Font size. A character in a different font size counts as a single character. For example, each of the following counts as 11 characters (10 letters and 1 newline):
  - > Title  
    > Story
  - > ### Title  
    > Story

Numbers, diacritics, arbitrary Unicode characters, subscript and superscript, bold and italics, and font size are permitted for flexibility, but there is no requirement to use them. For example, you may write a story using only letters and spaces.

The character count is strict (81 characters will not count as a valid answer), but the theme is loose and you are encouraged to be experimental and playful in your approach.

If you write more than one story, please post each in a separate answer. This benefits readers, allowing stories to be voted on and sorted individually.

If you choose to include a title for your story, the characters used (including any newline) will count towards your limit of 80. You may wish to have no title to allow more characters for the body of your story. There is no expectation that your story will have a title.