Skip to main content

Microsoft moves its 2020 Build developer conference online

May is traditionally a month of big developer conferences, with Facebook F8, Google I/O and Microsoft Build often happening within the same two-week period. But not this year. After F8 and I/O were already canceled in favor of online events, Microsoft is now unsurprisingly following suit, too, and canceling the in-person element of Build, which was scheduled to run from May 19 to 21, citing concerns over the current coronavirus outbreak.

microsoft build logo“The safety of our community is a top priority. In light of the health safety recommendations for Washington State, we will deliver our annual Microsoft Build event for developers as a digital event, in lieu of an in-person event,” the company said in a statement to The Verge. “We look forward to bringing together our ecosystem of developers in this new virtual format to learn, connect and code together. Stay tuned for more details to come.”

The announcement doesn’t exactly come as a surprise. Indeed, it was really only a question of when Microsoft would make the call and the real surprise was how long it took Microsoft to make this call, especially given how hard Washington state has been hit by the coronavirus outbreak. Currently, a number of Washington state counties have banned events with more than 250 people. That ban was set to expire before Build.

It’s worth noting that Microsoft hasn’t actually updated the Build homepage yet and you can still buy a ticket. If I were you, I wouldn’t do that, though. You’ll get a refund, but it’s not worth the hassle.



from TechCrunch https://ift.tt/3aVmHy3

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 ...