From owner-freebsd-stable@FreeBSD.ORG Thu Apr 6 22:39:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0420316A400 for ; Thu, 6 Apr 2006 22:39:34 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from mail.clickfox.com (cffw1.clickfox.com [72.16.213.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D6243D53 for ; Thu, 6 Apr 2006 22:39:32 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) X-PMWin-Version: 2.5.1s, Antispam-Engine: 2.1.0.0, Antivirus-Engine: 2.32.14 X-PMWin-Spam: Gauge=IIIIIIII, Probability=8%, Report='__HAS_MSGID, __SANE_MSGID, __MIME_VERSION, __CT, __CTYPE_CHARSET_QUOTED, __CT_TEXT_PLAIN, __CTE, __MIME_TEXT_ONLY' thread-index: AcZZy4gRA6Ezc1ScQEqwmhAeGrkqUw== Received: from [10.20.30.156] ([72.16.213.34]) by mail.clickfox.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Thu, 6 Apr 2006 18:43:32 -0400 Message-ID: <443598A2.5000805@alumni.rice.edu> Date: Thu, 06 Apr 2006 18:39:30 -0400 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 From: "Jonathan Noack" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: References: <20060405200341.GD14126@math.jussieu.fr> <20060405200727.GA28371@xor.obsecurity.org> <20060405201500.GE14126@math.jussieu.fr> <20060405211154.GA30089@soaustin.net> <44350FDF.1060206@gmx.de> <443570EE.6080703@seclark.us> <443574CD.2020405@gmx.de> <4435787E.70202@seclark.us> In-Reply-To: <4435787E.70202@seclark.us> Content-Type: text/plain; format=flowed; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Apr 2006 22:43:32.0193 (UTC) FILETIME=[88057510:01C659CB] Cc: "\[LoN\]Kamikaze" , Alexey Karagodov , freebsd-stable@freebsd.org Subject: Re: Disappointed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 22:39:34 -0000 Stephen Clark wrote: > [LoN]Kamikaze wrote: >> Stephen Clark wrote: >>> [LoN]Kamikaze wrote: >>>> Alexey Karagodov wrote: >>>>> hi. >>>>> i think, this unstablity happaning just because developers trying to >>>>> make >>>>> two systems at one time, one is 6.0 and another 7.0 current and they >>>>> supporting old version, lower then 6.0 >>>>> i want to ask developers, why you developing new system, 7.0, if you >>>>> don't >>>>> finish old, 6.0 ?! >>>>> finish 6.0, make it work, and upgrade it to 7.0 and to 8.0 and to 9.0 >>>>> and so >>>>> on ... >>>>> what so new and revolutionary in 7.0 in comparison with 6.0 ?! >>>>> to use your system i must be a DEVELOPER, but i don't have so much >>>>> time! i >>>>> don't want to develope! i want to use, i want to help you with some >>>>> advise ( >>>>> e.g. what feature to add, what feature to change etc), i can and i >>>>> want to >>>>> share some of my hardware to feet your needs, make a mirror, make a >>>>> test >>>>> server/workstation/notebook/PDA etc. i'm not an freebsd developer. >>>>> i'm just >>>>> admin and a user. >>>>> your system is most greatest i ever seen. another wonderful system is >>>>> SOLARIS. >>>>> but your's is so unstable ... >>>> >>>> All this is described in many places. It all comes down to this: if you >>>> don't want to be a developer, JUST USE THE RELEASE BRANCH. That means >>>> Releng_6_0 for now. >>>> >>>> Stable only means compatible to previous versions of the same branch. >>>> Not that the system is stable. >>> >>> Who in their right mind would think that "stable" actually means >>> "stable"!!! >> >> It does mean that the API is stable. >> /\ >> || >> >> So that you can use a driver written for 6.0 on any 6.x build. And that >> you can run software compiled for 6.0 on all following versions of the >> 6.x branch without a compatibility layer. > > Then maybe it should be called api-stable!! Given how long "STABLE" has been in use, changing it would be a gross POLA violation. Actually, "POLA" illustrates my next point... :) Have you ever Googled something? Saying "Googled" is easier than saying "searched Google for". Language (especially technical language) gets shortened and simplified. These shortened forms are a part of the community's jargon (which is a synonym for "dialect" -- see where I'm going here?). Different dialects may have different meanings for a word/phrase. It is therefore VITAL to learn the meaning of a particular word/phrase in the target dialect before attempting to use it. The consequences of not doing so range from confusion and misunderstanding to outright insult. Is "STABLE" confusing to new users? Absolutely. I didn't get it at first either. Is it difficult to find The Truth? Absolutely not. Google for "freebsd stable" and the first link is the handbook's explanation. -Jonathan