Today – 2024 – there are several options for free – you could use – to Chat with GPT. While OpenAI – ChatGPT – continues to be a popular choice for AI chat experiences, it’s not the only game in town. Most of them require from you to Log In with some Cloud Authentication Provider…
Search Results for: gpt
Full, real, completed, published projects vs articles from ChatGPT
Full, real, completed, published projects and apps are more valuable than tech articles as they could be generated with chatchpt. As I once posted on social media – you are what you post to production. Practical Experience Working on and completing a project requires a deep understanding of the tools and technologies used, as well…
ChatGPT gives instructions for well defined Micro Tasks – not full scale Job
ChatGPT could be quite adept at generating responses for a wide range of tasks and jobs. But – In My Opinion – they need to be well-defined or require a more nuanced approach. It doesn’t execute tasks in the traditional sense, and It doesn’t perform physical actions in a human-like understanding. ChatGPT has the strength…
What is AI really or is it ChatGPT?
What is AI really or Is it ChatGPT? GPT is just a Generative Pre-trained Transformer – General Prompt Model. It is a model based on learning from big chunk of data that is collected from all around the Internet. Text to Text Mostly of the AI services are text based – ChatGPT based. What they are…
ChatGPT is useless for most recent Sotware Development
Artificial Intelligence – Langauge Models like ChatGPT are useless for Sotware Development with the most recent packages, libraries and frameworks. Let me share my personal experience. Java Spring (Boot) Framework I’ve been developing some Java Spring Boot Micro Services. I having a skeleton of a Spring Boot app and I am trying to apply it…
What ChatGPT will not find Solution for?
What ChatGPT will not find Solution for? There are certain areas, certain approaches to business that I have in mind. But, Let’s first ask ChatGPT itself. As an AI language model, I have certain limitations and constraints. While I can provide answers and solutions to a wide range of topics and questions, there are certain…
ChatGPT Wrote me Code Utility in Java
ChatGPT Wrote me Code Utility in Java and it was surprisingly good. I just needed to tell it very specifically what I needed in multiple aspects and multiple dimensions. It requires: I needed an utility to: The Result is the following: package mypackage; import com.helger.commons.regex.RegExPattern; import java.io.*; import java.util.regex.Matcher; import java.util.regex.Pattern; public class JavaStringTransformer {…
What and How to Ask ChatGPT – Most Powerful Weapon
What (and how) to ask ChatGPT, this is the question, and everyone should find the answer because it is the most Powerful Weapon? This is valid point for life in general. While life is colourful and the answers may come later – the AI will either give you something useful right away or it will…
Asking questions to ChatGPT – about Flutter & Money
I’ve joined the hype and asked some basic questions ChatGPT – about Flutter & Money. While the responses were pretty impressive, at the end there was always a to-do or action item – left for my side. Here are the results. How to make money There are many ways to make money, and the best…
2024 Firebase Push Notifications in Vaadin Web [Fail⚠️] App [Mobile✅]
Most recently I’ve tried to Integrate Firebase Push Notifications into a Vaadin Web App and I ended up – getting it – working – on Mobile. Here’s an overview of the steps I’ve done. Using Vaadin’s built-in support for @Push Notifications Vaadin provides ability to “Push” content onto the browser from your server. If you…