←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.2s | 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.
1. davchana ◴[] No.35738720[source]
My first program was in C, input two dates in yyyy-mm-dd format, one by one,and tells the age. I used to call it Age Finder.exe Second version of it could work with dates entered in either order i.e. oldest newest or newest oldest.

Now I use javascript & html. The most used ones in recent past was my own timesheet log app. Html form submit data to Google sheet through Google script. Another page shows the monthly summary & details.

A telegram bot which logs my msgs as todo list to a Google sheet. I manually mark things done when done.

Many others at apps.bydav.in