Skip to main content

How an electrode (#Stimoceiver) can control your mind?

As I promised I am happy to share this article on mind control using a machine. I am very confident that after reading this article, you will know how mind control can be possible in the near future. This subject is always debatable on moral grounds and if I analyzed this technology in the context of AI Threat, then it seems like a nightmare when AI get hold of our own invention and research to turn against us. This is why many great scientists and people like Stephen Hawking or Elon Musk are fearful of AI Advancement.

To better understand this article, let's understand a few terms and their meaning:

STIMOCEIVER

The Stimoceiver is a tiny transceiver implanted in the head of a control subject, which can then be used to modify emotions and control behaviour. (source -  https://findwords.info/term/stimoceiver).
When we discuss Stimoceiver, the first name which pops our mind is of Dr José Manuel Rodríguez Delgado, José Manuel Rodríguez Delgado was a Spanish professor of physiology at Yale University, famed for his research on mind control through electrical stimulation of the brain. You can read his biography at  https://en.wikipedia.org/wiki/Jos%C3%A9_Manuel_Rodr%C3%ADguez_Delgado

As per Wikipedia, the most famous example of the stimoceiver in action occurred at a Córdoba bull breeding ranch. Rodríguez Delgado stepped into the ring with a bull which had had a stimoceiver implanted within its brain. The bull charged Delgado, who pressed a remote control button which caused the bull to stop its charge. Always one for theatrics, he taped this stunt and it can be seen today. The region of the brain Rodríguez Delgado stimulated when he pressed the hand-held transmitter was the caudate nucleus. This region was chosen to be stimulated because the caudate nucleus is involved in controlling voluntary movements. Rodríguez Delgado claimed that the stimulus caused the bull to lose its aggressive instinct.
Watch this video below:

One of the direct clinical applications of Delgado’s work, deep-brain stimulation is a recently FDA-approved approach towards treating Parkinson’s disease and depression. A long electrode is surgically inserted into a targeted region of the brain, such as the basal ganglia in Parkinson’s, where a pulse generator steadily sends bursts of electricity to stimulate that region. It is now known that the electrical pulses from deep brain stimulation stimulate certain neurons to secrete compounds that suppress the symptoms associated with a disease such as Parkinson’s. They act as pacemakers, regulating the chemical balance of the brain without resorting to drugs. Although not a cure, they serve to significantly reduce symptoms and improve the quality of life for the patient. Delgado’s dream of using his stimoceivers to cure disease has finally been realized.

Delgado dreamed of using his electrodes to tap directly into human thoughts: to read them, edit them, improve them.

He once told a newspaper that the human race is at an evolutionary turning point. We’re very close to having the power to construct our own mental functions or we will be able to “construct thyself.”

We are now understanding how useful can Stimoceiver be, for various technological advancement. I will talk about one of its current application in the area of BCI - Brain control interface in my next article.

References:
1. https://en.wikipedia.org/wiki/Jos%C3%A9_Manuel_Rodr%C3%ADguez_Delgado
2. http://www.yalescientific.org/2011/02/the-brain-machine-connection-humans-and-computers-in-the-21st-century/
3. https://www.wired.com/2016/01/phil-kennedy-mind-control-computer/

Comments

Popular posts from this blog

Why to do Software Testing?

Regardless of the limitations, testing is an integral part in software development. It is broadly deployed in every phase in the software development cycle. Typically, more than 50% percent of the development time is spent in testing. Testing is usually performed for the following purposes: To improve quality. As computers and software are used in critical applications, the outcome of a bug can be severe. Bugs can cause huge losses. Bugs in critical systems have caused airplane crashes, allowed space shuttle missions to go awry, halted trading on the stock market, and worse. Bugs can kill. Bugs can cause disasters. The so-called year 2000 (Y2K) bug has given birth to a cottage industry of consultants and programming tools dedicated to making sure the modern world doesn't come to a screeching halt on the first day of the next century. [Bugs] In a computerized embedded world, the quality and reliability of software is a matter of life and death. Quality means the conformance to the ...

HP Quality Center - Best Practices

1.Introduction Quality Center is a test management tool which provides very good features for managing both your manual and automated test cases. This paper highlights the best practices for managing your test cases. When you open Quality center, depending on your rights it display the below mentioned option in the sidebar: 1. Requirements 2. Test Plan 3. Test Lab 4. Defects 5. Dashboard 2.Requirements When you have assigned with the responsibility of developing your test cases in the quality center then you must be wondering where to start with. I am going to share my experience to overcome such a situation. You need to find the solution of some question before you start writing your test cases. 1. Is your requirement developed and available? 2. Is your requirement organized in a logical sequence? If answer to both of the above question is Yes, then you can start with Requirement option in the side bar. In case your requirement is under development, then you keep your...

Mantis - Defect Management Tool - User Guide

Introduction This white paper contains information related to an open source defect management tool called Mantis which is freely available for managing all your defects. Where to Download One can download the latest version of Mantis from http://sourceforge.net/project/showfiles.php?group_id=14963 Download the “mantis-stable” and then “mantis-x.y.z.zip”.1.1 PRE-REQUISITE Operating System Windows 2003 Server, MacOS, OS/2, Linux, Solaris Database MySQL database 3.23.2 and higher Software PHP 4.0.6 and higher Application Server Apache 1.3, Apache 2.0.54, IIS 6.0 with Web Services Extension Browser IE6 and above, Mozilla Firefox STEPS FOR INSTALLATION – FOR WINDOWS MySQL Installation Install MySQL by downloading it from http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-gui-tools-5.0-r6-win32.msi/from/http:/www.mirrorservice.org/sites/ftp.mysql.com/ . Please follow the below mentioned steps while installing MySQL: (Please remember the password for “root” account...