Wednesday, April 3, 2019

Digest for comp.lang.c++@googlegroups.com - 9 updates in 2 topics

jacobnavia <jacob@jacob.remcomp.fr>: Apr 03 09:32PM +0200

Spammer hodgin (with lowercase) needs to throw "ideas" here so it can't
be said that he only publishes religius crap.
 
Latest brain-dead idea:
 
Put the compmiler and machine configuration in the source files... imagine!
 
If he would turn on his brain (but he can't since he is a religious guy)
he would see that for each new compiler/OS/machine configuration he
would have to modify each source file of a project, adding several
dozens times the same information that is replicated in each one.
 
!!!!
 
And if the compiler (or compiler version) changes, there we go: x source
files to modify.
 
Since he doesn't write any code, nor hasn't he any real software
project, he doesn't see at all such obvious things.
 
You can argue that his god prevents him for turning on his brain when he
posts in comp.lang.c or comp.lang.c++ but I just would say that it is
his natural being. He is not that bright really
 
:-)
 
What surprises me is the number of people that reply to his threads,
giving him the arguments to say "No, I do not post spam only. I do start
and participate in big discussions and I am appreciated by this group"
 
Sadly I do not believe in god, so I can't believe in hell either. If not
I would have said:
 
GO TO HELL SUCKER!!!!
 
And of course that tone, that humble tone that hodgin has:
 
"A new IDE and compiler philosophy"
 
Nothing less!
 
A new philosophy for IDEs and compilers: replicate the same information
all over the place instead of putting it in a single place. That way we
have to modify (and change the timestamp and make a new version) each
time something in the compilation environment changes.
 
And when you go from debug to release version there you go: 20 files to
modify. And just in a toy project of just 20 files.
 
But OK, let's leave it at that
 
jacob
"Rick C. Hodgin" <rick.c.hodgin@gmail.com>: Apr 03 03:41PM -0400

On 4/3/2019 3:32 PM, jacobnavia wrote:
> And when you go from debug to release version there you go: 20 files to
> modify. And just in a toy project of just 20 files.
 
#include "../common/settings.h"
 
One file with settings for both debug, release, and other combinations.
For my work, I typically create a service debug and release version, as
well as a debug test version, as well as libraries used for DLLs.
 
Multiple build targets, one rebuilt step.
 
--
Rick C. Hodgin
"Rick C. Hodgin" <rick.c.hodgin@gmail.com>: Apr 03 12:43PM -0700

On Wednesday, April 3, 2019 at 3:32:45 PM UTC-4, jacobnavia wrote:
> Sadly I do not believe in god, so I can't believe in hell either.
 
Jacob, "Faith comes by hearing, and hearing by the word of God."
 
If you seek the truth and read the Bible SEEKING TO KNOW if God
is real ... He will reveal Himself to you because He knows your
intent is to know the truth.
 
If you persist in your current conclusion that God does not exist,
and are convinced you are right and cannot be wrong, or if you
simply persist where you are and don't seek to learn the truth
about whether or not you are right or wrong even if you do think
you may be wrong, you will remain where you are (separate from
God).
 
If you want to know the truth ... seek the truth. God's promise
is that "all who seek find."
 
--
Rick C. Hodgin
Jens Stuckelberger <Jens_Stuckelberger@nowhere.net>: Apr 03 08:09PM

On Wed, 03 Apr 2019 21:32:33 +0200, jacobnavia wrote:
 
> Spammer hodgin (with lowercase) needs to throw "ideas" here so it can't
> be said that he only publishes religius crap.
 
Look at it from this point of view: at least when he's publishing
his C-related notions he's not disseminating his religious garbage.
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Apr 03 09:21PM +0100

On 03/04/2019 20:43, Rick C. Hodgin wrote:
> God).
 
> If you want to know the truth ... seek the truth. God's promise
> is that "all who seek find."
 
Nonsense.
A) Your bible is false.
B) Your god the existence of which is predicated on your bible being true
is, given (A), also false.
 
/Flibble
 
--
"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," Bryne 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."
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Apr 03 07:25PM +0100

On 03/04/2019 18:18, Rick C. Hodgin wrote:
>     {
>         // Settings here
>     }
 
cares
{
nobody
}
 
/Flibble
 
--
"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," Bryne 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."
Ian Collins <ian-news@hotmail.com>: Apr 04 08:30AM +1300

On 04/04/2019 06:09, Rick C. Hodgin wrote:
 
> The statement of specifying the required size of each fundamental type
> allows the compiler to generate a warning if the default sizes are not
> those sizes.
 
*If* sizes are important, a static_assert can be used.
 
 
> file.exe: file.obj data.obj
 
> The developer goes to a single source location to edit their code and
> settings (the IDE provides it for them).
 
The makefile or equivalent is already in a single source location.
 
--
Ian.
"Rick C. Hodgin" <rick.c.hodgin@gmail.com>: Apr 03 03:38PM -0400

On 4/3/2019 3:30 PM, Ian Collins wrote:
 
>> The developer goes to a single source location to edit their code and
>> settings (the IDE provides it for them).
 
> The makefile or equivalent is already in a single source location.
 
If it's auto-created by the IDE, yes. If a person has to maintain
it manually, no.
 
--
Rick C. Hodgin
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Apr 03 09:19PM +0100

On 03/04/2019 20:38, Rick C. Hodgin wrote:
 
>> The makefile or equivalent is already in a single source location.
 
> If it's auto-created by the IDE, yes.  If a person has to maintain
> it manually, no.
 
LOLWUT
 
/Flibble
 
--
"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," Bryne 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."
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: