Skip to main content

Posts

Is BCI (Brain Computer Interface) a road to immortality?

What is a Brain-Computer Interface? Brain-computer interface is a technology which can read your mind and display it on a device - a mobile, laptop or TV screen. It means what data is being carried by our billion neurons are prone to hack.  When combined with other mechanical devices, can also be used to control the device.  So in future, if you want to switch on your TV or light, you just have to think and that's all.  Google and Alexa home will be replaced by BMI controlled devices.  I am not an expert in this field but based on my research and analysis, I can predict that when BMI tech will get matured, the human can do brain to brain talk and many other magical things - in future Telepathy will be a day to day affair. BCI can give you all kind of experience from the comfort of your home.  You can go on vacation without leaving your bedroom. You can have romantic experience without having a partner and many more such experiences. ...

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 phys...

How AI, Blockchain and QC (Quantum Computing) will work together?

Our techno think tank started the debate on the future of our world when we will move into an era of Artificial Intelligence, Quantum Technology and Blockchain. In this article, I invite all my readers to share their views on these technologies. AI (Artificial Intelligence) AI is a very hot topic these days and everyone is upgrading their skills in machine learning, python, statistics, mathematics, Tensorflow etc. to use and get employed in the field of AI. No one wants to miss the boat of AI! We are seeing a lot of development in the area of AI. How AlphaGo beating the world's best GoPlayer, how AI is writing a persuasive article (scary) - New AI fake text generator may be too dangerous to release, say creators AI is now everywhere and increasing at very fast speed. Like any other technology or advancement, AI has its advantages and disadvantages. AI is doing very well in the area of medical science, space exploration, image classification etc. While many human jobs are...

HP QTP Tutorial – Chapter 11

1 Tools In my previous chapter, I discussed about the features available in Debug Menu such as Pause, Step Into, Watch Window, Run to Step etc. This chapter covers the features available under Tools Menu option. This chapter explains the following features available under Tools Menu : The features under Tools menu are very useful and also frequently used. The various options available under tools menu change the QTP settings and easy how we work with QTP. 1.1 Options The first feature available under Tools menu is Options which help in changing the QTP settings at global level. The changes made here are globally applied in all the Test Script and hence you must know the impact of those changes and also the best practices for making changes using Tools feature of QTP. You can access Options by navigating to Tools->Options . The Options screen and various settings under Options are explained shown below: Settings Description Gener...

HP QTP Tutorial - Chapter 10

1 Debug In my previous chapter, I discussed about the features available in Resources Menu such as Object Repository, OR Manager, and Associate Repositories etc. This chapter covers the features available under Debug Menu option. This chapter explains the following features available under Debug Menu : The features under Debug menu are very useful and also frequently used. Although in most of the cases you use Short Keys. We will cover all these features in detail in this chapter. 1.1 Pause  There could be case when are you running your script and want to pause (remember Pause and Stop are different things), then you can navigate to Debug ->Pause. The script will be paused at the current execution step. You can then do your analysis and then continue with your run by clicking on Automation-> Run. Alternatively you can also Press F5 or Run button from the tool bar.  1.2 Step Into  There are situation in a script which makes call to other Action or Funct...

HP QTP Tutorial - Chapter 9

1 Resources In my previous chapter, I discussed about the features available in Automation Menu including Run and Record Settings. This chapter covers the features available under Resource Menu option. This chapter explains the following features available under Resource Menu : Some of the features under Resources are very frequently used when you need to do the scripting and manage your Shared or Local Object Repository. You can manage your Object Repository; Associate your OR, Add Recovery Scenario etc. We will cover most of these features in detail in this chapter. 1.1 Object Repository When you are doing your scripting and want to view the Object Repository which is attached with the current Test Script, you can access it using Ctrl+R or by navigating to Resources->Object Repository. : You will see a below screen which is having multiple commands for modifying and adding new test object in your local or shared object repository. This is one of the screens which is ver...

HP QTP Tutorial Chapter 8

1 Automation In my previous chapter, I discussed about the features available in Insert Menu, QTP Checkpoints and usage of Output Value features. This chapter covers the features available under Automation Menu option. This chapter explains the following features available under Automation Menu : The features under Automation are very frequently used when you need to do the scripting. You can control your recording, run your test, and update your Test. We will cover most of the features in detail in this chapter.  1.1 Record Recording features work in 2 ways. One when you are starting a new test and want to start recording for generating the Test Script and when you want to enhance existing script for new features in your AUT. I will explain both the mode. We will start with Record for New Test. When you are starting with New Test, and about to start with recording of your scenario, you have to either press F3 or navigate to Automation=>Record. As soon as you have ini...