Category: Code

  • Dangs Explorer: Turning this wordpress blog into travel specialist ChatGPT

    Dangs Explorer: Turning this wordpress blog into travel specialist ChatGPT

    https://chat.openai.com/g/g-cD3JPW44f-dangs-explorer Try the custom GPT above Since the ever popular chatbot ChatGPT was launched in Nov 2022, I started to follow the world of LLMs. After the launch of GPT 4, I not only started to follow but also started to use it on a daily basis. The primary use case for me is to…

  • Reasons for not switching to iPhone – 2022

    Reasons for not switching to iPhone – 2022

    I’ve started using M1 MacBook Air — and oh boy! Coming from Intel + Lenovo + Windows machine, this feels a whole new world. The performance is top notch, battery life is seemingly unlimited and the build quality of the machine is unparalleled. This Apple product experience led me to get a used iPhone 12…

  • [Guide] Remove Bixby from Samsung Phones via ADB

    [Guide] Remove Bixby from Samsung Phones via ADB

    A few months back, I added shiny new Samsung Galaxy S9+ to my gadget list. [Yaay! :D] While Samsung flagships are known for their build quality, looks, camera, display et cetera, Samsung is notorious for adding unnecessary bloatware on their phones. One of such bloatwares that comes pre-installed is their virtual assistant Bixby and its…

  • Chatbot Chronicles: OMDb Facebook Messenger Bot

    Chatbot Chronicles: OMDb Facebook Messenger Bot

    Chatbots are the next big thing in the hot Artificial Intelligence market.  For the uninitiated, chatbots are artificial intelligence powered (or rule based) computer programs that can mimic human behavior while interacting with actual humans. In simpler words, chatbots are smart programs that can talk to a human in humanly way. I had a free weekend so…

  • Aspectj : Notes, Tutorial & Example

    Aspectj : Notes, Tutorial & Example

    Recently, I was exploring various logging mechanism available in Java and I came across this topic – Aspectj. I found the AOP – Aspect Oriented Programming approach quite unique (and complex to use as well! :P) As I learned basics of Aspectj step by step, I kept taking notes of whatever I’ve grasped. Sharing it…