←back to thread

Sourcegraph went dark

(eric-fritz.com)
424 points kaycebasques | 4 comments | | HN request time: 0.68s | source
1. reedf1 ◴[] No.41297554[source]
What happened to sourcegraph is very sad. It was a great tool, and the kind of software you wish the apache foundation was managing.

I've been looking for alternatives - any recommendations?

replies(2): >>41297788 #>>41301504 #
2. notpushkin ◴[] No.41297788[source]
For code search, I've heard Hound is pretty good but I haven't personally tried it yet. The UI is a bit clunky though. I'm wondering if one can port the old Apache-licensed Sourcegraph UI? https://github.com/hound-search/hound
replies(1): >>41307084 #
3. mdaniel ◴[] No.41301504[source]
> I've been looking for alternatives

Just out of curiosity, is code search something you need to get bleeding edge updates? What's wrong with running the pre-rug-pull release? There even seems to be a pseudo community fork that added features: https://news.ycombinator.com/item?id=41297879

4. midoBB ◴[] No.41307084[source]
I have ran Hound in my current co for about 2 years now, it's fine but the search experience is far below the SG one. SG is a far superior option but it is prohibetively expensive. I thought about hacking on Hound to be honest to rewrite the UI at least because half of it is broken.