From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10850 Path: news.gmane.org!.POSTED!not-for-mail From: Solar Designer Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl new-year's infrastructure resolutions Date: Mon, 2 Jan 2017 19:15:35 +0100 Message-ID: <20170102181535.GB31400@openwall.com> References: <20161231233747.GV1555@brightrain.aerifal.cx> <20170102165832.GA1555@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1483380951 27057 195.159.176.226 (2 Jan 2017 18:15:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2017 18:15:51 +0000 (UTC) User-Agent: Mutt/1.4.2.3i To: musl@lists.openwall.com Original-X-From: musl-return-10863-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 02 19:15:47 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cO792-0005qn-H3 for gllmg-musl@m.gmane.org; Mon, 02 Jan 2017 19:15:40 +0100 Original-Received: (qmail 28229 invoked by uid 550); 2 Jan 2017 18:15:42 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 28211 invoked from network); 2 Jan 2017 18:15:42 -0000 Content-Disposition: inline In-Reply-To: <20170102165832.GA1555@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:10850 Archived-At: On Mon, Jan 02, 2017 at 11:58:32AM -0500, Rich Felker wrote: > My experiences with github have been a constant fight with the tools > rather than having them make things go more smoothly. I don't like the > weight of the web ui (it's very slow on all systems I access it on), I > don't like that it doesn't work properly from mobile browsers (e.g. > line-number links to source files don't work), I don't like how much > you have to click through to get to the history of a given file or to > get a link to a specific version, I don't like that it's impossible to > review large diffs in the web ui (they just timeout loading), etc. I > also don't like everything they do to make it hard to use FF pulls. I am no GitHub expert (am not even much of a user), and based on my (very limited) experience with it so far I agree with your criticism of it, but FWIW I recently found that "to get a link to a specific version" you simply need to press "y": https://help.github.com/articles/getting-permanent-links-to-files/ "When viewing a file on GitHub, you can press the "y" key to update the URL to a permalink to the exact version of the file you see." and I actually made use of this on a few occasions already. There are other keyboard shortcuts as well. As the page above says: "Tip: Press "?" on any page in GitHub to see all available keyboard shortcuts." Alexander