←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.305s | 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
billconan ◴[] No.35729751[source]
broca, a chatgpt powered dictionary + vocabulary book I'm working on.

https://github.com/shi-yan/broca

on each of the computers I use, I have a open sublime text tab documenting words I don't know.

they are scattering around, unorganized, get lost when the file tab is closed.

I want to synchronize my vocabulary on different devices using git.

broca saves to plain files that are git friendly. And using ChatGPT as a dictionary allows me to search for idioms/slang/phases with unlimited example sentences.

replies(1): >>35730624 #
1. l2silver ◴[] No.35730624[source]
I might actually use this. Always looking for vocab helpers.