From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4177 invoked from network); 27 Feb 2023 21:01:36 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 27 Feb 2023 21:01:36 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id A17A7432D2; Tue, 28 Feb 2023 07:01:32 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1677531692; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-owner:list-unsubscribe:list-subscribe:list-post; bh=KVz6weIlpDKfqMj/TOoSsIdG4bjG1rJe98r3K0WrYIQ=; b=UpRV/Yg2VgZI0TCx480g1743l9+qKVvG3HOmp3e89SKTqv+tLZwrGlYTqKp+oJaU6Lpehh jt6OeDGXSyqVLXpDOWghiiasJvKEEoC4XxtCfeXI1j0uTrvVChP63H1F4Ll97Ym5fNQnrT akDJ3Mzyk48awx1QUyfQJ2IQs5P1URs= Received: from mail-40141.protonmail.ch (mail-40141.protonmail.ch [185.70.40.141]) by minnie.tuhs.org (Postfix) with ESMTPS id 5A8D2432D1 for ; Tue, 28 Feb 2023 07:01:27 +1000 (AEST) Date: Mon, 27 Feb 2023 21:01:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1677531684; x=1677790884; bh=KVz6weIlpDKfqMj/TOoSsIdG4bjG1rJe98r3K0WrYIQ=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=Xnf/jFwzqXmJnNY6M080voHBr4wJlJ7gK9xiRRSpH25Hc8abfVhj7/iiz9xsa/Pj6 PohPwfsuKK86hmXBwX9dr/8IIEprBjULimIgrJSiMX7kEXf+YDcT5yTAfvDABJoV3g YdnCEdmBN32A41QBoqe3QHlzJZKb3PEIylYHSjLxVP37o30gPEetUCnRrug9nhytCo 4V8lHlUTMzPeNo4RopMLMJ4rdw4DuNFx6Vd7eiS4InUGhisu2fks+EPKML7kFp1Val McQncOreG6wVwfA3PJi9yTCqINAjEUdiAhRoG8XXJCoxNhMJqZJ+oEFIXs2b61HOUW vPM+ipJassSmg== To: Bakul Shah Message-ID: In-Reply-To: References: <16241ceb-fe92-7f25-bda0-0b327847728d@case.edu> Feedback-ID: 35591162:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: OVUGOTEAPVGKRJRI3UO27YWOYK4RG3KV X-Message-ID-Hash: OVUGOTEAPVGKRJRI3UO27YWOYK4RG3KV X-MailFrom: segaloco@protonmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: tuhs@tuhs.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Generational development [was Re: Re: Early GUI on Linux] List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: segaloco via TUHS Reply-To: segaloco The official Rust book lists a blind script grab from a website piped into = a shell as their "official" install mechanism. To make matters worse, you can't "-O" it with curl as it is the root of its= host, so no filename... - Matt G. ------- Original Message ------- On Monday, February 27th, 2023 at 12:55 PM, Bakul Shah wrote: > On Feb 27, 2023, at 12:50 PM, Chet Ramey chet.ramey@case.edu wrote: >=20 > > Or the horror show that is > >=20 > > wget -O - https://some-random-place/random-script.sh | bash > >=20 > > (or worse, | sudo bash). > >=20 > > Seriously, people, just stop depending so completely on the kindness of > > strangers. >=20 >=20 > Beware of geeks bearing gifts!