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

Use what you have

I have some pretty nice things. I’m fortunate and have more “stuff” than I could ever need. And yet, it seems as if I’m always buying something new. It’s just that I like to try new things, whether it’s tools, software, gadgets, or what have you. I want to see what different things feel like to have and use. My Dad’s Garage - 2022 The photo above is from my dad’s garage, taken this year. I took it because I’m always amazed at how little it changes. My dad rarely buys anything new. He just uses what he has. ...

May 2, 2022 Â· 171 words Â· Jack Baty

Book logging in Emacs

I’ve kept a list of books I’ve read as a plain text (well, technically, Markdown) file for years. I wrote about it here. The public version is rendered using Github Pages at books.baty.net. This is fine, but at some point last year I also started logging books in an Org mode file, just to see how it felt. It felt pretty good! ...

April 28, 2022 Â· 316 words Â· Jack Baty

I need a new film scanner

My Epson V750 Pro, purchased in 2009, has scanned thousands of rolls of film, slides, and prints. After making strange grinding noises recently, it has finally ground to a halt. ...

April 23, 2022 Â· 274 words Â· Jack Baty

Searching Org-roam files

Org-roam is “A plain-text personal knowledge management system” using Emacs and Org-mode and I put nearly all my notes in there. While it’s easy to find notes in org-roam based on filename, there’s no obvious way to search the contents of notes. Weird, right? ...

April 21, 2022 Â· 182 words Â· Jack Baty

The West Wing (Show) Productivity System

The last time I rewatched “The West Wing” I was once again impressed by how good people were at their jobs. How productive everyone was. I wondered how I could be that productive. ...

April 12, 2022 Â· 292 words Â· Jack Baty

The kinds of portraits I prefer…Judith Joy Ross, for example

I recently read Joe McNally’s book, The Real Deal: Field Notes from the Life of a Working Photographer. While I found his anecdotes occasionally interesting, I didn’t really enjoy the book. I think this was because I don’t much care for McNally’s photographs. Here’s one of his portraits. Photo by Joe McNally Alt text here There’s no question that McNally is a talented photographer with a powerful work ethic and serious technical skills. His portraits, however, leave me uninspired. You know the style. Creatively lit with a handful of Speedlights, carefully arranged backgrounds or sets, wardrobe and makeup people, etc. The kinds of photos that get a shit ton of likes. This style is not for me. ...

April 10, 2022 Â· 181 words Â· Jack Baty

Bringing my Daily posts here to baty.net

Now that I’ve moved my blog back to a static site generated with Hugo, I noticed that I was writing both my Daily notes and my blog posts in side-by-side Emacs buffers. It got me thinking about consolidating my sites even further. ...

April 9, 2022 Â· 378 words Â· Jack Baty

Comparing film and digital: Mom

I had lunch with my parents recently and took a few photos with both my film and digital cameras. I shot about the same number of photos with each camera, with close to the same number of “keepers”. Which do I prefer? ...

April 7, 2022 Â· 266 words Â· Jack Baty

A new blog just for the hell of it

Here we are, running the show as a static blog, using Hugo. But why!? I suppose because I was bored and because it’s fun. ...

April 3, 2022 Â· 109 words Â· Jack Baty

Some unremarkable pens the Internet made me buy

Pens I’m an impressionable young man, and when I notice someone on The Internet raving about something, I want to feel that way, too. I often order whatever that thing is, only to be disappointed. For example, here are a few of the pens I bought after being told how remarkable they are. They’re not that remarkable.

April 3, 2022 Â· 57 words Â· Jack Baty

Roll-062 (Leica M3/T-MAX P3200)

I normally don’t like the high-speed films but I’m trying to use what’s in my fridge, so here’s a few from a roll of Kodak T-MAX P3200 shot at 1600 and processed in HC-100. Zazette ...

April 3, 2022 Â· 41 words Â· Jack Baty

Publishing portions of my Org-roam database

I’m trying something new. I’ve become a pretty heavy user of Org-roam for personal notes. I put nearly everything there now; technical notes, contact information, project notes, vendor info, etc. These notes are all nicely linked and backlinked and live in my main ~/org directory so I can easily find things right within Emacs. A portion of these notes might be useful to other people. So I’m exporting the shareable notes from Org-roam as Hugo-compatible Markdown files. This turned out to be surprisingly easy. You can see the results at https://notes.baty.net and the details of how it works makes a good example. ...

March 27, 2022 Â· 119 words Â· Jack Baty

Aligning comments in Emacs

I want my per-line code comments to line up nicely, so I’ll often add a bunch of spaces by hand to make things just so. I realized that, being Emacs, there must be an easier way to handle this. Of course there is. Two minutes of searching revealed a short bit of lisp that does the job nicely: ;; Align comments in marked region ;; Via https://stackoverflow.com/a/20278032 (defun jab/align-comments (beginning end) "Align comments within marked region." (interactive "*r") (let (indent-tabs-mode align-to-tab-stop) (align-regexp beginning end (concat "\\(\\s-*\\)" (regexp-quote comment-start))))) Here’s an example of what I was working on, with horribly un-aligned comments. ...

March 25, 2022 Â· 267 words Â· Jack Baty

Roll-061 (Leica MP/ HP5)

As usual, this roll contained a few self-portraits, a few of Alice, and a few of “stuff”. My favorites are the ones taken in my dad’s garage. Alice. (Leica MP. HP5 Plus. 90mm Elmarit-M) Dad’s workbench (Leica MP. HP5 Plus. 50mm Summilux-M) Self-portrait (Leica MP. HP5 Plus. 90mm Elmarit-M) Wall in dad’s garage (Leica MP. HP5 Plus. 50mm Summilux-M) ...

March 21, 2022 Â· 68 words Â· Jack Baty

Configuring the org-download save directory

When I drag and drop an image into Emacs, I want the attached file to end up in ./img/YYYY/. This is how I tried configuring org-download in my setup (I use Doom Emacs): (setq org-download-method 'directory org-download-image-dir (concat "img/" (format-time-string "%Y") "/") org-download-image-org-width 600 org-download-heading-lvl 1) For some reason, org-download-method was being reset from 'directory to 'attach after loading, and this broke things. I thought maybe I needed to set the variables after org-download was loaded, so I did this: ...

March 19, 2022 Â· 168 words Â· Jack Baty

Posting from Emacs to WordPress using Org2Blog

I’ve settled on WordPress for this blog. (“settled” is a fluid word for me, but let’s assume I mean it for now). However, I prefer to do most of my writing in Emacs and Org mode. To help with this, I’ve configured org2blog and I’m writing this post with it. I’m using org2blog pretty much right out of the box. Just a single blog configuration with the following tweaks: <div class="org-src-container"><pre id="nil" class="src src-emacs-lisp"><span style="color: #4078f2;">(</span><span style="color: #e45649;">setq</span> <span style="color: #6a1868;">org2blog/wp-track-posts</span> <span style="color: #a626a4;">(</span><span style="color: #b751b6;">list</span> <span style="color: #50a14f;">"~/org/baty.net/.org2blog.org"</span> <span style="color: #50a14f;">"wordpress"</span><span style="color: #a626a4;">)</span><span style="color: #4078f2;">)</span> <span style="color: #4078f2;">(</span><span style="color: #e45649;">setq</span> <span style="color: #6a1868;">org2blog/wp-default-categories</span> <span style="color: #4078f2;">'</span><span style="color: #a626a4;">(</span><span style="color: #50a14f;">"Misc"</span><span style="color: #a626a4;">)</span><span style="color: #4078f2;">)</span> <span style="color: #4078f2;">(</span><span style="color: #e45649;">setq</span> <span style="color: #6a1868;">org2blog/wp-default-tags</span> <span style="color: #4078f2;">'</span><span style="color: #a626a4;">(</span><span style="color: #50a14f;">""</span><span style="color: #a626a4;">)</span><span style="color: #4078f2;">)</span> <span style="color: #4078f2;">(</span><span style="color: #e45649;">setq</span> <span style="color: #6a1868;">org2blog/wp-show-post-in-browser</span> <span style="color: #4078f2;">'</span><span style="color: #986801;">ask</span><span style="color: #4078f2;">)</span></pre></div></code></pre> I haven’t figured out how to use authinfo.gpg for logging in automatically yet, so for now I’m typing my password in each new emacs session. ...

March 18, 2022 Â· 289 words Â· Jack Baty

Feelings about the Leica M10-R

I’m feeling twitchy about owning the Leica M10-R. The M10-R is an astonishingly good camera. World-beating build quality, timeless design, and a fantastic 40-megapixel sensor, all in a small, beautiful package. Still available new in 2022 for an eye-watering $8,995 (I bought mine used), the M10-R is also a ridiculously expensive camera. Buying one is a big deal and a significant investment. I am fortunate enough to also own Leica M film cameras, and being able to share lenses between those and the M10-R is very handy. And OMG those Leica lenses! The control layout and handling are the same as well. It’s like having both a digital and film platform for using 70 years of tiny, wonderful Leica lenses. I can carry a full film and digital arsenal with 2 bodies and lenses in a tiny bag. ...

March 17, 2022 Â· 310 words Â· Jack Baty

I love this boring photo of a lamp

My wife bought an awful, kitschy plastic lamp and set it on one of the floor speakers. I, of course, balked. That was a week ago and somehow the lamp is still there. I hate the lamp, but I don’t mind the light that it throws against the wall, and my wife loves it and thinks “it’s adorable”. Who am I to judge? I took a photo of it. It’s just another boring snapshot by a film photographer looking for excuses to finish the roll. It’s exposed the way I intended and it’s composed nicely, but it’s not a great photo. I love it anyway. ...

March 12, 2022 Â· 138 words Â· Jack Baty

Adding an RSS feed to my wiki

TiddlyWiki is a single static HTML file. It does not generate an RSS feed of new entries. It doesn’t generate anything. I treat my wiki at wiki.baty.net more like a blog than a wiki, so not having an RSS feed feels like an omission. Most of the time I consider this to be a feature. I like that I can write any old nonsense and it doesn’t actively go out and bother anyone. It’s my little secret, that you can read if you want. ...

March 10, 2022 Â· 499 words Â· Jack Baty

Fiber-based silver gelatin prints are a wonderful PITA

I hate making fiber-based silver gelatin prints in the darkroom. But I love having them to hold and to hang. Fiber-based papers have this deep, magical sheen, and the surface is smooth yet has a distinct, subtle texture that is missing from resin-coated (RC) papers. Compared to RC papers, fiber-based paper takes twice as long to process. It requires additional washing and optional toning steps. It eats up fixer and takes more trays than I have comfortable room for. It must be washed for up to an hour. And then there’s the curling, so I have to press the prints under heavy books for a few days before I can do anything with them ...

March 8, 2022 Â· 198 words Â· Jack Baty
« Prev  Next  Â»
© Jack Baty | · Powered by Hugo & PaperMod