←back to thread

1901 points l2silver | 1 comments | | HN request time: 0s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
evandev ◴[] No.35743318[source]
I created a todo thermal printer so that I can write messages whenever I remember something. For example when I'm lying in bed and I remember that I have to do something or reading a book and think that's a great thought that I should look more into someday.

Basically I have a mobile app that I can send a message to a api. Sometimes it's just a note, sometimes it is a todo item.

Then I have a raspberry pi that polls the api for new messages and prints them onto a receipt/thermal printer on my desk. Then every morning I usually look and see if there is a todo item, or more long term item.

I haven't exactly thought of how to store the messages, but basically when the "receipt" gets to CVS level, I rip it off and store it in in a document shelf organizer. Every few months I'll go through the receipt for any long term touch items.

replies(6): >>35744638 #>>35744705 #>>35747600 #>>35750897 #>>35764846 #>>35796422 #
suddenclarity ◴[] No.35747600[source]
Interesting project. What's the advantage of this over, say, an inbox folder in a todo app like Todoist or a note in Keep?
replies(1): >>35748713 #
hammyhavoc ◴[] No.35748713[source]
Some people do much better with physical representations of information than digital.
replies(1): >>35751898 #
suddenclarity ◴[] No.35751898[source]
True but in this case he's still using a mobile app. So I assume there's some value in having the tasks individually printed in comparison with just writing them manually and that's what I'm curious about.
replies(1): >>35775884 #
1. evandev ◴[] No.35775884[source]
In my case, I like the physical representation, but sometimes I only have my phone on me when I think of something. And sometimes at night I don't want to turn on a light to write something down.

edit: Also, my handwriting is horrible.