I have a few contextual questions if you don't mind answering them:
My apologies is this is too personal for you to want to share
ah, apologies, I didn't reply to this immediately and then forgot 😅
Number of notes a day?
I don't really have a good stats here but ~5 seems like an avg day but there is a lot of variance
Reviewing and processing notes:
Generally I try to look over inbox notes daily, but don't have a super specific trigger. They end up on today's page in my note-taking up (which is now custom vs Roam). And so also get noticed somewhat naturally bc that's a default landing point.
For things that want further attention they get scheduled for another review at a later date (often using SRS)
Ratio between rejected and actioned notes
I have this gray zone in between - things that are not actioned immediately but come back for review at exponentially decaying rate: https://notes.andymatuschak.org/zPpaHZYKuBPyoDtgcsiZ9RV
Andy's also had some work later on developing inklings incrementally that seem related to this
This was super helpful - thank you.
I played around with this and ended up going down some rabbit holes, as I was looking for a way to launch the voice recorder without ever firing the app (the UI flash was acceptable, but grated the back of my mind). Using Claude, I ended up vibe coding a solution that I'm happy to share - but you can edit the EVR apk so that the recording action can be called by outside apps. Then a small "helper app" can be set to the double press button, that just calls into the EVR "start recording" intent. End result is double tap goes directly to recording, with no UI flash (except the small Icon at the bottom that indicates it is recording and the green light that indicates the microphone is in use on the watch home screen).
As this post was super helpful to me, happy to share the apk packages I used if anyone wants them -
ohh, nice! would appreciate you sharing things! (though mb ideally in a more inspectable form than full apks - like smth like patches if possible?)
Why voice notes?
On a functional level it's the fastest & the most convenient input method when you're not in front of the proper keyboard. Which even for me constitutes a big chunk of my life 🙃.
Taking a voice note allows me to quickly close an open loop of a stray though or a new idea and go on with my life - now mentally unburdened
Another important aspect is that taking voice notes evokes a certain experience of "fluency" for me.
It's worth noting that I'm specifically talking about taking a voice note vs doing voice typing/dictation in this context.
Voice notes allow me to better harness the fruits of diffuse thinking mode (shower thoughts)
I've recently made a few updates to my voice notes flow, removing various sources of friction and streamlining the experience. I figured I'd share a few details about that so other people can replicate it.
New Flow
Two issues with the older iteration of the process motivated this bout of improvements
These issues suggested a shape of the solution - I needed a dedicated device that would allow me to start recording with minimal friction, and won't be a distraction in a way the phone could be.
Originally this made me look for dedicated voice recorders with ability to automatically sync recordings online
Eventually I've settled down on the smartwatch as the form factor
One thing I was not certain about with regard to smartwatch form factor is whether I'd be able to get the friction to starting the recording low enough. As mobile devices tend to be unnecessarily constrained in how much users can customize them.
Amazon return policies and an inkling that the baseline experience is not too bad led me to give it a shot.
It took some work, but I was able to get to a place where it takes just one action (double-click) to start the recording, which I'm pretty happy with.
The rest of the post describes technical details on how to get there, as I dearly wish someone would have written this guide before.
How to get Android Wear watch to start voice recording in one click
Tools
Galaxy Watch 6
This is the watch I have. Motivation for this specific model is that it's the latest android watch model I could get for cheap 🙃. And 80% of my intended use is just voice notes 🤷♂️
Another motivation was that I've read online that Samsung watches built-in voice recorder is pretty good
Easy Voice Recorder
The voice recording app I use, there are several reasonable options but this is my current preferred one.
Automatic sync of recordings to your phone is probably the key feature you want here if you're considering other alternatives.
Baseline experience (double-press the button + tap the screen)
This is the setup you can get to without going into the weeds (which is not terrible, but not ideal). The way to do it is to
Going beyond baseline experience - Android Macros (AutoWear)
To further streamline the experience we need to dive into the world of Android Macros - specifically, we'd be using AutoWear
Autowear is a very confusing app to use, and mostly not designed to be used on it's own (the idea that you'd use it with Tasker, Macrodroid or similar)
But it allows you to do things not possible at baseline, in particular we'd be using it's ability to click elements on the screen to automatically start a recording.
Steps
Install AutoWear on both phone and watch
Start the AutoWear trial on the phone
Enable one of the Launcher Apps to serve as a command trigger
Enable accessibility access for AutoWear on the watch to make "input" commands work *
AutoWear on the phone
com.coffeebeanventures.easyvoicerecorder&APPOPENEDCOMMAND&text value for the command&APPOPENEDCOMMAND&text value for the commandclick(text,Record)text value forthe commandIn watch settings - remap the double press of home key to launch the "Command" app
Things I'm still not happy with in the new flow
It takes 1.5-3 sec for recording to start after you press the button
Stopping the recording
When you grant accessibility access to any app, the watch starts making a click sound when screen locks and you can't turn this off 😕
Mediavolume on the watch.Misc tips
By default, the watch will hide the last app and show you the home screen, after 20s of screen turning off.
Display > Show last appsetting to a larger value (pretty happy with 2 minutes)If Input action stops working
References
Appendix
Easy Voice Recorder (EVR) vs Samsung Voice Recorder (SVR)
Native Samsung Voice Recorder also very nice, and is what I originally used, but Easy Voice recorder has a slightly better UX for my purposes.
Specifically when recording stops - SVR navigates to "recording list" app screen. Which I never really want because I don't want to listen to my recordings on the watch, and especially not after I just made one.
When the app is in that state - the flow can't be triggered again, until you navigate "back" to main screen.
So stopping the recording is actually 2 actions - tap the stop button and swipe back, which is a bit annoying. In part because I'd neglect to swipe back immediately a lot of the time, and then would have to do it next time I trigger the flow & that would ruin the fluency of starting it in just one action.
EVR, on the other hand, gets into the state to start a new recording almost immediately (after a brief confirmation screen).
EVR also has native cloud upload capabilities, which can be convenient for setting up further notes processing similar to what I do in Voice notes inbox process
SVR has native transcription capabilities, but they are not as good as using Whisper or similar (which is what I do)
Finally, EVR is developed by a real human that I can talk to 😛
Which gave me hope that maybe I can request changes/tweaks to further optimize this flow.
That has been a mixed success so far - the support replied to my messages, but it's unclear to which degree is the app in active development, so I don't have a strong expectation for changes I requested making it through in the near future.