←back to thread

439 points david927 | 1 comments | | HN request time: 0.207s | source

What are you working on? Any new ideas which you're thinking about?
Show context
senko ◴[] No.44417397[source]
* https://cijene.dev (HR, open source) - recently, Croatian retail chains were mandated to start publishing grocery prices online, but not how, so they made a mess of it; I've been building a crawler + unified API to avoid people duplicating the crawl/parse/cleanup effort (open source)

* https://trosko.hr (HR, Android/iOS app) - super-simple receipt/bill tracker (snap a photo of the receipt, reads it using Gemini, categorizes and stores locally - no accounts, no data gathering)

* https://github.com/senko/think (open source) - Python client library for LLMs (multiple providers, RAG, etc). I dislike the usual suspects (LangChain, LLamaIndex) but also don't want to tie myself to a specific provider, so chugging on my on lib for this.

replies(1): >>44419647 #
invinciblycool ◴[] No.44419647[source]
Have you tried BAML? https://github.com/BoundaryML/baml
replies(1): >>44420370 #
1. senko ◴[] No.44420370[source]
I haven't, thanks for the recommendation, will check it out!