Live data from Hacker News

GitHub doesn't show search field unless you sign in

web.archive.org

41–50 of 95 posts

Re: GitHub doesn't show search field unless you sign in

#41
This 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 like a 6 year old Dell laptop:

http://gitsense.github.io/blog/benchmarking-march-14-2016.ht...

Re: GitHub doesn't show search field unless you sign in

#42
I was banging my head against this earlier last week. It was such a jarring change to visit GitHub and not be able to navigate. It gives me pause to see how suddenly an easily-navigable site can become almost impenetrable with the removal of a single search bar. What are they thinking? The "Explore" menu is worse than useless, too.

It is an interesting case study in UX - the difference between a great experience and an awful one can come down to a single, well placed search box.

What is GitHub's rationale behind this jarringly awful, blatantly bad decision?

Re: GitHub doesn't show search field unless you sign in

#43

Not 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

typo, I guess: http://petithacks.com/

Re: GitHub doesn't show search field unless you sign in

#45
I just noticed that yesterday ... and I think it's a bad idea. One of the great benefits of the original SF and, until now, GitHub was the ability to discover OSS software. I often knew what I was looking for but had absolutely no idea what the project was named (and on Github it was already a bit harder since you'd find multiple forks of the same project.

Since I commit and fetch repository data using SSH and a private key, I rarely (if ever) log into the GitHub UI

I guess I see only down-sides from a user perspective - what are the upsides for GitHub? Tracking?

Re: GitHub doesn't show search field unless you sign in

#48

This feels like a move away from offering the greatest opensource project hosting site to a walled garden. I was just browsing some repository and found a non linked reference to another project which probably is also on Github but there is no way of searching for it when I'm not logged in (and knowing the search URL somebody posted earlier). Pretty big UI fail and I wonder if this was intentional and if so if they t…

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...

Re: GitHub doesn't show search field unless you sign in

#49

Search is still there https://github.com/search although there is no link to it from the main page: https://github.com . Try and find it if you can! However the search inside a repo is missing now and using site: to search inside a repo doesn't seem to work with Google.

This really makes it difficult to work when you switch between machines, for example switching to a coworker's

machine that doesn't necessarily have a github account or is not logged in.

I use 2FA and it's really disruptive to force a login when your intention is to perform a few quick search requests.

Post reply on HN