HackerTrans
TopNewTrendsCommentsPastAskShowJobs

evandev

no profile record

comments

evandev
·hace 27 días·discuss
Looking at Toby, it seems to be mainly a cleaning app, it's built for stuff that gets dirty again, like vacuuming and counters. My app I made it do one thing really good and not have to much clutter. Mainly the once-a-year, easy-to-forget things like changing water filters, fuel filters, changing oil, trimming apple trees, etc. It does things Tody isn't built for, like auto-scheduling the next service the moment you finish one, only nagging you about gutters in the right season, and tracking multiple properties if you've got a rental or a cabin. So, while technically I can use my app for cleaning purposes (e.g. set every week change sheets, vacuum floor), I use it for things that happen once a year, only in certain seasons, before winter, every 3 years, etc. And I don't have to worry about the things that might be weeks or months, or years away.
evandev
·hace 27 días·discuss
I've been working on releasing an app for maintenance tracking for home. I've always had problems with having in my calendar to replace a battery in my chicken coop every year, then things come up and I end up replacing the battery a few weeks later, so I have to go and change my calendar event. Or fertilizing my hops every two weeks only in the summer. Then in the winter I am getting notified every two weeks. So I built a simple app for tracking those with floating repetition and seasonality. [0]

Also recently got a lot of home VHS tapes digitalized and always had trouble with playing from Google drive or finding the right video. So I just built a webapp this month to split the videos into clips, transcoding it for better streaming, Google casting support, and tagging for search. [1]

[0]: https://upkeepnest.com [1]: https://heirloomreel.com
evandev
·hace 2 meses·discuss
I built a maintenance tracking app that I can use for household/garden tasks. I had a problem where things like replacing a battery for a chicken coop, I'd be a month late on replacing it and I had it in my calendar to replace every august, so I'd be replacing it early every year. And I also had in my calendar to fertilize my hop plants every 2 weeks, which meant in January I'd get a calendar event to fertilize my hop plants.

And sometimes my wife wonders what we have to do (especially in spring) for gardening, planting, chickens, etc.

https://upkeepnest.com
evandev
·hace 9 meses·discuss
> the median distance to the nearest food store for the overall U.S. population was 0.9 miles, with 40 percent of the U.S. population living more than 1 mile from a food store. The median distance to the third-nearest food store for the overall population was 1.7 miles. When the ERS researchers looked at rural food store access, they found that the median distance to the nearest and the third-nearest food store was 3.1 miles and 6.1 miles, respectively.

https://www.ers.usda.gov/amber-waves/2019/june/u-s-shoppers-...
evandev
·hace 3 años·discuss
Hmm interesting. Just looked it up. Seems to be that BPA/BPS is the problem with it. It seems like phenol free thermal paper is the answer to that issue, although there isn't a lot of information on what is used instead.

https://www.possupply.com/blog-the-phenol-paper-rundown
evandev
·hace 3 años·discuss
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
evandev
·hace 3 años·discuss
I just wrote a go program to directly write to the usb via gousb. I wrote the model of receipt printer that I used, but it's a very generic ebay receipt printer. https://github.com/moosilauke18/printodo-worker
evandev
·hace 3 años·discuss
I have a really cheap ebay receipt printer called "Thermal Receipt Printer" model POS58W
evandev
·hace 3 años·discuss
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.
evandev
·hace 3 años·discuss
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.