From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4B7B13838B for ; Mon, 22 Sep 2014 20:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 334D0E091B; Mon, 22 Sep 2014 20:23:02 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86E1DE08A6 for ; Mon, 22 Sep 2014 20:23:01 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id hn15so3440403igb.15 for ; Mon, 22 Sep 2014 13:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=ptQsijT1nhUDZ+QA4u6ph0flfyK2Sb3e3hGZdVyPq6I=; b=Ww8ZhYLDNtdGxaU/ZTumVaUsXIDf7+0LBxRvQefcYR/g/tl4djqKoRcWovV1lIzSy2 8mWaL3kYrxL3CpkTYmsu4N9zGyypaLt1uwG8uxKpmouKEd6L1tOTHZO0AsAcLmBeiRqY buC/KlY7fxQnB7WLrFDr3uc88s3P79npl2KxOUG2EKjsDizuXrDhC6WytPYtin7xb/6m P/8XqyKv1OgPETb/jldGRhMuKefr0HblH3fqa511rmSwp3phdVpljCkyMdNkN39aevHT AWDcW4d+uTu+zqeyWaB87E+hd9pQzuZMru5LLKH3fGrhHvSYlAgJtHIphOSJ6ScDvE1/ ppuA== X-Received: by 10.43.68.206 with SMTP id xz14mr18738500icb.33.1411417380754; Mon, 22 Sep 2014 13:23:00 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Received: by 10.107.11.141 with HTTP; Mon, 22 Sep 2014 13:22:40 -0700 (PDT) In-Reply-To: References: <20140921132548.d4ad54724473a2aeee688daa@comcast.net> <20140921143059.c3c16dfdeab6f65280b7caa6@comcast.net> <20140921192043.GA9652@crud> <20140921171301.5f008b3bd12c21c2f8fdd67e@comcast.net> <20140921202600.08d082d88014228172007477@comcast.net> <20140922175846.GA22399@crud> From: =?UTF-8?B?Q2FuZWsgUGVsw6FleiBWYWxkw6lz?= Date: Mon, 22 Sep 2014 15:22:40 -0500 Message-ID: Subject: Re: [gentoo-amd64] Boycott Systemd To: gentoo-amd64@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7dbfde9f-b912-4fe0-8334-a4680d150860 X-Archives-Hash: d85fd7928db0aa43160dd48de94ba73f On Mon, Sep 22, 2014 at 3:08 PM, Harry Holt wrote: > > > On Mon, Sep 22, 2014 at 2:22 PM, Canek Pel=C3=A1ez Vald=C3=A9s > wrote: >> >> On Mon, Sep 22, 2014 at 12:58 PM, Barry Schwartz >> wrote: >> > Lie Ryan skribis: >> >> Diversity isn't about feeding people who feels everything not-invente= d >> >> here is godawful. When you have a clearly defined problem and you can >> >> create a solution that satisfies that niche better than any other >> >> solutions, that is diversity. >> > >> > =E2=80=98Diversity=E2=80=99 here is deviation from established Unix/PO= SIX philosophy >> > in system design. Years of effort to simplify programming are being >> > thrown away on grounds that resemble common arguments in favor of the >> > =E2=80=98tight integration=E2=80=99 that is Microsoft Windows. I mean,= seriously, many >> > of the pro-systemd arguments are like those I have heard for using >> > Windows: that applications =E2=80=98just work=E2=80=99, because they w= ere written for >> > a dominant system. >> > >> > But I view this like a programmer, not like a Windows user; I want my >> > software to be portable because it is written portably (in a POSIX >> > sense), not because it is written for a universally available >> > particular POSIX variant. What I see is something like a return to the >> > days when you had to write different code for variants of USG, BSD, >> > and whatnot, except that now, unlike then, one of the variants is >> > overwhelmingly dominant. >> > >> > What I really fear, though, is what if one day the kernel team is a >> > different entity, more like other entities in the Linux world? >> >> As a professional programmer, I completely disagree with any dogma >> based on "philosophy" rather than technical merits. I will not rehash >> here the same discussion we have had several times in gentoo-user, so >> I will just paste what Linus recently had to say about "the >> traditional unix"[1]. >> >> "So I think many of the "original ideals" of UNIX are these days more >> of a mindset issue than necessarily reflecting reality of the >> situation. >> >> "There's still value in understanding the traditional UNIX "do one >> thing and do it well" model where many workflows can be done as a >> pipeline of simple tools each adding their own value, but let's face >> it, it's not how complex systems really work, and it's not how major >> applications have been working or been designed for a long time. It's >> a useful simplification, and it's still true at *some* level, but I >> think it's also clear that it doesn't really describe most of reality. >> >> "It might describe some particular case, though, and I do think it's a >> useful teaching tool. People obviously still do those traditional >> pipelines of processes and file descriptors that UNIX is perhaps >> associated with, but there's a *lot* of cases where you have big >> complex unified systems." >> >> Let me emphasize the important part: >> >> "There's still value in understanding the traditional UNIX [...] model >> [...], but let's face it, it's not how complex systems really work". >> >> So, I'm sorry, but if I'm going to take a programmer's word, is going >> to be Linus over almost anyone else. And to quote Rob Pike: "Not only >> is UNIX dead, it=E2=80=99s starting to smell really bad." >> >> Regards. >> >> [1] >> http://www.itwire.com/business-it-news/open-source/65402-torvalds-says-h= e-has-no-strong-opinions-on-systemd >> -- >> Canek Pel=C3=A1ez Vald=C3=A9s >> Profesor de asignatura, Facultad de Ciencias >> Universidad Nacional Aut=C3=B3noma de M=C3=A9xico >> > > You left out a few gems from Linus. I already posted Linus' rant about s= ome > of the major failings of systemd and its developers - there are some issu= es > he brings up in his article that you still refuse to acknowledge as major > short-comings: > > "I don't actually have any particularly strong opinions on systemd itself= . > I've had issues with some of the core developers that I think are much to= o > cavalier about bugs and compatibility, and I think some of the design > details are insane (I dislike the binary logs, for example), but those ar= e > details, not big issues." > > "Now, I'm still old-fashioned enough that I like my log-files in text, no= t > binary, so I think sometimes systemd hasn't necessarily had the best of > taste, but hey, details.." You make my point: all the things Linus doesn't like about systemd are "details". > But of course, actions speak louder than words. Linus may have explained > why he kicked Kay Sievers out of the kernel maintainers, but if he did, i= t > wasn't included in the edited transcript. That happened almost six months ago. Nobody in LKML really cares about that; only systemd-haters keep bring it up. And yeah, actions speak louder than words. See which distributions switched or are about to switch to systemd. In the end, those are the only actions that matter. Regards. --=20 Canek Pel=C3=A1ez Vald=C3=A9s Profesor de asignatura, Facultad de Ciencias Universidad Nacional Aut=C3=B3noma de M=C3=A9xico