HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lancehasson

no profile record

Submissions

Show HN: Comparison of keyword vs. multimodal semantic search on stock photos

app.kailualabs.com
4 points·by lancehasson·3 năm trước·0 comments

comments

lancehasson
·2 năm trước·discuss
This is awesome! We made similar functionality (plus more) available through an API. If anyone is interested to try it out and share feedback, please message me and I’ll hook you up.
lancehasson
·2 năm trước·discuss
Looks very cool! Will check it out later. FYI - search on the docs isn't loading on safari for me
lancehasson
·3 năm trước·discuss
The demo video you have is really well put together. The language is great, it has good pacing & touches all the right points. I really liked the tone & attitude of the person recording it. It's MVP'd in a way that it's not over produced, but uses simple tools to achieve a high quality regardless. Well done!
lancehasson
·4 năm trước·discuss
The accuracy on the few queries you tried is awesome! Have you come across any instances of the model hallucinating answers?
lancehasson
·4 năm trước·discuss
I was reading up on WAL mode this week and came across a mailing list where you asked for clarification on this same topic. That post helped me understand, thanks for asking the question! The confusing thing here for me is that the majority of other PRAGMAs (that I know of) are per-request, so this one differs from that pattern
lancehasson
·5 năm trước·discuss
Cool, hadn't heard of seamless. Something similar to this for other langs wrapped in a CLI with an integration with Digital Ocean/AWS/etc. could be valuable
lancehasson
·5 năm trước·discuss
> Solutions such as Kubernetes tout the benefits of zero-downtime deployments

To be fair, these features of k8s are nice to have. Is there a similar tool for running single node (i.e. ec2) instances that offers zero-downtime deploys? One way you could do it is run a EKS cluster with a single ec2 node running your single-node setup. You could get the benefits of k8s while still running the simple single-node arch