HackerTrans
TopNewTrendsCommentsPastAskShowJobs

raphaelty

no profile record

Submissions

Knowledge: You can just build your own AI feed to keep up, without the noise

github.com
1 points·by raphaelty·2 месяца назад·1 comments

A semantic Code Search CLI but with grep filters

github.com
1 points·by raphaelty·4 месяца назад·1 comments

Show HN: Hybrid Semantic Grep for Claude Code

github.com
5 points·by raphaelty·5 месяцев назад·0 comments

Multi-vector Grep for code agents, save 15% tokens, local

huggingface.co
3 points·by raphaelty·5 месяцев назад·1 comments

comments

raphaelty
·2 месяца назад·discuss
Introducing a new version of knowledge which is my search engine / bookmark system in which I designed my own AI feed without the noise of X
raphaelty
·4 месяца назад·discuss
While semantic search shine at various tasks including advanced search engine and recommender systems, it did not shine that much on coding task so far appart from benchmarks available in papers. We think standard semantic code search tools lack of advanced filtering features. A key element to code search is to be able to reduce "search space", i.e reduce the set of likely candidates given the intent of the user or the coding agent. We think semantic search alone is not enough and needs to be paired with advanced filters such as GREP filters to succeed.
raphaelty
·7 месяцев назад·discuss
Very interesting, wondering if there are other heavily used algorithm which could benefit a lot from a "Flash" version but don't have one today
raphaelty
·3 года назад·discuss
I build my personnal search engine which record things I like on twitter, blog posts etc.. It automatically calls those APIs using Github Action and store them in an open source database (json file)

I actualy use it at least twice a week to retrieve content I bookmarked, so I'm happy to have created such a tool.

The app: https://raphaelsty.github.io/knowledge/?query=bayesian

The Github: https://github.com/raphaelsty/knowledge