Live data from Hacker News

Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

smallest.app

21–30 of 34 posts

Re: Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

#22
What is the intended use for this ?

Notes app seem like an odd place to ask Google like questions.

Is it supposed to help me with writing long for text? Am I supposed to use it as a spell/grammar checker ?

This is not directly a question for your integration, but more of a general question for using local LLMs for long form text.

Re: Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

#24
Another option for hacking something like this together could be HammerSpoon. I’ve spent some time with it, but haven’t tried integrating with Apple Notes, I mostly did stuff at the file system level to keep it easy.

https://www.hammerspoon.org/

Re: Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

#25

What is the intended use for this ? Notes app seem like an odd place to ask Google like questions. Is it supposed to help me with writing long for text? Am I supposed to use it as a spell/grammar checker ? This is not directly a question for your integration, but more of a general question for using local LLMs for long form text.

Some people have years (or decades!) of text notes that would benefit greatly from summarization and LLM query.

Asking generic questions is probably a poor demo choice, but it shows the link to the LLM in context.

Re: Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

#26

this looks cool. I have a request: I've been using the Notes app for my todo lists since mid-2020. I have one note per day, and I then break them up by quarter and year. e.g.: 2024 Q1 Monday, January 1, 2024: - [x] [XYZ] - Review pull request from [Person] - [x] Investigate error rates for [XYZ] in Sentry I look back through these documents for two reasons: 1. Right now, I have to go back through all of my notes from…

I love to read about this type of stuff. Have you blogged about or written about it in more detail here on HN?

Edit: I reworded my question because it was a bit vague.

Re: Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

#27

What is the intended use for this ? Notes app seem like an odd place to ask Google like questions. Is it supposed to help me with writing long for text? Am I supposed to use it as a spell/grammar checker ? This is not directly a question for your integration, but more of a general question for using local LLMs for long form text.

I just watched this Tiago Forte video [1] on the new Google tool called NotebookLM. In the video he basically aswers the "what" of your question. Lots one can do with a boatload of notes you've kept locally, and your own sources that aren't scraped by a LLM.

[1] https://www.youtube.com/watch?v=iWPjBwXy_Io

Re: Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

#29
I'm a big fan of this space and have been hacking on it too.

With a few tricks you can use LLMs or anything else you can call from a script, from anywhere in your OS via input capture and simulation, and clipboard. And it can be cross platform!

Here's the project, if it might interest anyone.

https://github.com/jasonjmcghee/plock

Re: Show HN: NotesOllama – I added local LLM support to Apple Notes (through Ollama)

#30

this looks cool. I have a request: I've been using the Notes app for my todo lists since mid-2020. I have one note per day, and I then break them up by quarter and year. e.g.: 2024 Q1 Monday, January 1, 2024: - [x] [XYZ] - Review pull request from [Person] - [x] Investigate error rates for [XYZ] in Sentry I look back through these documents for two reasons: 1. Right now, I have to go back through all of my notes from…

I love to read about this type of stuff. Have you blogged about or written about it in more detail here on HN? Edit: I reworded my question because it was a bit vague.

My todo list method? No, I've never written about it anywhere. It had never occurred to me that other people would find it interesting. I'll add it to the section of my todo list for future blog posts ;) (but seriously, that's where they go.)
Post reply on HN