Categories
AI & Tech

Is Prompt Engineering the Future of Technology

What is Artificial Intelligence?

Artificial Intelligence (AI) refers to the development of computer systems that can perform tasks that normally require human intelligence, such as learning, problem-solving, decision making, and language understanding. AI is a rapidly advancing field that has seen significant progress in recent years, driven by advancements in deep learning, natural language processing, and robotics. AI is already being used in a variety of applications, from self-driving cars to virtual assistants and medical diagnosis. With the ongoing development of AI technologies, we can expect to see further advancements in areas such as healthcare, education, and finance, among others. However, as with any powerful technology, there are also concerns about ethical and societal implications that need to be addressed.

What is Prompt Engineering ?

Prompt engineering is a process that involves designing and constructing effective prompts for machine learning models or natural language processing systems. These prompts serve as a starting point for models to generate a response or complete a task. As the use of AI-powered solutions continues to rise, the demand for prompt engineering services has also increased. Prompt engineering is crucial for developing language models that can accurately and efficiently perform specific tasks, such as text summarization, language translation, and sentiment analysis. The growth of the AI industry has created significant opportunities for prompt engineering professionals and is likely to continue in the future.

Prompt Engineering is going to be the new career opportunity to look out for ?

As AI technology continues to advance, the need for skilled prompt engineers is likely to grow. Effective prompts can greatly influence the performance and behavior of AI models, and organizations are increasingly recognizing the importance of fine-tuning prompts to achieve specific outcomes. Prompt engineering requires a combination of expertise in AI, natural language processing (NLP), and problem-solving to design prompts that yield accurate and desired responses.

Demand for Prompt Engineering

The demand for prompt engineering is likely to be driven by several factors. Below are few to definitely look out for :

  1. As AI models become more powerful and widely adopted across industries, there is a growing need for tailored and precise prompts to maximize their utility.
  2. Prompt engineering can help mitigate biases and ethical concerns in AI systems by carefully designing prompts that promote fairness and inclusivity.
  3. Prompt engineering plays a crucial role in applications such as chatbots, virtual assistants, and automated customer.

AI is already being used in a variety of applications, from self-driving cars to virtual assistants and medical diagnosis. With the ongoing development of AI technologies, we can expect to see further advancements in areas such as healthcare, education, and finance, among others. However, as with any powerful technology, there are also concerns about ethical and societal implications that need to be addressed.

 

Categories
AI & Tech

How to configure SSL on your application

If you have not already configured your Tomcat instance then you can follow the instructions here.

How to setup SSL on Tomcat in less than 5 minutes

By following the above article, you will be fulfilling all the prerequisites and you will be able to proceed to the next step. To enforce your application to work with SSL, the following is the additional step that needs to be done. You will need to add the following code snippet into your application’s web.xml file.

<security-constraint>
    <web-resource-collection>
        <web-resource-name>YOUR SECURED WEBAPP NAME</web-resource-name>
        <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <user-data-constraint>
        <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
 </security-constraint>

Observe the following things from this setting that you’ll be putting in your web.xml file:

  1. The url-pattern tag above is set to /* so that any page or resource of your web application needs to be accessed via HTTPS only.
  2. The transport-guarantee tag above is set to CONFIDENTIAL, to ensure that your application is accessible via HTTPS only.
  3. For these changes to take effect, save the web.xml file, and restart your TOMCAT / TomEE service.
  4. In case you want to turn off the SSL settings, you don’t really have to remove this whole setting but mark the transport-guarantee tag to NONE instead of CONFIDENTIAL and restart your TOMCAT / TomEE instance.
Categories
AI & Tech

How to setup SSL on Tomcat in less than 5 Minutes

This article is going to show you how you can configure SSL on your Tomcat / TomEE instance in less than 5minutes, I challenge you that!

For this, the basic pre-requisites are the following (these are obvious, but making a point that this article is self-explanatory to all kinds):

  • Java SDK (JDK 11.0.2 used for this article)
  • Tomcat / TomEE (Tomcat 9 used for this article)

There are basically two important steps to make this configuration work, which is as follows:

  • To create a Keystore file using Java
  • To configure your Tomcat / TomEE instance to use this Keystore file that was generated in the earlier step.

Let us now look at these steps which are outlined above

Create a Keystore file using Java:

For this, open a command prompt for Windows or a terminal for your Linux / macOS:

cd %JAVA_HOME%/bin -> For Windows

cd $JAVA_HOME/bin -> For Linux / macOS

By the above step, you would change directory to JAVA_HOME/bin where you will find a handy tool key tool that takes the responsibility of creating a Keystore file. On that prompt/terminal, key in the following command:

keytool –genkey –alias tomcat –keyalg RSA

After the execution of the above command, you would be posed with the following questions where you can provide answers accordingly:

You would first be prompted for a password, provide it and make sure that you remember or make a note of it correctly.

For the First and Last name, it should be the name of the system where this certificate must be deployed. Eg: HOSTNAME of your TOMCAT instance.

The rest of the questions are straight forward, examples of those are provided in the screenshot below.

At the end of this questionnaire comes a confirmation, for which you need to explicitly say Y / YES after reviewing the details that you’ve provided here.

Once the above command is executed, this would create a .keystore file under the following folder locations based on your choice of OS where you would have attempted this.

WINDOWS -> C:\Users\<USER_NAME>\.keystore

LINUX -> /home/<USER_NAME>/.keystore

MacOS -> /Users/<USER_NAME>/.keystore

Configure Tomcat with a generated Keystore file

Open your Tomcat / TomEE installation directory for which you want to configure SSL, open the conf folder -> server.xml file in Administrator mode (so that the modifications that you make can be saved on exit).

Search for the following XML element:

Uncomment and make the changes to match the following

  1. Make a note of the changes made, here we should add these parameters without fail – Keystore file, keystorePass, and the protocol.

This brings us to the end of the necessary configurations that are required to setup SSL for your TOMCAT / TomEE instances. Restart your TOMCAT / TomEE instances for the changes to take effect.

You could now try and test accessing the following URLs to confirm that the TOMCAT / TomEE instances are available on both HTTP and HTTPS. These should both land to your TOMCAT / TomEE home page respectively.

  1. http://localhost (Considering that you are running your TOMCAT / TomEE instances on the default port 80).
  2. http://localhost:8443

How do I start Tomcat in https mode?

What is SSL in Tomcat

Does Tomcat Use OpenSSL?
How do I configure SSL?

Tomcat 8.5 SSL configuration

How to install SSL certificate in apache tomcat Linux

Two-way-SSL-on-tomcat

Tomcat self-signed certificate

Setting up SSL on tomcat in 5 minutes

How to configure SSL in Tomcat 7

Categories
Box Office

A new twist in the film Sye Raa by Jagapathi Babu

Sye Raa Narashima Reddy has recently completed it’s censor formalities. The censor board has provided the U/A certificate for the film.

 After facing all the troubles, Megastar Chiranjeevi has geared up for the magnificent release of the film Sye Raa on 2nd October. Right from directors to each person who worked for the film are expecting the film to get superhit at the box office. Even the fans of Chiranjeevi are waiting for the release of the film. It is also heard that Sye Raa is going to crush the record of the film Baahubali in several areas. 

There is a list of some actors who are playing an important role in the movie Sye Raa. Versatile actor Jagapathi Babu is going to play close aide with Chiranjeevi. It is going to bring twits in the film Sye Raa.

The sources who are close to the movie Sye Raa Narasimha Reddy unit have revealed that the role of versatile actor Jagapathi Babu will bring a great twist in the film. He is going to bring a negative shade in the climax of the film.

Jagapathi Babu is seen as Veera Reddy in the film. Chiranjeevi’s character is seen as a freedom fighter. Chiranjeevi will be seen as Uyyalawada Narasimha Reddy in the film Sye Raa. The director of the film Sye Raa Narasimha Reddy is Surender Reddy. The producer of the film is Ram charan by Konidela productions.

The film Sye Raa is based on the story of freedom fighter named Uyyalawada Narasimha Reddy who belong to the Rayalaseema region in the state of Andhra Pradesh.

Jagapathi Babu has given a few hit films such as Yatra, Oh baby, Viswasam and Maharshi. His upcoming movie is with chiranjeevi in Sye Raa Narasimha Reddy.

Categories
Box Office

Rakul Preeth Singh in awe of Vijay Deverakonda

Rakul Preet Singh is a Delhi beauty. She is also a well-known actress for Hindi as well as Telugu Films. Rakul Preet Singh has worked with famous Telugu film actors such as Chiranjeevi, Junior NTR, Ram Charan, Allu Arjun.

Rakul Preet Singh on the set of Manchu Lakshmi show talked about her personal life. She also revealed that she has a crush on the talented actor Vijay Deverakonada.

When Rakul Preet Singh was asked about any celebrity crush that she had, she replied, I like Ranveer Singh and Vijay Devara Konda. She also said that she has a crush on Vijay Deverakonda.

We have to wait and see whether the Delhi beauty actress, Rakul Preet Singh gets a chance to romance with Vijay Deverakonda in Telugu films in the future.

Rakul Preet Singh was last seen in Akkineni Nagarjuna starrer Manmadhudhu 2. The director of the film was Rahul Ravindran which was a commercial flop movie at the box office. Rakul Preet Singh will be seen in the next movie Bharateeyudu 2 with Kamal Hasan which is directed by Shankar.

On the other side, Vijay Devara Konda was seen in Dear comrade and his upcoming film is a world-famous lover.

Categories
Box Office

Rana Jumps in to help Ram Charan

Ram Charan and Rana are childhood friends, and they were schoolmates too. A friend helps another good friend is not a big deal. Rana jumped to help Ram charan is expected and natural.

The story of Uyyalawada Narasimha Reddy is already shared, and it is a famous story brought out from Amar Chitra Katha comic series.

Rana has been associated with Chitra Katha series. They want to popularize Indian culture through theme parks and learning centers. Hence, the Narasimha reddy ….the lion of Rayalaseema is going to come in the form of a comic book. The book is expected to have good readability and publicity in the northern part of India.

Hence, help Sye Raa Narasimha Reddy a big-time movie to make the story popular amongst children. So this is going to be a big help from Rana to Ram charan. 

Fans of Rana are also expecting to get involved in the promotions of the film Sye Raa Narasimha Reddy in the Bollywood movies because of his excellent connection and being a popular star there.

Categories
Box Office

Title dilemma for Deverakonda movie

The debut film of Vijay Deverakonda is named as Meeku Maatrame Cheptha under the banner King of the hill. Vijay Deverakondia is the producer of the movie. The title is catchy, but there is still confusion around the title of the film. 

It looks similar to other upcoming films. The other movie, which is a maiden production venture name of that film is Evvarikee Cheppodhu. The two movies are going to release together.

And the two titles look confusing. Vijay Deverakonda movie in which Tharun Bhascker is playing a lead role is going to release on 18th October, and the other film is releasing ten days before Vijay’s film release.

The two films are going to be released in the same month, and hence, there is title confusion for the movie. Evvarikee Cheppodhu is an unknown movie compared to the Vijay Devara Konda movie. Meeku Maatrame chepta will get publicity, but the title confusion can benefit the other film is the question?

If you have not watched the trailer then you can watch it here.


Meeku Matrame Chepta Teaser. The rights are associated with the right owner. This is used for promotional purposes.
Categories
Box Office

Two songs in Sye Raa Narasimha Reddy

Sye Raa Narasimha Reddy is a much-awaited Telugu film. It is Megastar Chiranjeevi’s dream project where his role of a freedom fighter. Now, there is the latest news that there are two songs in the movie Sye Raa Narasimha Reddy.

Sources who are working for the movie Sye Raa Narasimha Reddy have revealed that are only two songs in the movie and four small tidbits.

Director of the movie Sye Raa Narasimha Reddy is Surender Reddy, and the producer of the movie is Ram charan by Konidela production.

The music of the movie Sye Raa is given by Amit Trivedi. Makers of the movie Sye Raa have released the title track, and the song has received appreciation from across the globe.

Sye Raa Narasimha Reddy premiere is on Tuesday. It is also heard that the pre-sale of the movie has passed $150k. Also, the previous film of megastar Chiranjeevi named Khaidi No 150 was released on Tuesday and had set a record of non-bahubali premieres when it was released.

The movie Sye Raa Narasimha Reddy has Jagapathi Babu, Nayantara, Tamannah Bhatia, and a few other supporting roles. Sahoo movie star prabhas is going to interview Chiranjeevi ahead of the movie. The release of Sye Raa Narasimha Reddy is on the big screen.

Categories
Box Office

Sye Raa Narasimha Reddy has shocked everyone

Megastar Chiranjeevi’s new movie Sye Raa Narasimha Reddy is getting released on 2nd October. The censor certificate and all other formalities are done on Monday. The team of the movie is ready for the interviews.

If you have not watched the trailer then you can watch here:

The video is used only for promotional purpose. All rights reserved to the rightful owner

But the humming of Sye Raa Narasimha Reddy on social media has been disappointing the fans of the film for a long time. After the promotional event of the movie, the production team has not offered anything.

There is not even a release of the promotional video of the movie Sye Raa Narasimha Reddy. The fans of the movie Sye Raa are posting about it on social media. 

The director of the movie Sye Raa Narasimha Reddy is Surender Reddy, and the producer of the movie is Ram charan. We must keep an eye on the response of the producer Ram Charan on the fans disappointment.

Tamannah Bhatia and Nayantara are playing leading female roles in the movie Sye Raa Narasimha Reddy. There are also many other actors cast in the film. The movie Sye Raa is produced under Konidela Productions.

Read more on topics:

Categories
Box Office

Samantha has directly targeted Nagarjuna

Nowadays, it is quite common for the celebrities of the film industry to get financial advantages by endorsing commercial products. Recently, Samantha was involved in the endorsement of a detergent product. Nagarjuna, who is her father-in-law, was engaged in another branding activity of the detergent product. 

Both of these detergent products are competitors. The point to be discussed is not about the rival brands but the claims made on these products. Nagarjuna for a detergent branding asks people first to purchase and use the product and then believe in it.

And on the other hand, Samantha is questioning people that, if people are using a detergent in lakhs of a home, then why there is a need to test the product in the laboratory? 

Nagarjuna is seen in the advertisement as testing the detergent in the laboratory. Samantha could have discussed the script for the video advertisement before approving it. It shows that Samantha is targeting her father-in-law’s Nagarjuna’s words instead of focusing on the product.

Nagarjuna and Samantha both are involved in different branding of the detergent product. Samantha could have discussed the script instead of using her father-in-law’s words in the advertisement

 Both the celebrities have used the different script where one is asking to buy the product, and others are saying lakhs of people already purchase it

Exit mobile version