-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 70316b1
Showing
2,416 changed files
with
86,868 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
36403 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.122.0","activationTime":1734742503132} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules | ||
|
||
.next |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"dendron.rootDir": ".", | ||
"files.autoSave": "onFocusChange", | ||
"pasteImage.path": "${currentFileDir}/assets/images", | ||
"pasteImage.prefix": "/", | ||
"markdown-preview-enhanced.enableWikiLinkSyntax": true, | ||
"markdown-preview-enhanced.wikiLinkFileExtension": ".md", | ||
"editor.snippetSuggestions": "inline", | ||
"editor.suggest.snippetsPreventQuickSuggestions": false, | ||
"editor.suggest.showSnippets": true, | ||
"editor.tabCompletion": "on" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
thoughts.kyletycholiz.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Dendron Second Brain | ||
This repo represents the publicly deployed Dendron vault `thoughts-on`. | ||
|
||
All of the magic in this repo is in | ||
`.github/workflows/deploy-dendron-nextjs.yml`, which deploys the generated | ||
nextjs site to gh-pages via the `pages` branch. Therefore, if you want to see | ||
the generated html, see the `docs/` directory in that branch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "../main/thoughts-on", | ||
"name": "thoughts-on" | ||
} | ||
], | ||
"settings": { | ||
"dendron.rootDir": ".", | ||
"files.autoSave": "onFocusChange", | ||
"pasteImage.path": "${currentFileDir}/assets/images", | ||
"pasteImage.prefix": "/", | ||
"markdown-preview-enhanced.enableWikiLinkSyntax": true, | ||
"markdown-preview-enhanced.wikiLinkFileExtension": ".md", | ||
"editor.snippetSuggestions": "inline", | ||
"editor.suggest.snippetsPreventQuickSuggestions": false, | ||
"editor.suggest.showSnippets": true, | ||
"editor.tabCompletion": "on" | ||
}, | ||
"extensions": { | ||
"recommendations": [ | ||
"dendron.dendron-paste-image", | ||
"dendron.dendron-markdown-shortcuts", | ||
"dendron.dendron-markdown-preview-enhanced", | ||
"dendron.dendron-markdown-links", | ||
"github.github-vscode-theme" | ||
], | ||
"unwantedRecommendations": [ | ||
"dendron.dendron-markdown-notes", | ||
"shd101wyy.markdown-preview-enhanced", | ||
"kortina.vscode-markdown-notes", | ||
"mushan.vscode-paste-image" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
version: 5 | ||
dev: | ||
enablePreviewV2: true | ||
commands: | ||
lookup: | ||
note: | ||
selectionMode: extract | ||
confirmVaultOnCreate: false | ||
leaveTrace: false | ||
bubbleUpCreateNew: true | ||
fuzzThreshold: 0.2 | ||
vaultSelectionModeOnCreate: smart | ||
insertNote: | ||
initialValue: templates | ||
insertNoteLink: | ||
aliasMode: none | ||
enableMultiSelect: false | ||
insertNoteIndex: | ||
enableMarker: false | ||
randomNote: {} | ||
copyNoteLink: {} | ||
workspace: | ||
dendronVersion: 0.83.0 | ||
vaults: | ||
- | ||
fsPath: ../main/thoughts-on | ||
name: thoughts-on | ||
journal: | ||
dailyDomain: daily | ||
name: journal | ||
dateFormat: y.MM.dd | ||
addBehavior: childOfDomain | ||
scratch: | ||
name: scratch | ||
dateFormat: y.MM.dd.HHmmss | ||
addBehavior: asOwnDomain | ||
graph: | ||
zoomSpeed: 1 | ||
enableAutoCreateOnDefinition: false | ||
enableXVaultWikiLink: false | ||
enableRemoteVaultInit: true | ||
workspaceVaultSyncMode: noCommit | ||
enableAutoFoldFrontmatter: true | ||
maxPreviewsCached: 10 | ||
maxNoteLength: 204800 | ||
task: | ||
name: '' | ||
dateFormat: '' | ||
addBehavior: childOfCurrent | ||
statusSymbols: | ||
'': ' ' | ||
wip: w | ||
done: x | ||
assigned: a | ||
moved: m | ||
blocked: b | ||
delegated: l | ||
dropped: d | ||
pending: 'y' | ||
prioritySymbols: | ||
H: high | ||
M: medium | ||
L: low | ||
todoIntegration: false | ||
createTaskSelectionType: selection2link | ||
enableUserTags: true | ||
enableHashTags: true | ||
enableEditorDecorations: true | ||
preview: | ||
enableFMTitle: true | ||
enableNoteTitleForLink: true | ||
enableMermaid: true | ||
enablePrettyRefs: true | ||
enableKatex: true | ||
automaticallyShowPreview: false | ||
enableFrontmatterTags: true | ||
enableHashesForFMTags: false | ||
publishing: | ||
github: | ||
cname: thoughts.kyletycholiz.com | ||
enableEditLink: true | ||
editLinkText: Edit this page on GitHub | ||
editBranch: master | ||
editViewMode: tree | ||
enableFMTitle: true | ||
enableNoteTitleForLink: true | ||
enableMermaid: true | ||
enablePrettyRefs: true | ||
enableKatex: true | ||
copyAssets: true | ||
siteHierarchies: | ||
- root | ||
enableSiteLastModified: true | ||
siteRootDir: docs | ||
siteUrl: https://thoughts.kyletycholiz.com | ||
enableFrontmatterTags: true | ||
enableHashesForFMTags: false | ||
enableRandomlyColoredTags: true | ||
duplicateNoteBehavior: | ||
action: useVault | ||
payload: | ||
- thoughts-on | ||
writeStubs: false | ||
seo: | ||
title: Dendron | ||
description: The non-Tech Second Brain of Kyle Tycholiz | ||
enablePrettyLinks: true |
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
thoughts.kyletycholiz.com |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
docs/_next/data/pM8vSXM0UtK6mKvh3LYs8/notes/0VdaC5EsQAZlFeFk4PWvx.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"pageProps":{"note":{"id":"0VdaC5EsQAZlFeFk4PWvx","title":"Affirming the Consequent","desc":"","updated":1671749847477,"created":1637816698533,"custom":{},"fname":"logic.fallacy.affirming-the-consequent","type":"note","vault":{"fsPath":"../main/thoughts-on","name":"thoughts-on"},"contentHash":"cab14a3f0b16d98a64161f3343910097","links":[],"anchors":{},"children":[],"parent":"6b515083-9466-403e-85f4-0a12006a2cbd","data":{}},"body":"<h1 id=\"affirming-the-consequent\">Affirming the Consequent<a aria-hidden=\"true\" class=\"anchor-heading icon-link\" href=\"#affirming-the-consequent\"></a></h1>\n<p><em>Affirming the consequent</em> is a logical fallacy confusing the directionality of if-then propositions. Logic is sometimes bi-directional, but it is the exception, not the rule.</p>\n<ul>\n<li>This is related to the fallacy of not recognizing the difference between \"all <strong>X</strong> are <strong>Y</strong>\" and \"all <strong>Y</strong> are <strong>X</strong>\".\n<ul>\n<li>ex. claiming \"most terrorists are muslim\" is not the same as claiming \"most muslims are terrorists\"</li>\n</ul>\n</li>\n<li>Statistical equivalent of <em>confusion of the inverse</em>\n<ul>\n<li><strong><em>ex.</em></strong> - If most criminals are members of group X, most members of group X must be criminals.</li>\n</ul>\n</li>\n<li><strong><em>ex.</em></strong>\n<ul>\n<li><strong>P</strong>: If X, then Y.</li>\n<li><strong>C</strong>: If Y, then X.\n<em>or</em></li>\n<li><strong>P1</strong>: If X, then Y.</li>\n<li><strong>P2</strong>: Y.</li>\n<li><strong>C</strong>: X.</li>\n</ul>\n</li>\n</ul>","noteIndex":{"id":"8qvi4S0Dk1BAaCLhfHqAp","title":"Second Brain","desc":"","updated":1712079148536,"created":1616360437888,"custom":{"nav_order":0,"permalink":"/"},"fname":"root","type":"note","vault":{"fsPath":"../main/thoughts-on","name":"thoughts-on"},"contentHash":"ed0efc073248aa36722c9bc7118ad61d","links":[],"anchors":{"tags":{"type":"header","text":"Tags","value":"tags","line":16,"column":0,"depth":2},"resources":{"type":"header","text":"Resources","value":"resources","line":25,"column":0,"depth":2},"ue-unexamined-resources":{"type":"header","text":"UE (Unexamined) Resources","value":"ue-unexamined-resources","line":26,"column":0,"depth":3},"e-examined-resources":{"type":"header","text":"E (Examined) Resources","value":"e-examined-resources","line":29,"column":0,"depth":3},"resources-1":{"type":"header","text":"Resources","value":"resources-1","line":32,"column":0,"depth":3}},"children":["8aPvLrwcPnxcTwx7PdvXW","l9ldUruxqRBZwMij5KlS5","xWh3SS0J1hvRSZ7g4LvEE","cc5kdn5ay8omhcud9hjfpyk","9jNuGCXVuFaZOGZfLpKi5","mhlpKRrfT0qlXzTaapFYZ","QU1tbQ4KX64UBCWtCxAcR","U4tQLU5tRHqr9e7H3G4Gm","PvcIkEJcDtcv7luF2mBIU","2wW5Kxk794H9mfnu9VPA8","iwANjkbi3nbIovlVpepWm","XYgvsgvjzgoyvY6KAEu5Y","pT9wnWnS42pFId9UIH5he","gmXZ6Xy8f8FFQ66Z5DYqh","CjV6QXVHIqQTuZTSlSSlB","IgbLitAU1k0ioGhuvmjjS","D42jFbx0vNlT7S6QRb5ee","dFs5zopMmrh3rPgQaSkyP","W0AgEfoTzJ8VxVE4QqhSL","ggU4P3K1OhUlHBJbpgHiD","vtu2srTzCfoNUHv0Xcbxn","6kuwlrc3PT5JoQS9xZWZW","qoZ6e9KsYPestYFpO4Ce4","GPH8BieqB4dtqul80gJvX","MbW1wF5mIZ7g3DPXrOSyZ","Ay9vOAmvV8ODJFpaEkw6J","8Pi3wPs4LTxlAEOUE48Te","SDd8268l79j2cnvCVVl8F","zCwMY5ckgKAqstOhw2Drd","i5Fya3Vzzm0rBT0ctByuo","YDbL8QXchj03NvTIZOdrk","km4fy13hx9puopyjr1ajdgj","WdAyuDkIi16pl1pnaopzx","15ax6k6x106sotobkyn3jqp","sgu2QxqDGup93hJPx8RJd","mT663nw5DUEaEGzXI98yD","Dyg6bFtxE0UkB7gz6pqzq","cn1x9vhdapyt1fvgtvfekea","0aYhvzCfaIxLaNhqNCV9Q","q9NskCGxFGNQwBDcsgNkY","wAdoBPUMHEFJkm6XVlHXW","sCYBuXnSNA259MDwhakmv","YgQusR9D6RbBgdkLuJuDh","ovHaNSb3tnl2LTdV7wwau","eqklm05q2g46ikqaqv9ijh9","8TJC5FfwKtfmH4GfOZVoO","9rKIOn3BV7ZU1FFlJxmvC","rsrE9vBXK0ehNkbEjltlZ","XTkKLi0Jg1imZ2lbhgOrv","4Fuw6OHQ5uhEVCUfXDfkb","pUEyedPYYlNSVLuiUSnge","KtoCw0HFEddGJ7GuW7GnN","BoxZ36iWEbUoRProxPo4D","gCmclfAHAt1tEcFDc24eD","z7k0pz105l2qhamhh3b59lg","TNhxyx7GEdGDM0PBI08b1","guyW7WWQNDGDALFV7tO57","YeEWZtb7FWvYTyJwF7zhR","DUrXQvolf76ILMKJm4Zt6","Jo4jAQcwgxsdxkcxUceR4","X6yPFUKIjs6tENQ3uNzE2","aRSv8qoJLyeE6xDAAUYpU","jwb0toyj23byc7krttp0l8k","ztqrUgUYssC0FAWDGZxWF","d7evrjgli013nul3mosquea","mvBLIZW424WZ5mCmjKQaB","YoV6c5CmpHYNEuYU4PsgH","ok9i28ud0cigg92mgwhxv2z","JQzF2iPfQ2897j6HFCoY9","TicwTJD2oaTpncpPy93s2","KiGGs6PmvIlIt50r2tF2O","4TiqSFRd4hD0e5tyHbf4d","8F9H6GIButHtrFKXHzZFu","t5CaAEDQFRutGrV0ru97d","het26IMKUnKB7npru8tG4","GgRKYXklrXEAs9u15sOM9","PPvKHQNulUEvXEitqAZxM","SMGOfSTElTkJBezhNvkZ6","358nLIVsR9zmItfuBCWq2","xewZxeuhzI7qMvoYdcnLM","FAAtgk8cbuownxuv0Vlou","64N1mdh3JWL1WOv1dilYD","aCd3q2zSzgQnHKi1vOJFj","kh7Y1bQw7Om31yurE4CrW","5162x506d5mgwkn07plcuo3","LGnyEtwA1LlztJJwEpg6l","zoJRWH59vBCpqnm8fOpis","xlg9pngfxviby5z2qfcfpcv","G6zDrHf3Ua8R7vllalBc5","ml1ql7hbkgfhqkqnqm317k4","NrjfBxxDU92ByYSIJjgDM","zNcMG5nj1t69zkAFnvn5S","JIHQPGBUDqAEPzbhfFxlc","MmjHaByLtYx5sv2HzXnWd"],"parent":null,"data":{},"body":"\nWelcome to my Second Brain! Here you'll find thoughts, lessons, facts and any other interesting musings that I've come across or thought up over the years. A lot of what I have gathered is originally from the minds of others, while some of it originates from myself. Some notes may contain misinformation, though I try to be rigorous with my additions.\n\nWhat I have here does not necessarily reflect my thoughts and views. I collect information not based upon whether I agree with it or not, but rather when I determine it to contain some value that can be served in the future. \n\nYou can think of this collection of inter-linked notes as my personal wiki.\n\nThis Dendron notebook is the sister vault to the tech-focused [Digital Garden](https://tech.kyletycholiz.com)\n\n## Tags\nThroughout the Second Brain, I have made use of tags, which give semantic meaning to the pieces of information.\n\n- `ex.` - Denotes an *example* of the preceding piece of information\n- `spec:` - Specifies that the preceding information has some degree of *speculation* to it, and may not be 100% factual. Ideally this gets clarified over time as my understanding develops. I try to go back after I have better understood the topic and clear out the notes of `spec:` tags\n- `anal:` - Denotes an *analogy* of the preceding information. When I can, I attempt to link concepts to others that I have previously learned.\n- `mn:` - Denotes a *mnemonic* to aid in memorization\n- `expl:` - Denotes an *explanation*\n\n## Resources\n### UE (Unexamined) Resources\nOften, I come across sources of information that I believe to be high-quality. They may be recommendations or found in some other way. No matter their origin, I may be in a position where I don't have the time to fully examine them (and properly extract notes), or I may not require the information at that moment in time. In cases like these, I will add reference to a section of the note called **UE Resources**. The idea is that in the future when I am ready to examine them, I have a list of resources that I can start with. This is an alternative approach to compiling browser bookmarks, which I've found can quickly become untenable.\n\n### E (Examined) Resources\nOnce a resource has been thoroughly examined and has been mined for notes, it will be moved from *UE Resources* to *E Resources*. This is to indicate that (in my own estimation), there is nothing more to be gained from the resource that is not already in the note.\n\n### Resources\nThis heading is for inexhaustible resources. \n- A prime example would be a quality website that continually posts articles- another example would be a tool, such as software that measures frequencies in a room to help acoustically treat it.\n"},"collectionChildren":null,"customHeadContent":null,"config":{"version":5,"dev":{"enablePreviewV2":true},"commands":{"lookup":{"note":{"selectionMode":"extract","confirmVaultOnCreate":false,"leaveTrace":false,"bubbleUpCreateNew":true,"fuzzThreshold":0.2,"vaultSelectionModeOnCreate":"smart"}},"insertNote":{"initialValue":"templates"},"insertNoteLink":{"aliasMode":"none","enableMultiSelect":false},"insertNoteIndex":{"enableMarker":false},"randomNote":{},"copyNoteLink":{"aliasMode":"title"},"templateHierarchy":"template"},"workspace":{"dendronVersion":"0.83.0","vaults":[{"fsPath":"../main/thoughts-on","name":"thoughts-on"}],"journal":{"dailyDomain":"daily","name":"journal","dateFormat":"y.MM.dd","addBehavior":"childOfDomain"},"scratch":{"name":"scratch","dateFormat":"y.MM.dd.HHmmss","addBehavior":"asOwnDomain"},"graph":{"zoomSpeed":1,"createStub":false},"enableAutoCreateOnDefinition":false,"enableXVaultWikiLink":false,"enableRemoteVaultInit":true,"workspaceVaultSyncMode":"noCommit","enableAutoFoldFrontmatter":true,"maxPreviewsCached":10,"maxNoteLength":204800,"task":{"name":"","dateFormat":"","addBehavior":"childOfCurrent","statusSymbols":{"":" ","wip":"w","done":"x","assigned":"a","moved":"m","blocked":"b","delegated":"l","dropped":"d","pending":"y"},"prioritySymbols":{"H":"high","M":"medium","L":"low"},"todoIntegration":false,"createTaskSelectionType":"selection2link","taskCompleteStatus":["done","x"]},"enableUserTags":true,"enableHashTags":true,"enableEditorDecorations":true,"enableFullHierarchyNoteTitle":false},"preview":{"enableFMTitle":true,"enableNoteTitleForLink":true,"enableMermaid":true,"enablePrettyRefs":true,"enableKatex":true,"automaticallyShowPreview":false,"enableFrontmatterTags":true,"enableHashesForFMTags":false},"publishing":{"enableFMTitle":true,"enableNoteTitleForLink":true,"enablePrettyRefs":true,"enableKatex":true,"copyAssets":true,"siteHierarchies":["root"],"writeStubs":false,"siteRootDir":"docs","seo":{"title":"Dendron","description":"The non-Tech Second Brain of Kyle Tycholiz"},"github":{"cname":"thoughts.kyletycholiz.com","enableEditLink":true,"editLinkText":"Edit this page on GitHub","editBranch":"master","editViewMode":"tree"},"enableSiteLastModified":true,"enableFrontmatterTags":true,"enableHashesForFMTags":false,"enableRandomlyColoredTags":true,"enableTaskNotes":true,"enablePrettyLinks":true,"searchMode":"lookup","enableMermaid":true,"siteUrl":"https://thoughts.kyletycholiz.com","duplicateNoteBehavior":{"action":"useVault","payload":["thoughts-on"]},"siteFaviconPath":"favicon.ico","siteIndex":"root"}}},"__N_SSG":true} |
Oops, something went wrong.