ZenJournal v5 is finally on the App Store.
It has been 8 years in the making — including countless failed attempts to rewrite it with the latest SwiftUI, and the unforgivable indie-dev sin of making yet another journaling app.
But this is the one app I keep returning to.
my biggest issue with chatgpt atlas other than the fact it hasn't been updated for the last 3 months ^[1] is the toggle tabs button is cmd + alt + t, which is not only confusing as the undo tab shortcut which is cmd + shift + t, but also much harder to type, and no way to customize...
[1]: https://t.co/ex9GWjVyQn
@daniel_nguyenx Nice prompt! I used to talk to ChatGPT about this or branding ideas but in retrospect codex with more access to tools is much better at this.
Did you know Apple has its own Elasticsearch-like framework called CoreSpotlight?
For a purist implementation, that’s how search has worked in @doublememoryapp since day one. Apple even refreshed it a few years ago with a newer API, CSUserQuery, which adds more semantic search capabilities. As a bonus, you get Spotlight integration for free when you index your app’s data with it. Beautiful, right?
But here’s the painful truth:
It’s 12× slower than the older CSSearchQuery.
So what am I using to power search in the next version of DoubleMemory?
A SQLite-backed FTS5 sidecar index.
It’s 122× faster than CSSearchQuery and 1,410× faster than CSUserQuery.
And best of all, I never have to ask users to kill their Spotlight daemon to restore search again.
The app preview v1 for zenjournal was accepted by apple and then later rejected because it's not using a real screenshot but a mock video, had to create another version with the real app. #buildinpublic
did zero seo on this, no visibility despite several high profile backlinks. just refreshed the site and also started SSR as well.
https://t.co/B0NYUT8jO5
@daylightco@daringfireball I did most of it with terminus on daylight indeed. :) but you just reminded me maybe i should set this up with android chatgpt with codex as well....
I built a tiny RSS reader because I got tired of every RSS app wanting me to create an account, install something, or subscribe to a plan.
Paste or prepend to a URL (any with a feed).
Start reading.
That's the whole product.
https://t.co/vt49kueutu