Skip to main content

Ubuntu 12.04 LTS Precise Pangolin Supports Voice Based Menu Commands in form of HUD

Mark Shuttleworth founder of Canonical, the company behind Ubuntu Linux reports in his blog that a new Head-Up Display, or HUD computer menu system, will be implemented into the Ubuntu 12.04 LTS release scheduled to go live in April. The new HUD feature will replace current menus in Unity applications, providing a faster way to access menus in applications. Instead of clicking through menus, users simply type the command they require in a search box.


According to Shuttleworth, the new HUD can actually learn the actions a user most often requests and prioritize options for commands based on past use. HUD also covers system functionality, meaning users can play and pause music, or even change their IM status or go offline without having to access Skype directly, as an example.

"It’s a way for you to express your intent and have the application respond appropriately," he writes. "We think of it as 'beyond interface,' it’s the 'intenterface.' This concept of 'intent-driven interface' has been a primary theme of our work in the Unity shell, with dash search as a first class experience pioneered in Unity. Now we are bringing the same vision to the application, in a way which is completely compatible with existing applications and menus."

Shuttleworth indicates that voice input will be added, but not at its full potential when the HUD arrives in April. "The full integration of voice into applications will take some time," he writes. "We can start by mapping voice onto the existing menu structures of your apps. And it will only get better from there."






Given there is a lot of time before the actual release happens in April, there’s still a lot of design and code still to do in regards to getting HUD ready.

Mark added "We’ll make sure it’s easy for developers working in any toolkit to take advantage of this and give their users a better experience". "And we’ll promote the apps which do it best – it makes apps easier to use, it saves time and screen real-estate for users, and it creates a better impression of the free software platform when it’s done well."



Can't wait to try it out, try this out from a PPA or branch the code in Launchpad (you will need these two branches).

Read the full post here.


Get our regular updates in Google Currents for Android or iOS platforms click here or scan QR code below.



Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next