My go to way of taking notes is sending messages to myself. Previously with Signal’s “Note to self” and now with my own channel with Element. It is fast way of taking notes, but horrible in long run since you cannot group notes or add tags or anything else that you would expect from good note taking tool. I have Nextcloud notes, but I still do it since I am used to it and it is fast way of syncing notes with mobile and PC. Anyone else has interesting ways of keeping notes?
I use Google keep for stuff like that. Available everywhere I have a connection.
yea i use discord for getting stuff from my phone to my PC. I keep all my notes in obisidan but I could never get it to sync right and it has since stopped working on my phone altogether.
Note taking app isn’t accessible on every device like email so I get it
I use Simplenote for all my notes, tags, markup, syncs between all my devices. I really enjoy it!
For quick notes I use unsaved Notepad++ whenever on Windows, and random text files on desktop on Linux made with KWrite.
For more organized notes I use self-hosted MediaWiki instance.
I do. Also messages for the feds.
Ohh, I definitely prefer to send myself a text, especially since I can schedule it to send when I need a reminder at a specific time for something.
I make group chats with only me as a member to organize by subject.
Note to self got too cluttered, but it continues as my junk drawer for notes.
Note taking apps are a separate stop so i will never use them for quick or temporary work. They’re for long term stuff like recipes and fitness tracking.
Had a manager who used to send notes intended for himself to our team chat. Psychotic behaviour.
Every phone has a note app. No matter how stupid you are, it works. But if messages to yourself floats your boat: why not.
It’s helpful for me. It’s just a raw stream of thoughts and ideas. Most don’t go anywhere but it’s a good first stop to get an idea out of my head. Even if it turns out to be stupid I can read it later and react accordingly.
Previously I used pushbullet but now signal note to self
My wife does this, except she sends the messages to me
Yeah my husband does this to me too. One time he was camping and texted me just a person’s name with no other context. Like are you about to be murdered and this is the main suspect??
Her second, extra, brain? Makes sense to me. Also it’s written down in a place they will probably be
ingseeing an above average amount of the time.I do this to my gf, the world is truly balanced
This is how my wife operates too.
Fuck yeah, my text app has a built in “Keep” contact. That bitch is loaded with messages.
Like OP used to I use Signal Note to Self. It’s handy moving stuff from mobile to desktop and the reverse as well.
Joplin for long term stuff. Both are backed up to my NAS / password protected 7z archives to Cloud automated by said NAS.
I’m all about Signal’s Note to Self.
I hate that it doesn’t send a notification though. I used the delay send feature on Textra for reminders but since switching to Signal it’s useless for that. I just want to send myself a message delayed by a few hours and get a notification when it sends. Only thing missing is the notification.
Came here to post that. Such a damn convenient way to send notes and links between my phone and desktop.
If you are interested try Localsend, its even less effort than sharing via a messenger and its peer to peer. You can enable auto downloads for trusted peers then it will be sent directly to a folder of your choice once you send from your phone.
Fantastic for that purpose.
I recently did a project.
Self-hosted Ntfy as communication, python bot in a container. If you say remember something It drops it into a text file verbatim. If you say remind me, It loads the text file into an ollama AI RAG and queries it with whatever you asked it to remind you. At the moment it can take a good 5 seconds to get back to you.
Then I added a grocery list and a separate bot that handles scheduling reminders. Remind me in 20 minutes to feed the dog. Forget this item. Remind me on the 20th of every April that it’s fu’s birthday.
At the moment, it’s based on keywords and if you don’t specify a keyword it just asks the model directly. I’m thinking about having it send all requests through the model and giving the model a prompt that has a determines what you’re trying to do and translates that to a keyword that the bot can act on.