diff --git a/content/blog/ai-programming-survival.md b/content/blog/ai-programming-survival.md new file mode 100644 index 0000000..63a1df5 --- /dev/null +++ b/content/blog/ai-programming-survival.md @@ -0,0 +1,10 @@ +--- +title: How I'm Surviving The AI Programming Epidemic +date: Wed 09 Jul 2025 +draft: true +--- + +This post should cover my thoughts about AI assisted programming, +vibe-coding, and my personal rules and workflow when it comes to AI +integration to keep myself from becoming reliant on it and to help myself +keep learning. diff --git a/content/blog/text-editing-matters.md b/content/blog/text-editing-matters.md new file mode 100644 index 0000000..bf77586 --- /dev/null +++ b/content/blog/text-editing-matters.md @@ -0,0 +1,15 @@ +--- +title: Why Text Editing Matters +date: Wed 09 Jul 2025 +draft: true +--- + +This post will gather my thoughts in general about why text editing, and +caring about your text editor experience, really matters, especially for +programmers and writers. + +- Keep this less focused on any particular editor, and more about the + general principles of why modal editing is cool and the + ideological/personal reasons I have for caring so much about my editor. + Can reference vim & kakoune but the kakoune deep-dive will get its own + post.