Adding more content.

This commit is contained in:
Daniel Miessler 2024-01-05 20:17:10 -08:00
parent b8c2816852
commit 06cffcd98a

View File

@ -9,6 +9,7 @@
<br /> <br />
[Description](#description) • [Description](#description) •
[Functionality](#functionality) •
[Installation](#installation) • [Installation](#installation) •
[Examples](#examples) • [Examples](#examples) •
[Meta](#meta) [Meta](#meta)
@ -17,14 +18,14 @@
<br /> <br />
> **NOTE**<br /> > **⚠️ NOTE**<br />
> These are not the correct instructions yet, so hold off until this note is removed. > These are not the correct instructions yet, so hold off until this note is removed.
## Description ## Description
**`extractwisdom` addresses the problem of **too much content** out there for us to consume.** **`extractwisdom` addresses the problem of there being **too much content** out there, as well as it taking too long to take manual notes on the content you do actually read, watch, or listen to.**
`extract-wisdom` _extracts wisdom_ from any content that can be translated into text. Some examples include: The tool _extracts wisdom_ from any content that can be translated into text. Some examples of content include:
- Podcast transcripts - Podcast transcripts
- Academic papers - Academic papers
@ -32,19 +33,25 @@
- Blog posts - Blog posts
- Really, anything you can get into text! - Really, anything you can get into text!
It pulls multiple types of value out of any content it's provided, including: ## Functionality
- _IDEAS_: The best ideas from the content, i.e., what you might have taken notes on if you were taking manual notes When you use `extractwisdom`, it pulls the following content out of the input.
- _QUOTES_: Some of the best quotes from the content
- _HABITS_: Habits of the speakers that could be worth replicating - `IDEAS`
- _RECOMMENDATIONS_: A list of things that the content recommends - Extracts the best ideas from the content, i.e., what you might have taken notes on if you were doing so manually.
- `QUOTES`
- Some of the best quotes from the content.
- `REFERENCES`
- External writing, art, and other content referenced positively during the content that might be worth following up on.
- `HABITS`
- Habits of the speakers that could be worth replicating.
- `RECOMMENDATIONS`
- A list of things that the content recommends Habits of the speakers.
## Use cases ## Use cases
1. **Decision Support:** `extractwisdom` allows you to quickly learn what's in a particular piece of content so you can decide if you want to consume the full source material or not. 1. **Decision Support:** `extractwisdom` allows you to quickly learn what's in a particular piece of content so you can decide if you want to consume the full source material or not.
2. **Note Taking:** `extractwisdom` can also be used as your note taker. It's designed to 2. **Note Taking:** `extractwisdom` can also be used as your note taker. It's designed to replicate the type of capture that you might have done if you took notes manually.
It can also be used as a set of notes.
## Examples ## Examples