Skip to main content

Microsoft hints at a new “modern” operating system designed to support different form factors

In a week where AMD, Intel and Qualcomm have already made major announcements, Microsoft’s keynote yesterday at Computex in Taipei was relatively lowkey. Instead of revealing new products, the company hinted at what it wants in a modernized operating system. Intriguingly, Microsoft’s blog post about the keynote does not mention Windows, lending credence to speculation that it is developing a new “super-secure” OS.

According to the blog post by Nick Parker, corporate vice president of consumer and device sales, a modern OS should enable “form factor agility” by being flexible enough to be integrated into different types of devices, which is noteworthy because last year the company hinted at new additions to the Surface lineup, which some have speculated might mean the line is adding a smartphone.

He added that a modern OS should include seamless updates, done invisibly in the background without forcing people to stop using their computers and be secure by default, preventing attacks by separating the state from the operating system and the compute from applications.

A modern OS would constantly be connected to LTE 5G and use AI to help make apps more efficient. It would also support different kinds of input, including pen, voice, touch and even the ability to use your eyes to control apps or write—two things that likely to fuel more speculation that the new OS will be developed with mobile products (like a possible Surface Phone) and lightweight or dual-screen laptops in mind.



from TechCrunch https://tcrn.ch/2Kl5QuT

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...