Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vc683b$238fo$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vc683b$238fo$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Muttley@dastardlyhq.com
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Sun, 15 Sep 2024 09:06:51 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <vc683b$238fo$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me>
	<20240826083330.00004760@gmail.com> <vaises$2k7o6$2@dont-email.me>
	<20240826155113.000005ba@gmail.com> <wwvo75eicla.fsf@LkoBDZeT.terraraq.uk>
	<vak9k9$2ujrs$1@dont-email.me> <valgpu$34s18$1@dont-email.me>
	<vannkg$3ig72$1@dont-email.me> <vanrd8$3j0vv$1@dont-email.me>
	<vap7vq$3sr7b$1@dont-email.me> <vappl3$3v4l8$4@dont-email.me>
	<vaq8hk$1qbm$1@dont-email.me> <varc7h$b7bo$1@dont-email.me>
	<vc3g5l$1c8v8$1@dont-email.me> <vc3lba$1d9jq$1@dont-email.me>
	<iclFO.48229$_o_3.8008@fx17.iad>
 <vc52hg$1n80k$1@dont-email.me>
Injection-Date: Sun, 15 Sep 2024 11:06:51 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="f8ebf5a63a1bedc307b8d92a4242b224";
	logging-data="2204152"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/LG29orLPMOvtnxtRzSE4F"
Cancel-Lock: sha1:f8boidte6ogS/nw2hw5862dJZi8=
Bytes: 2069

On Sat, 14 Sep 2024 22:25:53 -0000 (UTC)
Lawrence D'Oliveiro <ldo@nz.invalid> boringly babbled:
>On Sat, 14 Sep 2024 19:10:06 GMT, Scott Lurndal wrote:
>
>> $ man vim | grep -i binary
>> 
>>        -b          Binary mode.  A few options will be set that makes it
>>        possible to edit a binary or executable file.
>
>Wow, a special mode just to edit binary files, when Emacs can do it in
>its regular mode.

The 1980s phoned, they want their editor wars back.

>It just sets a bunch of options to minimize the chance of screwing up
>the file in ways you don’t want. Apart from that, it’s still editing
>it as a text file.

Any sane person uses a dedicated hex editor to edit binary files, not vim
or emacs.