diff --git a/.gitignore b/.gitignore index c5f735e..b617bdb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,9 @@ _site .jekyll-metadata vendor # .obsidian -.obsidian/workspace* +# figure out which files should be checked in +.obsidian/workspace.json +.obsidian/workspace-mobile.json tiddlywiki/output/* .DS_Store _archive diff --git a/.obsidian/app.json b/.obsidian/app.json index cc45aaf..d57a1ad 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -3,5 +3,6 @@ "newFileFolderPath": "_notes", "newLinkFormat": "shortest", "attachmentFolderPath": "assets/2025", - "alwaysUpdateLinks": true + "alwaysUpdateLinks": true, + "promptDelete": false } \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 4be7969..f68b492 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,3 +1,3 @@ { - "theme": "obsidian" + "theme": "system" } \ No newline at end of file diff --git a/.obsidian/backlink.json b/.obsidian/backlink.json new file mode 100644 index 0000000..48ee913 --- /dev/null +++ b/.obsidian/backlink.json @@ -0,0 +1,3 @@ +{ + "backlinkInDocument": true +} \ No newline at end of file diff --git a/.obsidian/canvas.json b/.obsidian/canvas.json new file mode 100644 index 0000000..d28c58f --- /dev/null +++ b/.obsidian/canvas.json @@ -0,0 +1,6 @@ +{ + "snapToObjects": true, + "snapToGrid": true, + "newFileLocation": "folder", + "newFileFolderPath": "canvas" +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index e99a9dd..3bfea0a 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -15,17 +15,17 @@ "command-palette": true, "slash-command": false, "editor-status": true, - "bookmarks": true, + "bookmarks": false, "markdown-importer": false, "zk-prefixer": true, "random-note": false, "outline": true, "word-count": true, - "slides": false, + "slides": true, "audio-recorder": false, "workspaces": false, "file-recovery": true, "publish": false, - "sync": true, + "sync": false, "webviewer": false } \ No newline at end of file diff --git a/.obsidian/templates.json b/.obsidian/templates.json new file mode 100644 index 0000000..8b5b2e3 --- /dev/null +++ b/.obsidian/templates.json @@ -0,0 +1,4 @@ +{ + "folder": "_template", + "dateFormat": "MMMM Do, YYYY" +} \ No newline at end of file diff --git a/_journals/2025-06-03_0724.md b/_journals/2025-06-03_0724.md new file mode 100644 index 0000000..a4058f5 --- /dev/null +++ b/_journals/2025-06-03_0724.md @@ -0,0 +1,13 @@ +--- +title: June 3rd, 2025 +date: 2025-06-03, 07:24:48 -07:00 +section: journal +link: https://steveklabnik.com/writing/i-am-disappointed-in-the-ai-discourse/ +tags: + - AI + - llm + - chatgpt +--- +[[Steve Klabnik]] is [disappointed in the AI discourse](https://steveklabnik.com/writing/i-am-disappointed-in-the-ai-discourse/) "all of the discussion online around AI is so incredibly polarized…both the pro-AI and anti-AI sides are loudly proclaiming things that are pretty trivially verifiable as not true" + +He recommends two good reads: [The Software Engineering Identity Crisis](https://annievella.com/posts/the-software-engineering-identity-crisis/) and [Algorithmic Underground](https://jmsdnns.com/tech/algo-underground/) \ No newline at end of file