Skip to main content

Technology prediction for 2018

Bubbles of bitcoin, blockchain, machine learning, deep learning, artificial intelligence and more



People usually appreciate me for my predictions on technologies. As I already noted our team will quickly hit the edge case for any use cases and that's supposed to be the reason for my better prediction rate. And so, here are my predictions…

Bitcoin bubble

When Bitcoin became talk of the town/industry, I informed my boss and colleagues that I find no real use case for this digital currency--except in underground markets like drugs, etc. In fiat currencies, there is at least a way to take legal route, in case, if you've transferred the money and not received the goods. But, in Bitcoin, this is not possible at all as it is not a legal currency. So, if there is no trust, the chances that other person can cheat you by not sending the goods and or not transferring bitcoins after receiving goods.
My stand above vindicated by the article Ten years in, nobody has come up with a use for blockchain

Blockchain bubble

Some overwhelmed people even told me that the Blockchain, the underlying technology behind Bitcoin will become huge hit. I'm highly skeptical from the initial stage itself. The only advantage of Blockchain in my opinion is its ability to provide immutable public ledger/database--but at very high cost (of mining). I think, people who're betting on Blockchain for such security feature will move back to PGP kind of public-private key encryption mechanism.

Machine learning, deep learning, artificial intelligence bubbles

In 2017, these buzz words became popular. These technologies were projected as serious human replacements. When I checked these technologies, I have noticed that these are far from perfect and at least now they can't replace people. My stand is vindicated by the interview of Ryan Dahl, creator of Node.js and Software Engineer working at Google Brain, in which he said:
I mean, this is my opinion. We are nowhere near matching human intelligence. I mean, the machine learning systems that we're using are very, very simplistic, and don't work at all. In fact, I have a blog post about my residency, in which I enumerate all the difficulties there are in developing these models. I think people who don't work in the field have this idea that you can kind of take this model and push some data through it, and it's just going to work. But that's not the case. These things are very finicky and not well understood, and it takes many, many months of careful tweaking and experiments to get even the most modest results.

Google based SEO bubble

I had my strong skepticism in SEO from the initial stage itself. As a Google user, I'm very much happy with its instant answers, instant lyrics display, etc--within Google's result page and without taking to any websites. But, from a vendor/website point of view, it will be a big letdown as Google is hijacking all contents and web. So, in my point of view, people will look for alternate source of traffic.

Back to idea-based startups and MVPs

So, I believe in this year, people will renew their interest in short term MVPs (Minimum Viable Product) and so there may be more idea based companies like AirBnB be coming up.

Better instant auto-magic REST API server technology

Unfortunately, this is one of the tiring aspects of webdeving. Current SPA (Single Page Application) approach is over 7-years old, but still we don't have a solid Rails-like framework/technology to build REST API server. As noted in the Restyaboard wishlist in GitHub, I'm eagerly waiting for one auto-magic REST API server technology and hoping for one in this year.

Multi platform React Native Starter Kits to take the lead

We already have few React Native Starter Kits such as react-native-nw-react-calculator, ReactNativeUniversalreact-native-web-fiber-boilerplate, react-native-desktop, React Native for OS XReact Native for macOS, React Native plugin for Universal Windows Platform (UWP)  that can target Android, iOS, Web and also Desktop. I hope that it will evolve to bring more standardization. I also believe and wish that such multi platform starter kit gets a WYSIWYG IDE for React Native.

Comments

Popular posts from this blog

Valen Smith, the English teacher videos are missing!

I vaguely remembered that sometimes around 2009, engVid on YouTube was very popular. I especially liked a teacher by name Valen Smith's videos. She was not only beautiful but also very good at explaining the English usage. I also vaguely remembered to check her channel ValenESL around 2015. But, not sure what happened to her or engVid, all her videos are sadly gone. I have also noted that many people on Twitter were asking the same. Not sure what happened. Some people seem to have reuploaded her videos and YouTube continuously removing them with a note "This video contains content from LearnVid, who has blocked it on copyright grounds." Strangely though, on Facebook, some people have managed to create a fake account using her old channel name ValenESL.

Storing unicode texts in MySQL with phpMyAdmin

Today, I've received a personal mail/request from Sivanantham Hemamalini, working for IT leisure in Singapore. Since I was in company when received the mail, I couldn't answer immediately. If I understand the question right, it is about inputting Unicode texts especially Tamil in phpMyAdmin. PhpMyAdmin 's default characterset is iso-8859-1 and so if we enter anything in the form, browser will convert it into numerical html entities. Say for example, if we enter தமிழ் and submit the form, it will convert it to & #2980;& #2990;& #3007;& #2996;& #3021; . Because of this browser's behavior, it will be difficult to store the Unicode text as it is. Solutions Immediate solution I could think of is changing or forcing the browser's character encoding into utf-8. In Mozilla Firefox, it can be set via View -> Character Encoding -> Unicode (UTF-8) Another elegant solution might be changing the phpMyAdmin configurations so that it send...

Spotify's Greenroom Vs. Clubhouse - Missing Text Chat and Other Impacts

We have Clubhouse clones from Twitter, Facebook, Reddit, and now Spotify. Unlike others, Spotify seems to target directly into the Clubhouse audience/members. It is extremely obvious inside Clubhouse as you can find many spammy clubs and rooms created to attract the Clubhouse users. Greenroom Vs. Clubhouse I was stumbled upon one such room Clubhouse influencers are jumping off to Greenroom? - All things Hollywood . Few takeaways from the room are: Text chat is not available in Clubhouse, whereas it is available in Greenroom. This is the most talked-about USP. The recording feature is not available in Clubhouse and the same is available in Greenroom. Spotify has opened up a creator fund for Greenroom creators in the USA. However, I think, there are better indirect monetization options available for Clubhouse users. Stream's chat component & million-dollar opportunity? As I tweeted , Clubhouse can quickly bring the text chat feature by using Stream's chat component . If they...