←back to thread

1901 points l2silver | 3 comments | | HN request time: 0.643s | 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 #
1. ycombinete ◴[] No.35744638[source]
This sounds awesome, would love to see some pics of this. Or even a video of it in action
replies(1): >>35777079 #
2. evandev ◴[] No.35777079[source]
I don't have any pictures, but I did upload the source code:

Android App: https://github.com/moosilauke18/PrintTodo API: https://github.com/moosilauke18/printodo-api Worker on PI: https://github.com/moosilauke18/printodo-worker

replies(1): >>35825329 #
3. ycombinete ◴[] No.35825329[source]
Thanks :)