How exciting, I get to be the pedant: it’s “stream-of-consciousness,” not “stream-of-conscious.” Conscious is an adjective; there can’t be a stream of it.
On the other hand English is highly imbued with lake of morphological inflection and other explicit lexicalization by grammatical type. So this is really just following the main stream tendency.
But being 'conscious' of something is being aware of it; your 'subconscious' is the part of your brain 'below' your awareness (although it is true that it's also below your consciousness! So perhaps both would work)
Indeed, in Freud the word is _Unbewusstsein_, which is literally more like "being-unconscious," but a more natural English translation would be unconsciousness.
I was about to object that the latter is not in fact a noun but was surprised to see that wiktionary lists it as such. However it provides no usage examples and I strongly suspect it is in error.
I think it is occasionally used with "the," i.e. "the conscious" (referring to the conscious part of your body, for example). Adjectives sometimes become nouns this way, like "the poor"
I searched the Corpus of Contemporary American English ( https://www.english-corpora.org/coca/ ) for 'conscious_n', which means the token "conscious" with a 'noun' part-of-speech tag.
There are five results. All five of them are tagging errors:
If we scan to get enough info, then model the cells well enough, and have enough computers to run the simulation of the models, then the input-output of the emulation of the brain will be the same as the input-output of the original brain. It will act like it is conscious. [adjective, modifying it]
Well, first we work on working the body together, so that we can go places with both of us conscious. [adjective, modifying both of us]
Lady Bertram looks barely conscious. [adjective, modifying Lady Bertram]
In a few years, he believed, this institution would be needed in Ukraine, as new conscripts became more religiously conscious. [adjective, modifying new conscripts]
It is in this sense that Rahner means that grace is conscious. [adjective, modifying grace]
Examples 3 and 4 are so far from being nouns that they're being modified by adverbs.
It seems safe to conclude that in fact there is no nounal use of the word "conscious".
> Adjectives sometimes become nouns this way, like "the poor"
That isn't actually what's happening in "the poor". The position occupied by the token poor in that phrase can be filled by all kinds of things:
God loves everyone equally. The rich and the poor, the just and the unjust, the sane and the schizophrenic, the possessed-of-billions-of-dollars and the penniless...
Do you want to argue that "possessed of billions of dollars" is a noun?
We can apply our in-passing observation from earlier and contrast the fully-awake with the barely-conscious. Here, as above, it's impossible for conscious to be a noun, because it is being modified by an adverb. And it's... dubious... for barely conscious to be a noun phrase, because it is headed by conscious, which we know isn't a noun.
I think it's actually the last 10 lines of code, not 12. I just wrote these 10 lines:
Remember A as forty-two
Tell me about A
Remember B as A
Tell me about B
Remember C as B
Tell me about C
Remember D as C
Tell me about D
Remember E as D
Tell me about E
And you can see how it plots the dependencies as a graph on the right, which is kind of neat. But when I add the 11th line:
Remember F as E
You see the graph being turned into a forest with no dependencies, because it has forgotten the root dependency A. Indeed, if you enter "Tell me about A", it will say it does not remember A.
Another neat thing to try is:
Remember x as zero
Remember y as x
Remember x as y
36 comments
Through substantivization one can definitely have stream-of-. Think "a stream of blue" or "a stream of the poor".
People often shave off the tail of well-known expressions:
“same difference” → “same diff”
“no big deal” → “no big”
“It’s no big.”
“fair enough” → “fair”
“Fair.”
“good enough” → “good enough” → “good”
“Yeah, that’s good.” (implies good enough)
“I don’t know” → “dunno”
> People often shave off the tail of well-known expressions
Though typically not in writing, that’s more of a speech thing.
It's 'real annoying'.
There are five results. All five of them are tagging errors:
If we scan to get enough info, then model the cells well enough, and have enough computers to run the simulation of the models, then the input-output of the emulation of the brain will be the same as the input-output of the original brain. It will act like it is conscious. [adjective, modifying it]
Well, first we work on working the body together, so that we can go places with both of us conscious. [adjective, modifying both of us]
Lady Bertram looks barely conscious. [adjective, modifying Lady Bertram]
In a few years, he believed, this institution would be needed in Ukraine, as new conscripts became more religiously conscious. [adjective, modifying new conscripts]
It is in this sense that Rahner means that grace is conscious. [adjective, modifying grace]
Examples 3 and 4 are so far from being nouns that they're being modified by adverbs.
It seems safe to conclude that in fact there is no nounal use of the word "conscious".
> Adjectives sometimes become nouns this way, like "the poor"
That isn't actually what's happening in "the poor". The position occupied by the token poor in that phrase can be filled by all kinds of things:
God loves everyone equally. The rich and the poor, the just and the unjust, the sane and the schizophrenic, the possessed-of-billions-of-dollars and the penniless...
Do you want to argue that "possessed of billions of dollars" is a noun?
We can apply our in-passing observation from earlier and contrast the fully-awake with the barely-conscious. Here, as above, it's impossible for conscious to be a noun, because it is being modified by an adverb. And it's... dubious... for barely conscious to be a noun phrase, because it is headed by conscious, which we know isn't a noun.
Is my impression correct, that in general "the {thing}" is a noun phrase without implying anything about {thing} itself?
Another neat thing to try is:
Fun fact, if you run Python from a command line, with no options, it defaults to such a shell.
On another note, I do not understand how posts make it to the top of the front page with essentially no comments.