Mind Matters Natural and Artificial Intelligence News and Analysis

TagCoding

visualizatipon-of-human-consciousness-in-artificial-intelligence-process-of-thinking-robot-humanoid-android-on-dark-background-with-neurals-connection-created-with-generative-ai-stockpack-adobe-stock
Visualizatipon of human consciousness in artificial intelligence, process of thinking robot. Humanoid android on dark background with neurals connection. Created with Generative AI

Artificial Consciousness Remains Impossible (Part 2)

A machine no more “does things on its own” than a catapult flings by itself.

Read part one of this article series here. The following segments are responses to specific categories of counterarguments against my thesis, which you can read in part one of this article HERE. Please note that these responses do not stand on their own and can only be seen as supporting my main arguments from the first part. Each response only applies to those who hold the corresponding objections. “You can’t provide proof of intentionality and qualia because they’re subjective” If your mind doesn’t possess intentionality, “the power of minds to be about, to represent, or to stand for, things, properties, and states of affairs,” then you wouldn’t be able to understand any word on this screen in front of you Read More ›

programming-code-writing-software-coding-developing-hands-typing-computer-script-stockpack-adobe-stock
Programming code writing, software coding developing, hands typing computer script..

Why Is Object-Oriented Programming Popular?

This method makes programmers think more systematically about their code

Programming practice has gone through several evolutions in its lifespan. The first phase might be considered the “exploratory” phase, where there were no rules but a lot of imagination. People wrote code that was simultaneously amazing and terrible—amazing at what people got their slow computers to do, but terrible in that no one but the author would ever be able to maintain the programs. The lessons learned from the exploratory phase led to what is known as “structured” programming. The goal of structured programming was to be able to write programs that someone else had a chance of reading and understanding. Structured programming favored having really well-documented inputs and outputs to every function, very clear entry and exit points to each function, and Read More ›