diff --git a/content/notes/blogging-as-dry.md b/content/notes/blogging-as-dry.md new file mode 100644 index 0000000..900408e --- /dev/null +++ b/content/notes/blogging-as-dry.md @@ -0,0 +1,12 @@ +--- +title: "Blogging as DRY" +date: 2022-11-20T11:30:33-08:00 +replyURI: "https://toot.cafe/@aardrian/109365932234157083" +replyTitle: "Maintaining a blog is probably the best method I have found to honor DRY" +replyType: "SocialMediaPosting" +replyAuthor: "Adrian Rosell" +replyAuthorURI: "https://adrianroselli.com/" +--- +The "Don't Repeat Yourself" (DRY) principle is my main motivation for adding content to my site---especially to [my "notes" section]({{}}). I've gone as far as linking my own website in online class discussions (not as a citation; just for DRY). + +This also combines really well with the [Publish on your Own Site, Syndicate Elsewhere](https://indieweb.org/POSSE) (POSSE) principle. Often, a post of mine syndicates well to multiple destinations. I might reply to a forum on my site and syndicate it to both that forum and to the Fediverse. People reply in both places, and Webmentions aggregate them together on my site (though I often have to send myself those mentions). I only have to write something once.