Re: python developer

2022-10-03 Thread Jan van den Broek
2022-10-01, orzodk  schrieb:
> Jan van den Broek  writes:
>
>> 2022-10-01, Mike Dewhirst  schrieb:
>>
>>>So the answer to your question is signed email is easy and if it becomes 
>>>popular it has potential to defeat hackers.
>>
>> Yes, but I'm reading this as a usenet-message (comp.lang.python), not as 
>> a mail.
>
> You are reading a mirror of the mailing list:

I was aware of that.

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python developer

2022-10-01 Thread Jan van den Broek
2022-10-01, Mike Dewhirst  schrieb:

>So the answer to your question is signed email is easy and if it becomes 
>popular it has potential to defeat hackers.

Yes, but I'm reading this as a usenet-message (comp.lang.python), not as 
a mail.
-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python developer

2022-09-30 Thread Jan van den Broek
2022-09-29, Mike Dewhirst  schrieb:
> This is an OpenPGP/MIME signed message (RFC 4880 and 3156)

Why?

[Schnipp]
-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: [OT] Annoying message duplication, was Re: Unsubscribe/can't login

2021-05-05 Thread Jan van den Broek
On 2021-05-05, Peter Otten <__pete...@web.de> wrote:
> On 05/05/2021 16:10, Ethan Furman wrote:
>
>> I see your messages twice (occasionally with other posters as well).?? I 
>> have no idea how to fix it.?? :(
>
> OK, I'll try another option from Thunderbird's context menu: Followup to 
> Newsgroup.
>
> Does that appear once or twice?

Here, once.

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: [OT] Annoying message duplication, was Re: Unsubscribe/can't login

2021-05-05 Thread Jan van den Broek
On 2021-05-05, Jim Byrnes  wrote:
> On 5/5/21 9:39 AM, Peter Otten wrote:
>> On 05/05/2021 16:10, Ethan Furman wrote:
>> 
>>> I see your messages twice (occasionally with other posters as well).  
>>> I have no idea how to fix it.?? :(
>> 
>> OK, I'll try another option from Thunderbird's context menu: Followup to 
>> Newsgroup.
>> 
>> Does that appear once or twice?
>> 
>> In theory it should go to the newsgroup only which would mirror it to 
>> the list.
>> 
>
> FWIW, none of the messages in this this thread are dupes for me and I 
> can't remember the last time I saw a dupe from you.

Are you reading this via the mailinglist or Usenet?
-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Unsubscribe/can't login

2021-05-05 Thread Jan van den Broek
On 2021-05-05, Peter Otten <__pete...@web.de> wrote:
> On 05/05/2021 13:03, Jan van den Broek wrote:
>> On 2021-05-05, Peter Otten <__pete...@web.de> wrote:
>> 
>> Perhaps there's something wrong on my side, but I'm
>> seeing this message twice:

[Schnipp]

> Sorry for the inconvenience.
>
> Does that happen with all my messages? I'm reading the mailing list via 
> news.gmaneio.

I can't tell if this happens with _all_ your messages, but it happened
with this reply.

Message-ID: 
Return-Path: 

and

Message-ID: 
Return-Path: <__pete...@web.de>

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Unsubscribe/can't login

2021-05-05 Thread Jan van den Broek
On 2021-05-05, Peter Otten <__pete...@web.de> wrote:

Perhaps there's something wrong on my side, but I'm
seeing this message twice:

Msg-ID: mailman.145.1620211376.3087.python-l...@python.org
Return-Path: __pete...@web.de

and

Msg-ID: mailman.146.1620211381.3087.python-l...@python.org
Return-Path: python-python-l...@m.gmane-mx.org

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Recursive method in class

2019-09-27 Thread Jan van den Broek
On 2019-09-27, ast  wrote:
> Is it feasible to define a recursive method in a class ?
> (I don't need it, it's just a trial)
>
> Here are failing codes:
>
>
> class Test:
>  def fib(self, n):
>  if n < 2: return n
>  return fib(self, n-2) + fib(self, n-1)
  self.fib(...)

[Schnipp]

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Guido van Rossum resigns as Python leader

2018-07-14 Thread Jan van den Broek
On 2018-07-13, Larry Martell  wrote:

[Schnipp]

> And while we're talking about the Dutch, why is the country called
> Holland, but then also The Netherlands, but the people are Dutch?

Be careful here, this is a somewhat delicate matter. Strictly speaking
Holland is part of Nederland (the Netherlands). Nederland is divided in 
twelve provinces[1], Noord- and ZuidHolland are two of them. Calling 
the Netherlands Holland is an guaranteed to annoy people from the 
other then.
Historical speaking, Holland was (along with Zeeland) one of the more
powerfull members in the Republic.

[1] https://nl.wikipedia.org/wiki/Bestand:NederlandseProvinciesLarge.png
-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Guido van Rossum resigns as Python leader

2018-07-14 Thread Jan van den Broek
On 2018-07-13, ElChino  wrote:
>> The important question we should ask ourselves: Do we have a replacement
>> Dutch person to figure out the one obvious way to do things that may not
>> be obvious at first?
>
> Skybuck?! Also Dutch.

We try to deny that.
It'll probably lead to ending every statement in your code with "lol !".

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: This newsgroup (comp.lang.python) may soon be blocked by Google Groups

2018-02-01 Thread Jan van den Broek
On 2018-02-01, superchromix  wrote:
>
> Our own programming discussion newsgroup, located at comp.lang.idl-pvwave, 
>started receiving spam messages several months ago.
>
> Two weeks ago, access to comp.lang.idl-pvwave was blocked by Google Groups.  
>
> When trying to access comp.lang.idl-pvwave, a message is now displayed, 
>stating that the group owner needs to remove the spam, and can then apply 
>to Google in order to have access reinstated.

[Schnipp]

Personally I would see this as an improvement.
-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Rosetta: Zebra puzzle (2.)

2017-05-15 Thread Jan van den Broek
On 2017-05-15, jlada...@itu.edu  wrote:
> On Sunday, May 14, 2017 at 12:53:41 PM UTC-7, bream...@gmail.com wrote:
>
>> I report all of his posts on gg as hateful or violent content.
>
> I have been doing the same.  Google, are you listening?

Google hates Usenet.
-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Rosetta: Zebra puzzle (2.)

2017-05-13 Thread Jan van den Broek
On 2017-05-13, Robert L.  wrote:

[Schnipp]

> def build_permutations things
>   if block_given?
> things.permutation.select{|x| yield x}
>   else
> things.permutation.to_a
>   end
> end

I fail to recognize the Python-version.

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Unusual reactions (Was: .Re: Using Loops to track user input)

2017-04-20 Thread Jan van den Broek
On 2017-04-20, Robert L.  wrote:

Two things:
- There's a '.' in front of "Re".
- There's no "References"-header in your messages, this may confuse some
  newsreaders.

-- 
Jan v/d Broek
balgl...@dds.nl
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: ^D vs ^Z as EOF and DOS dinosaurs talking (was: open() and EOFError)

2014-07-08 Thread Jan van den Broek
On 2014-07-08, Tim Chase python.l...@tim.thechases.com wrote:
 On 2014-07-09 01:49, Chris Angelico wrote:
 Have you ever used COPY CON to create a binary file?

 No, for that I used DEBUG.EXE (or DEBUG.COM on older versions of DOS)

Both.
-- 
 Jan v/d Broek
   balgl...@xs4all.nl

Geef je over, wy zyn Bassie en Adriaan, weerstand is nutteloos
-- 
https://mail.python.org/mailman/listinfo/python-list