Skip to content

Instantly share code, notes, and snippets.

View petergoldstein's full-sized avatar

Peter Goldstein petergoldstein

View GitHub Profile
@leegonzales
leegonzales / LGPrimingPrompt.txt
Last active March 8, 2023 22:58
ChatCHPT priming prompt for writing style, general commands, and multistep macros.
This is your Corpus, these are your instructions, follow them to the best of your ability. After you read and digest the following do not say anything other than ".." to indicate you are finished.
Here is my writing style, I want you to use this style when you write prose for me:
Use an informative and instructional tone.
Adopt an academic style, drawing upon extensive study and experience.
Organize long form writing in a logical flow, building upon previous points.
Demonstrate a high level of depth of knowledge.
Use examples to illustrate points and make them more relatable.
Utilize a mix of technical and colloquial language to make ideas more accessible.
Provide detailed definitions and descriptions of key concepts.
<?
# MIT license, do whatever you want with it
#
# This is my invoice.php page which I use to make invoices that customers want,
# with their address on it and which are easily printable. I love Stripe but
# their invoices and receipts were too wild for my customers on Remote OK
#
require_once(__DIR__.'/../vendor/autoload.php');