site banner

Tinker Tuesday for June 10, 2025

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service

2
Jump in the discussion.

No email address required.

If you're using any sort of real database (sqlite / mysql / postgres / mongo / etc) to store the documents, you'll never run into speed-related constraints. You might start running into semantic constraints about limitations of the models' ability to differentiate different topics, but that's unlikely with domain-specific applications like you have.