So, I recently came across a bunch beautifully designed and developed desktop apps on my Linux. Now, as a Linux user, I am used to overlooking design and aesthetics over functionality. Linux desktop developers usually don't spend their energy on making their apps more user-friendly and appealing instead they invest it in improving its functionality. … Continue reading Setting up Electron framework for Desktop apps
Category: Uncategorized
Dealing with compatibility issues.
Today I was searching for an Ubuntu app called Cuttlefish. But later found out that even though it was such an important utility it was no longer maintained. So, I googled 'Cuttlefish ubuntu no longer maintained' and stumbled upon this AskUbuntu.com question... How do I develop software for Ubuntu that one could still use in … Continue reading Dealing with compatibility issues.
WordCamp at Mumbai 2016
2015 in review
The WordPress.com stats helper monkeys prepared a 2015 annual report for my blog. Here's an excerpt: The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 25,000 times in 2015. If it were a concert at Sydney Opera House, it would take about 9 sold-out performances for that many … Continue reading 2015 in review
Artificial Intelligent Personal Assistant Program in C++.
Lately I have been working on a simple C++ AI project about personal assistant and I am excited to discuss it with you today. So, basically for now it only supports Linux OS. ( 🙂 ). I wouldn't be sharing any of my code although I would be explaining the algorithm. This … Continue reading Artificial Intelligent Personal Assistant Program in C++.