Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Having nothing, nothing can he lose. -- William Shakespeare, "Henry VI"


comp / comp.os.linux.advocacy / Re: Scripting Challenge

SubjectAuthor
* Scripting ChallengeFarley Flud
`* Re: Scripting ChallengeStéphane CARPENTIER
 `* Re: Scripting ChallengeFarley Flud
  +* Re: Scripting ChallengeStéphane CARPENTIER
  |+* Re: Scripting ChallengeStéphane CARPENTIER
  ||`- Re: Scripting ChallengeDFS
  |`- Re: Scripting ChallengeFarley Flud
  `* Re: Scripting Challengecandycanearter07
   +* Re: Scripting Challengerbowman
   |`- Re: Scripting ChallengeFarley Flud
   `* Re: Scripting ChallengeFarley Flud
    +- Re: Scripting ChallengeDFS
    +* Re: Scripting Challengecandycanearter07
    |+* Re: Scripting ChallengeJoel
    ||+* Re: Scripting Challengecandycanearter07
    |||`* Re: Scripting ChallengeJoel
    ||| `* Re: Scripting ChallengeFarley Flud
    |||  `- Re: Scripting Challengecandycanearter07
    ||`- Re: Scripting ChallengeDFS
    |`- Re: Scripting ChallengeDFS
    `- Re: Scripting ChallengeStéphane CARPENTIER

1
Subject: Scripting Challenge
From: Farley Flud
Newsgroups: comp.os.linux.advocacy
Organization: UsenetExpress - www.usenetexpress.com
Date: Sat, 24 Aug 2024 18:27 UTC
From: ff@linux.rocks (Farley Flud)
Subject: Scripting Challenge
Newsgroups: comp.os.linux.advocacy
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 11
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sat, 24 Aug 2024 18:27:55 +0000
Nntp-Posting-Date: Sat, 24 Aug 2024 18:27:55 +0000
X-Received-Bytes: 732
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
View all headers

Create a script that will completely strip all javascript from an
HTML file, so that it can be viewed off-line without all that unnecessary
crap.

Here is mine (it's actually a command):

perl -0777 -pe 's/<script.*?script>//gs' dirty_file.html | perl -0777 -pe 's/<noscript.*?script>//gs' - > clean-file.html

--
Systemd: solving all the problems that you never knew you had.

Subject: Re: Scripting Challenge
From: Stéphane CARPENTIER
Newsgroups: comp.os.linux.advocacy
Organization: Mulots' Killer
Date: Sat, 24 Aug 2024 18:36 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!cleanfeed4-a.proxad.net!nnrp4-1.free.fr!not-for-mail
Newsgroups: comp.os.linux.advocacy
From: sc@fiat-linux.fr (Stéphane CARPENTIER)
Subject: Re: Scripting Challenge
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
Organization: Mulots' Killer
User-Agent: slrn/pre1.0.4-9 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 24 Aug 2024 18:36:37 GMT
Lines: 21
Message-ID: <66ca2835$0$8218$426a74cc@news.free.fr>
NNTP-Posting-Date: 24 Aug 2024 20:36:37 CEST
NNTP-Posting-Host: 78.201.248.7
X-Trace: 1724524597 news-2.free.fr 8218 78.201.248.7:40418
X-Complaints-To: abuse@proxad.net
View all headers

Le 24-08-2024, Farley Flud <ff@linux.rocks> a écrit :
> Create a script that will completely strip all javascript from an
> HTML file, so that it can be viewed off-line without all that unnecessary
> crap.
>
> Here is mine (it's actually a command):
>
> perl -0777 -pe 's/<script.*?script>//gs' dirty_file.html | perl -0777 -pe 's/<noscript.*?script>//gs' - > clean-file.html

OK, so clearly, you didn't understand what you did, so maybe you didn't
copy it from Internet for once. Or if you did, you did it from the
questions, not from the answers.

You should try again. For your information, the noscript tag is there do
be displayed when javascript is deactivated. So instead of removing it,
you really should keep it. I mean: you should remove the noscript tag
but keep the noscript content.

--
Si vous avez du temps à perdre :
https://scarpet42.gitlab.io

Subject: Re: Scripting Challenge
From: Farley Flud
Newsgroups: comp.os.linux.advocacy
Organization: UsenetExpress - www.usenetexpress.com
Date: Sat, 24 Aug 2024 19:36 UTC
References: 1 2
From: ff@linux.rocks (Farley Flud)
Subject: Re: Scripting Challenge
Newsgroups: comp.os.linux.advocacy
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com> <66ca2835$0$8218$426a74cc@news.free.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 22
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sat, 24 Aug 2024 19:36:27 +0000
Nntp-Posting-Date: Sat, 24 Aug 2024 19:36:27 +0000
X-Received-Bytes: 1144
X-Complaints-To: abuse@usenetexpress.com
Organization: UsenetExpress - www.usenetexpress.com
Message-Id: <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
View all headers

On 24 Aug 2024 18:36:37 GMT, Stéphane CARPENTIER wrote:

>
> You should try again. For your information, the noscript tag is there do
> be displayed when javascript is deactivated. So instead of removing it,
> you really should keep it.
>

But, after the first pass, there ain't no javascript remaining. So why
the fuck would anyone want a message saying that the javascript cannot
be "displayed?"

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!

It would be equivalent to stripping all images but keeping the "alt"
attribute (although that would be more difficult).

You are an IDIOT.

--
Systemd: solving all the problems that you never knew you had.

Subject: Re: Scripting Challenge
From: Stéphane CARPENTIER
Newsgroups: comp.os.linux.advocacy
Organization: Mulots' Killer
Date: Sat, 24 Aug 2024 20:58 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!cleanfeed4-a.proxad.net!nnrp1-1.free.fr!not-for-mail
Newsgroups: comp.os.linux.advocacy
From: sc@fiat-linux.fr (Stéphane CARPENTIER)
Subject: Re: Scripting Challenge
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
Organization: Mulots' Killer
User-Agent: slrn/pre1.0.4-9 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 24 Aug 2024 20:58:23 GMT
Lines: 37
Message-ID: <66ca496f$0$3385$426a34cc@news.free.fr>
NNTP-Posting-Date: 24 Aug 2024 22:58:23 CEST
NNTP-Posting-Host: 78.201.248.7
X-Trace: 1724533103 news-4.free.fr 3385 78.201.248.7:33586
X-Complaints-To: abuse@proxad.net
View all headers

Le 24-08-2024, Farley Flud <ff@linux.rocks> a écrit :
> On 24 Aug 2024 18:36:37 GMT, Stéphane CARPENTIER wrote:
>
>>
>> You should try again. For your information, the noscript tag is there do
>> be displayed when javascript is deactivated. So instead of removing it,
>> you really should keep it.
>>
>
> But, after the first pass, there ain't no javascript remaining.

OK, so, I get a simpler way to remove javascript from a file:
"rm bad_file_full_of_javascript.html"
It's faster, easier and it will do the job: after the first pass there
will be no more javascript remaining.

> So why the fuck would anyone want a message saying that the javascript
> cannot be "displayed?"

If I agree on the part that javascript is shit, I disagree on the part
that all programmers are stupid. The noscript can display more
interesting things than what your limited brain can imagine.

> It would be equivalent to stripping all images but keeping the "alt"
> attribute (although that would be more difficult).

Yes. that's what you should do. The alt attribute is very important for
images even if it's no that often well used. When someone is blind, it's
the only way to know what's missed.

> You are an IDIOT.

Yes, as I already told you, I know it. Can't you improve?

--
Si vous avez du temps à perdre :
https://scarpet42.gitlab.io

Subject: Re: Scripting Challenge
From: Stéphane CARPENTIER
Newsgroups: comp.os.linux.advocacy
Organization: Mulots' Killer
Date: Sat, 24 Aug 2024 21:07 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!cleanfeed2-b.proxad.net!nnrp3-2.free.fr!not-for-mail
Newsgroups: comp.os.linux.advocacy
From: sc@fiat-linux.fr (Stéphane CARPENTIER)
Subject: Re: Scripting Challenge
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<66ca496f$0$3385$426a34cc@news.free.fr>
Organization: Mulots' Killer
User-Agent: slrn/pre1.0.4-9 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 24 Aug 2024 21:07:42 GMT
Lines: 30
Message-ID: <66ca4b9e$0$5482$426a74cc@news.free.fr>
NNTP-Posting-Date: 24 Aug 2024 23:07:42 CEST
NNTP-Posting-Host: 78.201.248.7
X-Trace: 1724533662 news-2.free.fr 5482 78.201.248.7:54974
X-Complaints-To: abuse@proxad.net
View all headers

Le 24-08-2024, Stéphane CARPENTIER <sc@fiat-linux.fr> a écrit :
> Le 24-08-2024, Farley Flud <ff@linux.rocks> a écrit :
>> On 24 Aug 2024 18:36:37 GMT, Stéphane CARPENTIER wrote:
>>
>>>
>>> You should try again. For your information, the noscript tag is there do
>>> be displayed when javascript is deactivated. So instead of removing it,
>>> you really should keep it.
>>>
>>
>> But, after the first pass, there ain't no javascript remaining.
>
> OK, so, I get a simpler way to remove javascript from a file:
> "rm bad_file_full_of_javascript.html"
> It's faster, easier and it will do the job: after the first pass there
> will be no more javascript remaining.

Let say I suppose you want your file after the process, so you can do:
echo "No more cacascript" > bad_file_full_of_javascript.html
instead. It will have the same purpose of removing javascript without
taking care of the consequences.

If you don't like the word cacasript, you can use javascript instead, it
will fulfil the same purpose. In french "caca" means something like
"shit" in English, so it's a pun on words any javascript hater could
like.

--
Si vous avez du temps à perdre :
https://scarpet42.gitlab.io

Subject: Re: Scripting Challenge
From: DFS
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Sat, 24 Aug 2024 23:13 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam@dfs.com (DFS)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Sat, 24 Aug 2024 19:13:12 -0400
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <vadpe3$1ip19$2@dont-email.me>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<66ca496f$0$3385$426a34cc@news.free.fr>
<66ca4b9e$0$5482$426a74cc@news.free.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 25 Aug 2024 01:13:08 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0373e507165b1d22537321616a2902ec";
logging-data="1664041"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+G2qACOoXcoaV1XO/gL4Ua"
User-Agent: Betterbird (Windows)
Cancel-Lock: sha1:jq3HsEuoHefLcMGg+56z23lWTgw=
In-Reply-To: <66ca4b9e$0$5482$426a74cc@news.free.fr>
Content-Language: en-US
View all headers

On 8/24/2024 5:07 PM, Stéphane CARPENTIER wrote:

> In french "caca" means something like "shit" in English, so it's a pun
> on words any javascript hater could like.

You know you're posting in comp.os.linux.advocaca?

Subject: Re: Scripting Challenge
From: Farley Flud
Newsgroups: comp.os.linux.advocacy
Organization: UsenetExpress - www.usenetexpress.com
Date: Sun, 25 Aug 2024 10:29 UTC
References: 1 2 3 4
From: ff@linux.rocks (Farley Flud)
Subject: Re: Scripting Challenge
Newsgroups: comp.os.linux.advocacy
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com> <66ca2835$0$8218$426a74cc@news.free.fr> <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com> <66ca496f$0$3385$426a34cc@news.free.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 21
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sun, 25 Aug 2024 10:29:00 +0000
Nntp-Posting-Date: Sun, 25 Aug 2024 10:29:00 +0000
X-Received-Bytes: 1255
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17eef1f4c11fe979$392$1947013$802601b3@news.usenetexpress.com>
View all headers

On 24 Aug 2024 20:58:23 GMT, Stéphane CARPENTIER wrote:

> The noscript can display more
> interesting things than what your limited brain can imagine.
>

The sites that I want to strip do not use javascript for content
but only for advertising, analytics, and other such useless nonsense.

In these cases, stripping out the noscript tags has no consequence.

But not only do I strip the javascript. I also remove all .css and
..js files. It is unbelievable how much useless junk is included with
the "modern" web site.

Then I can view off-line in either graphical links (links -g) or
palemoon.

--
Systemd: solving all the problems that you never knew you had.

Subject: Re: Scripting Challenge
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Mon, 26 Aug 2024 13:20 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Mon, 26 Aug 2024 13:20:05 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 28
Message-ID: <slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 26 Aug 2024 15:20:05 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="4d853a3821f8f136b5757bf59629fbf8";
logging-data="2607871"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19EGnN3VmpBoRHqG5NtaJiztbgo4tPWyHUSH7LiLzJndA=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:0ZjgZc0ZESmfCI/+YEJZ9S8oAqk=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Farley Flud <ff@linux.rocks> wrote at 19:36 this Saturday (GMT):
> On 24 Aug 2024 18:36:37 GMT, Stéphane CARPENTIER wrote:
>
>>
>> You should try again. For your information, the noscript tag is there do
>> be displayed when javascript is deactivated. So instead of removing it,
>> you really should keep it.
>>
>
> But, after the first pass, there ain't no javascript remaining. So why
> the fuck would anyone want a message saying that the javascript cannot
> be "displayed?"
>
> Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!
>
> It would be equivalent to stripping all images but keeping the "alt"
> attribute (although that would be more difficult).
>
> You are an IDIOT.

Isn't the point of the alt attribute to tell you what the image is
communicating? If the image is missing, you still want to be able to
tell what it was..

Also, if you want no js, I'd recommend installing NoScript.
--
user <candycane> is generated from /dev/urandom

Subject: Re: Scripting Challenge
From: rbowman
Newsgroups: comp.os.linux.advocacy
Date: Mon, 26 Aug 2024 19:39 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: bowman@montana.com (rbowman)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: 26 Aug 2024 19:39:08 GMT
Lines: 8
Message-ID: <lj43urF9f77U3@mid.individual.net>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net XuXznCr/1SN0SGQzpeI2Gwx/YIWQ0g37uI+Vmp6Qx1ZsNSs5JP
Cancel-Lock: sha1:UrR+rOYI+H76/MS2najVYBnVH8o= sha256:kksNB21dR1lSUh2Yy8oiKsuMhc4D+M/2t84bhWnmtMk=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
View all headers

On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:

> Also, if you want no js, I'd recommend installing NoScript.

Or use lynx... The problem is with react, angular, and other popular
frameworks without JS or TS there ain't no there there. Even limited use
of bootstrap, mustache, handlebars, jquery and so forth will break.

Subject: Re: Scripting Challenge
From: Farley Flud
Newsgroups: comp.os.linux.advocacy
Organization: UsenetExpress - www.usenetexpress.com
Date: Mon, 26 Aug 2024 20:23 UTC
References: 1 2 3 4
From: ff@linux.rocks (Farley Flud)
Subject: Re: Scripting Challenge
Newsgroups: comp.os.linux.advocacy
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com> <66ca2835$0$8218$426a74cc@news.free.fr> <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com> <slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 30
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Mon, 26 Aug 2024 20:23:16 +0000
Nntp-Posting-Date: Mon, 26 Aug 2024 20:23:16 +0000
X-Received-Bytes: 1479
X-Complaints-To: abuse@usenetexpress.com
Organization: UsenetExpress - www.usenetexpress.com
Message-Id: <17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
View all headers

On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:

>
> Isn't the point of the alt attribute to tell you what the image is
> communicating? If the image is missing, you still want to be able to
> tell what it was..
>

Idiot.

An "attribute" is part of the image tag and thus one cannot remove
the image tag w/o removing the attribute.

This was just a facetious response to someone who cannot separate
"script" tags from "noscript" tags.

>
> Also, if you want no js, I'd recommend installing NoScript.
>

Idiot. I am talking about downloading and long-term storage.
When javascript is stripped out, then the remaining HTML mark up
will be accessible off-line for the foreseeable future.

I hope that your employer does not read Usenet else he may terminate
you for incompetence.

--
Systemd: solving all the problems that you never knew you had.

Subject: Re: Scripting Challenge
From: Farley Flud
Newsgroups: comp.os.linux.advocacy
Organization: UsenetExpress - www.usenetexpress.com
Date: Mon, 26 Aug 2024 20:55 UTC
References: 1 2 3 4 5
From: ff@linux.rocks (Farley Flud)
Subject: Re: Scripting Challenge
Newsgroups: comp.os.linux.advocacy
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com> <66ca2835$0$8218$426a74cc@news.free.fr> <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com> <slrnvcp033.31a.candycanearter07@candydeb.host.invalid> <lj43urF9f77U3@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 17
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Mon, 26 Aug 2024 20:55:10 +0000
Nntp-Posting-Date: Mon, 26 Aug 2024 20:55:10 +0000
X-Received-Bytes: 893
X-Complaints-To: abuse@usenetexpress.com
Organization: UsenetExpress - www.usenetexpress.com
Message-Id: <17ef62b49d2884f3$442$77594$802601b3@news.usenetexpress.com>
View all headers

On 26 Aug 2024 19:39:08 GMT, rbowman wrote:

>
> Or use lynx...
>

Why don't you stick lynx up your fucking asshole.

Haaaaaaaa, ha, ha, ha, ha, ha, ha, ha, ha!

Fucking ignoramus idiot.

--
Systemd: solving all the problems that you never knew you had.

Subject: Re: Scripting Challenge
From: DFS
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Tue, 27 Aug 2024 13:26 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam@dfs.com (DFS)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Tue, 27 Aug 2024 09:26:18 -0400
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <vakk5n$309mh$2@dont-email.me>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
<17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 27 Aug 2024 15:26:15 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="6f5bf3e5204c215fefb9e051ee48b752";
logging-data="3155665"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ZsiZIeHZZNwFf2Bzv8YFT"
User-Agent: Betterbird (Windows)
Cancel-Lock: sha1:TCSdXuvd5l1rTGksw5DQK7qu82E=
Content-Language: en-US
In-Reply-To: <17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
View all headers

On 8/26/2024 4:23 PM, Laughable Larry Piet wrote:
> On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:

> I hope that your employer does not read Usenet else he may terminate
> you for incompetence.

PKB

Subject: Re: Scripting Challenge
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Tue, 27 Aug 2024 16:00 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Tue, 27 Aug 2024 16:00:04 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 32
Message-ID: <slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
<17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
Injection-Date: Tue, 27 Aug 2024 18:00:04 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="459318e64d6773bcc9d929c9193cc0a3";
logging-data="3211009"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18TiFpV1n4Viis5fpurUj3SGW/t/F5l4BaeEZ1Erca1Mw=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:iYBb+Q++wACn6xngJx8be6bSuF8=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Farley Flud <ff@linux.rocks> wrote at 20:23 this Monday (GMT):
> On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:
>
>>
>> Isn't the point of the alt attribute to tell you what the image is
>> communicating? If the image is missing, you still want to be able to
>> tell what it was..
>>
>
> Idiot.
>
> An "attribute" is part of the image tag and thus one cannot remove
> the image tag w/o removing the attribute.
>
> This was just a facetious response to someone who cannot separate
> "script" tags from "noscript" tags.
>
>>
>> Also, if you want no js, I'd recommend installing NoScript.
>>
>
> Idiot. I am talking about downloading and long-term storage.
> When javascript is stripped out, then the remaining HTML mark up
> will be accessible off-line for the foreseeable future.
>
> I hope that your employer does not read Usenet else he may terminate
> you for incompetence.

Ah sorry ^^ I misunderstood..
--
user <candycane> is generated from /dev/urandom

Subject: Re: Scripting Challenge
From: Joel
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Tue, 27 Aug 2024 17:37 UTC
References: 1 2 3 4 5 6
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: joelcrump@gmail.com (Joel)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Tue, 27 Aug 2024 13:37:57 -0400
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <6k3scjlj5isvpalj9cdnump24li23oa9bq@4ax.com>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com> <66ca2835$0$8218$426a74cc@news.free.fr> <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com> <slrnvcp033.31a.candycanearter07@candydeb.host.invalid> <17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com> <slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 27 Aug 2024 19:37:58 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d6caa4f8cbeb66079a53bb6c062ec146";
logging-data="3238641"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19R6cQJbmJ5YJ1/0mIPHNjFBdLl8BsYTok="
User-Agent: ForteAgent/8.00.32.1272
Cancel-Lock: sha1:aqFYrrWffFkgGusEb96Kwtl6Iqg=
OS: openSUSE Leap 15.6, with Wine 9.0 for WinAPI
View all headers

candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
wrote:
>Farley Flud <ff@linux.rocks> wrote at 20:23 this Monday (GMT):
>> On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:
>>
>>> Isn't the point of the alt attribute to tell you what the image is
>>> communicating? If the image is missing, you still want to be able to
>>> tell what it was..
>>
>> Idiot.
>>
>> An "attribute" is part of the image tag and thus one cannot remove
>> the image tag w/o removing the attribute.
>>
>> This was just a facetious response to someone who cannot separate
>> "script" tags from "noscript" tags.
>>
>>> Also, if you want no js, I'd recommend installing NoScript.
>>
>> Idiot. I am talking about downloading and long-term storage.
>> When javascript is stripped out, then the remaining HTML mark up
>> will be accessible off-line for the foreseeable future.
>>
>> I hope that your employer does not read Usenet else he may terminate
>> you for incompetence.
>
>Ah sorry ^^ I misunderstood..

You shouldn't apologize to him, he has no concept of the value of
anyone but himself, in reality he's a two-bit contributor and you're
actually someone interesting.

--
Joel W. Crump

Amendment XIV
Section 1.

[...] No state shall make or enforce any law which shall
abridge the privileges or immunities of citizens of the
United States; nor shall any state deprive any person of
life, liberty, or property, without due process of law;
nor deny to any person within its jurisdiction the equal
protection of the laws.

Dobbs rewrites this, it is invalid precedent. States are
liable for denying needed abortions, e.g. TX.

Subject: Re: Scripting Challenge
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Tue, 27 Aug 2024 19:30 UTC
References: 1 2 3 4 5 6 7
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Tue, 27 Aug 2024 19:30:04 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 38
Message-ID: <slrnvcs9o1.3q94.candycanearter07@candydeb.host.invalid>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
<17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
<slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid>
<6k3scjlj5isvpalj9cdnump24li23oa9bq@4ax.com>
Injection-Date: Tue, 27 Aug 2024 21:30:05 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="704156964c3dba488adb554deeb9fdb5";
logging-data="3272200"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/dnEPfSrwY/jLzyetodIcyvsa/sXk8/ZBcQySYDv3GJg=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:Srbde8kc30UWFh7E9nAkaqOcoHk=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Joel <joelcrump@gmail.com> wrote at 17:37 this Tuesday (GMT):
> candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
> wrote:
>>Farley Flud <ff@linux.rocks> wrote at 20:23 this Monday (GMT):
>>> On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:
>>>
>>>> Isn't the point of the alt attribute to tell you what the image is
>>>> communicating? If the image is missing, you still want to be able to
>>>> tell what it was..
>>>
>>> Idiot.
>>>
>>> An "attribute" is part of the image tag and thus one cannot remove
>>> the image tag w/o removing the attribute.
>>>
>>> This was just a facetious response to someone who cannot separate
>>> "script" tags from "noscript" tags.
>>>
>>>> Also, if you want no js, I'd recommend installing NoScript.
>>>
>>> Idiot. I am talking about downloading and long-term storage.
>>> When javascript is stripped out, then the remaining HTML mark up
>>> will be accessible off-line for the foreseeable future.
>>>
>>> I hope that your employer does not read Usenet else he may terminate
>>> you for incompetence.
>>
>>Ah sorry ^^ I misunderstood..
>
>
> You shouldn't apologize to him, he has no concept of the value of
> anyone but himself, in reality he's a two-bit contributor and you're
> actually someone interesting.

Thx ^^"
--
user <candycane> is generated from /dev/urandom

Subject: Re: Scripting Challenge
From: Joel
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Tue, 27 Aug 2024 19:59 UTC
References: 1 2 3 4 5 6 7 8
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: joelcrump@gmail.com (Joel)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Tue, 27 Aug 2024 15:59:02 -0400
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <2tbscj5envn4ldnht170a772rtk9l5iqjb@4ax.com>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com> <66ca2835$0$8218$426a74cc@news.free.fr> <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com> <slrnvcp033.31a.candycanearter07@candydeb.host.invalid> <17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com> <slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid> <6k3scjlj5isvpalj9cdnump24li23oa9bq@4ax.com> <slrnvcs9o1.3q94.candycanearter07@candydeb.host.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 27 Aug 2024 21:59:03 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d6caa4f8cbeb66079a53bb6c062ec146";
logging-data="3279965"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/VdzsWclPQpZs91Wod8rILl7ivM3zXt0M="
User-Agent: ForteAgent/8.00.32.1272
Cancel-Lock: sha1:ajxs/yuSs73XlfuD3RytS+3fpU0=
OS: openSUSE Leap 15.6, with Wine 9.0 for WinAPI
View all headers

candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
wrote:

>> You [candycanearter07] shouldn't apologize to him [Larry/Russell], he has no concept of the value of
>> anyone but himself, in reality he's a two-bit contributor and you're
>> actually someone interesting.
>
>Thx ^^"

To have someone like you in the group is encouraging to me. That
Linux will continue to be something important.

--
Joel W. Crump

Amendment XIV
Section 1.

[...] No state shall make or enforce any law which shall
abridge the privileges or immunities of citizens of the
United States; nor shall any state deprive any person of
life, liberty, or property, without due process of law;
nor deny to any person within its jurisdiction the equal
protection of the laws.

Dobbs rewrites this, it is invalid precedent. States are
liable for denying needed abortions, e.g. TX.

Subject: Re: Scripting Challenge
From: Farley Flud
Newsgroups: comp.os.linux.advocacy
Organization: UsenetExpress - www.usenetexpress.com
Date: Tue, 27 Aug 2024 21:57 UTC
References: 1 2 3 4 5 6 7 8 9
From: ff@linux.rocks (Farley Flud)
Subject: Re: Scripting Challenge
Newsgroups: comp.os.linux.advocacy
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com> <66ca2835$0$8218$426a74cc@news.free.fr> <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com> <slrnvcp033.31a.candycanearter07@candydeb.host.invalid> <17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com> <slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid> <6k3scjlj5isvpalj9cdnump24li23oa9bq@4ax.com> <slrnvcs9o1.3q94.candycanearter07@candydeb.host.invalid> <2tbscj5envn4ldnht170a772rtk9l5iqjb@4ax.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 36
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Tue, 27 Aug 2024 21:57:00 +0000
Nntp-Posting-Date: Tue, 27 Aug 2024 21:57:00 +0000
X-Received-Bytes: 1796
X-Complaints-To: abuse@usenetexpress.com
Organization: UsenetExpress - www.usenetexpress.com
Message-Id: <17efb4a92c1e1423$7728$523959$802601b3@news.usenetexpress.com>
View all headers

On Tue, 27 Aug 2024 15:59:02 -0400, Joel wrote:

> candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
> wrote:
>
>>> You [candycanearter07] shouldn't apologize to him [Larry/Russell], he has no concept of the value of
>>> anyone but himself, in reality he's a two-bit contributor and you're
>>> actually someone interesting.
>>
>>Thx ^^"
>
>
> To have someone like you in the group is encouraging to me. That
> Linux will continue to be something important.

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!

Joel, Joel. He got no life and he got no soul.

He lives his life in a toilet bowl.

He no work but is on the dole.

He hangs on COLA like an ugly mole.

His every post is an empty troll.

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!

P.S. He also regularly shits the bed.

Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!

--
Systemd: solving all the problems that you never knew you had.

Subject: Re: Scripting Challenge
From: DFS
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Wed, 28 Aug 2024 02:58 UTC
References: 1 2 3 4 5 6 7
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam@dfs.com (DFS)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Tue, 27 Aug 2024 22:58:59 -0400
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <vam3pj$3b2q8$2@dont-email.me>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
<17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
<slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid>
<6k3scjlj5isvpalj9cdnump24li23oa9bq@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 28 Aug 2024 04:58:59 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="4ad392ca790ca65113cbfecde2ef2ba4";
logging-data="3509064"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19G3qGcYBAzqYg83XPhb+Tt"
User-Agent: Betterbird (Windows)
Cancel-Lock: sha1:sepmSodsTRm9pV7djSdedXUj1VQ=
Content-Language: en-US
In-Reply-To: <6k3scjlj5isvpalj9cdnump24li23oa9bq@4ax.com>
View all headers

On 8/27/2024 1:37 PM, Joel wrote:
> candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
> wrote:
>> Farley Flud <ff@linux.rocks> wrote at 20:23 this Monday (GMT):
>>> On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:
>>>
>>>> Isn't the point of the alt attribute to tell you what the image is
>>>> communicating? If the image is missing, you still want to be able to
>>>> tell what it was..
>>>
>>> Idiot.
>>>
>>> An "attribute" is part of the image tag and thus one cannot remove
>>> the image tag w/o removing the attribute.
>>>
>>> This was just a facetious response to someone who cannot separate
>>> "script" tags from "noscript" tags.
>>>
>>>> Also, if you want no js, I'd recommend installing NoScript.
>>>
>>> Idiot. I am talking about downloading and long-term storage.
>>> When javascript is stripped out, then the remaining HTML mark up
>>> will be accessible off-line for the foreseeable future.
>>>
>>> I hope that your employer does not read Usenet else he may terminate
>>> you for incompetence.
>>
>> Ah sorry ^^ I misunderstood..
>
>
> You shouldn't apologize to him, he has no concept of the value of
> anyone but himself, in reality he's a two-bit contributor and you're
> actually someone interesting.

Feeb could've been a valuable cola poster, but he never successfully
made the transition into adulthood. His many professional and personal
failures reduced him to behaving like a deranged child.

Subject: Re: Scripting Challenge
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Wed, 28 Aug 2024 20:10 UTC
References: 1 2 3 4 5 6 7 8 9
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Wed, 28 Aug 2024 20:10:03 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 43
Message-ID: <slrnvcv100.ocum.candycanearter07@candydeb.host.invalid>
References: <17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
<17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
<slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid>
<6k3scjlj5isvpalj9cdnump24li23oa9bq@4ax.com>
<slrnvcs9o1.3q94.candycanearter07@candydeb.host.invalid>
<2tbscj5envn4ldnht170a772rtk9l5iqjb@4ax.com>
<17efb4a92c1e1423$7728$523959$802601b3@news.usenetexpress.com>
<o2jscj9v3fo6do22h5vn2k1j28egfps6dl@4ax.com>
Injection-Date: Wed, 28 Aug 2024 22:10:03 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="75de87b1f1a212107d58119b12a25ba7";
logging-data="3793950"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+d+KunuqJiwpL+orv5qZACfto/MDss7uSk1On7ebDRDA=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:OPvf17YbDpmRXVJf/XBa4KEYAaQ=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Joel <joelcrump@gmail.com> wrote at 22:03 this Tuesday (GMT):
> Farley Flud <ff@linux.rocks> wrote:
>>On Tue, 27 Aug 2024 15:59:02 -0400, Joel wrote:
>>> candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
>>> wrote:
>>>
>>>>> You [candycanearter07] shouldn't apologize to him [Larry/Russell], he has no concept of the value of
>>>>> anyone but himself, in reality he's a two-bit contributor and you're
>>>>> actually someone interesting.
>>>>
>>>>Thx ^^"
>>>
>>> To have someone like you in the group is encouraging to me. That
>>> Linux will continue to be something important.
>>
>>Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!
>>
>>Joel, Joel. He got no life and he got no soul.
>>
>>He lives his life in a toilet bowl.
>>
>>He no work but is on the dole.
>>
>>He hangs on COLA like an ugly mole.
>>
>>His every post is an empty troll.
>>
>>Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!
>>
>>P.S. He also regularly shits the bed.
>>
>>Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!
>
>
> I am not going to feed your talentless trolling, Larry. My box is
> strong with openSUSE. candycanearter07's is better than yours, too.
> You're just all obsessed with the specifics, to where you end up with
> a joke of a computer.

Oh cool, I don't think I've seen openSUSE in the wild before.
--
user <candycane> is generated from /dev/urandom

Subject: Re: Scripting Challenge
From: Stéphane CARPENTIER
Newsgroups: comp.os.linux.advocacy
Organization: Mulots' Killer
Date: Sat, 31 Aug 2024 20:55 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!cleanfeed2-b.proxad.net!nnrp3-2.free.fr!not-for-mail
Newsgroups: comp.os.linux.advocacy
From: sc@fiat-linux.fr (Stéphane CARPENTIER)
Subject: Re: Scripting Challenge
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
<17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
Organization: Mulots' Killer
User-Agent: slrn/pre1.0.4-9 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 31 Aug 2024 20:55:36 GMT
Lines: 44
Message-ID: <66d38348$0$3668$426a74cc@news.free.fr>
NNTP-Posting-Date: 31 Aug 2024 22:55:36 CEST
NNTP-Posting-Host: 78.201.248.7
X-Trace: 1725137736 news-2.free.fr 3668 78.201.248.7:48026
X-Complaints-To: abuse@proxad.net
View all headers

Le 26-08-2024, Farley Flud <ff@linux.rocks> a écrit :
> On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:
>
>>
>> Isn't the point of the alt attribute to tell you what the image is
>> communicating? If the image is missing, you still want to be able to
>> tell what it was..
>
> Idiot.

You granted him a badge of honor. You granted me more than him so, I'm
not jealous.

> An "attribute" is part of the image tag and thus one cannot remove
> the image tag w/o removing the attribute.

You are confused. Your inability to do something isn't the same thing as
the impossibility do do something. As your only ability is to insult
others,

> This was just a facetious response to someone who cannot separate
> "script" tags from "noscript" tags.

Nonononono. You are the one providing a script unable to separate the
tags. Not me. Don't switch sides like that.

>> Also, if you want no js, I'd recommend installing NoScript.
>
> Idiot.

A second badge of honor in the same post. I'm not sure you ever granted
me that. I'm almost jealous.

> I hope that your employer does not read Usenet else he may terminate
> you for incompetence.

If his employer is reading Usenet and is understanding what he wrote and
what you wrote (not all employer have the technical skills to follow a
technical discussion), he'll know how he can trust him more and avoid
you at all cost.

--
Si vous avez du temps à perdre :
https://scarpet42.gitlab.io

Subject: Re: Scripting Challenge
From: DFS
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Tue, 3 Sep 2024 14:26 UTC
References: 1 2 3 4 5 6
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam@dfs.com (DFS)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Scripting Challenge
Date: Tue, 3 Sep 2024 10:26:06 -0400
Organization: A noiseless patient Spider
Lines: 36
Message-ID: <vb769r$3c61t$5@dont-email.me>
References: <17eebd8286ef77cf$734$1573637$802601b3@news.usenetexpress.com>
<66ca2835$0$8218$426a74cc@news.free.fr>
<17eec13ff223f1e3$736$1573637$802601b3@news.usenetexpress.com>
<slrnvcp033.31a.candycanearter07@candydeb.host.invalid>
<17ef60f729976ff8$7276$1458621$802601b3@news.usenetexpress.com>
<slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 03 Sep 2024 16:26:04 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c0771cd38551d656c02f137c58daed42";
logging-data="3545149"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18SeOJOYwqTyH8DuGpjHf+r"
User-Agent: Betterbird (Windows)
Cancel-Lock: sha1:3udNq+DwWA+81l89OKn4c/5KkD0=
In-Reply-To: <slrnvcrtpc.3f8n.candycanearter07@candydeb.host.invalid>
Content-Language: en-US
View all headers

On 8/27/2024 12:00 PM, candycanearter07 wrote:

> Farley Flud <ff@linux.rocks> wrote at 20:23 this Monday (GMT):
>> On Mon, 26 Aug 2024 13:20:05 -0000 (UTC), candycanearter07 wrote:
>>
>>>
>>> Isn't the point of the alt attribute to tell you what the image is
>>> communicating? If the image is missing, you still want to be able to
>>> tell what it was..
>>>
>>
>> Idiot.
>>
>> An "attribute" is part of the image tag and thus one cannot remove
>> the image tag w/o removing the attribute.
>>
>> This was just a facetious response to someone who cannot separate
>> "script" tags from "noscript" tags.
>>
>>>
>>> Also, if you want no js, I'd recommend installing NoScript.
>>>
>>
>> Idiot. I am talking about downloading and long-term storage.
>> When javascript is stripped out, then the remaining HTML mark up
>> will be accessible off-line for the foreseeable future.
>>
>> I hope that your employer does not read Usenet else he may terminate
>> you for incompetence.
>
>
> Ah sorry ^^ I misunderstood..

I recommend you NEVER apologize to that miserable, lying wackjob.

1

rocksolid light 0.9.8
clearnet tor