Viewing profile — rahuldan
rahuldan
HN member- Joined
- Fri, Sep 03, 2021, 2:38 PM UTC
- HN karma
- 14
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About rahuldan
Recent public activity
-
story
Show HN: Natural Language Search for Any GitHub Repo
Hi folks, I created an open-source codebase search tool. Just enter any public Github URL and your search query to get top matching functions on the repo. Source Code: https://gith…
-
comment
Comment #34412292
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 differen…
-
comment
Comment #34410350
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 (may…
-
comment
Comment #34293637
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…
-
comment
Comment #34293535
Hey really cool project!! I also built a semantic search engine for codebases using Openai's embedding and FAISS https://github.com/rahuldan/codesearch
-
comment
Comment #34274771
I recently created a first version and uploaded on github. https://github.com/rahuldan/codesearch Would love to hear your feedback
-
comment
Comment #34274705
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 feedba…
-
comment
Comment #34271720
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.
-
comment
Comment #34230665
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…
-
story
Show HN: Slack bot to monitor/stop/restart ML model training remotely
I created this personal project for myself to be able to monitor, stop and restart my ML model training using Slack. A lot of my GPU hours have been wasted running training with wr…