Wordsmithing and tweaking scripts
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
"Bash(git commit:*)",
|
||||
"Bash(./deploy)",
|
||||
"Bash(mkdir:*)",
|
||||
"Bash(chmod:*)"
|
||||
"Bash(chmod:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(pkill:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "AI as Tool, Not Creator: How I Learned to Stop Worrying and Front-Load the Thinking"
|
||||
date: 2026-01-13T12:00:00-05:00
|
||||
date: 2026-01-09T00:00:00-05:00
|
||||
description: The craft is in the decisions. The tool just handles the transcription.
|
||||
draft: false
|
||||
tags:
|
||||
@@ -8,7 +8,7 @@ tags:
|
||||
- Writing
|
||||
- Technology
|
||||
- Philosophy
|
||||
lastmod: 2026-01-07T16:05:11.204Z
|
||||
lastmod: 2026-01-12T20:30:45.342Z
|
||||
---
|
||||
|
||||
_The craft is in the decisions. The tool just handles the transcription._
|
||||
@@ -69,7 +69,7 @@ I'm not naive enough to think my choice of vendor solves the larger problems. Th
|
||||
|
||||
So that's where I've landed. AI as tool, not creator. Front-load the thinking, hand off the transcription. Stay alert to where the ethical lines are, even when they're blurry.
|
||||
|
||||
If I learn that even careful, front-loaded use still displaces working creators in ways I haven't seen, I'll have to reconsider. I'm not attached to being right about this. I'm attached to doing less harm than I would by ignoring the question entirely.
|
||||
New tools have always created disruption, this I know. But if the balance shifts in ways I haven't anticipated, if my careful approach turns out to violate ethical lines I thought I was respecting, I'll have to reconsider. I'm not attached to being right about this. I'm attached to doing less harm than I would by ignoring the question entirely.
|
||||
|
||||
Other people will draw the lines differently, and I'm not here to tell them they're wrong. The technology is genuinely new, the implications are genuinely uncertain, and reasonable people can look at the same situation and come to different conclusions.
|
||||
|
||||
|
||||
4
deploy
4
deploy
@@ -3,6 +3,10 @@ USER=admin
|
||||
HOST=social
|
||||
DIR=../../var/www/blog/www # the directory where your web site files should go
|
||||
|
||||
# Clean build directories to force full regeneration
|
||||
rm -rf public resources
|
||||
|
||||
# Build site and index, then deploy
|
||||
hugo && pagefind --site public && rsync -avz --no-t --no-p --delete public/ ${HOST}:~/${DIR} # this will delete everything on the server that's not in the local public folder
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user