The bmannconsulting.com website

.obsidian clean up

+3 -1
.gitignore
···
.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
+2 -1
.obsidian/app.json
···
"newFileFolderPath": "_notes",
"newLinkFormat": "shortest",
"attachmentFolderPath": "assets/2025",
-
"alwaysUpdateLinks": true
+
"alwaysUpdateLinks": true,
+
"promptDelete": false
}
+1 -1
.obsidian/appearance.json
···
{
-
"theme": "obsidian"
+
"theme": "system"
}
+3
.obsidian/backlink.json
···
+
{
+
"backlinkInDocument": true
+
}
+6
.obsidian/canvas.json
···
+
{
+
"snapToObjects": true,
+
"snapToGrid": true,
+
"newFileLocation": "folder",
+
"newFileFolderPath": "canvas"
+
}
+3 -3
.obsidian/core-plugins.json
···
"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
}
+4
.obsidian/templates.json
···
+
{
+
"folder": "_template",
+
"dateFormat": "MMMM Do, YYYY"
+
}
+13
_journals/2025-06-03_0724.md
···
+
---
+
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/)