←back to thread

848 points thefilmore | 8 comments | | HN request time: 1s | source | bottom
1. tgsovlerkhgsel ◴[] No.43970332[source]
On one hand, centralization at a commercial provider isn't great.

On the other hand, the plethora of different self-hosted platforms with limited feature sets is a huge pain. Just finding the repo is often a frustrating exercise, and then trying to view, or worse, search the code without checking it out is often even more frustrating or straight out impossible.

replies(2): >>43970364 #>>43971090 #
2. smallnix ◴[] No.43970364[source]
I wish I could search on GitHub without logging in
replies(2): >>43970416 #>>43970524 #
3. nicce ◴[] No.43970416[source]
They used to have 64 core 32 machine cluster just for search. You may want to reduce unnecessary search. https://github.blog/engineering/the-technology-behind-github...
replies(1): >>43974112 #
4. hedayet ◴[] No.43970524[source]
I wish that too, and I’ve always wanted to offer features like this in everything I build.

But it’s a lot of work to prevent abuse, especially for resource intensive features when supporting unsigned-in use cases.

5. elric ◴[] No.43971090[source]
> Just finding the repo is often a frustrating exercise

Surely most open source projects have a link to their source code? Whether it's github, gitlab, sourcehut, or anything else?

replies(1): >>43973815 #
6. LegionMammal978 ◴[] No.43973815[source]
Many GNU and GNU-adjacent projects will happily list their release tarballs, but make it annoyingly difficult to find the underlying repos that most of them use. Usually the link is squirreled away somewhere in the "contributing" guidelines.
replies(1): >>43974075 #
7. mdaniel ◴[] No.43974075{3}[source]
AFAIK https://savannah.gnu.org is the "sourceforge" for GNU projects. I was thrilled when they stood up a GitLab instance but recently locked it down so one can't even browse without being logged in https://emba.gnu.org/explore -> sign in
8. mdaniel ◴[] No.43974112{3}[source]
This from a company that uses Ruby for their webapp and hosts probably one of the bigger CI build farms probably in the world. I have a very hard time crying because they have to run a beefy search cluster. I would guess that a very non-trivial portion of the horsepower for such a thing is about ingest of the constant updates moreso than the actual search part