From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bifrost.lang.hm (mail.lang.hm [64.81.33.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 67D98200373; Thu, 8 Dec 2011 03:55:49 -0800 (PST) Received: from asgard.lang.hm (asgard.lang.hm [10.0.0.100]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id pB8BtlJO021166; Thu, 8 Dec 2011 03:55:47 -0800 Date: Thu, 8 Dec 2011 03:55:47 -0800 (PST) From: david@lang.hm X-X-Sender: dlang@asgard.lang.hm To: Dave Taht In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cerowrt@lists.bufferbloat.net, cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] Dave needs to get better at pushing out patches X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2011 11:55:49 -0000 On Thu, 8 Dec 2011, Dave Taht wrote: > The overhead of formatting a patch properly is trivial. > > Getting a patch set into thunderbird or the web so totally dwarfs the > tedium of actually creating the patch, it's unbelievable. > > I have a string of mostly trivial patches I could have got out ages > ago with git send-email. I could slam out patches every day that way > and be a zillion times more effective coding-wise. > > All year I have tried to get to where I could send email effectively > from the command line on my laptop or wherever, and today's email > server setups have become so complex that I have completely failed to > find a way to so. (I note that I am frequently offline and need to be > able to do it from my main development box, my laptop, and I have been > highly mobile of late) > > I recently spent most of a day trying to get bufferbloat.net's email > server to take email from me, using sasl, or certs, and failed > entirely. > > I've been running my own email servers for 3 decades now, It's both > embarrassing to me and unbelievable how difficult it's become to use > such a basic transport. > > And I USED to read my email with emacs. I liked it. I was FAR more > productive switching from code to irc to email to patches and back > when I didn't have to run tools like a browser and thunderbird all the > time. as a holdout pine user I understand your frustration :-) have you considered doing something like setting up openvpn to connect to the bufferbloat.net server and then configuring the mail server to trust mail arriving form the VPN clients? I know this is horrible overkill for such a trivial job, but it avoids all the problems of doing authentication for the SMTP connection (and the fact that many locations block outbound connections from dhcp addresses to port 25) David Lang