←back to thread

1901 points l2silver | 3 comments | | HN request time: 0.653s | 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. orthoxerox ◴[] No.35738111[source]
Nothing special, but I didn't want to share my dietary habits with an unknown number of third parties, so I built my own calorie tracker. I didn't use anything fancy, I just ran Grist on my home server with a half dozen tables. Had to rewrite it a couple of times to support stuff like recipes, but it's good enough for my purposes. Didn't even need to add auth to it, I just use Tailscale on my personal devices to access the server from anywhere without exposing it to the internet.
replies(1): >>35738406 #
2. XMasterrrr ◴[] No.35738406[source]
That's very neat, any chance you'd be willing to open source it?
replies(1): >>35738509 #
3. orthoxerox ◴[] No.35738509[source]
There isn't much there to open source, just a bunch of Excel-like formulas that progressively roll up data from ingredients to the final results for the day.