Hacker News new | ask | show | jobs
by kova12 875 days ago
How do you take notes when computer is not available? Do you just VPN home and connect to the http endpoint, or...
1 comments

Using the telegram bot - you just text it. You could have the bot running on some server and sync the tasks from there to your computer, but it's really not needed. One of the nice things about Telegram bots is that the messages are queued until the bot becomes available, meaning I can text my bot on the go and the moment my laptop opens all the files are created.
That's brilliant.