I've long wanted something like this kind of always-on logging but I fear that the social element is the hardest to crack. Besides having a record of the substantial amount I reason out loud to myself, it'd be valuable to be able to really remember everything I'm present for in that level of detail, but I'd feel awkward if the recording device was obvious, I would feel subversive if it were hidden, and people may not like it very much to have someone in their life who has notes on every interaction to refer to.
In several US states, this would be outright illegal. While they're aimed at electronic communications, most two-party consent states require explicit consent from those present, and in some, the "but there was an obvious recording device" exception is restricted to journalists.
Yeah that too. Mostly I want perfect recall of the things I want to remember, but constraints like this introduce so much overhead into managing when it's turned on that it obviates the usefulness the rest of the time.
Nah, and Black Mirror illustrates why. I guess I just want intrinsic perfect recall, but maybe the method, technological or biological, isn't the problem at that point, just the social friction of not forgetting.
I am similarly interested, but mostly because my memory is awful and I'd like to actually remember what people tell me without having to ask repeatedly.
Cool, almost a "build your own ecosystem" Siri/voice assistant...
The 2 line explanation is sort of vague, but from the code I surmise the Python "app" watches a webpage (configured as https://www.doubao.com/chat/624642496948226) and every time the DOM there is modified, it sees that new prompt, looks for the word "note", and if so, creates an Obsidian note with the transcription of the prompt.
Alexa has "build your own app", this seems less convoluted.
Google Gemini also records my prompts (under My Activity), I guess with an always-listening Gemini Assistant and a similar Python script that monitors https://myactivity.google.com/product/gemini (I'm guessing this page needs a hard reload to update), it's possible to build something similar.
I don't have my phone to respond to "Hey Google", but I have an alarm clock that has that (not Gemini, but Google Assistant), and I often tell it to "Remind me about [...] in x hours". I just tested the phrase "Add a note about...", and it added a note in Google Keep. But with an analog Python script one could trigger many more things.
I've long wanted something like this kind of always-on logging but I fear that the social element is the hardest to crack. Besides having a record of the substantial amount I reason out loud to myself, it'd be valuable to be able to really remember everything I'm present for in that level of detail, but I'd feel awkward if the recording device was obvious, I would feel subversive if it were hidden, and people may not like it very much to have someone in their life who has notes on every interaction to refer to.
In several US states, this would be outright illegal. While they're aimed at electronic communications, most two-party consent states require explicit consent from those present, and in some, the "but there was an obvious recording device" exception is restricted to journalists.
Yeah that too. Mostly I want perfect recall of the things I want to remember, but constraints like this introduce so much overhead into managing when it's turned on that it obviates the usefulness the rest of the time.
God damn, trying to make fiction reality? https://www.youtube.com/watch?v=RRNYmFrfbCg
Nah, and Black Mirror illustrates why. I guess I just want intrinsic perfect recall, but maybe the method, technological or biological, isn't the problem at that point, just the social friction of not forgetting.
I am similarly interested, but mostly because my memory is awful and I'd like to actually remember what people tell me without having to ask repeatedly.
[dead]
Cool, almost a "build your own ecosystem" Siri/voice assistant...
The 2 line explanation is sort of vague, but from the code I surmise the Python "app" watches a webpage (configured as https://www.doubao.com/chat/624642496948226) and every time the DOM there is modified, it sees that new prompt, looks for the word "note", and if so, creates an Obsidian note with the transcription of the prompt.
Alexa has "build your own app", this seems less convoluted.Google Gemini also records my prompts (under My Activity), I guess with an always-listening Gemini Assistant and a similar Python script that monitors https://myactivity.google.com/product/gemini (I'm guessing this page needs a hard reload to update), it's possible to build something similar.
I don't have my phone to respond to "Hey Google", but I have an alarm clock that has that (not Gemini, but Google Assistant), and I often tell it to "Remind me about [...] in x hours". I just tested the phrase "Add a note about...", and it added a note in Google Keep. But with an analog Python script one could trigger many more things.
[dead]