Skip to main content

Posts

Showing posts with the label IT

New pricing model of ChatGPT Pro, and its effect.

As someone who has been using the OpenAI API to power my chatbot, I was excited to hear about the release of ChatGPT Pro. The new model promised to be even more powerful and accurate than the previous version, and I couldn't wait to try it out. But when I looked into the pricing for ChatGPT Pro, I have to admit, I was a bit disappointed. The cost to access the new model was significantly higher than the previous version, and I wasn't sure if it was worth the investment. On one hand, I could see the value in using the more advanced model. ChatGPT Pro is reportedly able to handle more complex and nuanced conversations, and the improved accuracy could help my chatbot better understand and respond to users. On the other hand, I also had to consider the cost. As a small business owner, I have a limited budget for my chatbot, and the increased cost of ChatGPT Pro could put a strain on that budget. In the end, I decided to give ChatGPT Pro a try. I found the improvement in the...

Driverless Cars (A perspective)

Driverless cars have come in vogue since Elon Musk came to helm at Tesla about a decade ago. He brought with him the knowledge and ambition of the information and communication technology industry into an old and conventional industry such as car manufacturing. Since the Tesla's growth through these years, driverless technology has taken everyone by storm and multiple people from George Hotz (a jailbreaker once) to corporates such as Ford, at the forefront of achieving  this once difficult dream. The advantages though are ease of access, and lesser possible collisions and disadvantages being humongous costs of transition, and takes away the thrill/ driver jobs. Source:  indiatimes.in     First, discussing the pros of this new technology, companies like ZooX (my cousin works here) and Tesla have come a long way in designing cars, which are mostly autonomous and don't need a regular access to servers for basic navigation through the present road infrastructure. This he...

Input sanitization in mobile applications

User input sanitization is very important for multiple reasons in any kind of application design. It is to ensure security, and meaningful input. There could be unwanted consequences if this was not taken care of, as we see in examples of some large corporates accounts getting hacked for credit card data of its consumers. This could be achieved in multiple ways from checkboxes, to regular expressions, depending on where it is to be set up. Image Courtesy:  learnjavascript.today     The security aspect for the need of cleaning of input can be further divided into multiple realms. Mainly, its for the security of the company networks, so that it's safe from injection attacks that is achieved by taking only input that is necessary; also, it helps the end user, as the safety of information of any corporate (unlike Sony in early 2010s) can safeguard their personal and payment information.     Secondly, input sanitization helps in increasing efficiency of the system, a...

Software engineering today

Today the meaning of being a coder or coding, in general, has changed in the job market. Seeing some engineers out there who have it in their head that all they need to do is learn Python, bits of variables and do-while loops, and they could apply for jobs. It just doesn't work like that, I've known some engineers who haven't written a basic loop code for years now. People get an image of coding in their minds where there is a guy at a desk with a dark-themed terminal on the screen where he types on the keyboard going through the huge sums of code lines, along with the typing sounds in their heads. The beginner coders have this image of them going through lines of codes at their soon-to-be jobs and thus are engrossed with knowing all the possible statements of for loops and if-else statements in python or swift, or about defining classes in other languages. None of this fascination of the assuming mind helps in the real world. Over the years of the tech industry speci...