Elijah Potter
@elijahpotter.dev
Author of the Harper grammar checker https://elijahpotter.dev https://writewithharper.com
"One could imagine Sisyphus circling back and putting a pin in it and hoping his message finds you well." www.youtube.com/watch?v=--3Q...
One Must Imagine Sisyphus Happy
YouTube video by vlogbrothers
youtube.com
If you previously opened a PR on the Harper repo, and you have a test failing mysteriously, please merge the recent commits from master.
I wish I could tell myself there isn't a platonic ideal of software engineering methodologies. That there is more than one way of doing things that is Good™.
I work with these people! codeforthepeople.com
Code for the People Documentary - The human story of the open web
Code for the People is a documentary short about the past, present, and contested future of the open web. This film is an exploration of what the internet is actually for, who gets to own it, and what...
codeforthepeople.com
God, this speaks to me. jerodsanto.net/2026/06/clau...
Claude's writing style has me on edge
I was enjoying Benn Stancil’s latest column1 on generalized vs specialized models (his typical, punchy, link-ridden screed) until this paragraph jump scared me: And that’s the turn nobody priced in. ...
jerodsanto.net
slop paralysis - noun A complete or partial loss of function while reviewing the output of a coding agent. elijahpotter.dev/articles/slo...
Slop Paralysis
A complete or partial loss of function while reviewing the output of a coding agent.
elijahpotter.dev
and here‘s your daily maths-pop culture crossover brought to you by yours truly
fixed your headline
I am pleased to say, with much fanfare, that Andrew Dunbar (known by online moniker hippietrail) is becoming Harper's first committer. elijahpotter.dev/articles/har...
Harper's First Committer
I am pleased to say, with much fanfare, that Andrew Dunbar (known by online moniker [hippietrail](https://github.com/hippietrail)) is becoming Harper's first committer.
elijahpotter.dev
Star Trek captains are great role models for technology governance. They see a harmful technology and… don't use it. They see a technology that can be harmful and… develop policies for themselves for how to use it responsibly.
While reading an old essay of mine, I was reminded of the wonderful book by Robert Persig titled Zen and the Art of Motorcycle Maintenance. It serves to help anyone in any profession, but I think it speaks particularly well to the lives of open source maintainers. elijahpotter.dev/articles/zen...
Zen and the Art of Open Source Maintenance
While reading an old — unpublished, for now — essay of mine, I was reminded of the wonderful book by Robert Persig titled _Zen and the Art of Motorcycle Maintenance_. The book serves to help anyone in...
elijahpotter.dev
Neat! It looks like they used Harper. www.digitaltrends.com/computing/i-...
I built an offline Grammarly alternative and turned it into a Mac app without any coding
I used Claude to build myself a fully offline, and locally processed alternative to Grammarly. The first build took me less than 30 seconds and I didn't even have to see or write a line of code.
digitaltrends.com
sinclairtarget.com/blog/2026/06... This is, far and away, the best blog post I have read in months, if not ever.
Quality in the Age of Slop
Lessons for a changed profession from a classic novel.
sinclairtarget.com
Day #422 of going back to restart all of the GitHub Actions workflows that stopped mid-run due to another outage.
Currently battling a ton of bugs in Harper Desktop. Expect major improvements in the coming days.
Alex Kladov is an amazing engineer. His blog is word-class. I highly recommend his latest essay on good software architecture. matklad.github.io/2026/05/12/s...
Learning Software Architecture
In reply to an email asking about learning software design skills as a researcher physicist:
matklad.github.io
Sharing this a bit late, but I recently reflected on my blog on the importance of capital-Q "Quality" while iterating on Harper Desktop. elijahpotter.dev/articles/pro...
Product Product Product
Working this past week with Jason Adams has given me a brand-new appreciation for the category of ideas that we engineers call 'product.'
elijahpotter.dev
Done. github.com/Automattic/h...
feat(desktop): create Harper Desktop by elijah-potter · Pull Request #3324 · Automattic/harper
Issues #1907 Description This PR open sources the Harper desktop app as a part of the Harper monorepo. Built with Tauri, the Harper Desktop app interfaces with the macOS accessibility API to r...
github.com
Open sourcing is slightly delayed. Currently in integration hell, as Shane Wighton would say.
Will be making Harper Desktop open source tomorrow. Stay tuned.
I am adoring the "web style" lints that stanleywang.dev recently added to the Harper Obsidian plugin. You can enable them in the plugin's settings right now!
stanleywang.dev
By Stanley Wang
stanleywang.dev
I'm pleased to say that the macOS app is coming along swimmingly. I am currently able to: 1. Read text from arbitrary textareas in supported apps. 2. Lint said text. 3. Render highlights on the screen. Next: rendering and applying suggestion popups.