Earlier quoted context omitted.
I really wonder what the rationale behind this move is. I wouldn't even have noticed as I'm practically always logged in, but was that search bar lowering the conversion rates to free users, or what?
Probably because Github is constantly under DDOS attacks, search is computationally expensive, and they can't rate limit unauthenticated sessions. http://m.theregister.co.uk/2015/08/26/github_wobbles_under_d...
GitHub doesn't show search field unless you sign in
81–90 of 95 posts
Re: GitHub doesn't show search field unless you sign in
#82Earlier quoted context omitted.
If anything, github's lock-in fragmented "the open source scene". The internet and the web are distributed systems, there is no reason why all code has to be hosted with one proprietary service in order to be discoverable, just as there is no reason for hosting all websites with one proprietary service in order to be discoverable. That's what standardized protocols and interfaces are for.
There's no lock-in with github. It's a service that many people prefer to use, but nothing is stopping anyone from moving their repos elsewhere.
Secondly, they do have proprietary features, embrace, extend, extinguish style.
Re: GitHub doesn't show search field unless you sign in
#83This seems like a good time to advertise my search engine for GitHub and Bitbucket. You can learn a little more about it at http://gitsense.github.io And as the screen shot below shows, you don't need to be logged in, to search a repository. http://imgur.com/W1Qx59h To make the long story short, you can install our indexing engine on low cost platforms like $10 VPS plans from DigitalOcean/Vultr or on dated hardware l…
Re: GitHub doesn't show search field unless you sign in
#84Earlier quoted context omitted.
There's no lock-in with github. It's a service that many people prefer to use, but nothing is stopping anyone from moving their repos elsewhere.
Well, first, there is lock-in for non-owners of projects: You cannot submit pull requests to pull from git repositories hosted elsewhere and without signing in. Which also is an incentive to use it for other things, once you have an account that you need in order to contribute. Secondly, they do have proprietary features, embrace, extend, extinguish style.
Re: GitHub doesn't show search field unless you sign in
#85Earlier quoted context omitted.
There's no lock-in with github. It's a service that many people prefer to use, but nothing is stopping anyone from moving their repos elsewhere.
Well, first, there is lock-in for non-owners of projects: You cannot submit pull requests to pull from git repositories hosted elsewhere and without signing in. Which also is an incentive to use it for other things, once you have an account that you need in order to contribute. Secondly, they do have proprietary features, embrace, extend, extinguish style.
The only thing I can think of is patches via email, but that's just using no repository at all.
Re: GitHub doesn't show search field unless you sign in
#86Facepalm . In this thread: A lot of overreaction from a lot of people who seem to expect the moon on a stick (for free) and who I could easily suspect have never had to run a resource-intensive system before. Doing search well is computationally hard. More than that, it's next to impossible to cache for because there can be so many variants. All-in-all, it's the ideal sort of system to attack if you want to DDoS some…
Then one should get a couple of elastic search clusters, one for the guest users to hammer and DDoS and one for the authenticated users. Not only does this make the search cheaper and easier for the guests (just an index of public repos, so no permissions involved), it makes it easier to continue offering search to authenticated users whilst being able to mitigate L7 DDoS on the authenticated search (just block the u…
Google at one point gave you a lot indicators to which pages people were landing on and why. Now all that information isn't shared with site operators, so it's impossible to qualify statements like "internal searchable interface lead to more Google search traffic".
Maybe it was true previously, maybe it was true even last month, but is it still true with the latest Google update---no one can measure.
Re: GitHub doesn't show search field unless you sign in
#87Earlier quoted context omitted.
True, but the search bar remains unavailable when you've used github.com/search to navigate to a repo. This is a serious regression. Off-topic: @dang, can we get a "Upvote this comment if has less than 1 point, else don't upvote it" button?
> Off-topic: @dang, can we get a "Upvote this comment if has less than 1 point, else don't upvote it" button? The font-color of the comment (aside from links already visited) should be enough to indicate if it has positive or negative karma. Individuals can decide whether to upvote or downvote further at that point.
Yes, this is true. However, consider a comment with 0 points. If two HN visitors see it at roughly the same time, and both upvote it, it will have 2 points, rather than one point. What's more, neither visitor will see the effects of their action until at least one page reload and some time has passed.
Re: GitHub doesn't show search field unless you sign in
#88For example: https://www.google.com/search?q=monty+python+site:github.com
Re: GitHub doesn't show search field unless you sign in
#89Earlier quoted context omitted.
If you're right, then this is the sort of backlash that could have been trivially avoided by Github explaining their reasoning .
If it were a core element of the system that was actually removed from their users , I might agree.
Re: GitHub doesn't show search field unless you sign in
#90Not comparable but airpair have a similar trick, asking to signup if you want to see their whole samples http://i.imgur.com/pVuVjrY.png and not obfuscated code samples I run a site ( http://petihacks.com ) with many of these little tricks if it's the interest of anyone