Heya!

I’m a full stack web developer who has been making software for various platforms since Ye Olden Times. This is my space to shelter info about myself and my writings from the stormy seas of locked in platforms and other hazardous shoals.

Twitter Images in your Emacs

Emacs can do a lot. This is hardly news! One of the things you can use Emacs for is to browse twitter. Why might you want to do this? Well, the main benefit is that you remain in Emacs! This means I can capture tweets easily into my org-roam database and then have them available to cite, or link, and include in my research. The main way of browsing twitter within Emacs is to use Yuto Hayamizu’s twittering-mode. This is a great package that gives a tweetdeck-like interface within the editor for browsing twitter. ...

May 26, 2022 · 4 min

Trying Out Static Site Generation with Hugo and Org-mode

I’ve been using Emacs off and on for years. What made me crawl back to it this time was org-roam which implements a Zettelkasten personal knowledge system in org-mode. After using this for a bit and really enjoying it, I thought I’d explore using org-mode itself for more of my writing and note taking needs. One of the results of this is this site. Right now I’m typing in a full-screen zen-mode buffer holding my site’s .org file. It’s very ergonomic and by narrowing my view to just this post: entirely distraction free. Once I’m finished and I save this file, ox-hugo is going to convert this org mode file into markdown files for hugo to use to generate the whole site. ...

May 7, 2022 · 2 min