Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #16452 > unrolled thread

Re: Do C++ and Java professionals use UML??

Started by"Arne Vajhøj" <arne.vajhøj@1:261/38.remove-z1h-this>
First post2012-07-28 18:36 +0000
Last post2012-07-29 18:16 +0000
Articles 14 — 13 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  Re: Do C++ and Java professionals use UML?? "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-z1h-this> - 2012-07-28 18:36 +0000
    Re: Do C++ and Java professionals use UML?? "Patricia Shanahan" <patricia.shanahan@1:261/38.remove-z1h-this> - 2012-07-28 18:36 +0000
      Re: Do C++ and Java professionals use UML?? "jebblue" <jebblue@1:261/38.remove-5ky-this> - 2012-07-28 20:40 +0000
      Re: Do C++ and Java professionals use UML?? "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-k2r-this> - 2012-08-09 18:44 +0000
    Re: Do C++ and Java professionals use UML?? "Gene Wirchenko" <gene.wirchenko@1:261/38.remove-z1h-this> - 2012-07-28 18:36 +0000
    Re: Do C++ and Java professionals use UML?? "kensi" <kensi@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
      Re: Do C++ and Java professionals use UML?? "Lars Enderin" <lars.enderin@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
        Re: Do C++ and Java professionals use UML?? "Patricia Shanahan" <patricia.shanahan@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
          Re: Do C++ and Java professionals use UML?? "David Lamb" <david.lamb@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
            Re: Do C++ and Java professionals use UML?? "Robert Klemme" <robert.klemme@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
              Re: Do C++ and Java professionals use UML?? "Robert Klemme" <robert.klemme@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
                Re: Do C++ and Java professionals use UML?? "Gene Wirchenko" <gene.wirchenko@1:261/38.remove-rf4-this> - 2012-07-30 19:00 +0000
      Re: Do C++ and Java professionals use UML?? "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000
      Re: Do C++ and Java professionals use UML?? "Jim Janney" <jim.janney@1:261/38.remove-5bm-this> - 2012-07-29 18:16 +0000

#16452 — Re: Do C++ and Java professionals use UML??

From"Arne Vajhøj" <arne.vajhøj@1:261/38.remove-z1h-this>
Date2012-07-28 18:36 +0000
SubjectRe: Do C++ and Java professionals use UML??
Message-ID<50142C29.55423.calajapr@time.synchro.net>
  To: Patricia Shanahan
From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-nwi-this>

  To: Patricia Shanahan
From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-10ae-this>

  To: Patricia Shanahan
From: Arne Vajhoj <arne@vajhoej.dk>

On 7/26/2012 2:01 PM, Patricia Shanahan wrote:
> On 7/26/2012 10:10 AM, Arne Vajhoj wrote:
>> On 7/26/2012 12:36 PM, Patricia Shanahan wrote:
>>> On 7/25/2012 6:00 PM, Arne Vajhoj wrote:
>>> ...
>>>> You were interested to learn the Wirchenko language that just
>>>> happened to be compilable with a Java compiler because it has
>>>> the same grammar.
>>>
>>> The question of whether something is or is not Java seems to me to be
>>> one for which the JLS is indeed the ultimate authority. Can you point
>>> out in some way in which Gene's programs failed to conform to the JLS?
>>
>> If it did not conform to the JLS then hopefully the Java compiler would
>> not compile it.
>>
>> But I assume that the question was rhetorical.You know what I mean, but
>> disagree (which is fine).
>
> I'm not sure I know what you mean. Whether something is Java or not is a
> question of fact, and should be settled by reference to the JLS.
 >
> It may be quite reasonable to decide that you are only willing to
> respond to questions from people who follow conventions you like, but I
> don't think it is reasonable to call something not Java because it does
> not follow those conventions.

Whether some code is valid in the Java language and its semantics are obviously 
defined by the JLS.

But Java comes with a baggage of history, philosophy, traditions and lessons 
learned.

Java developers are not all identical.

If we look at some of the statements made in various threads:
- OOP is just overhead
- patterns are useless
- micro optimizations are good
- public fields are OK
- interfaces are useless
- I don't want to follow the standard naming convention
- I don't want to follow the standard formatting convention
- I don't want to use the Java library because my own is better
- portability is useless
- unit tests are useless
- ORM's are useless
- make is the right build tool for Java
- UML is useles
- Java docs are useless
etc.
then the archetype Java developer would not believe in any of them.

But many Java developers actually believe in a few of them, because people are 
different with different personal experiences and working in different domains. 
And best practices are not an exact science.

Someone believing in most of them is a different story. I am skeptical about 
calling such a person for a Java developer. Even though the code is following 
JLS and compiles with javac, then there is almost no overlap with the Java 
world. It is not the Java way. And if the person tried to write such code at 
work, then the person would be kicked out quickly in many places. It is not 
what companies expect when they hire a Java developer.

People are not born with knowledge about good Java practices. They learn them 
along the way.

I find it natural that people posting problems in cljp are violating some 
common best practices in Java. If they knew everything then they would probably 
not have a problem to post.

I am all for helping them with their problem. And also guiding them towards 
better practices. I do that as well. I don't think I am among the most rigorous 
in that regard though.

If people notice the well meant suggestions and over time adjust, then I am 
happy.

If they chose to ignore the good advice, then I am disappointed but not 
surprised. That is how it is. I don't maintain a black list so I will most 
likely try and help them again - and get disappointed again. But I know that is 
how it is. C'est la vie. And having to maintain the code they end up with is a 
severe punishment in itself!

But there are a few things that get me in flame mode:

1) Complaints from posters that they just want their miserable
    code fixed without any good advice. That is what one can request
    for 250 dollars an hour. If one want free advice, then one has
    to accept the full package of advice.

2) Attempts to recommend the bad practices to other. Either explicit
    or implicit by criticizing when somebody points out the problems
    in some code.

Arne

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#16460

From"Patricia Shanahan" <patricia.shanahan@1:261/38.remove-z1h-this>
Date2012-07-28 18:36 +0000
Message-ID<50142C2A.55431.calajapr@time.synchro.net>
In reply to#16452
  To: Arne Vajhøj
From: "Patricia Shanahan" <patricia.shanahan@1:261/38.remove-nwi-this>

  To: Arne Vajhoj
From: "Patricia Shanahan" <patricia.shanahan@1:261/38.remove-10ae-this>

  To: Arne Vajhoj
From: Patricia Shanahan <pats@acm.org>

On 7/26/2012 11:47 AM, Arne Vajhoj wrote: ...
> Someone believing in most of them is a different story. I am skeptical
> about calling such a person for a Java developer. Even though the code
> is following JLS and compiles with javac, then there is almost no
> overlap with the Java world. It is not the Java way. And if the
> person tried to write such code at work, then the person would be
> kicked out quickly in many places. It is not what companies expect
> when they hire a Java developer.
...

I think of programming languages as tools, not philosophies. Java happens to be 
a favorite tool, one that fits my brain the way my favorite wood carving chisel 
fits my hand. On the other hand, I no more subscribe to "the Java way" than to 
a "the half inch chisel way".

When I'm starting a new program, in a situation in which I'm free to use any 
standards I like, I follow the commonest conventions for the program's 
language. If I'm modifying or adding to an existing project, or working in an 
organization that has other conventions, I follow the local conventions.

Patricia

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16495

From"jebblue" <jebblue@1:261/38.remove-5ky-this>
Date2012-07-28 20:40 +0000
Message-ID<50143776.55465.calajapr@time.synchro.net>
In reply to#16460
  To: Patricia Shanahan
From: "jebblue" <jebblue@1:261/38.remove-z1h-this>

  To: Patricia Shanahan
From: jebblue <n@n.nnn>

On Fri, 27 Jul 2012 18:41:01 +0000, Patricia Shanahan wrote:

> To: Arne Vajhr#j
> From: Patricia Shanahan <pats@acm.org>
>
> On 7/26/2012 11:47 AM, Arne Vajhoj wrote: ...
>> Someone believing in most of them is a different story. I am skeptical
>> about calling such a person for a Java developer. Even though the code
>> is following JLS and compiles with javac, then there is almost no
>> overlap with the Java world. It is not the Java way. And if the
>> person tried to write such code at work, then the person would be
>> kicked out quickly in many places. It is not what companies expect
>> when they hire a Java developer.
> ...
>
> I think of programming languages as tools, not philosophies. Java happens to
be
> a favorite tool, one that fits my brain the way my favorite wood carving
chisel
> fits my hand. On the other hand, I no more subscribe to "the Java way" than
to
> a "the half inch chisel way".
>
> When I'm starting a new program, in a situation in which I'm free to use any
> standards I like, I follow the commonest conventions for the program's
> language. If I'm modifying or adding to an existing project, or working in an
> organization that has other conventions, I follow the local conventions.
>
> Patricia
>
> --- BBBS/Li6 v4.10 Dada-1
>  * Origin: Prism bbs (1:261/38)
> --- Synchronet 3.16a-Win32 NewsLink 1.98
> Time Warp of the Future BBS - telnet://time.synchro.net:24

I agree with Patricia, eloquently articulated.

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#17504

From"Arne Vajhøj" <arne.vajhøj@1:261/38.remove-k2r-this>
Date2012-08-09 18:44 +0000
Message-ID<5023FE36.56453.calajapr@time.synchro.net>
In reply to#16460
  To: Patricia Shanahan
From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-qhs-this>

  To: Patricia Shanahan
From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-p82-this>

  To: Patricia Shanahan
From: Arne Vajhoj <arne@vajhoej.dk>

On 7/27/2012 12:05 PM, Patricia Shanahan wrote:
> On 7/26/2012 11:47 AM, Arne Vajhoj wrote:
> ...
>> Someone believing in most of them is a different story. I am skeptical
>> about calling such a person for a Java developer. Even though the code
>> is following JLS and compiles with javac, then there is almost no
>> overlap with the Java world. It is not the Java way. And if the
>> person tried to write such code at work, then the person would be
>> kicked out quickly in many places. It is not what companies expect
>> when they hire a Java developer.
> ...
>
> I think of programming languages as tools, not philosophies. Java
> happens to be a favorite tool, one that fits my brain the way my
> favorite wood carving chisel fits my hand. On the other hand, I no more
> subscribe to "the Java way" than to a "the half inch chisel way".
>
> When I'm starting a new program, in a situation in which I'm free to use
> any standards I like, I follow the commonest conventions for the
> program's language. If I'm modifying or adding to an existing project,
> or working in an organization that has other conventions, I follow the
> local conventions.

So in reality you are subscribing to the Java way.

Arne

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16462

From"Gene Wirchenko" <gene.wirchenko@1:261/38.remove-z1h-this>
Date2012-07-28 18:36 +0000
Message-ID<50142C2B.55433.calajapr@time.synchro.net>
In reply to#16452
  To: Arne Vajhøj
From: "Gene Wirchenko" <gene.wirchenko@1:261/38.remove-nwi-this>

  To: Arne Vajhoj
From: "Gene Wirchenko" <gene.wirchenko@1:261/38.remove-10ae-this>

  To: Arne Vajhoj
From: Gene Wirchenko <genew@ocis.net>

On Thu, 26 Jul 2012 14:47:46 -0400, Arne Vajhoj <arne@vajhoej.dk> wrote:

>On 7/26/2012 2:01 PM, Patricia Shanahan wrote:

[snip]

>> It may be quite reasonable to decide that you are only willing to
>> respond to questions from people who follow conventions you like, but I
>> don't think it is reasonable to call something not Java because it does
>> not follow those conventions.
>
>Whether some code is valid in the Java language and its semantics
>are obviously defined by the JLS.
>
>But Java comes with a baggage of history, philosophy,
>traditions and lessons learned.

     And mistakes made.  Every language has its downside even _____.
(Fill in the blank however you choose.)

>Java developers are not all identical.
>
>If we look at some of the statements made in various threads:
>- OOP is just overhead
>- patterns are useless
>- micro optimizations are good
>- public fields are OK
>- interfaces are useless
>- I don't want to follow the standard naming convention
>- I don't want to follow the standard formatting convention
>- I don't want to use the Java library because my own is better
>- portability is useless
>- unit tests are useless
>- ORM's are useless
>- make is the right build tool for Java
>- UML is useles
>- Java docs are useless
>etc.
>then the archetype Java developer would not believe in any of them.

     Oh?

     These statements are written as binary.  Either it is right or it
is wrong.  And many are just bait.

     Take the first one.  "OOP is just overhead"  OOP does have
overhead.  That might or might not matter.  If the benefits of OOP outweigh the 
disadvantages, it may well be used.  In another situation, it might not do.  In 
many, it does not matter.

     Other points can be disposed of similarly.  There are only a few
that I would totally agree with.

>But many Java developers actually believe in a few of them, because
>people are different with different personal experiences and working
>in different domains. And best practices are not an exact science.

     Quite.

>Someone believing in most of them is a different story. I am skeptical
>about calling such a person for a Java developer. Even though the code
>is following JLS and compiles with javac, then there is almost no
>overlap with the Java world. It is not the Java way. And if the
>person tried to write such code at work, then the person would be
>kicked out quickly in many places. It is not what companies expect
>when they hire a Java developer.

[snip]

Sincerely,

Gene Wirchenko

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
 + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16512

From"kensi" <kensi@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A3B.55483.calajapr@time.synchro.net>
In reply to#16452
  To: Arne Vajhøj
From: kensi <kensi_kensington@zoonoses.de>

On 27/07/2012 3:42 PM, Arne Vajhoj wrote: [snip]

Why are half the people in this group suddenly switching to this news.tds.net 
NNTP provider?

I ask because that NNTP provider is b0rken:

1. Every post has the same NNTP-Posting-Host header, even from people I
    know are not sockpuppets of one another, e.g. you, Robert Klemmke,
    David Lamb, and Jim Janney all have recent posts with
    NNTP-Posting-Host: 69.21.70.65.

2. Posts through that server have the References: header stripped. As
    a result, every time any of you posts through that server it breaks
    a piece off the thread you're replying to, causing clutter and making
    discussions more difficult to follow.

3. It seems to fuck up character encodings, most noticeably when Vajhoj
    posts or is replied to via TDS as he has a non-ASCII character in his
    name.

Please switch back to your original providers, or if you can't for some reason, 
such as because they closed, please find something better than TDS to replace 
them with. AIOE works well enough for me and does not break References: when I 
reply or screw up encoding the o character. It does not require signup. 
Eternal-September is something I often see recommended, does require signup, 
but is free. Either of those is probably better than (and maybe even cheaper 
than) this TDS, from all indications.

--
"To explain the unknown by the known is a logical procedure; to explain the 
known by the unknown is a form of theological lunacy." ~David Brooks

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16513

From"Lars Enderin" <lars.enderin@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A3B.55484.calajapr@time.synchro.net>
In reply to#16512
  To: kensi
From: Lars Enderin <lars.enderin@telia.com>

2012-07-28 21:51, kensi skrev:
> On 27/07/2012 3:42 PM, Arne Vajhoj wrote:
> [snip]
>
> Why are half the people in this group suddenly switching to this
> news.tds.net NNTP provider?
>
> I ask because that NNTP provider is b0rken:
>
> 1. Every post has the same NNTP-Posting-Host header, even from people I
>    know are not sockpuppets of one another, e.g. you, Robert Klemmke,
>    David Lamb, and Jim Janney all have recent posts with
>    NNTP-Posting-Host: 69.21.70.65.
>
> 2. Posts through that server have the References: header stripped. As
>    a result, every time any of you posts through that server it breaks
>    a piece off the thread you're replying to, causing clutter and making
>    discussions more difficult to follow.
>
> 3. It seems to fuck up character encodings, most noticeably when Vajhoj
>    posts or is replied to via TDS as he has a non-ASCII character in his
>    name.
>
> Please switch back to your original providers, or if you can't for some
> reason, such as because they closed, please find something better than
> TDS to replace them with. AIOE works well enough for me and does not
> break References: when I reply or screw up encoding the o character. It
> does not require signup. Eternal-September is something I often see
> recommended, does require signup, but is free. Either of those is
> probably better than (and maybe even cheaper than) this TDS, from all
> indications.

I, for one, did not switch to that provider, yet my last post, addressing the 
same point as yours, got copied through it. I don't think anybody else chose it 
either. The posts are copied with different headers but the same contents. That 
server should be closed down.

--
Lars Enderin

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16514

From"Patricia Shanahan" <patricia.shanahan@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A3C.55485.calajapr@time.synchro.net>
In reply to#16513
  To: Lars Enderin
From: Patricia Shanahan <pats@acm.org>

On 7/28/2012 1:03 PM, Lars Enderin wrote:
> 2012-07-28 21:51, kensi skrev:
...
>> Please switch back to your original providers, or if you can't for some
>> reason, such as because they closed, please find something better than
>> TDS to replace them with. AIOE works well enough for me and does not
>> break References: when I reply or screw up encoding the o character. It
>> does not require signup. Eternal-September is something I often see
>> recommended, does require signup, but is free. Either of those is
>> probably better than (and maybe even cheaper than) this TDS, from all
>> indications.
>
> I, for one, did not switch to that provider, yet my last post,
> addressing the same point as yours, got copied through it. I don't think
> anybody else chose it either. The posts are copied with different
> headers but the same contents. That server should be closed down.
>

Same here. I've used west.news.earthlink.net at my NNTP server for many years. 
I've just checked some messages, and recent ones have corrupted headers.

Patricia

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16540

From"David Lamb" <david.lamb@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A41.55511.calajapr@time.synchro.net>
In reply to#16514
  To: Patricia Shanahan
From: David Lamb <dalamb@cs.queensu.ca>

On 28/07/2012 4:12 PM, Patricia Shanahan wrote:
> On 7/28/2012 1:03 PM, Lars Enderin wrote:
>> 2012-07-28 21:51, kensi skrev:
> ...
>>> Please switch back to your original providers, or if you can't for some
>>> reason, such as because they closed, please find something better than
>>> TDS to replace them with. AIOE works well enough for me and does not
>>> break References: when I reply or screw up encoding the o character. It
>>> does not require signup. Eternal-September is something I often see
>>> recommended, does require signup, but is free. Either of those is
>>> probably better than (and maybe even cheaper than) this TDS, from all
>>> indications.
>>
>> I, for one, did not switch to that provider, yet my last post,
>> addressing the same point as yours, got copied through it. I don't think
>> anybody else chose it either. The posts are copied with different
>> headers but the same contents. That server should be closed down.
>>
>
> Same here. I've used west.news.earthlink.net at my NNTP server for many
> years. I've just checked some messages, and recent ones have corrupted
> headers.

I've been using news.eternal-september.org for months, and have changed nothing 
recently. Since Patricia is using a completely different server from me, I 
suspect the problem is somewhere else.

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16545

From"Robert Klemme" <robert.klemme@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A42.55517.calajapr@time.synchro.net>
In reply to#16540
  To: David Lamb
From: Robert Klemme <shortcutter@googlemail.com>

On 29.07.2012 04:16, David Lamb wrote:
> On 28/07/2012 4:12 PM, Patricia Shanahan wrote:
>> On 7/28/2012 1:03 PM, Lars Enderin wrote:
>>> 2012-07-28 21:51, kensi skrev:
>> ...
>>>> Please switch back to your original providers, or if you can't for some
>>>> reason, such as because they closed, please find something better than
>>>> TDS to replace them with. AIOE works well enough for me and does not
>>>> break References: when I reply or screw up encoding the o character. It
>>>> does not require signup. Eternal-September is something I often see
>>>> recommended, does require signup, but is free. Either of those is
>>>> probably better than (and maybe even cheaper than) this TDS, from all
>>>> indications.
>>>
>>> I, for one, did not switch to that provider, yet my last post,
>>> addressing the same point as yours, got copied through it. I don't think
>>> anybody else chose it either. The posts are copied with different
>>> headers but the same contents. That server should be closed down.
>>>
>>
>> Same here. I've used west.news.earthlink.net at my NNTP server for many
>> years. I've just checked some messages, and recent ones have corrupted
>> headers.
>
> I've been using news.eternal-september.org for months, and have changed
> nothing recently. Since Patricia is using a completely different server
> from me, I suspect the problem is somewhere else.

Same here: I am using news.individual.net (paid service) for years now and did 
not change anything.  It seems some news server's configuration or 
implementation is broken and it mirrors messages back with garbled headers.

Kind regards

        robert

--
remember.guy do |as, often| as.you_can - without end 
http://blog.rubybestpractices.com/

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16550

From"Robert Klemme" <robert.klemme@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A43.55519.calajapr@time.synchro.net>
In reply to#16545
  To: Robert Klemme
From: Robert Klemme <shortcutter@googlemail.com>

On 29.07.2012 10:55, Robert Klemme wrote:
> Same here: I am using news.individual.net (paid service) for years now
> and did not change anything.  It seems some news server's configuration
> or implementation is broken and it mirrors messages back with garbled
> headers.

I did some analysis and it seems one posting of me shows up five times of which 
only one is the proper original posting and further instances have changed 
headers, message ids and also mangled content.

Here are selected headers (regexp
"^(Path|From|Date|Message-ID|References|NNTP-Posting-Date|Lines):"):

Path: uni-berlin.de!individual.net!not-for-mail From: Robert Klemme 
<shortcutter@googlemail.com>
Date: Fri, 27 Jul 2012 13:21:17 +0200
Lines: 65
Message-ID: <a7fbtdFuacU1@mid.individual.net>
References: <slrnk0i1f5.fbk.fredrik@scout.jonson.org>
<a6subnFf45U1@mid.individual.net> <jucbq7$lg6$1@localhost.localdomain>
<UML-20120720213658@ram.dialup.fu-berlin.de>
<a6u2riF3fuU1@mid.individual.net>
<m8dp08hrsk48p3kj5g47uso1gpp1qrh603@4ax.com>
<500cbc5d$0$295$14726298@news.sunsite.dk>
<a74c3mF476U1@mid.individual.net>
<i50r08hjiebe152pdeot546psfefk432vh@4ax.com>
<a75lv5F11vU1@mid.individual.net>
<3qcr08lkpvcmhe0drpffhegusd6k2a1670@4ax.com>
<a7chacFoblU1@mid.individual.net>
<6sq218p9vfg1m2fgg5pm8sthhdot288mia@4ax.com>


Path:
uni-berlin.de!fu-berlin.de!news.glorb.com!news-out.readnews.com!transit3.readne
ws.com!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not-for-mail
From: "Robert Klemme" <robert.klemme@1:261/38.remove-10ae-this>
Message-ID: <5012D7B7.55391.calajapr@time.synchro.net>
Lines: 71
Date: Fri, 27 Jul 2012 18:41:00 GMT
NNTP-Posting-Date: Fri, 27 Jul 2012 13:41:00 CDT


Path:
uni-berlin.de!fu-berlin.de!news.ripco.com!news.glorb.com!news-in-01.newsfeed.ea
synews.com!easynews.com!easynews!news-out.news.tds.net!newsreading01.news.tds.n
et!53ab2750!not-for-mail
From: "Robert Klemme" <robert.klemme@1:261/38.remove-nwi-this>
Message-ID: <5012E6BF.55405.calajapr@time.synchro.net>
Lines: 79
Date: Fri, 27 Jul 2012 19:42:43 GMT
NNTP-Posting-Date: Fri, 27 Jul 2012 14:42:43 CDT


Path:
uni-berlin.de!fu-berlin.de!news.glorb.com!news-out.readnews.com!transit4.readne
ws.com!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not-for-mail
From: "Robert Klemme" <robert.klemme@1:261/38.remove-z1h-this>
Message-ID: <50142C2A.55428.calajapr@time.synchro.net>
Lines: 87
Date: Sat, 28 Jul 2012 18:36:42 GMT
NNTP-Posting-Date: Sat, 28 Jul 2012 13:36:42 CDT


Path:
uni-berlin.de!fu-berlin.de!news.glorb.com!news-in-01.newsfeed.easynews.com!easy
news.com!easynews!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not
-for-mail
From: "Robert Klemme" <robert.klemme@1:261/38.remove-5ky-this>
Message-ID: <50143773.55451.calajapr@time.synchro.net>
Lines: 95
Date: Sat, 28 Jul 2012 20:40:16 GMT
NNTP-Posting-Date: Sat, 28 Jul 2012 15:40:16 CDT


A few observations:

- Message-ID of course is changed
- From is garbled
- References is missing
- Lines is increasing, you can see stuff added at top and bottom of posting

Last posting, at top:

   To: Gene Wirchenko
From: "Robert Klemme" <robert.klemme@1:261/38.remove-z1h-this>

   To: Gene Wirchenko
From: "Robert Klemme" <robert.klemme@1:261/38.remove-nwi-this>

   To: Gene Wirchenko
From: "Robert Klemme" <robert.klemme@1:261/38.remove-10ae-this>

   To: Gene Wirchenko
From: Robert Klemme <shortcutter@googlemail.com>


Last posting, at bottom:

-+- BBBS/Li6 v4.10 Dada-1
  + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
  + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
  + Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
  * Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24



I'll send this to news@tds.net as well as the feedback address of 
news.individual.net.

Kind regards

        robert


--
remember.guy do |as, often| as.you_can - without end 
http://blog.rubybestpractices.com/

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16656

From"Gene Wirchenko" <gene.wirchenko@1:261/38.remove-rf4-this>
Date2012-07-30 19:00 +0000
Message-ID<5016CF43.55628.calajapr@time.synchro.net>
In reply to#16550
  To: Robert Klemme
From: Gene Wirchenko <genew@ocis.net>

On Sun, 29 Jul 2012 11:14:55 +0200, Robert Klemme
<shortcutter@googlemail.com> wrote:

[snip]

>Last posting, at top:
>
>   To: Gene Wirchenko
>From: "Robert Klemme" <robert.klemme@1:261/38.remove-z1h-this>
>
>   To: Gene Wirchenko
>From: "Robert Klemme" <robert.klemme@1:261/38.remove-nwi-this>
>
>   To: Gene Wirchenko
>From: "Robert Klemme" <robert.klemme@1:261/38.remove-10ae-this>
>
>   To: Gene Wirchenko
>From: Robert Klemme <shortcutter@googlemail.com>

     Since my name is in lights^Welectrons here: I have not changed
anything with my ISP (ocis.net) or USENET provider (eternal-september).

[snip]

Sincerely,

Gene Wirchenko

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16538

From"Arne Vajhøj" <arne.vajhøj@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A41.55509.calajapr@time.synchro.net>
In reply to#16512
  To: kensi
From: Arne Vajhoj <arne@vajhoej.dk>

On 7/28/2012 3:51 PM, kensi wrote:
> On 27/07/2012 3:42 PM, Arne Vajhoj wrote:
> [snip]
>
> Why are half the people in this group suddenly switching to this
> news.tds.net NNTP provider?
>
> I ask because that NNTP provider is b0rken:
>
> 1. Every post has the same NNTP-Posting-Host header, even from people I
>     know are not sockpuppets of one another, e.g. you, Robert Klemmke,
>     David Lamb, and Jim Janney all have recent posts with
>     NNTP-Posting-Host: 69.21.70.65.
>
> 2. Posts through that server have the References: header stripped. As
>     a result, every time any of you posts through that server it breaks
>     a piece off the thread you're replying to, causing clutter and making
>     discussions more difficult to follow.
>
> 3. It seems to fuck up character encodings, most noticeably when Vajhoj
>     posts or is replied to via TDS as he has a non-ASCII character in his
>     name.
>
> Please switch back to your original providers, or if you can't for some
> reason, such as because they closed, please find something better than
> TDS to replace them with. AIOE works well enough for me and does not
> break References: when I reply or screw up encoding the o character. It
> does not require signup. Eternal-September is something I often see
> recommended, does require signup, but is free. Either of those is
> probably better than (and maybe even cheaper than) this TDS, from all
> indications.

All messages seems to show up OK in one copy.

Then some server seems to duplicate them with something messed up including 
weird header and footer.

I have not changed anything in my config and I strongly suspect that the other 
have not either.

Arne

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#16539

From"Jim Janney" <jim.janney@1:261/38.remove-5bm-this>
Date2012-07-29 18:16 +0000
Message-ID<50157A41.55510.calajapr@time.synchro.net>
In reply to#16512
  To: kensi
From: Jim Janney <jjanney@shell.xmission.com>

kensi <kensi_kensington@zoonoses.de> writes:

> On 27/07/2012 3:42 PM, Arne Vajhoj wrote:
> [snip]
>
> Why are half the people in this group suddenly switching to this
> news.tds.net NNTP provider?
>
> I ask because that NNTP provider is b0rken:
>
> 1. Every post has the same NNTP-Posting-Host header, even from people I
>    know are not sockpuppets of one another, e.g. you, Robert Klemmke,
>    David Lamb, and Jim Janney all have recent posts with
>    NNTP-Posting-Host: 69.21.70.65.
>
> 2. Posts through that server have the References: header stripped. As
>    a result, every time any of you posts through that server it breaks
>    a piece off the thread you're replying to, causing clutter and making
>    discussions more difficult to follow.
>
> 3. It seems to fuck up character encodings, most noticeably when Vajhoj
>    posts or is replied to via TDS as he has a non-ASCII character in his
>    name.
>
> Please switch back to your original providers, or if you can't for
> some reason, such as because they closed, please find something better
> than TDS to replace them with. AIOE works well enough for me and does
> not break References: when I reply or screw up encoding the o
> character. It does not require signup. Eternal-September is something
> I often see recommended, does require signup, but is free. Either of
> those is probably better than (and maybe even cheaper than) this TDS,
> from all indications.

For the last several years all my posts, including this one, have been through 
news.eternal-september.org.

--
Jim Janney

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web