Subscription changes
Canceling things brings mixed feelings
Canceling things brings mixed feelings
After yesterday’s Kirby->Hugo-Kirby debacle, I’ve been thinking about why I spend so much time farting around with and on my blog. Fair question, and one I don’t really have an answer to. I guess it’s my little place on the internet and I like to have the furniture arranged just so. But “just so” changes all the time, so I keep trying new configurations. It’s fun. Also useless, and nobody but me cares, but still. ...
I canceled my Capture One subscription this morning, before it renewed for $180 for another year. I hadn’t planned to do this. The plan was to cancel my Lightroom subscription ($10/month) and run with C1 for the year. Capture One has more to offer, and I like the files I get from it better than from Lightroom. So what happened? When canceling the Lightroom subscription, I was informed that there would be an early-termination fee of $49. I’d forgotten that the $10/month subscription was subsidized by agreeing to pay for a year. They just charge me monthly. That was disappointing. ...
Have you ever been so enamoured with plain-text-static-html publishing that you’re willing to burn down a month of implementing a blog using Kirby CMS in order to go back to using Emacs and Markdown and Hugo? I have.
I just wanted to give a shout-out to Adam Porter for his Org-web-tools Emacs package. I only discovered his package a month or so ago and I’ve used it daily since. Put a URL in the clipboard, then in an Org-document run M-x org-web-tools-insert-web-page-as-entry and bam!, the page is converted into Org’s format and inserted as a heading in the current file. For example, here’s Jason Velazquez’s post about Blogging Platforms, all tucked away nicely in my “Blogging Platforms” Denote note… ...
I don’t need a new blogging platform, but if I did, I’d certainly be looking at Prose.sh. It’s blogging via sftp and rsync, which sounds awesome.
I spent some time in Obsidian again yesterday. I do this once a month or so just to see if somehow it’s changed into something I’d like to use. Obsidian is great software, in theory, but I still find it boring and unpleasant to actually use.
I tried OpenBSD. It’s nice. I don’t need it right now. (Or do I?)
It shouldn’t take so much time to keep my stuff running smoothly.
A few months ago I became twitchy about my aging Synology so I replaced it with an old Mac Mini. The idea was that I understand how Macs work and if something breaks I can more easily deal with it. I never unplugged the Synology, though. You know, just in case. A week ago I started getting emails from the Synology that Drive 1 was failing. What I should have done is to unplug the thing and move on. But what I did was to order a new 8TB Seagate Ironwolf drive. ...
If forced to come up with a theme for 2024, I’m going with “Reduce & Simplify”. I haven’t formally defined it yet, but the gist of it is to use what I already have, remove things I rarely use, and rely on fewer, simpler things. Having many choices is great, until it’s not. I crossed that threshold a while ago and it’s not good for my brain. So, one app per task. One notebook. One bag. Less software. Consolidate and remove. Those sorts of things. ...
The more I lean into using Org-mode files for everything, the more isolated I’m feeling. It may be irrational, because “plain text”, but having to export or otherwise translate everything when I post to my blog or other tools is becoming less fun. Org-mode Island is beautiful, but lonely. Later: Jeremy Friesen reacts to the above with his take on the isolation of using Org-mode. Here’s some follow up.
Generating yearly and monthly calendars using Pcal on the command line
Following up after reading Jeremy Friesen’s response to my earlier post
I’m using using Denote’s silo feature for accessing my Beyond the Infinite folder
I have never regretted taking a photo, but I always regret not taking one.
My current thinking is that our little blogging society doesn’t need secrecy, it needs visibility.
After using Arc for months, I’ve made Safari my default browser.
I mentioned that I should create a lisp function for sending my org-journal entries to Day One. Turns out I’d already done it. The only problem was that the original version assumed I was using a new org file every day. I’m now doing monthly files, so I needed to change how the text selection was made. Here’s the new function. (defun jab/dayone-add-note () "Sends current subtree as Day One entry" (interactive) (org-mark-subtree) (shell-command-on-region (point) (mark) "/usr/local/bin/dayone2 -j=Journal new" nil)) It’s not perfect, since it includes any PROPERTY drawers and leading stars, but it works and was easy to make. ...
How I reimplemented my Daily Notes feature from my Tinderbox blog to baty.net in Kirby