From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Status: No, score=-1.4 required=3.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: yahns-public@yhbt.net Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 0E4751FA63 for ; Wed, 17 Dec 2014 16:28:01 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id l4so12884778lbv.26 for ; Wed, 17 Dec 2014 08:27:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=kNMtrSBMet4h+MV3VIpNRMF77rEgPtIlBkgl7hGlZt0=; b=IkOFn9x9hNiMR2mustp69gv16Hh9SAmznfan68ac7EbNzjew8y2W2GGAkIQw7ewcvO OKAh+ZpdFV1ea2zM08hDniK9TpstWnpRsYjA6SVY42Aezzu4tAdRDucWBK4bzZIVIWdu s9d1LrP3AzD54qbXAjyGZvLyi3ovHJJjAmYYD6ivx/cyo4WbmaBZm+M3KH9rUtkHJWa4 CQez286HRZV7M2Z7NFAUXfTZuZjo6kcsmYwYuUFWHtes/8OvsFFwthslBOMgtbcS28KL 1vPb6oWigUlhviqGtZmc5cUREr61xibIn8lWhaEUN1CGldj9Dli23z5pPJx56q9PJIe5 lYQg== X-Gm-Message-State: ALoCoQkkPL/YR5oZdxZlkYw63JlMJeap3TU5nPgpg0QJmuje2YNw6KLXrdDKUU+IROE4S/AmQ26N X-Received: by 10.152.5.132 with SMTP id s4mr42105346las.39.1418833679097; Wed, 17 Dec 2014 08:27:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.130.195 with HTTP; Wed, 17 Dec 2014 08:27:28 -0800 (PST) In-Reply-To: <20141217120121.GA18016@dcvr.yhbt.net> References: <1418770459-28756-1-git-send-email-e@80x24.org> <20141217120121.GA18016@dcvr.yhbt.net> From: "Lin Jen-Shin (godfat)" Date: Thu, 18 Dec 2014 00:27:28 +0800 Message-ID: Subject: Re: [PATCH 1/2] bump published Ruby version requirement to 2.0 To: Eric Wong Cc: yahns-public@yhbt.net Content-Type: text/plain; charset=UTF-8 List-Id: On Wed, Dec 17, 2014 at 8:01 PM, Eric Wong wrote: > "Lin Jen-Shin (godfat)" wrote: >> Hi, this is a bit off-topic, but I am wondering: > > Not off topic at all. Haha, great. >> On Wed, Dec 17, 2014 at 6:54 AM, Eric Wong wrote: >> > We'll also stop advertising Rubinius compatibility: I am no longer >> > willing to deal with proprietary bug trackers. >> >> Is it because they are using GitHub's issue tracker? > > Yes, for rubinius and their rubysl-* stdlib Sadly I guess they are not going to change this any time soon. >> Is there any freely hosted issue tracker you might be >> suggesting? > > I can tolerate Redmine for mainline Ruby. Unfortunately it still > requires login+registration (but no legal terms-of-service to accept). >From what I've used so far, I like Redmine best, but there's no free Redmine hosting. > Debian's email-based BTS is the best I've seen (no registration); > but I do not like "formal" things such as > classifying/prioritizing/assigning/organizing bugs: I just fix bugs. > > For some projects, I'd rather file bug reports against the Debian > package and let the Debian maintainers deal with upstream trackers. > > Having only a mailing list works best for me :) Haha. Sounds like distribution maintainers really have a lot to do. >> Last time I tried to use freelists.org to replace Google Groups, >> it works ok. I am all for free software, but don't really want to >> bother any hosting :( > > savannah.nongnu.org offers ad-free hosting of mailing lists, bug > tracking, file hosting, etc. They're rather picky of things like having > copyright notices on every single file (even more so than Debian), but > it's not limited to GNU projects or even GNU licenses. I guess that won't work for me then. It would be great if we could have something built on top of Git so that hosting won't be an issue. Unfortunately all projects from what I know doing that all stopped developing. > I've only tried savannah's mailing list hosting and it seems fairly > spam-free (easy with Postgrey, but the delays can be annoying). > > I still prefer public-inbox+mlmmj (what this list uses) to Mailman, > though: password-free workflow, good defaults in mlmmj, > git synchronization of archives, SpamAssassin+incrond integration... My first impression is that so much I need to learn to host one :o > I actually don't have a /huge/ problem with Google Groups mailing lists > because it's still SMTP (not a proprietary API), and it's subscribable > w/o a Google account (for now). Of course, their spam filtering sucks > and as a result: every Google Group I'm on requires subscription to post > or even first-post-moderation. I think their web-based archives also > require proprietary JS to browse. mail-archive.com and gmane.org come > in handy there. Oh, that's a bit surprising to me. The problem I have with Google Groups is that their web-based archives is too annoying to me. Yes I could just use email to read/post or setup some other archives (actually I didn't think of this before, but I should probably do), but I want to take this chance to find some other alternatives. > That said, running public-inbox+mlmmj has been easier than I expected it > to be the past 7 months (as far as dealing with spam + bounces go). Is it possible to have a single script to set this up soon? If it's really that easy to maintain, I should probably try it out.