←back to thread

463 points 8organicbits | 6 comments | | HN request time: 1.137s | source | bottom
Show context
hiAndrewQuinn ◴[] No.44307978[source]
You can make an awful lot of useful little tools with an LLM, vanilla JavaScript, GitHub Pages, and the user's own localStorage as a semi-persistence layer. Two 9s and cross-platform to boot.

Recently I made a diet checklist [1] that I've been following more or less to the letter 5 days out of the week. I have a little Android button that just opens right up to the web page. I click, click, click, then move on with my day. If I feel I need to change something I can copy a plain text screenshot of what's on there currently and chat with Gemini about it.

I'm really liking this new wave of technology.

[1]: https://hiandrewquinn.github.io/diet-checklist/

replies(2): >>44307996 #>>44308608 #
zigman1 ◴[] No.44307996[source]
+1 over this. As someone without a deep technical background, LLMs enabled me to improve my life unimaginably, being able to quickly sketch and develop small features that remove every day annoyance.
replies(1): >>44308279 #
1. fuzztester ◴[] No.44308279[source]
examples?
replies(1): >>44308954 #
2. zigman1 ◴[] No.44308954[source]
My very first thing was automation of placing my journal entry to appropriate Google Drive folder. I write my brain dump/journal everyday in Google Docs, and if I just click "New document, it places it in the root GDrive folder, and I had to move it manually which I am to lazy to do it.

LLM helped me write a python script that searches the root folder, finds the right document (name is always the date of the day), and searches for the right folder in assigned Google Drive repository (and creates a yearly or monthly folder if a new month starts).

It also helped me create a yaml script for Github actions to trigger this once every day.

I felt like a magician. Since then I created second brain databases, internal index of valuable youtube videos, where I call the api to get transcripts and send it to llm, other note taking automations etc etc

replies(2): >>44311353 #>>44373052 #
3. fuzztester ◴[] No.44311353[source]
sounds like some cool automations, thanks.

by api you mean youtube api?

replies(1): >>44316350 #
4. zigman1 ◴[] No.44316350{3}[source]
In this particular case I call a commercial api by supdata

And I use youtube api to extract metadata of the video(s)

replies(1): >>44373043 #
5. fuzztester ◴[] No.44373043{4}[source]
thankee kindly, meinherr :)
6. fuzztester ◴[] No.44373052[source]
you felt like a magician?

i am one.

;)