Baty.net
  • Archive
  • Journal
  • Notes
  • About
  • Tags
  • Uses
  • 🔍

Reduce and Simplify

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. ...

December 31, 2023 Â· 123 words Â· Jack Baty

The Org-mode Island

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.

December 28, 2023 Â· 69 words Â· Jack Baty

Printing my 2024 calendars using pcal

Generating yearly and monthly calendars using Pcal on the command line

December 28, 2023 Â· 126 words Â· Jack Baty

More about Org-mode Island

Following up after reading Jeremy Friesen’s response to my earlier post

December 28, 2023 Â· 255 words Â· Jack Baty

Beyond the Infinite Denote

I’m using using Denote’s silo feature for accessing my Beyond the Infinite folder

December 24, 2023 Â· 176 words Â· Jack Baty

Not taking the photo

I have never regretted taking a photo, but I always regret not taking one.

December 23, 2023 Â· 174 words Â· Jack Baty

I won't be joining RSS Club

My current thinking is that our little blogging society doesn’t need secrecy, it needs visibility.

December 23, 2023 Â· 333 words Â· Jack Baty

Safari and Arc

After using Arc for months, I’ve made Safari my default browser.

December 20, 2023 Â· 230 words Â· Jack Baty

Sending Org-journal entries to Day One

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.

December 19, 2023 Â· 100 words Â· Jack Baty

Implementing Daily Notes in Kirby

How I reimplemented my Daily Notes feature from my Tinderbox blog to baty.net in Kirby

December 15, 2023 Â· 622 words Â· Jack Baty

What a blog should be?

Let’s not overthink it, eh?

December 6, 2023 Â· 181 words Â· Jack Baty

Why I still use TheBrain

I always come back to using TheBrain.

November 22, 2023 Â· 642 words Â· Jack Baty

Philosophy of Tiddlers

Why I sometimes prefer taking noted in TiddlyWiki instead of Emacs

November 16, 2023 Â· 322 words Â· Jack Baty

Spacious-Padding Emacs package

Prot’s Spacious-Padding Emacs package adds some room to breath in the Emacs UI.

November 15, 2023 Â· 81 words Â· Jack Baty

When a minor annoyance sparks an unreasonable change

This morning, I had trouble finding something that I was certain I’d written yesterday. I was pretty sure I’d written it in one org-mode file or another, but it seemed to be missing. Turns out it wasn’t missing. I just couldn’t see it because of the way the results show up when searching for something in Emacs. The display of search results when running projectile-ripgrep is pretty awful, and I missed what I was searching for. Here’s what it looks like in Doom Emacs by default. ...

November 9, 2023 Â· 210 words Â· Jack Baty

Display list of org-attach'ed files in buffer property

I often want a list of attached files displayed right in the org-mode file.

November 9, 2023 Â· 68 words Â· Jack Baty

App Defaults (2023 Edition)

C’mon, everyone’s doin’ it. Here is my list of default apps (in alphabetical order by task): Backups: Backblaze, Arq Blogging: What day is it? I mean Kirby. Calendar: BusyCal, Apple Calendar Chat: Apple Messages, Signal Clipboard Manager: Raycast Code Editor: Emacs File Manager: Forklift, Dired (Emacs) Journaling: Org-journal (Emacs), Day One Launcher: Raycast Mail Client: Apple Mail, notmuch Mail Server: Fastmail Music: Roon, Qobuz, Apple Music Notes: Org-mode (Emacs), TiddlyWiki, Tinderbox Password Management: 1Password Photo Editor: Capture One Photo Management: Capture One, Apple Photos Podcasts: I don’t listen to podcasts RSS: NetNewsWire Read It Later: Omnivore Screenshots: Cleanshot X Search Engine: Kagi Shopping List: Apple Reminders shared with wife Social Networking: Mastodon (web UI) Terminal: iTerm, Kitty Text Editor: Emacs, BBEdit Task Manager: Things, Org-mode (Emacs) Weather: Hello Weather Web Browser: Arc Word Processing: Emacs Org-mode -> LaTeX

November 8, 2023 Â· 138 words Â· Jack Baty

Subscriptions

A list of my current subscriptions, priced per month.

November 7, 2023 Â· 425 words Â· Jack Baty

Are we back on Hugo?

It’s possible that no one will ever see this post. I’m writing a Hugo-formatted markdown file in Emacs. This means it will be published to a defunct copy of my blog1 Unless of course I decide to bring it back as baty.net. If that happens, then 👋! ↩︎

November 7, 2023 Â· 47 words Â· Jack Baty

Subscriptions

A long list of my current subscriptions.

November 7, 2023 Â· 439 words Â· Jack Baty
« Prev  Next  Â»
© Jack Baty | · Powered by Hugo & PaperMod