mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-10 23:07:56
This commit is contained in:
16
.obsidian/workspace.json
vendored
16
.obsidian/workspace.json
vendored
@@ -37,7 +37,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "_PARA/Archive/Archived Project/Archived Project.md",
|
||||
"file": "README.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
@@ -56,7 +56,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
"currentTab": 2
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@@ -123,7 +123,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Templates/Quarterly.md",
|
||||
"file": "README.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -140,7 +140,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Templates/Quarterly.md",
|
||||
"file": "README.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@@ -163,7 +163,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Templates/Quarterly.md"
|
||||
"file": "README.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -204,17 +204,17 @@
|
||||
"templater-obsidian:Templater": false
|
||||
}
|
||||
},
|
||||
"active": "b903b7cd0086d222",
|
||||
"active": "9f2c5b6d909d99cb",
|
||||
"lastOpenFiles": [
|
||||
"_PARA/Archive/Archived Project/Archived Project.md",
|
||||
"Templates/Quarterly.md",
|
||||
"Templates/Weekly.md",
|
||||
"README.md",
|
||||
"_PARA/Archive/Archived Project/Archived Project.md",
|
||||
"Templates/Daily.md",
|
||||
"_PARA/Projects/Projects.md",
|
||||
"_PARA/Archive/Archive.md",
|
||||
"_PARA/_PARA.md",
|
||||
"_PARA/Projects/Test Project 2/Test Project 2.md",
|
||||
"README.md",
|
||||
"_tests/Private.md"
|
||||
]
|
||||
}
|
||||
50
README.md
50
README.md
@@ -74,7 +74,7 @@ In BHOV-2023, I don't functionally time block that much. This is because I usual
|
||||
|
||||
If you *are* planning on using a daily calendar, I'd recommend the [Full Calendar plugin](obsidian://show-plugin?id=obsidian-full-calendar). I hear good things!
|
||||
|
||||
The Time Block Planning is great for weekly planning and quarterly planning as well. When combined with Templater (plugin) and Periodic Notes (plugin), Time Block Planning gives a great weekly review to look forward to.
|
||||
The Time Block Planning is great for weekly planning and quarterly planning as well. **The goal is to use the weekly plan to inform the daily plan and the quarterly plan to inform the weekly plan.** When combined with Templater (plugin) and Periodic Notes (plugin), Time Block Planning gives a great weekly review to look forward to.
|
||||
|
||||
Plugins:
|
||||
- Templater
|
||||
@@ -291,6 +291,54 @@ Plugins:
|
||||
- Templater
|
||||
- Kanban
|
||||
|
||||
## Metcalfe's Law
|
||||
|
||||
**Metcalfe's Law** is a concept that says that the value of a network is the square of the number of nodes in the network. In the parlance of Zettelkasten, the more connected notes you have, the higher the value of the overall system.
|
||||
|
||||
Processing notes from Readwise and Daily Notes will automatically put you into Metcalfe Law category, over a long period of time. The goal is to keep showing up, and to keep expanding your network whenever possible.
|
||||
|
||||
## Atticus Finch is the same in the house as he is on the public streets
|
||||
|
||||
Being a **local device first application**, Obsidian is "private by default" (well, at least as private as everything else on your laptop).
|
||||
|
||||
Obsidian also has tools for publishing public notes that we saw in the Digital Garden section above, namely the Publish plugin.
|
||||
|
||||
BHOV-2023 acknowledges the need to keep certain things private and has a Private folder that uses Supercharged Links and Style Settings to visually warn you if you are linking to a private note in your shared section. In addition, in `.gitignore` there are a selection of files you may want to consider keeping Private and not committing to version control software (discussed later)
|
||||
|
||||
Plugins:
|
||||
- Supercharged Links
|
||||
- Style Settings
|
||||
- Obsidian Git
|
||||
- Publish
|
||||
- Sync
|
||||
|
||||
## Large Language Models and Transformers
|
||||
|
||||
AI has been taking over the news lately, particularly **Large Language Models** (LLMs). These models serve as transformers, meaning that they can embed any type of data (code, text, images, etc.) and use a strategy called *attention* and a slew of parameters to extract semantic meaning from data, allowing relationships to surface that wouldn't be obviously apparent to a lax observer.
|
||||
|
||||
How and why this works is beyond the scope of this README, but know that we can use LLMs to our benefit.
|
||||
|
||||
Thanks to Zettelkasten, we have perfectly lined up atomic thoughts that can be embedded for semantic search. Semantic search is a powerful type of search that indexes across meaning instead of full text searching. For example, I might be able to search singer and retireve "taylor Swift", but if I were using full text search, singer and Taylor Swift have no letters in common so I would return zero results.
|
||||
|
||||
Plugins:
|
||||
- GPT-3 Summarizer
|
||||
|
||||
Related Philosophies:
|
||||
- Zettelkasten
|
||||
|
||||
## Automation and Scripting
|
||||
|
||||
**Automation** is useful because it prevents the creative from having to do repeat work. By abstracting away a problem, we can simply press a button that will fire a bunch of processes in the background to do work.
|
||||
|
||||
Automation provides **leverage**, which is desperately needed if one is to get serious work done. In BHOV-2023, automation can be found everywhere, from the templates to the commands, each automation is meant to save you time and to allow you to put your energy where it really matters.
|
||||
|
||||
Plugins:
|
||||
- `/_scripts`
|
||||
- Templater
|
||||
- DataviewJS
|
||||
- QuickAdd
|
||||
|
||||
## Content management systems
|
||||
|
||||
# Implementation
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# What are your overall goals for this quarter?
|
||||
|
||||
# How do these goals affect your life?
|
||||
|
||||
|
||||
# What projects do you plan on completing?
|
||||
|
||||
|
||||
# Finished Projects
|
||||
@@ -8,7 +10,7 @@
|
||||
```dataview
|
||||
table file.ctime as "finished"
|
||||
from "_PARA/Archive"
|
||||
where date(completed) >= (date(now) - dur(84 days))
|
||||
where date(completed) >= (date(this.file.ctime) - dur(84 days))
|
||||
where file.name != "Scratchpad"
|
||||
where file.name != "Kanban"
|
||||
where file.name != "Archive"
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
completed: 2022-12-10
|
||||
---
|
||||
|
||||
|
||||
*a project well done!*
|
||||
Reference in New Issue
Block a user