Sunday, February 23, 2020

Digest for comp.lang.c++@googlegroups.com - 13 updates in 6 topics

Pavel <pauldontspamtolk@removeyourself.dontspam.yahoo>: Feb 23 06:02PM -0500

Bonita Montero wrote:
>>> No one has problems to understand such a tiny code-snippet.
 
>> You posted more than one; which one are you talking about now?
 
> That's all simple code.
 
Care to pick one that is most readable in your opinion for me to demonstrate its
readability pitfalls?
aminer68@gmail.com: Feb 23 02:27PM -0800

Hello,
 
 
More about my posts..
 
You are being immaturity, because you are not capable of thinking
correctly, because what do you think that i have done by posting
few posts in C++ or ADA newsgroup? you are thinking that i am a spammer,
but you are wrong, because you have to understand what i was doing to understand better, since i am an inventor of many scalable algorithms,
i have decided to post about them so that to help others to understand
more some of my scalable algorithms in parallel computing and synchronization, so as you are noticing i am a good person that tried to help, also if you have noticed i have also posted about my EasyList, because i said to myself that i wanted to help by make you understand my parallel sort algorithm that is very interesting, read about it here:
 
https://sites.google.com/site/scalable68/easylist-for-delphi-and-freepascal
 
 
And as you have noticed i have posted few of my poems of Love in comp.programming and comp.programming.threads so that to make you
understand something by writing the following in comp.programming
and comp.programming.threads, and here it is:
 
 
==========
Why am i writing poems of Love ?
 
I think you know me more by my writing , and you have to know that
i am a gentleman type of person, but you have to know that i am using
my smartness efficiently, so what is saying to me my smartness ?
it is saying to me that hate is an easy thing, because we can easily
hate ourselves or hate our world and be much more destructive, and this
is not the right way and it is not the wise way, because the wise way is to be more constructive and be more transcendence that needs more responsability and more capability from us, this is why i am showing that i am capable of transcending by writing beautiful poems and by showing that i am capable of beautiful thinking.
============
 
That was just few of my poems of Love that i have posted and i have stopped it quickly, so it is not spam.
 
And as you have noticed i have posted my post titled: "About minimizing at best complexity by maximizing at best efficiency !"
 
So that to make you understand more precisely one of my previous posts
about my scalable algorithms.
 
So where am i a spammer ? as you are noticing i am not a spammer.
 
And what i also want you to understand is the following:
 
More explanation..
 
I think i am understanding more, because i have posted just very
few posts on the newsgroups of ADA and C++ and i have noticed that
they have become very agressive and hateful towards me, and i think
they are hating me because i am a Delphi and Freepascal developer,
and they are ADA or C++ developers, this is why they have become very agressive towards me even if i have posted just very few posts on the newsgroups of C++ and ADA, this is why you have noticed that i got angry in some of my previous posts here, so from now on i will post just on topic posts in comp.programming and comp.programming.threads, and i will not post on C++ or ADA newsgroups.
 
 
Thank you,
Amine Moulay Ramdane.
Bart <bc@freeuk.com>: Feb 23 10:36PM


> You are being immaturity, because you are not capable of thinking
> correctly, because what do you think that i have done by posting
> few posts in C++ or ADA newsgroup? you are thinking that i am a spammer,
 
Last time I looked at comp.programming, 99% of posts there were yours.
 
Yes, I would say it is spamming when you swamp a group with hundreds of
posts that no one is interested in and effectively destroy that group.
aminer68@gmail.com: Feb 23 02:40PM -0800

On Sunday, February 23, 2020 at 5:36:49 PM UTC-5, Bart wrote:
 
> Last time I looked at comp.programming, 99% of posts there were yours.
 
> Yes, I would say it is spamming when you swamp a group with hundreds of
> posts that no one is interested in and effectively destroy that group.
 
 
 
You are immature because you are not being able to think correctly,
because first you have to notice that i am just posting few posts
per day in comp.programming and comp.programming.threads, so as
you are noticing you are again not thinking correctly by incorrectly
thinking this or that.
 
 
 
Thank you,
Amine Moulay Ramdane.
aminer68@gmail.com: Feb 23 01:21PM -0800

Hello,
 
 
More explanation..
 
I think i am understanding more, because i have posted just very
few posts on the newsgroups of ADA and C++ and i have noticed that
they have become very agressive and hateful towards me, and i think
they are hating me because i am a Delphi and Freepascal developer,
and they are ADA or C++ developers, this is why they have become very agressive towards me even if i have posted just very few posts on the newsgroups of C++ and ADA, this is why you have noticed that i got angry in some of my previous posts here, so from now on i will post just on topic posts in comp.programming and comp.programming.threads, and i will not post on C++ or ADA newsgroups.
 
 
Thank you,
Amine Moulay Ramdane.
Daniel <danielaparker@gmail.com>: Feb 23 09:07AM -0800

On Sunday, February 23, 2020 at 9:08:52 AM UTC-5, Juha Nieminen wrote:
> > development?
 
> No major developments have been made since C++11.
> Both C++14 and C++17 were relatively minor updates.
 
I don't care about big updates, I care about small updates, in particular, I
care about small updates that would make C++ more suitable as a language to
write libraries that convert standard conforming data formats such as ODBC
results or CBOR bytes into strongly typed C++ data structures. And for the
most part, that isn't happening. No int128_t, big integer, big decimal, big
float ... On the other hand, std::endian is welcome.
 
Daniel
Chris Vine <chris@cvine--nospam--.freeserve.co.uk>: Feb 23 05:46PM

On Sun, 23 Feb 2020 14:08:41 -0000 (UTC)
> > development?
 
> No major developments have been made since C++11.
> Both C++14 and C++17 were relatively minor updates.
 
C++14 and C++17 may have been minor updates, but concepts, modules and
coroutines are definitely not minor. Arguably ranges aren't either.
Daniel <danielaparker@gmail.com>: Feb 23 10:53AM -0800

On Sunday, February 23, 2020 at 12:46:47 PM UTC-5, Chris Vine wrote:
 
> C++14 and C++17 may have been minor updates, but concepts, modules and
> coroutines are definitely not minor. Arguably ranges aren't either.
 
Yes, but to what end? Open sources libraries like rust serde or java jackson
aren't even possible in C++, because C++ doesn't have the types.
 
Daniel
Chris Vine <chris@cvine--nospam--.freeserve.co.uk>: Feb 23 07:41PM

On Sun, 23 Feb 2020 10:53:51 -0800 (PST)
> > coroutines are definitely not minor. Arguably ranges aren't either.
 
> Yes, but to what end? Open sources libraries like rust serde or java jackson
> aren't even possible in C++, because C++ doesn't have the types.
 
I'm not arguing with you. I suspect C++ will founder under its own
weight (apart from the attractions of other languages such as rust,
which has greater regularity and type safety).
 
Many programmers will not have the time to keep up with the sheer
complexity of C++20. The recent willingness of the C++ standard to
break previously working code is also unfortunate: another thread has
revealed something that I didn't know, namely that in C++17, because of
new lifetime rules, if you have aligned static storage in a buffer of
type char[] (the type which most aligned uninitialized storage will end
up being) you have to use std::launder to access objects in the buffer
through the buffer pointer. Everyone had previously taken it that if
you construct objects in an aligned buffer using placement new and
used the appropriate cast acceptable to C++'s aliasing rules to access
them, you were good to go. Sadly not. It's enough to make you weep.
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Feb 23 04:05PM

> Hello,
 
> I have posted just a few posts here, don't worry this is my last post in this newsgroup of C++
 
You have promised many times in the past that "this is my last post", why can't you keep your promises? Are you mentally ill?
 
/Flibble
 
 
--
"Snakes didn't evolve, instead talking snakes with legs changed into snakes." - Rick C. Hodgin
 
"You won't burn in hell. But be nice anyway." – Ricky Gervais
 
"I see Atheists are fighting and killing each other again, over who doesn't believe in any God the most. Oh, no..wait.. that never happens." – Ricky Gervais
 
"Suppose it's all true, and you walk up to the pearly gates, and are confronted by God," Byrne asked on his show The Meaning of Life. "What will Stephen Fry say to him, her, or it?"
"I'd say, bone cancer in children? What's that about?" Fry replied.
"How dare you? How dare you create a world to which there is such misery that is not our fault. It's not right, it's utterly, utterly evil."
"Why should I respect a capricious, mean-minded, stupid God who creates a world that is so full of injustice and pain. That's what I would say."
Bonita Montero <Bonita.Montero@gmail.com>: Feb 23 05:28PM +0100

> You have promised many times in the past that "this is my last post",
> why can't you keep your promises? Are you mentally ill?
 
Do you have any doubts he is ?
Real Troll <real.troll@trolls.com>: Feb 23 01:57PM -0400

On 23/02/2020 16:05, Mr Flibble wrote:
> Are you mentally ill?
 
He once told us he is white Arab :-) :-) :-) :-)
Wisdom90 <d@d.d>: Feb 22 06:54PM -0500

Hello,
 
 
To the ones that want to report me like spam, you have to know me more,
i am not interested in usenet, i am not interested in talking to persons
in this newsgroup, so if you know me more like i am learning you to know
me, you will know that you have not to waste your time with me, and what
do you think is this "shit" of usenet ? usenet is not interesting at
all, so you have to believe me that i am not interested in usenet , this
is why i am stopping to post here in C++ newsgroup, so you are
wasting your time.
 
 
Thank you,
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: