Saturday, June 17, 2023

AI can be suitable assitent for the R&D process.


AI like Bing and ChatGPT are ultimate tools. If the person asks then how to make a database connection or GUI with the C-language the AI answers immediately. The AI makes the code that the programmer can copypaste to the programming environment, and then they must just know the name of the connected database. 

That thing will decrease the work that must be done for working applications. And in business life is money. This means programming is easy and fun by using the AI -assistant. And that assistant can use by using own cell phone. The free-use AI assistants can give multiple pieces of advice about many things. And that makes the AI an extremely powerful tool. 

There are images of the aircraft and hypersonic aircraft concepts created by the AI. So those things might not exist in real life. The AI-based drawing tool like Dall-E can be a revolution for R&D workers. They might use the Dall-E to make outlines. That they see what they should do in their projects. 

But if the AI will get access to flow simulations, wind tunnel data, and CAD programs. There is the possibility. In the future, the user can say, "Make me the plans for a fully functioning aircraft model. The AI can select the materials, and fuel, and make the parts list that creators must use. 




The orders were: 


Draw me a hypersonic aircraft

Add some weapons to it (That was one of the model suggestions, that Bing gave). 


This is a conversation I had with Bing AI about C programming and database connection. 


The links are not working in the copypaste. But in the original Bing output, the links went to the right homepages. Below those C-codes. You can find the conversation that I had with Bing AI about the hypersonic flight.

Questions made by me. And answers are from Bing. The answers are copypaste from Bing. And that shows how powerful a tool it is. If some freeware tool can make this, what the commercial systems can make? The links are not working in the copypaste. But in the original Bing output, the links went to the right homepages. 


Q: How to make a connection between the database and C-program


A: To connect to a database with a C program, you need to use a data access library that supports the database you are using. For example, if you are using MySQL, you can use the MySQL Connector/C library1. If you are using SQL Server or Azure SQL Database, you can use the SQLAPI++ library2. If you are using Oracle, you can use the Oracle C++ Call Interface (OCCI) library3.


The general steps to connect to a database with a C program are:


Include the header files of the data access library in your code.

Declare and initialize a connection object with the database parameters (such as host, user, password, etc.).

Use the connection object to connect to the database and check for errors.

Use the connection object to execute SQL queries and retrieve results.

Use the connection object to disconnect from the database and free resources.

Here is an example of connecting to a MySQL database with C using the MySQL Connector/C library:


#include <stdio.h>

#include <mysql.h>


int main()

{

    // Declare a connection object

    MYSQL *conn;


    // Initialize the connection object

    conn = mysql_init(NULL);


    // Check if initialization succeeded

    if (conn == NULL)

    {

        printf("Error %u: %s\n", mysql_errno(conn), mysql_error(conn));

        exit(1);

    }


    // Connect to the database

    if (mysql_real_connect(conn, "localhost", "user", "password", "database", 0, NULL, 0) == NULL)

    {

        printf("Error %u: %s\n", mysql_errno(conn), mysql_error(conn));

        exit(1);

    }


    printf("Connected to MySQL\n");


    // Execute a SQL query

    if (mysql_query(conn, "SELECT * FROM table"))

    {

        printf("Error %u: %s\n", mysql_errno(conn), mysql_error(conn));

        exit(1);

    }


    // Get the result set

    MYSQL_RES *result = mysql_store_result(conn);


    // Check if result set is valid

    if (result == NULL)

    {

        printf("Error %u: %s\n", mysql_errno(conn), mysql_error(conn));

        exit(1);

    }


    // Get the number of rows and columns in the result set

    int num_rows = mysql_num_rows(result);

    int num_fields = mysql_num_fields(result);


    printf("Number of rows: %d\n", num_rows);

    printf("Number of columns: %d\n", num_fields);


    // Loop through the result set and print each row

    MYSQL_ROW row;

    while ((row = mysql_fetch_row(result)))

    {

        for (int i = 0; i < num_fields; i++)

        {

            printf("%s\t", row[i] ? row[i] : "NULL");

        }

        printf("\n");

    }


    // Free the result set

    mysql_free_result(result);


    // Disconnect from the database

    mysql_close(conn);


    printf("Disconnected from MySQL\n");


    return 0;

}

More info on

1. stackoverflow.com

2. learn.microsoft.com

3. geeksforgeeks.org


This is a conversation I had with Bing AI about hypersonic flight. 


Q: What is the best fuel for hypersonic aircraft


A:  According to some sources12, hydrogen has been the fuel of choice for hypersonic flight because of its rapid burning rate, high specific energy content, and good heat transfer properties for active cooling and recuperation. However, some researchers are also exploring the use of endothermic hydrocarbon fuels that can absorb heat via chemical reactions and double as a coolant3.


More info on


1. researchgate.net

2. arc.aiaa.org

3. cen.acs.org


Q: What is the best material for hypersonic aircraft?


There is no single best material for hypersonic aircraft, as different parts of the vehicle may require different materials and structures to withstand the high aerodynamic heating and thermal stresses. Some of the materials and structures that have been proposed or developed for hypersonic vehicles include:

Thermal protection systems (TPS): These are materials that insulate the vehicle from the high temperatures generated by air friction. They can be classified into passive or active TPS. Passive TPS are materials that either ablate (erode away) or radiate heat to the environment, such as carbon phenolic composites or ceramic tiles. Active TPS are materials that use cooling fluids or endothermic fuels to remove heat from the surface, such as metallic heat pipes or transpiration cooling1.

Hot structures: These are materials that can operate at high temperatures without insulation or cooling, such as metallic alloys or ceramic matrix composites (CMC). Hot structures can reduce the weight and complexity of the vehicle, but they also require high strength, toughness, and thermal stability2.

Ultra-high temperature ceramics (UHTC): These are materials that can withstand temperatures above 2000°C, such as zirconium diboride (ZrB2) or hafnium diboride (HfB2). UHTC can be used for leading edges, nose tips, or other critical parts of the vehicle that experience the highest heating. UHTC can also provide oxidation resistance and ablation resistance in oxygen-rich environments3.


More info on


1. ntrs.nasa.gov

2. arc.aiaa.org

3. link.springer.com


This is a very fast and quite accurate method to use AI for making texts and giving sources for that kind of thing. So AI is the next-generation tool for helping the R&D process. 


Friday, June 16, 2023

The new non-metallic microchips allow biocompatible microchip production.


MIT researchers are developed metal-free material that can use in biocompatible microchips. And that thing can make the new type of microchip implants possible. Those systems can create by using printers, and they can be more flexible than ever before. 

The development of microchips that can implant in the human body is changing many things. Those microchips can use to control prostheses, they can connect people straight to computers. And those systems can also make it possible that humans can control animals by implanting them with microchips. These types of systems are the next-generation tools for communication. And those microchips allow communication between people by using a way called technical telepathy. 

Those microchips can connect people to the Internet. The user can connect those microchips to a regular cell phone. And that allows transmitting EEG curves over long distances. The microchip that is connected to the brain's visual center can communicate with an action camera. 

That camera can implant in the place where is a blinded eye. Or those cameras can use similar technology that is used in spy cameras. And they can be in the sunglasses headband. That kind of system can give stereo vision to a person whose eyes are not working normally.

The problem with implanted microchips and things like eye implants is an immune reaction. The solution to that problem could be that researchers can cover those microchips by using the user's own cloned cells. The artificial blood veins can use to cover microchips and microchips that deny immune rejection. 

"MIT engineers have created a soft, conductive polymer hydrogel that could serve as a biocompatible, metal-free implantable electrode. The material, which can be made into printable ink, might be used in a variety of medical applications, such as pacemakers and deep-brain stimulators. It has shown promise in preliminary animal tests for maintaining stability and effectively transmitting electrical pulses, with less inflammation and scarring compared to traditional metal electrodes." (ScitechDaily.com/Biocompatible Innovation: MIT’s Soft, Printable, Metal-Free Electrodes for Next-Gen Implants)



Researchers can put metal wires in blood veins. The cells that form blood veins can also use for covering microchips. If those biological cables are made using cloned cells that are grown in cell cultures are taken from the receiver that denies the rejection. Those cloned blood veins can also use with MIT's new material. 


New non-metallic microchips are revolutionizing technology, used in microchip implants. In visions, the microchip is covered by a person's tissue cells that decrease the rejection. The extremely thin microchips can install on bones like skulls, and they can get information from the brain areas that are responsible for things like moving limbs. In that case, the medical staff can install microchips on the skull. That denies the need for complicated surgery. 

The system can get its electricity from the batteries that are used in pacemakers or straight from the nervous system. The biological batteries like cells that create electricity can use to deliver energy to those microchips. In that case, the biological electric unit uses the same nutrients as humans. And that kind of battery can give electricity for the person's entire lifetime. 


That kind of microchip can control things like robot arms. But they can also use to fix damage in the nervous system. 


And they can put another microchip at the point where the damage in the nervous system is. The microchip can use a BlueTooth connection or it can use wired connections. And if the wires are covered by a person's cells like tissue, that protects normal neural tissue or those wires can be put in the cloned blood veins. That thing makes those microchips easier and more comfortable to use. 

Installing those microchips is an easy thing. That implant that is put on the skull can be installed by the daytime surgeon. The installer must only pull tissues away from the skull and put those sensors on the bone. And if the microchip uses the battery the surgeon must drill a hole to the skull and put the battery in the cranial cavity. Or those sensors can be in the plaster. And then put on the skin. The idea is that those sensors are like wireless and fixed EEG-detecting electrodes. 

They can detect how the human brain are acting in real-life situations. That kind of system can use in the next-generation BCI (Brain-Computer Interface). Those systems can use to control the machines and the next-generation jet fighters can use the BCI-user interfaces. 

And there are some futuristic visions that in future the human is turning hybrid with machines. There is the possibility that extremely advanced biotechnology allows the body of the organism to create microchips in its own body. That thing allows those organisms to communicate with machines without borders. But those visions are far away in the future. 



https://scitechdaily.com/biocompatible-innovation-mits-soft-printable-metal-free-electrodes-for-next-gen-implants/

There are no limits to biotechnology.

Researchers can create customized organs for people maybe quite soon.

 

When we want to create lots of biomaterials. By using biotechnology, we must find out what we want to create. If we want to make lots of spider webs, that is one of the hardest materials in nature. We can make hybrid cells for that thing. If we want to connect the genome that makes spider make its silk to the cell that makes animal fur. And that thing makes those cells create spider silk. In some other versions, the genome that makes the spider's silk will connect with the cotton. 

That allows vegetables to make that extremely hard material. So these kinds of things are making biotechnology interesting. Nanotechnology allows creating the synthetic DNA. And that thing makes it possible to create the vegetables there is electric eel's genomes. Those bioelectric batteries can revolutionize technology. And also, the DNA transplant allows the creation of cloned neurons for half-organic microchips. 

Researchers also created mini-lungs in the laboratory. Those lungs can use in infection research. But the same technology can use to create cloned lungs for humans. If in those cells is connected a gene that makes them grow very fast. That kind of technology allows the creation of transplant organs for people. In that model, the organs are made by cloning the receiver's cells. But the problem is how to make them grow faster than normal cells. 



"Ribosomes (blue, upper left) are nanomachines that read mRNA (coming in from left) to assemble a chain of amino acids (magenta balls) that folds into a compact 3D protein (lower right, pink). Credit: Adapted from NSF image." (ScitechDaily.com/Hijacking Cellular Factories: Retooling the Ribosomal Translation Machine to Biosynthesize Molecules)



Researchers created the first synthetic human embryo in a laboratory. 


The synthetic human is one of the most fascinating things in science fiction. In some models, synthetic humans can make interstellar trips, and they can act as special forces operators. And of course, synthetic human embryos can use in medical tests. There is always the possibility that some worker in those laboratories wants a baby very hard. And in that case, that kind of person can steal one of those embryos. In that case that synthetic humans must treat as others. Synthetic human embryos are always causing discussions. 

Hybridization of humans and other species is possible. There are tests where the human embryo is hybridized with mice, and that thing hoped to create cloned organs for medical tests. But by using that technology is possible to create perfect organ transplants for people simply by cloning their organs. And that thing is one of the most interesting things in the world. In some visions, the genome that makes bowhead whales immune to cancer can connect with human genomes. And also things that make Greenland shark very long living can connect with human genomes.

Genome therapy is one of the newest therapies. In that therapy, the genome transplants would fix genetic disorders. But there is the possibility that gene therapy can use to create new immune cells like modified B- lymphocytes that can create medicines that destroy cancer cells. Genetically engineered immune cells can also change the DNA in the cell's nucleus. 

There is the possibility that the cells will get a genome transplant where they form new stem cells in the human body. In that model, every person's stem cell DNA will be stored after their birth. If researchers can make that thing and those genomes can store in liquid nitrogen they guarantee that every person can get stem cells from the cloned cells that grow in cell cultures. 

Hijacking cellular factories in the human body can program the cells to produce something that person is missing. Those cells can produce things like cytostatics. The genetically engineered immune cells that can create fibrine or spider web can use to fix the damage in blood veins. Those cells can also make it possible to close blood veins that transport nutrients for the tumors. Or they can close damaged blood veins in the case of accidents. 

Those genetically engineered cells can also create baby cells that are different from those cells. The genetically engineered macrophage can create bone cells as the next-generation cells. That will make it possible to fix damaged bones. There is the possibility that microchip-controlled genetically engineered macrophages can remove non-wanted cells from the human body. 



https://www.theguardian.com/science/2023/jun/14/synthetic-human-embryos-created-in-groundbreaking-advance


https://scitechdaily.com/how-to-guide-for-creating-mouse-human-chimeric-embryos/


https://scitechdaily.com/lab-grown-mini-lungs-accelerating-respiratory-disease-research/


https://scitechdaily.com/hijacking-cellular-factories-retooling-the-ribosomal-translation-machine-to-biosynthesize-molecules/

Thursday, June 15, 2023

The X-66A test plane uses new kinds of wings to make zero-emission or extremely low-emission aircraft possible.


The new wings are extremely thin. And that's why, in those wings is needed new types of supporting structures that wing. The new wing decreases the use of fuel by about 30%. Officially the X-66A is commercial aircraft, but the same technology can use in other large-size aircraft like cargo planes and maybe also strategic bombers like B-52 or B-1 updates can use these kinds of wings.

There is an interesting detail for that project. The X-66A is made by connecting those new wings to the removed MD-90 aircraft. And that thing tells that there is the possibility that those new wings are installed in the old bodies of aircraft like B-1 or some other aircraft. Those new wings can be installed in sweep-wing aircraft. And that allows making the new type of large-size aircraft with a longer operational radius. 




NASA’s ‘airliner of the future’ is now officially an X-plane(PopSci.com/ NASA’s ‘airliner of the future’ is now officially an X-plane)



B-1 "Lancer"

The new wing. Along with sweep-wing technology can be installed in B-1 bombers. 


That technology also can be integrated with other planes. The Lockheed-Martin X-59 QueSST ( Quiet SuperSonic Technology) is the test bed for researching the ability to create quiet or low-noise supersonic systems. The form of the aircraft aims the sonic cone at a smooth angle backward. That means the air travels a longer time to the ground. And that thing makes the pressure impulse weaker. 



Lockheed Martin X-59 QueSST (Quiet SuperSonic Technology) Low-Boom Flight Demonstrator. 

Variable wing geometry is the thing that makes those X-59-type systems more effective. If the wings can turn in the front position. That thing allows developers to make the aircraft able to use short runways. But at the same time that plane can be fast. The variable wing geometry is used in F-14, and F-111 aircraft. 

Those planes retired from service after the Gulf War. The only variable- or sweep-wing aircraft in the U.S. arsenal is B-1. And that new technology can make that aircraft more effective than ever before. Russians use that technology in Su-24 and MiG-23 planes as well as in Tu-140 bombers. 


https://www.popsci.com/technology/nasa-x-planes/

https://en.wikipedia.org/wiki/General_Dynamics_F-111_Aardvark


https://en.wikipedia.org/wiki/Grumman_F-14_Tomcat


https://en.wikipedia.org/wiki/Lockheed_Martin_X-59_QueSST


https://en.wikipedia.org/wiki/Rockwell_B-1_Lancer



Wednesday, June 14, 2023

MIT's new megawatt electric engine can help to electrify aviation.


The compact megawatt-class electric engines can use to raise aircraft into the air. And also in long-distance flights, those kinds of engines can use to rotate propellers or use blowers. That makes an aircraft electric use. Electric aircraft are more independent than regular aircraft because they can load their batteries from radio waves. And that thing gives them theoretically unlimited operational range. The megawatt-electric engines can use in large-size drones like Boeing Condor. 

The ability to transfer energy wirelessly to airborne systems allows the creation of quadcopters with unlimited operational range. That kind of system can be the ultimate recon and strike tool. Also, large-size quadcopters can use to raise aircraft from the ground. Then that system can fly them to the area there is no noise pollution problem. Or the aircraft can have a blower system that gives it low-noise VTOL (Vertical Take-Off and Landing) ability. 

When aircraft flies over a city area, it can use electric engines. And then outside the city area, it can start to use regular jet engines. Or into new plasma-jet engines. Plasma-jet engines allow using the nuclear reactors in aircraft. And that kind of system can make "Project Pluto 2" possible. In that system, the nuclear reactor gives electricity to plasma-jet engines., And that removes radioactive pollution from that system. 

The fact is that the aircraft also can use plasma-ion or plasma-jet engines. In those engines, the electric arcs or laser rays heat air in the engine to plasma, and the expansion of the air acts like combustion. The magnetic accelerators can pull that plasma backward. And that kinds of systems can make it possible to create miniature aircraft that can fly at least supersonic speed. There is the possibility that this kind of system can use in extremely small aerial vehicles. 


"MIT aeroengineers are creating a 1-megawatt electrical motor that is a stepping stone toward electrifying commercial airliners. Pictured are some industrial concepts for hybrid-electric aircraft. Credit: @Airbus SAS 2023" (ScitechDaily.com/MIT’s Compact Megawatt Electric Motor Could Help Electrify Aviation)






"The MIT megawatt motor (shown in cross-section at top right, and full scale at the bottom right) comprises key enabling technologies: a high-speed permanent magnet outer rotor, a low loss tooth-and-slot stator, an advanced heat exchanger, and integrated, high-performance power electronics. Credit: Courtesy of the researchers. (ScitechDaily.com/MIT’s Compact Megawatt Electric Motor Could Help Electrify Aviation)




Condor


Diagram of a pulsejet. In that model is not a back hatch. 

The plasma-ion engine allows creating the next-generation ramjet-propelled ammunition. If an artillery cartridge gets energy from outside and uses a plasma-jet engine that grenade could make an intercontinental journey. Plasma-pulsejet engine is the miniaturized version of the pulse engine, that was used in the V-1 flying bombs. The system can replace the combustion by using plasma. 

In a plasma-pulsejet engine, the system will pump air into the chamber. Then it will close the front hatch and start to expand the air in the chamber by using electric arcs or some kind of radiation. When that pressure is high enough, the system opens the back hatch. And the plasma that travels backward causes thrust. 

The plasma-jet or small-size plasma pulsejet or ramjet engines also can install in the rifle- or small-size cannon ammunition, and those things can theoretically make it possible to create a sniper rifle that can shoot targets from another continent. 


https://interestingengineering.com/innovation/new-electric-jet-engine-actually-works-inside-the-atmosphere

https://www.sciencealert.com/scientists-have-created-a-fossil-fuel-free-jet-engine-prototype

https://scitechdaily.com/mits-compact-megawatt-electric-motor-could-help-electrify-aviation/

https://en.wikipedia.org/wiki/Boeing_Condor

https://en.wikipedia.org/wiki/Project_Pluto

https://en.wikipedia.org/wiki/Pulsejet

https://en.wikipedia.org/wiki/Ramjet

https://en.wikipedia.org/wiki/V-1_flying_bomb

The new way to make large and clean 2D materials can bring new winds to civil and military systems.


A large graphene layer that covers aircraft or other vehicles can give ultimate strength to the layer. The problem with graphene and other 2D materials is that they need the 2D structure and single-atom layers for working perfectly. Researchers can put a graphene layer on the metal layer and separate it from the metal using nanotubes. 

And then another graphene layer will be installed on the first layer. The DNA molecules can act as nano springs between those layers. Those nano springs can take impact energy in their structure. And then that material can make it possible to create a new type of nano-armor. 

But there is the possibility that the nano-diamonds or some other nano-antennas can install in those graphene layers. The nanotubes can keep those antennas in position. If the system conducts electricity with opposite polarity into those antennas. That thing can make the electric arc and even destroy incoming asteroids or other ammunition. 

It is possible to use 2D material for increasing the engine's power during spaceflight. Ion engines shoot ions through the graphene web. And then the graphene is aimed at an electric impulse that rises the energy level of those ions. 



"Artistic depiction of KISS exfoliation and photoemission experiment. 2D material is separated from the parent crystal due to stronger interaction with the substrate. UV light is used to photo-emit electrons allowing studies of the electronic structure by direct imaging of the electronic bands, as seen in the background. Credit: Antonija Grubišić-Čabo and Dina Maniar, University of Groningen" (ScitechDaily.com/KISS: A New Way To Easily Produce Large, Clean 2D Materials)


In the most futuristic versions of the ion systems the graphene layer is full of antennas that look like nano-size pins. There are formed skyrmions around those antennas and then those spinning skyrmions drive ions in the wanted direction. 

The 2D microchips can make it possible to create a cannon that can shoot miniature satellites to the orbiter. The 2D microchips can resist more powerful recoil than 3D microchips. 

The 2D microchips are coming. The 2D microchips allow the creation of extremely lightweight systems. But another thing is that 2D microchips allow the creation of microcomputers that can resist extremely fast acceleration. So the 2D microchips allow creating the smart grenades which electronic components can resist extremely powerful recoil. 

And maybe the 2D microchips are making it possible to complete the human's dream about cannon that can shoot satellites into the orbiter. Normally people say that the satellite's components cannot resist the "orbiter cannons" recoil. But the 2D microchips resist more powerful recoil than normal microchips. 

There are more than one useful ideas where researchers can use 2D materials. The problem with those materials is that their product is very hard there is a possibility to cover the layer by using graphite, and then the laser removes extra atom layers from that layer forming graphene. 


https://scitechdaily.com/kiss-a-new-way-to-easily-produce-large-clean-2d-materials/

Tuesday, June 13, 2023

The new material will revolutionize night vision and energy production.

We can imagine how sharp the night vision system could be if every LCD cell is connected to an individual photovoltaic cell. In that model, every photovoltaic cell gives electric impulses to its LCD cell. That thing makes it possible to create a lightweight system where miniaturized photovoltaic cells act like mesh eyes. This technology allows the controlling of small-size submarines even in human blood veins. 

That kind of system can make it possible to create night-vision glasses that cannot be blinded by flashing lights. And those glasses can be installed in the kevlar- or titanium-carbon-fiber mask that protects the user from small stones and slow bullets. The user can use this kind of intelligent glasses in the daytime. Engineers can install this type of small camera that acts as a sight to guns. 

Developers can install this kind of wireless action camera in the place of the laser point, or it can be integrated into the laser point. The laser point can act as a laser microphone and target marker. And it can also see what kinds of chemicals are in the air. And that system allows shooters to shoot around the corners. With very high accuracy. Also, things like pocket-size drones can send their data to augmented reality glasses. 

Those systems can also follow spoken words and use voice commands. Or maybe someday the BCI makes it possible to control drones and other devices and exchange information between humans and implanted animals. The things like "Neuralink" microchips are making it possible to control animals like dogs by using regular GSM telephones. 

The same hybrid material that can make this thing possible can also make it possible to create wearable computer vests. There could be a special pocket in the bulletproof vests for those computers. Those wearable computers could be very lightweight and powerful 2D computer technology. That kind of system is making a revolution in the military and civil world. 



Engineers can transform every single mobile telephone into a HUD screen for larger computers. The mobile telephone requires only the application that allows it to connect to the computer by using the BlueTooth. In that case, the mobile telephone acts like a virtual screen. And the system can benefit the positioning system and tilt sensors. So when the user turns their head the VR system can make the illusion that the person is in a virtual space like a virtual room. That system can also be connected to robots. And when the user turns their head, that thing makes the robot's head turns. The user can see and hear things that the robot sees and hears. 

Even if we don't use augmented reality while we are jogging that kind of technology is safer than regular screens. If the users of the computers are using HUD glasses nobody can see what they are writing or making with their computers. Augmented reality makes it possible to create safe computers. The user might use the virtual keyboard that is seen in the HUD glasses. 

When the users of those systems are using virtual keyboards they must simply put their index finger at a certain point, and then tell the system that the finger is on the letter "A". Then the AI creates a virtual keyboard in front of the user's eyes. Then the AI simply follows the points where the fingers are. And if there is some kind of problem to see touches, the user can use voice commands for positioning letters. 

Those HUD glasses with the action camera can be connected to the computer wirelessly by using BlueTooth. The user of that kind of system can carry the computer that is like a box in the bag, or there could be a special pocket for that system in the jacket. 

And if the user waits for the flight or trains the system can connect itself with the station's timetable. When the train is coming the system tells that the vehicle is leaving. And in that case, the system user can simply stand up and walk to the right door. Of course, the system can know how fast the person walks, and that tells the incoming train or another vehicle early enough. 


https://scitechdaily.com/new-hybrid-material-transforms-light-revolutionizing-solar-energy-medical-imaging-and-night-vision-technologies/

Image: https://7wdata.be/internet-of-things/new-augmented-reality-technology-announced/

Monday, June 12, 2023

FRB and long-distance communication.


FRB can offer a solution for long-distance quantum communication. 


The idea of this type of communication is that internally positioned EM fields can protect each other. So the qubit can be packed in an electromagnetic capsule. And things like power fields like skyrmions can also be superpositioned. But the problem is how to protect the information in that system from the outside effects. 

In some models, the FRB (Fast Radio Bursts) are the skyrmions that travel on some kind of quantum flashes of lightning. In those models, the quantum lighting or donut-looking power field will get energy from the superstring or quantum tornado. 



"New research in structured light means researchers can exploit the many patterns of light as an encoding alphabet without worrying about how noisy the channel is. Credit: Wits University" (ScitechDaily.com/Structured Light Revolution: Noise-Free Optical Communication Demonstrated)

In that model, the quantum tornado or the tail of some very fast particle forms a channel. And the FRB is traveling on that channel. Maybe FRBs can someday in the future be the model for long-distance quantum communication. 

The problem with quantum communication is the noise. In some models, quantum computers will use the donut-shaped skyrmion lightning for long-distance communication. The skyrmion can be segmented and each segment can be the independent state of the qubit. But the problem is how to protect the skyrmion from the outside effects. 

The noise-free optical communication has been demonstrated. The problem with optical communication is the outside effect. If the light travels in the fullerene nanotube that thing protects the information carrier. Fullerene nanotubes can protect the information over short distances, but for long-term communication is needed some other solutions. 

The other version is to use a hollow laser ray where the information travels in a safe. The hollow laser rays allow researchers to create an electromagnetic wormhole that protects information that travels in the optical system. And researchers can install that system's binary version in regular network components. 

In some models, the system can use the mechanic quantum computer. The mechanic quantum computer could be a very small structure in the wires. Researchers are turned single atoms into quantum computers. And that means the copper wires can act as quantum computers if they can be stabilized. 

 So intelligent electric wires can use to transmit electricity and information between two points. The mechanic quantum computer is one very promising system for many purposes. But the problem is that the R&D process for these kinds of systems is just beginning. 


https://scitechdaily.com/structured-light-revolution-noise-free-optical-communication-demonstrated/

In the future, more and more people have an AI assistants.


AI is here to stay. Commercial solutions are coming in many new areas that require extremely sharp and accurate knowledge of the situation or entirety and especially the ability to see changes in the structures very accurately. AI-based systems can help people to drive safely. And those things can also act as investors. 

The AI as an investor is a new idea, and the AI's ability to search and follow stock marketing, as well as other large entireties, makes the AI an ultimate tool. The AI will never keep coffee breaks. And that's why it can see minimum changes in stock values. And that thing makes the AI able to win good money more often than humans in the stock exchange. And AI is the tool that can see the minimum changes in multiple investment targets. 

When we think about robots. And especially AI-driven robots there is always the possibility that hackers turn those robots into weapons. The argument for this case is that also humans can take bribes and turn against their friends. The thing that is the most horrifying version of AI-controlled robots is killer robots or military robots. 



The aircraft that drop bombs don't need very advanced technology for automatic bombardments. The modified TERCOM (Terrair-Contour matching) system that makes the aircraft release its bombs at the right moment is enough. Or the GPS can determine the point where the robot plane releases its weapons. And smart weapons can use an advanced IIR (Imaging Infrared) system. The system can use image recognition like a Javelin missile. That it can aim smart weapons at the target. 

The reason why those robots are under development is that they save their own lives. The argument that supports those robot warriors is that weapons must be frightening. Their mission is to deny attacks against their owners. But as well as humans the AI-controlled robots have risks. But the same way humans can risk other human's lives if the wrong persons get guns in their hands. 

When we think about the case when the robot taxi impacted a pedestrian causing death the reason for that impact was in the control code. The thing is that in that case, the AI caused an accident. But same time we forget that millions of people face car accidents every day. 

And the biggest risk in traffic is drunken drivers. Drunken drivers are always at risk and the remarkable thing in this case where the AI-driven taxi killed a pedestrian is that most traffic accidents don't get so much attention as this case. The problem with AI development is that only negative things are filling the news. 

AI is much more than just the negative things. AI can make diagnoses it can revolutionize nanotechnology. Robot surgeons are the things that are ever tired. Maybe those robot surgeons cannot make complicated operations. But in first aid situations. They can make first aid operations. That human surgeon can fix later. But technology advances. The robot surgeon and robot doctors are ever tired. They are not talking bad things about their patients. 



Sunday, June 11, 2023

Ghost particles and ghost crafts

The idea of the ghost crafts is based on the theory about wimps (Weakly interacting massive particles). Wimps are hypothetical dark matter particles. The idea is that the wimp is a very small particle, with a high energy level and the spin of that particle could be >1. And that could cause a situation where the radiation will not interact with the wimp similar way with other particles. The visible particles have a spin of 1/2. And that means the particles are wobbling back and forth. When a particle's spin direction changes it sends a photon. And that movement makes particles visible. 

The wimp would be an extremely high-energy particle. The high energy level makes it very heavy. And at the same time, the wimp would be smooth. The smooth surface makes the other radiation slide over the particle. if a particle's spin is high enough it could just drive radiation to its axle. And then that thing makes the particle virtually small. That means the wimp could be the large particle. But it drives radiation into its axle. And that means the contact point of that particle is very small. 


If particle spin is >1, that means it simply rotates around its axle. And then that particle would not send a photon. The quantum field around that particle is the thing that will push other quantum fields away. Because a hypothetical wimp sends wave movement as bursts that means the wimp is in an electromagnetic vacuum that doesn't limit the rotation speed of the wimp. And that thing makes the wimp invisible. The reason why we cannot see the wimp is that its quantum field could change its form. And that thing will turn the particle stealth. The radiation just slides over the shell of the wimp, and that denies the interaction. 


Theoretically is possible to turn all particles into wimps. The idea is that the system will put the particle in the warp bubble. That thing could do by stressing it with radiation. And then the radiation stress will end. That makes the particle send the radiation impulse. That radiation impulse would make the warp bubble around the particle. Then the system must put the particle spin >1. And that thing makes the synthetic wimp possible.  

There is theoretically possible to create invisible crafts by putting the regular particles spin >1. The thing is how to make that is problematic because in that case, every single particle the craft's shell must put in the warp bubble. But if the system can create the situation that all particles are turning to rotate all turn around their axle, that thing makes it possible to create a craft that is like a ghost. The system might make the warp bubble by exploding antimatter. And then it would start to stress atoms on its shell by using the lasers. That thing would turn any particle into wimps. 


The claimed antigravitational engine.

There is claiming that the mystery plane called TR3B that existence is not confirmed, uses the secretive Nazi-patent-based antigravitational system. The system claimed to use mercury to make the antigravitational levitation. But is that thing possible in real life? Sometimes people claim that they see different colors of lights in UFO observations. There is the theory that those lights are the laser-LEDs that mission is to stress certain atoms by using their resonance wavelength. 

That means those LED lights are making the plasma cloud around that craft. The purpose of that plasma is to deny the radar radiation echo from the craft's surface. The idea is that plasma pulls energy away from the incoming radio waves. 

And sometimes people, who were abducted claimed to hear some strange sound. Theoretically, that sound could be the acoustic weapon, that puts targets into hibernation. Neurologists confirmed. That there is an ultrasound trigger that puts a person in hibernation if the person is targeted using this kind of acoustic system. 

And sometimes people who abducted. Claimed to hear some strange sound. Theoretically, that sound could be the acoustic weapon, that puts targets into hibernation. Neurologists confirmed. That there is an ultrasound trigger that puts a person in hibernation if the person is targeted using this kind of acoustic system. 

Theoretically, antigravitation is possible to make. The system might be the slight ball that sends electromagnetic waves that are so dense that they could deny the gravitational waves travel through those impact waves. The other version is to make the counter-gravitational waves that deny the outcoming gravitational waves to reach the object. And that thing should make that thing levitate. 






In that system called Die Glocke, which is the hypothetical antigravitational machine the system would load mercury droplets by using electromagnetic radiation. That thing makes the mercury droplet heavier or higher energy than unusual. That energy impact turns the mercury extremely slight and dense. Then the system sends the electromagnetic radiation to the mercury. 

Theoretically, that thing should send homogenously and tight energy reflection from those mercury droplets to the environment. And then those tight electromagnetic counterwaves could make it possible to turn the incoming gravitational waves to another direction. 

The spinning mercury droplet will act like an artificial neutron star. In this hypothetical antigravitation engine's conventional models. The mercury droplet will be loaded into an extremely high energy level. And then, that system will send electromagnetic radiation pikes to the front of the rocket chamber. So in this version, the system uses virtual antigravitation. 

There is a vision that the particle accelerators can make ping-ball-size artificial neutron stars that can be put in the rocket's reaction chamber. The electromagnetic radiation pikes from the poles of those neutrons can push the rocket in the wanted direction. In that model, another radiation pike will push the front side of the reaction chamber. And other pike travel backward. 

But can extremely tight and homogenous electromagnetic wave turn gravitation opposite? The fact is that gravitation is wave movement and all wave movement can turn around. The idea of that thing is proven with neutron stars. Neutron stars are also sending gravitational waves. Those waves are forming in its absolute light shell. When a neutron star spins in the universe it harvests energy from its environment. The neutron star also sends gravitational energy. And the homogenous shape of that supernova remnant will explain why neutron stars can send gravitational waves. 

While electromagnetic radiation impact with neutron stars. The quantum bonds between neutrons. Along with bonds and gluons between quarks acting like antennas. The energy that impacts neutron stars travels to their shell. And that shell is one of the most homogenous objects in the universe. The fast spin of the neutron stars also makes EM-radiation hard to tunnel in the neutron structure. So there is forming an extremely tight homogenous radiation impulse that can deny energy or even gravitational waves impact with the shell of the neutron star. 

https://scitechdaily.com/scientists-induce-hibernation-like-state-using-ultrasound-stimulation-of-the-brain/

Saturday, June 10, 2023

A former intelligence officer claimed, that the U.S. government has aerial vehicles with unknown origin in their hands.

Image: https://interestingengineering.com/culture/aliens-intelligence-official-us-spaceships

We all know the story about the most famous UFO incident in Roswell, New Mexico from the year 1947. In that incident, the U.S. Airforce claimed to capture a UFO. There are also many other cases where the USAF and its cooperatives claimed to capture unknown aerial vehicles. Kecksburg case, Pennsylvania in 1965, and the Cape Girardeau  case from the year 1941 are other well-known cases, where the craft, with an unknown power source, made a crash landing. The Kecksburg UFO may have some kind of connection with the ion-power technology where the system pressures plasma and then drives those ions to the ground. 

In some cases, the Kecksburg-case claimed to have connections with the so-called "The Bell" or "Die Glocke". The purpose of the mythic Die Glocke or the Bell is unknown. There is a possibility that the system is the EMP weapon, and that thing could explain the mystic electromagnetic phenomenon near the flying thing. So were those mythic crafts came from other planets or some Air Force laboratories? 

In some visions, there is the quick-silver base antigravity system. In those cases. The system drives quicksilver droplets through the accelerator. The system pushes those droplets into extremely dense mode. And then those droplets can turn to act like very slight objects. Then there forming standing waves around those droplets. And then those standing waves will push another wave movement that impacts them away. That thing could theoretically make even antigravitation possible. 

The former intelligence official said that the metal structure of those captured devices was unknown. So were those crafts extraterrestrials or were they some kinds of test devices? The thing is that nobody still confirms having the extraterrestrial crafts in their hangars. And that means the stories about the captured alien vehicles are not confirmed. 

The fact is that the unknown metal structure might also be made in some Air Force laboratory. The reason for those exotic materials could be that there is some kind of oscillation. That must be removed from the craft. If the material structure in the craft is unique, it's harder to make resonance that could damage the structure of those vehicles. 


https://eu.columbiatribune.com/story/opinion/editorials/2015/02/03/the-1941-cape-girardeau-ufo/985746007/

https://interestingengineering.com/culture/aliens-intelligence-official-us-spaceships

https://www.planet-today.com/2021/03/the-cape-girardeau-1941-ufo-incident-i.html

https://www.popularmechanics.com/military/research/a36560537/hitler-nazi-anti-gravity-machine-ufo-die-glocke-conspiracy-video/

https://www.theguardian.com/world/2023/jun/06/whistleblower-ufo-alien-tech-spacecraft

https://en.wikipedia.org/wiki/Die_Glocke_(conspiracy_theory)

https://en.wikipedia.org/wiki/Kecksburg_UFO_incident

https://en.wikipedia.org/wiki/Roswell_incident


Image: https://interestingengineering.com/culture/aliens-intelligence-official-us-spaceships



The next-generation technology allows the creation of medicines without side effects.

"Have you ever wondered how drugs reach their targets and achieve their function within our bodies? If a drug molecule or a ligand is a message, an inbox is typically a receptor in the cell membrane. One such receptor involved in relaying molecular signals is a G protein-coupled receptor (GPCR). About one-third of existing drugs work by controlling the activation of this protein. Japanese researchers now reveal a new way of activating GPCR by triggering shape changes in the intracellular region of the receptor. This new process can help researchers design drugs with fewer or no side effects". (ScitechDaily.com/New Way To Develop Drugs Without Side Effects – To Treat Obesity, Pain, Osteoporosis, and Neurological Disorders)

The reason for the side effects of the drugs is simple. The medicines are released in the wrong places. Nanotechnology is an impressive tool. There is the possibility to create structures that have been impossible before. In some models, the nanotechnical structures are themselves neutral. Nanotechnology allows connecting of certain types of carrier nutrients in those structures. 

And when the medicine travels through the ion pump it opens the shell of the nanostructure and then uncovers the functional group of the molecule. Theoretically, these kinds of processes are very easy to create, but the fact is that the nutrient carrier must transport those molecules in the right cells. And if the medicines can release their functional group into the cells that the creators of those things want to affect, that thing removes the side effects of the medicine. 

Intelligent materials can turn drugs intelligent. The liquid metal on the plastic or cellulose can turn regular materials into intelligent. And that knowledge can turn medicines intelligent too. Intelligent drugs can find the right cells and release their functional group in them. 

"An artist’s impression of resulting targeted response from GPCR activation from inside the cell. Credit: Kobayashi and Kawakami et al., 2023" (ScitechDaily.com/New Way To Develop Drugs Without Side Effects – To Treat Obesity, Pain, Osteoporosis, and Neurological Disorders)

"Researchers discovered a novel method to activate G-protein coupled receptors from inside the cells, and it helps develop drugs without side effects".(ScitechDaily.com/New Way To Develop Drugs Without Side Effects – To Treat Obesity, Pain, Osteoporosis, and Neurological Disorders)

"The team identified a molecule, PCO371, that interacts with the intracellular region of a specific GPCR, offering a promising approach for treating conditions like obesity, pain, osteoporosis, and neurological disorders". (ScitechDaily.com/New Way To Develop Drugs Without Side Effects – To Treat Obesity, Pain, Osteoporosis, and Neurological Disorders)

But the problem is how to make that kind of medicine. The same technology there liquid metals turn the material intelligent can benefit drug development. 

The most exotic solution for releasing medicines just into those damaged- or wrong-acting cells are intelligent medicines. The same technology that is used to turn liquid metals and hybrid materials intelligent turns drugs intelligent. 

Intelligent drugs like microchip-controlled nanocapsules are the most futuristic things that can use in medical research. The idea is that when the microcapsule reaches the right ion pump the microchip-controlled system pushes medicines into the cell. 

Theoretically, the miniature submarines that can find certain cells and then inject medicines into them could be the most fundamental things in the history of medicine. The problem is how to make enough large numbers of those miniature submarines. 

Intelligent materials could solve that problem. If there are three layers in the intelligent materials. Those materials could think like the brain. And that thing allows us to create intelligent molecules. That can think and find the right cells. 

https://scitechdaily.com/new-way-to-develop-drugs-without-side-effects-to-treat-obesity-pain-osteoporosis-and-neurological-disorders/

The intelligent pills and nanosubs are coming to the estrade.

Intelligent pills mean systems that deliver medicine only when the body needs it. The system is a microchip-controlled capsule and sensor pa...