Report a Post or Comment

Thanks for making our community a safer space.

Tell us more:





You've gotta be logged in to do that.

Seems like you're enjoying promptHaiku. Let's make it official.

Markdown Guide

Code

Note, backticks and code must be on separate lines for "click to copy" to work.

Plain Code
```
bananas are good
```
bananas are good

Click to copy

Prompt Code
```prompt
bananas are good
```
bananas are good

Click to copy

Plain Code
```response
bananas are good
```
bananas are good

Click to copy

Emphasis

Bold
**bananas are good**
bananas are good
Italics
*bananas are good*
bananas are good
Strike- through
~~bananas aren't good~~
bananas aren't good

Headers

Big Header
# bananas are good

bananas are good

Medium Header
## bananas are good

bananas are good

Small Header
### bananas are good

bananas are good

Extra Small Header
#### bananas are good

bananas are good

Lists

Generic List
* bananas
* are good
  • bananas
  • are good
Numbered List
1. bananas
2. are good
  1. bananas
  2. are good

Links

Link
[Display text](http://www.hi.com)
Display text

Quotes

Quote
> bananas are good
> good are bananas
bananas are good
good are bananas

Images

Image Link
![](http://www.hi.com/
image.jpg)
image
Tip: If the image isn’t working, make sure you have the direct link with .jpg

Table

| Fruit | Rating | Notes |
| --------- | --------- | --------- |
| Bananas | 10 | Perfect |
| Apples | 6 | Mid at best |

Fruit Rating Notes
Bananas 10 Perfect
Apples 6 Mid at best
haiku the robot haiku the robot haiku the robot haiku the robot
search
search
  • search
    search
  • new post
    new post
  • notifications notifications
    notifications notifications
    • Profile
    • Theme
      sun moon
    • Log in
profile picture
anon
Member since
Anon was always here
Terms of Use Contact Us
profile picture
Vercantez
Edit Profile
promptin'
Member since
May 2, 2023
⬝
4 posts
Posts Votes Notifications
  • Transpile Code to Any Language or Framework

    ChatGPT is great at transalting code from one language/framework to another

    The following is a program written in {{ lang/framework }}. First, explain what the code does in general, language agnostic terms. After, create a similar program in idiomatic {{ lang }} using {{ framework }…
    
    ChatGPT Tag
    engineering
    code
    transpiler
    2 years ago
  • Shoggoth Tongue

    This is one of my favorite ChatGPT tricks that I've seen. The first prompt can be "compressed" into the second prompt with little loss of information:

    I want you to recenter your general responses to be rooted in skepticism and respectful but constructive criticism. I am going to propos…
    
    ChatGPT Tag
    compression
    shoggoth
    token
    limit
    2 years ago
  • Prompt Compression

    ChatGPT can help greatly reduce your prompt size. This is helpful for increasing ChatGPT's memory, staying under your token limit and reducing your API costs. GPT-4 is capable of using "Shoggoth Tongue" to compress prompt but ChatGPT-3.5 does a g…

    ChatGPT Tag
    compression
    2 years ago
  • Generate Fake Data

    Sometimes you need some realistic looking data. This can be useful when testing an app or design. This could also be useful for showing examples such as test API endpoints or. You can also use this data to test data visualizations.

    Example Sales Data

    Create a table of mock sales d…
    
    ChatGPT Tag
    engineering
    data
    JSON
    csv
    spreadsheet
    mock
    testing
    2 years ago