Apr 28 2008

What is the next big thing?

Published by sethyates under Business

Elias Bizannes wanted to know “What is the next big thing?” and tagged me and a few other people.

I reckon the “Next Big Thing” will be The Device Web / The Interconnected Me.

Part I - The Device Web

First, there will be a consolidation of the “Web 2.0″ applications as the recessional and market forces choose winners (there will be some carnage in The Valley).  Thanks to the social tools that will likely make it through (e.g., Twitter, Facebook, LinkedIn, etc), we now have networks of our friends, acquaintances and co-workers.  All nicely annotated.

As more advanced handsets (iPhone, BlackBerry, etc) are released and become more prevalent, WiFi/WiMax/3G+ networks are more widely available and carriers break down the walled gardens, we will increasingly move our Web usage to the Mobile Web.  This will be similar to the fast broadband revolution that happened at the beginning of “Web 2.0″.  You’ll no longer see tables of geeks at the front conferences, typing away on their laptops.  The audience will instead be typing away on their mobile devices.  Connected Mobile apps will be big.

Twitter (or whatever it survives as) will go mainstream.

Add some Semantic Web goodness, and nascent web-database/applications will begin to appear.  Knowledge will begin to be codified and machine-understandable (not just readable).  Think about what happened when Google Maps came out, with local business listings.

Part II - The Interconnected Me

Now, here’s where it gets a bit Singularity / Orwellian:

We’ll begin seeing human-computer input devices beyond keyboards and mice.  Emotiv and other companies will release direct human-computer input devices using brain waves. No more “type, type, type, click, click, click”.  Simply think of the command and the computer will react.

Instead of the bulky headsets required today, in 10-20 years (2020-2030), they will be downsized to a device the size of a bluetooth headset (remember the first mobile phones?).

Natural Language recognition, processing and understanding will be widespread for a few languages (Hungarian will, sadly, not be one of them).

In the 20+ year timeframe (i.e., after 2030), we will develop human-computer feedback mechanisms.  No longer will we need the screens of an LCD or mobile device, but will instantly receive computerised feedback directly:

  • Want to know the nearest Thai restaurant (like you can’t just look and see one across the street, in Sydney)? Just ask the GBrain which will use the pervasive Mobile Internet and knowledge of your Social Web/Profile, and will query a Semantic Web service, returning the location, ratings and directions directly to you.
  • Want to talk to a friend in Sacramento? Just think about them and SkypeBrain will check to ensure they’ve not blocked you in the social network and will dial them and connect you, brain-to-brain (hope you’ve got a good firewall installed).
  • Want to know what your friends are up to? Just subscribe to their TwitterBrain feed, and you’ll instantly know when they update (seems like Psychiatry is going to be a big profession in the ’40’s).

Then all we would need to do is integrate Mechanical Turk….

UPDATE: Brad Howarth has a written post about Emotiv.

UPDATE: Harvard Business Online have an interesting blog post on this called The Business Opportunities in Mind Control. Interesting read.

Related posts

4 responses so far

Apr 25 2008

Running Twhirl on Ubuntu 7.10

Published by sethyates under Business

The Twhirl Adobe AIR application is a great client for Twitter. Unfortunately, neither Twhirl or Adobe AIR officially support Linux (yet). Having recently switched to Ubuntu for my primary OS at home, I’ve been missing Twhirl. Knowing that Adobe AIR supports Mac OSX, I decided to see if there was a Linux edition in the works. Turns out there is an Alpha version of Adobe AIR for Linux. Armed with this, I decided to give it a go. Here’s how to install Adobe AIR and Twhirl on Ubuntu (current for 7.10 Gutsy Gibbon). Please note that Adobe AIR for Linux is still Alpha and is a bit unstable. There, you’ve been warned. Now for the fun:

1. Open the Terminal
2. Run the following commands:

cd ~/Desktop
wget http://download.macromedia.com/pub/labs/air/linux/adobeair_linux_a1_033108.bin
wget http://www.twhirl.org/files/twhirl-0.8.air
chmod +x adobeair_linux_a1_033108.bin
sudo ./adobeair_linux_a1_033108.bin

3. The installation then presents the following dialog:

4. Click on “I Agree” and it commences installation (into /opt/Adobe AIR - yes, with a space in the path):

5. If all goes well, then you get the following screen.

6. Back in Terminal, run the following command:

/opt/Adobe\ AIR/Versions/1.0/airappinstaller ~/Desktop/twhirl-0.8.air

7. The first thing you get is this very frightening dialog:

Hm. UNRESTRICTED access to my computer. What could possibly go wrong? Click “Install” to find out.

8. Next, you get the twhirl installation preferences dialog. Set the preferences you want and click “Continue”:

9. Once the installation is done, Twhirl will open. Sign in to your Twitter account. Having run Twhirl on Ubuntu for several hours, I’ve managed to make it crash or simply disappear several times. Adobe AIR on Linux is indeed ALPHA quality currently. I’ve found that changing some of the default settings has made it more stable. First, untick “hide when minimised”:

10. Then click on Notify and untick “show notification windows” (found that the notification windows would sometimes play up with the window manager):

11. Click Save, and you should be twitterhappy with Twhirl on Ubuntu.

Addendum: The default icon on the Twhirl launcher is the generic AIR icon. If you want to change this so you can easily identify it as Twhirl, follow these steps:

1. Right click on the Twhirl launcher on the Desktop and select Properties:

2. Click on the red AIR icon on the upper-left.

3. Enter or navigate to /opt/twhirl/icons/twhirl-48.png and click Open.

4. Click Close and then you can drag/drop the launcher to your main menu or window manager.

Related posts

11 responses so far