<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Greg Bayer - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-628b20e5" type="application/json"/><link>http://gbayer.disqus.com/</link><description></description><atom:link href="http://gbayer.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 11 Apr 2012 16:53:20 -0000</lastBuildDate><item><title>Re: How to Buy a Basic SSL Certificate</title><link>http://gbayer.com/development/how-to-buy-a-basic-ssl-certificate/#comment-494726146</link><description>&lt;p&gt;To add your new SSL certificate to an existing load balancer (ELB) on AWS, you will need to:&lt;br&gt;- Add the certificate to Amazon's system&lt;br&gt;- Download the ELB command line interface (cli) and issue a command like this one:&lt;/p&gt;

&lt;p&gt;elb-create-lb-listeners &amp;lt;your elb name&amp;gt; --listener "protocol=HTTPS,lb-port=443,instance-port=80,instance-protocol=HTTP, cert-id=arn:aws:iam::&amp;lt;your aws account id&amp;gt;:server-certificate/&amp;lt;your certificate id&amp;gt;/&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Wed, 11 Apr 2012 16:53:20 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-450068903</link><description>&lt;p&gt;Don't understand how this could be the case.  I cloned the repo to local disk.. and to my understanding, "git remote rm origin" severs the link between my local repo and the remote one.. so I don't see where networks/proxies would enter into it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">123456</dc:creator><pubDate>Mon, 27 Feb 2012 13:07:31 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-450056084</link><description>&lt;p&gt;I think that means git can't access one of your files. Based on a few posts I see on &lt;a href="http://stackoverflow.com" rel="nofollow"&gt;stackoverflow.com&lt;/a&gt;, this could be caused by a bad network connection or proxy configuration.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Mon, 27 Feb 2012 12:52:33 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-450036659</link><description>&lt;p&gt;I get an error message when I run the get filter-branch command:&lt;br&gt;$ git filter-branch --subdirectory-filter mt -- --all&lt;br&gt;C:\Program Files (x86)\Git/libexec/git-core/git-filter-branch: line 289: /libexe&lt;br&gt;c/git-core/git: Bad file number&lt;br&gt;Could not get the commits&lt;/p&gt;

&lt;p&gt;In typical git fashion, the error message is incomprehensible to me.  Any idea what's going wrong?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">123456</dc:creator><pubDate>Mon, 27 Feb 2012 12:30:40 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-446053978</link><description>&lt;p&gt;Thats an interesting point. This wasn't a problem in my case, so I haven't looked into it. Maybe another reader can suggest a solution?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Wed, 22 Feb 2012 12:48:15 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-443208897</link><description>&lt;p&gt;Hi, But when files are moved into a temporary directory, the command: "git filter-branch --subdirectory-filter" extract history that is relevant only to the temporary directory and thus real history logs are not preserved. Any idea how to overcome this?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Navitf</dc:creator><pubDate>Sun, 19 Feb 2012 03:08:29 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-360463515</link><description>&lt;p&gt;Thanks for the suggestion. You can actually use this approach to move an arbitrary set of files by first moving them into a temporary directory. Because of this, the current title seems to be appropriate and more general.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Thu, 10 Nov 2011 19:15:29 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-360411891</link><description>&lt;p&gt;Sorry, I meant: change "Files" to "one directory" or "a directory".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Monsen</dc:creator><pubDate>Thu, 10 Nov 2011 17:30:01 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-360049930</link><description>&lt;p&gt;Great post, thank you. One suggestion: change the title as follows: s/file/one directory/.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Monsen</dc:creator><pubDate>Thu, 10 Nov 2011 09:40:19 -0000</pubDate></item><item><title>Re: Livecount</title><link>http://gbayer.com/projects/livecount/#comment-342275157</link><description>&lt;p&gt;Yes. For us, it's definitely still feasible to use it with the new pricing. Try it out and let me know if you find that it ends up costing more than another approach.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Mon, 24 Oct 2011 00:56:22 -0000</pubDate></item><item><title>Re: Livecount</title><link>http://gbayer.com/projects/livecount/#comment-338097013</link><description>&lt;p&gt;is it still feasible to use it now after GAE released its new pricing schema ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">just me</dc:creator><pubDate>Tue, 18 Oct 2011 09:05:43 -0000</pubDate></item><item><title>Re: How To Use a Commuter Check Card to Purchase a Caltrain Monthly Pass</title><link>http://gbayer.com/observations/how-to-use-a-commuter-check-card-to-purchase-a-caltrain-monthly-pass/#comment-327555493</link><description>&lt;p&gt;Here's a common question and my answer.&lt;/p&gt;

&lt;p&gt;"Do you know why my clipper card told me I have negative funds when I tagged on? Do I have to tag when I have a monthly pass?"&lt;/p&gt;

&lt;p&gt;Yes. It's really dumb!&lt;/p&gt;

&lt;p&gt;Here are (some of) the rules:&lt;br&gt;  - You must alway have at leave $1.25 balance on your card, or your monthly pass wont work.&lt;br&gt;  - If you buy a monthly pass at somewhere like Walgreens, it loads onto your card right away and you never have to tag on-off.&lt;br&gt;  - If you get a pass via the online system, you must tag on-off one time at the beginning of each month to "load" the pass onto your card.&lt;br&gt;  - If you have a negative balance now, you will have to add money to bring the balance to $1.25 before you can continue to use your pass.&lt;/p&gt;

&lt;p&gt;Typical response: "None of this makes any sense!!"&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Wed, 05 Oct 2011 19:05:37 -0000</pubDate></item><item><title>Re: How To Use a Commuter Check Card to Purchase a Caltrain Monthly Pass</title><link>http://gbayer.com/observations/how-to-use-a-commuter-check-card-to-purchase-a-caltrain-monthly-pass/#comment-327554024</link><description>&lt;p&gt;Agreed! The autoload program via Clipper works great and is what I'm using now! The main problem I've seen with this system is you have to tag on &amp;amp; off the first time you ride each month. It's easy to forget this seemingly pointless step.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Wed, 05 Oct 2011 19:02:29 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-316024604</link><description>&lt;p&gt;Need to add a git fetch between steps 4 and 5 for the new repository to retrieve the tags and history&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mguyre</dc:creator><pubDate>Tue, 20 Sep 2011 13:02:20 -0000</pubDate></item><item><title>Re: How To Use a Commuter Check Card to Purchase a Caltrain Monthly Pass</title><link>http://gbayer.com/observations/how-to-use-a-commuter-check-card-to-purchase-a-caltrain-monthly-pass/#comment-310071769</link><description>&lt;p&gt;Corrections and Updates:&lt;/p&gt;

&lt;p&gt;Monthly Caltrain passes are no longer able to be purchased at Walgreens. Everything is done through Clipper now.&lt;/p&gt;

&lt;p&gt;You should make the distinction between a Commuter Check non-personalized Card and a re-loadable personalized Card. The personalized card works seamlessly with the Clipper program through Autoload; it can also be sued at any of the 400 retail outlets for Clipper. Commuter Check also now offers direct loading of Caltrain passes onto the Clipper Card.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stuart Baker</dc:creator><pubDate>Wed, 14 Sep 2011 14:52:18 -0000</pubDate></item><item><title>Re: Working Hard With No Regrets</title><link>http://gbayer.com/observations/working-hard-with-no-regrets/#comment-294052180</link><description>&lt;p&gt;Great post about prioritization. Though I'm not sure about the sleep-deprivation part. Sleeping too little is bad for focus and for health ( &lt;a href="http://www.usmansheikh.com/random/a-lack-of-sleep-can-kill-you" rel="nofollow"&gt;http://www.usmansheikh.com/ran...&lt;/a&gt; ).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Etienne Neveu</dc:creator><pubDate>Tue, 23 Aug 2011 18:57:45 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-266876689</link><description>&lt;p&gt;Thanks for the feedback. In this case I believe the results should be similar either way.&lt;/p&gt;

&lt;p&gt;1) "mkdir -p" is only required if the new directory is more than one level deep.&lt;/p&gt;

&lt;p&gt;2) There shouldn't be much difference between "mv *" and "git mv *" in this case.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Wed, 27 Jul 2011 18:03:48 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-266658688</link><description>&lt;p&gt;hi, based on what I read on &lt;a href="http://stackoverflow.com/questions/1365541/how-to-move-files-from-one-git-repo-to-another-not-a-clone-preserving-history" rel="nofollow"&gt;http://stackoverflow.com/quest...&lt;/a&gt;, I wonder if your line 5 should be "mkdir -p &amp;lt;directory &amp;gt;" and line 6 should be "git mv * &amp;lt;directory 1&amp;gt;" ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JosephChiu</dc:creator><pubDate>Wed, 27 Jul 2011 14:44:50 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-239747575</link><description>&lt;p&gt;Thank you, for explaining this!. Your post will be a big help. I have wanted to do this for some time, but kept putting it off!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Seth Brown</dc:creator><pubDate>Fri, 01 Jul 2011 07:45:27 -0000</pubDate></item><item><title>Re: Pulse Wins Apple Design Award and Raises $9 Million Series A</title><link>http://gbayer.com/pulse/pulse-wins-apple-design-award-and-raises-9-million-series-a/#comment-227805793</link><description>&lt;p&gt;Good job!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">leyanlo</dc:creator><pubDate>Thu, 16 Jun 2011 22:13:43 -0000</pubDate></item><item><title>Re: Working Hard With No Regrets</title><link>http://gbayer.com/observations/working-hard-with-no-regrets/#comment-220573387</link><description>&lt;p&gt;Would you code drunk? What about high on drugs? Sleep deprevation of that amount reduces your cognitive ability so much that you would fail many complex task tests in the same way as if you were.&lt;/p&gt;

&lt;p&gt;Its not cool to work like that, it produces poor quality work that you'll be maintaining and fixing for years to come. Consistent reliable release of features is what you need to aim for, not half killing yourself to get stuff done a little earlier in any way possible. Start taking pride in the quality of the work you do!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Keeble</dc:creator><pubDate>Fri, 03 Jun 2011 05:21:52 -0000</pubDate></item><item><title>Re: Working Hard With No Regrets</title><link>http://gbayer.com/observations/working-hard-with-no-regrets/#comment-220573383</link><description>&lt;p&gt;"Working less" as a regret is heavily founded upon the traditional concept of working a job you don't like 50 weeks a year and take two weeks of vacation to do what you really want, plus compensate for that job you don't like by buying more stuff. Seth Godin covered that pretty well in "Poke the Box." It's a great culture for an industrial age - work a boring job, buy more stuff so companies can sell more stuff.It's also getting outdated as people realize that buying more things or going on better vacations doesn't make up for spending 60% of your waking hours doing something you don't really like.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom</dc:creator><pubDate>Thu, 02 Jun 2011 20:56:48 -0000</pubDate></item><item><title>Re: Working Hard With No Regrets</title><link>http://gbayer.com/observations/working-hard-with-no-regrets/#comment-220573380</link><description>&lt;p&gt;just remember that what you think is revolutionary today &lt;br&gt;will be thrown aside tomorrow&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">old man</dc:creator><pubDate>Thu, 02 Jun 2011 18:08:50 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-220573354</link><description>&lt;p&gt;Great catch! The commit is not required with the pull approach.  Will update accordingly.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Bayer</dc:creator><pubDate>Wed, 18 May 2011 14:55:20 -0000</pubDate></item><item><title>Re: Moving Files from one Git Repository to Another, Preserving History</title><link>http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/#comment-220573346</link><description>&lt;p&gt;Just tried this on a couple quickly whipped up repos and it worked well. Only comment was there was nothing to commit after the pull, so I'm not sure you need the last two steps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Von</dc:creator><pubDate>Tue, 17 May 2011 20:12:21 -0000</pubDate></item></channel></rss>
