HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rahuldan

no profile record

Submissions

Show HN: Natural Language Search for Any GitHub Repo

codesearch.foneme.ai
2 points·by rahuldan·3 years ago·0 comments

Show HN: Slack bot to monitor/stop/restart ML model training remotely

github.com
2 points·by rahuldan·4 years ago·0 comments

comments

rahuldan
·3 years ago·discuss
There is this excellent Github repo for this: https://github.com/codecrafters-io/build-your-own-x

It has a collection of blogs for building various small projects to learn different languages.
rahuldan
·3 years ago·discuss
A good way to start is to look around for things that people or companies are already using (some B2B software tool), and see if there are a ton of people complaining about it (maybe some bad feature, aggressive pricing model, customer support etc.). If so then you can start building an open-source version of it, since you already know what are the key features to build and add.
rahuldan
·4 years ago·discuss
Great project!!

I was building something on similar lines. It is a semantic search engine for codebases using Openai's embedding and FAISS https://github.com/rahuldan/codesearch

It fetches the functions in the code for a query
rahuldan
·4 years ago·discuss
Hey really cool project!!

I also built a semantic search engine for codebases using Openai's embedding and FAISS https://github.com/rahuldan/codesearch
rahuldan
·4 years ago·discuss
I recently created a first version and uploaded on github. https://github.com/rahuldan/codesearch

Would love to hear your feedback
rahuldan
·4 years ago·discuss
Hi, I recently created an open-source project that does semantic search on code bases. You can check it out on https://github.com/rahuldan/codesearch

Would love to hear your feedback
rahuldan
·4 years ago·discuss
Try taking cold showers, the adrenaline rush helps me get awake and be active. Plus regular exercise also helps towards a general good mood throughout the day.
rahuldan
·4 years ago·discuss
I am working on an open-source natural language search for codebases. I thought it might be interesting to be able to search for relevant classes, functions etc. when the codebases are very large. Then further I am planning on extending it to searching for git commits, PRs, issues etc.