Skip to main content

OpenIoT Summit: Two days with IoT, old phones and WebVR


OpenIoT Summit 2016 Report



I recently had the pleasure to present at the OpenIoT Summit 2016 by Linux Foundation where I was representing Mozilla as a Mozilla TechSpeaker.

The event was quite nice and had a lot of tracks. A little description from their website

Introducing the new OpenIoT Summit…
Billions of devices, trillions of dollars of opportunity. Building on successive waves of Web, mobile, and cloud, and powered by a revolution of cheap powerful hardware that is ever connected, the promise of the Internet of Things has finally arrived. It’s here, it’s real and it is creating untold opportunity.
..
..
Unlike existing IoT events, IoT Summit if for technologists and by technologists. Experts from the world’s leading companies and most important open source projects will present the information you need to lead and succeed successful IoT developments so that you can bring smart connected products and solutions to market.
OpenIoT Summit is the only IoT event focused on the development of IoT solutions. OpenIoT Summit is a technical event created to serve the unique needs of system architects, firmware developers, software developers and application developers in this emerging IoT ecosystem.
OpenIoT Summit delivers the knowledge you need to deliver smart connected products and solutions.
The agenda involved some really interesting talks by a lot of people from different technologies. You can have a look at the diverse motley of talks they had here. Some of them I really liked were
  • "Google ProjectARA Power Management Challenges" by Patrick Titiano, Baylibre
  • Keynote: Towards IoT Convergence - Bryan Che, General Manager, Cloud Product Strategy, Red Hat
  • AllJoyn 101: Make Smarter Devices - Ivan Judson, Microsoft
  • An IoT OS Security Architecture That is so Boring That You Can Sleep Soundly at Night - Ismo Puustinen, Intel Germany
They also had a keynote presentation by Linus Torvalds, at a time when we were frantically checking in codes to Github. 
A glimpse of the keynote
Mozilla Tech Evangelist and manager Dietrich Ayala was my co-speaker with me for the first talk. And being the awesome speaker he is eventually he completely owned the talk!

You can see him giving the talk in the following video. I was still checking in the code at that time -_-


We also got an article and mention later. Yay!
Dietrich completely rocks!

There were a lot of stalls with a lot of very interesting projects in showcase


The next day I had my another talk on WebVR. Which literally had people scratching their head. You can see the talk below.

If you want to see some more codes and some live coding demos. Please head over to my other post where I enjoyed an awesome time teaching teenagers about WebVR.

Conclusion: This was a unique experience. I met a lot of people involved with a lot of projects who all seemed to be very interested in what Mozilla doing in IoT and VR space. I got a lot of idea I could adopt from other projects, primarily Alljoyn. Brillo and Weave are something I would look out for. I unfortunately had to leave on 6th so missed all the sessions that day. But I thoroughly enjoyed my experience here.

Comments

Popular posts from this blog

Racecraft (Project Koru) · Prologue — The Origin Story

Racecraft · Prologue , The Origin Story It Started With a Wine List and a Question About Racing How a happy-hour conversation in the Bay Area turned into a trustable AI race coach , and then into a second version that runs entirely on a phone, on the NPU. This is the prologue to a five-part series. Two years ago(1st November, 2024) I was in the Bay Area for a GDE Summit. If you've never been: it's a couple of days of talks among Google Developer Experts, the kind of people who get unreasonably excited about a new on-device runtime, and then , mercifully , a happy hour where everyone stops performing and just eats. We ended up at a restaurant(Puesto Santa Clara), a long table of GDEs, and I was doing the most important engineering of the evening: trying to decide which wine to order. Across the table was Ajeet Mirwani . I don't even remember how the wine talk turned into racing talk , these things drift , but the moment the word "racing" ...

A Split‑Brain Neuro‑Symbolic Training Method for High‑Velocity Autonomous Coaching from Telemetry

 Author: Rabimba Karanjai Scope: Problem statement + data methodology + model training (no deployment discussion) Abstract Real‑time coaching in motorsport is a safety‑critical learning problem : a system must map noisy, high‑frequency telemetry to short, actionable guidance that remains physically consistent and avoids hazardous recommendations . This paper proposes a “Split‑Brain” training formulation that separates (i) a semantic coaching target (what action/critique should be expressed) from (ii) a reflexive interface (how actions are represented as compact, verifiable tokens). The approach trains a Small Language Model (SLM) in the Gemma family [1] using QLoRA fine‑tuning [2] , and introduces a telemetry tokenizer plus teacher‑student synthesis pipeline to generate instruction‑action pairs at scale. Core contribution: a reproducible method to convert “ golden lap ” differential tel...

The Throughput Trap: Benchmarking vLLM on OpenXLA and the Reality of Production LLM Serving

vLLM Systems · DevLab 2026, Deep Dive I was recently invited by the Google TPU team to speak at the OpenXLA Summer DevLab 2026 . This post breaks down our deep-dive evaluation of the matured vLLM + OpenXLA stack, the fundamental engineering mismatches between CUDA and XLA serving paths, and why traditional capacity metrics are lying to you. If you are operating large language models at enterprise scale right now, your platform architecture team is likely staring at a massive infrastructure crossroads: Should we migrate our core serving workloads from GPUs to TPUs? Historically, NVIDIA's CUDA ecosystem was the only serious option for user-facing, low-latency LLM generation. But here in 2026, the economics and infrastructure options have transformed. Google TPUs are highly available, cheaper per chip, and the open-source serving stack built around vLLM and OpenXLA has officially achieved absolute production readiness. Yet, when our infrast...