BSAG on Emacs as life project:

You don’t go back to zero each time. Every cycle teaches you more about how you want your personal Emacs to work, about what you need and what you think you want but don’t actually use. On every cycle, the curves of Emacs get smoothed and shaped a bit more to match your grasp.

Absolutely. And as I’m going through a different cycle myself, I appreciate this post even more.

Man I’d love some beer from this truck… 📷

A large black trailer features a graphic of a menacing creature with wings and horns holding a mug against a backdrop of an urban street with brick buildings.&10;

It’s great when you can sink an hour into your online reading list without even noticing. Great blogs + good writers = an inspiring morning. Should remember to do this more often.

Listing Homebrew programs and tools

Homebrew was the first program I installed on my Mac after wiping it. This is because the second thing is my org files, which get copied over with Syncthing, which I install with Homebrew.

Listing the apps Homebrew installs is important then. Here’s how I list what I need in a file (in this case, on my Desktop):

brew leaves > ~/Desktop/this.txt && brew list --cask >> ~/Desktop/this.txt

First, what are formulas vs casks, in an over-simplified way:

Formulas are terminal command tools, like ffmpeg or yt-dlp. Casks are generally more complex and come with a UI (“full” apps). These include apps like Signal and LibreWolf.

Now, what does the command above do:

brew leaves lists top-level formulas, meaning no dependencies. Since Homebrew installs dependencies as needed, we’re probably not even aware of those (but it’s not a bad idea to get more familiar with them), and we don’t need to install them on their own.

brew list –cask lists casks.

In the example above, we output the data of brew leaves into this.txt, and then if (if the first command is completed successfully), we’re upending brew list --casks into the same file, using >> instead of just >.

I wiped my Mac earlier today, and everything seems to be in working order, more or less. I noted a couple of my tweaks before on my wiki, and I forgot some other hidden settings that I like to have.

Two of my favorite tweaks: Increase the mouse sensitivity beyond what macOS allows, and get rid of the delay on the dock before it appears, when it’s set to auto-hide.

For the mouse, read the current sensitivity: defaults read -g com.apple.mouse.scaling in the terminal. The max allowed through the settings is 3, but I set it to 5 with defaults write -g com.apple.mouse.scaling 5 as I have a small area to move my USB Bluetooth mouse.

And for the no-delay Dock, two commands: defaults write com.apple.dock autohide-delay -float 0 and defaults write com.apple.dock autohide-time-modifier -float 0. Nice and snappy. Use killall Dock to restart the Dock for this to take effect.

Do you have any hidden tweaks for your Mac?

I’m planning to wipe my Mac this weekend. The main reason for this is Microsoft’s nonsense, but I also got a bit “spoiled” using Time Machine. It’s like knowing how to change a tire or check the oil in your car: you need to know how to do certain things so when you need to, you know what to do.

Rethinking and organizing my life with org-mode (part 2)

The other day, I mentioned how my projects file in org-mode is basically a huge mess that makes it difficult to be on top of things, and then an idea occurred to me during a shower, as all good ideas do: organizing is important when I save and store things, not when I’m working on them.

When I work on something, I deal with a dynamic environment with tasks, reminders, attachments, comments, and a bunch of other things. This is the information-gathering phase. The main point is to collect everything quickly so I have it available later. It’s when I’m done with a project that I need to clean it up and store it in its place so I can find it later.

I was considering (still in the shower) the “now page” phenomenon. What if I change my project.org file to now.org? Technically it will look the same but conceptually it will be different. A place for things I’m actively working on in the present moment.

The real change should take place in the org files I save my projects into. Work projects will go into dedicated files, depending on the kind of task. Personal things will fit into their own files. As a matter of fact, the work-personal separation is not as important as it used to be, as each activity (work or personal) gets a separate file anyway.

For example, if I’m working on a vacation in now.org, I have a project with the location, the hotel, a map of the area, a couple of places to see, and a packing list. When the vacation is over, it will go into an events.org file under a “vacations” header. When I place it there, I will also include a link to the photos I took, tag it with “journal” if I wrote about it in my journal, and add a couple of annotations to the map, depending on where I’ve been.

In the future, when I want to reflect on the vacation, I will know exactly where to look. Keeping these files small is important so they don’t become overwhelming. An indicator for that could be casual reading: Can I just open the file, read through it, and enjoy it? Maybe even make it into a PDF and print it? The answer to these questions should be yes.

The trick is to know when a certain “thing” happens often enough to have its own file. For example, would I need a vacations.org file, or is events.org (which also includes going out to restaurants and movies) good enough?

For this, I think the size of the file itself could be a good indicator. In org-mode, the files contain only text. So if a file contains more than, say, 50KB, it means it has 50,000 characters. This roughly translates to 7,000 - 10,000 words. Since the characters in org-mode are also symbols for syntax for meta information, I think this is a roughly good number for now; I can always adjust it later.

This concept also works when I’m happy with the category the file captures, but as it grows, I can split it by months or years. For example, if events.org is good enough to capture vacations, restaurants, movies, and other social gatherings, and I want to keep it this way, I should have event_2024.org, and then make events_2025.org, etc. It’s possible some things, like certain work activities, will need to be broken down every couple of months while other personal tasks only every year or even only a couple of years.

I started storing some of my completed tasks yesterday, and I slowly chipping away at my big projects.org mess. As I go through it, I will get a better idea of how it’s working and if I feel like I am back in control again. Since I need to wipe my Mac and start fresh (this is a story for a different time), I will have a nice clean start this weekend. That’s the goal, anyway.

Anyone who has ever worked in IT has some horrible-funny stories about printers, right? …yes, even if it prints pancakes.

I’m reading The SIGMA Surrogate by Jt Lawrence 📚, my first recommendation from StoryGraph. Strong women lead in a cyberpunk world, light erotica (sans heavy romance) thriller by a woman writer. Refreshing and fun.

Rethinking and reorganizing my life - with org-mode

I used to be more organized. At least, that’s what I think.

When I was working as a desktop technician, I added all my tasks into a file called “Oh Snap,” which I cleared every week. Every Monday morning, I would go over my Oh Snap file and archive done tasks, remind myself of and write notes of existing tasks, and make sure a weekly backup was created.

In my current role, my tasks mostly grow into projects. Besides some quick things, like creating an announcement or an alert for our website, these projects usually take weeks; some even take months. Going over my Oh Snap file every week stopped making sense.

But when I stopped my weekly routine, I also stopped organizing tasks. Now I have one big file mixed with personal and work tasks, some active and some complete. It’s an intimidating blob of “stuff,” and just looking at it makes me want to run away to a video game instead.

I also write less about what I do in my personal life unless it’s complicated enough with several todos and a packing list or if I have the itch to write, which is when I pull out my journal. This means that a lot of useful information never gets saved. Things like map snippets with locations (easy in Emacs), links to pictures I took with descriptions, and the people I got to know - all of that is not written and gets lost.

This made me realize that the weekly routine around my Oh Snap file was one thing; organizing different tasks and events into categories is also important. I don’t mean just “work” and “personal,” which are too vague and big to work with. Categories should be a rough outline of familiarity, a way to frame and save things for better retrieval later. For example, “vacations” might be a better category than “events” (too general), and both are better than just “personal” (way too general).

A good category is like an apartment building where I know certain past events happen. If I want to see pictures of my niece from last Thanksgiving, a “family” or “holidays” category would make sense; at work, if I want to recall when I created certain announcements for the website, then “website” or “announcements” is a good category for that.

So now I’m trying to figure out a couple of things. First, when should I visit my projects file, which is a dump of everything I do, and move things out into their categories. Second, what are these categories? We shall see what I come up with.