Hacker News new | past | comments | ask | show | jobs | submit | paulnovacovici's comments login

Completely agree. I’ve been experimenting with embeddings by building Recallify, primarily to help me quickly retrieve obscure things I’ve read online. Even at just 1024 dimensions, it’s impressive how effectively embeddings capture and surface ideas based purely on semantic similarity, rather than exact keyword recall (which I’m pretty terrible at remembering). It’s been a game changer for turning fuzzy mental concepts into actionable insights.

Beta testing an iOS app for it if anyone is interested: https://recallify.app/


Curious, how come you decided to use a cloud solution instead of hosting this on a home server? I’ve recently bought a mini PC for small projects like this and have been loving being able to host with no cost associated to it. Albeit it’s probably still incredibly cheap to use a IaaS or PaaS but still a barrier to entry for random projects I want to work on a weekend


Val Town has a free tier that's easily enough to run this project: https://www.val.town/pricing

I'd use a hosted platform for this kind of thing myself, because then there's less for me to have to worry about. I have dozens of little systems running in GitHub Actions right now just to save me from having to maintain a machine with a crontab.


A single cloudflare durable object (sqlite db + serverless compute + cron triggers) would be enough to run this project. DOs have been added to CFs free tier recently - you could probably run a couple hundred (maybe thousands) instances of Stevens without paying a cent, aside from Claude costs ofc


> host with no cost associated to it

Home server AI is orders of magnitude more costly than heavily subsidized cloud based ones for this use case unless you run toy models that might hallucinate meetings.

edit: I now realize you're talking about the non-ai related functionality.


Firefox, is next on my list! If there's enough traction I'll be adding mobile support as well to share links to the app straight from your mobile device


I'm a solo indie developer, and I've created a web application, and chrome extension that is used to associate, and save knowledge snippets to your own "memory store". It uses natural language as an interface to retrieve what you've learned in the past with direct connections to the source of truth. There's also a perplexity integration to keep chatting with what you've retrieved.

I like to use it as a smart bookmarking tool that you can save niche utility hacks across reddit, hackernews, Twitter/X, or anywhere across the web. Consolidate all of your saved materials, and bookmarks into one place where you can easily find what you've saved from the past using natural language to search across your knowledge base.


Found this article to be the best explanation on how scope, closures, and the Lexical Environment in javascript operates.


What's sets this apart from https://www.chatpdf.com/?


Looks like Scholar Turbo has GPT-4 and Chatpdf is still on the waitlist. But yeah, these chat-with-your-doc webapps are popping up out of the woodwork.


For fun, I whipped a quick one using our platform at https://trypromptly.com/app/65573e71-c05b-4567-87e8-49688c82.... (Initial chunking of PDF takes a bit of time because of rate limits with my account)



Woah, really like the UI/UX of this site. Anyone know what UI framework they could be using?


Looks like tailwinds from the style sheet code


Curious, what software did you use to make your videos on the landing page?


They are made with https://www.screen.studio/


What library is this I was looking for a good cache to store network results quite recently?


It's not open-source or really polished for consumption. I did get permission to open-source it, but unfortunately didn't have the time to improve it to the point where it would be broadly useful.

In fact, now that https://tanstack.com/query/v4/docs/plugins/persistQueryClien... appears to be stable I'm thinking it might even be good to migrate to this (though it appears to require multiple queryclients if you want different cache parameters)


Portal 3


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: