From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3576 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Request for volunteers Date: Mon, 8 Jul 2013 10:45:59 -0400 Message-ID: <20130708144558.GG29800@brightrain.aerifal.cx> References: <20130630055202.GA16580@brightrain.aerifal.cx> <1372961106.6645.3@driftwood> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1373294773 5304 80.91.229.3 (8 Jul 2013 14:46:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2013 14:46:13 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3580-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 08 16:46:14 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UwChh-00057k-Fu for gllmg-musl@plane.gmane.org; Mon, 08 Jul 2013 16:46:13 +0200 Original-Received: (qmail 11926 invoked by uid 550); 8 Jul 2013 14:46:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11914 invoked from network); 8 Jul 2013 14:46:12 -0000 Content-Disposition: inline In-Reply-To: <1372961106.6645.3@driftwood> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3576 Archived-At: On Thu, Jul 04, 2013 at 01:05:06PM -0500, Rob Landley wrote: > On 06/30/2013 12:52:02 AM, Rich Felker wrote: > >Hi all, > > > >With us nearing musl 1.0, there are a lot of things I could use some > >help with. Here are a few specific tasks/roles I'm looking for: > > > >1. Put together a list of relevant conferences one or more of us could > > attend in the next 4-6 months. I'm in the US and travelling outside > > the country would probably be prohibitive unless we also find > > funding, but anything in the US is pretty easy for me to get to, > > and other people involved in the project could perhaps attend > > other conferences outside the US. > > CELF turned into the "Linux Foundation Embedded Linux Conference" > and they squished it together with some Android thing. I've never > been to the Plumber's conference half my twitter list seems to go. > > Ohio LinuxFest's call for papers is open until Monday: I wish we'd noticed a few days sooner. I've been thinking about submitting a proposal for a talk, especially since the timing is so good (September 13-15), but I'm having trouble coming up with a good topic. My leaning so far is to propose something related to the state of library quality on Linux, dealing with both libc (the issues in glibc and uclibc that lead to musl, and how glibc has been improving since then) and non-system libraries that play a core role on modern Linux systems (glib, etc.) and how they impact robustness (abort!) and portability. The idea is that it could be mildly promotional for musl, but also a chance to promote proper library practices, possibly my definition of "library-safe" (if we work out a good one), etc. Rich