Skip to main content

GeekXTalk: Connected Devices and some Techno Indians

The poster for the event
It was back in 2006 when I first set foot in Techno India. That was supposed to be the college where I learn how to be an Engineer in Electrical engineering. That also was the college where I spent a good number of days of my life, shaping up to be what I am today. 

First, just a little preamble. The idea of a tech-fest (technical festival) was very new in 2006-07. Even the word was synonymous with the event IIT Bombay organized yearly. Techno India was a really new college on the block, mostly afraid of taking any new steps, but with students who wanted to reach the sky, push the envelope beyond Horizon. Some of them formed the science club Geekonix and started Edge, the annual tech-fest, against all odds. But today we are not going to talk about that.

Fast forward 10 years and those students, now in various stages of their lives, decide that it's again time to do something to kindle and guide the interest in students in new technologies. And hence GeekXtalks, a talk series was born. Which we are going to talk about today.


After my talk at GraphicalWeb while chatting with a few others, I was invited to talk about IoT (Connected Devices) at the second chapter of the series. I did have a co-presenter with me. Ankan Roybardhan from RF system Integration Engineer in Wireless Design Org. of Apple. And I was representing Mozilla (yay!) as a Mozilla TechSpeaker.



The event took place at Techno India Salt lake campus. It was a holiday hence we had reservations about how many students would attend. We had an estimate of around 80 students who will be attending. So we were pleasantly surprised to see the room completely filled up and people standing!

Mostly everybody got a seat at the end

The Talk

I had planned on a more hands on and involved talk with "Web of Things". How it all connects. But decided against it after a little bit of chat with the students and getting to know their interest. So I did a fall back on one of the talks that I had delivered in OpenSource Bridge at Portland and with Dietrich(Platform Manager, Mozilla Corp.) in Linux Foundation OpenIoT Summit 2016. You can see the video of the talk below.





TL;DR: Connected Devices/ Internet Of Things are nothing new or fancy. they are our everyday devices with sensors which generate data. And we come up with a way to make sense of that data. But do we really need expensive proprietary devices to do that? Don't we have a device within our grasp which already does all these? Without vendor lock-in? Can we not use it? Can we not create a framework which allows you to utilize the device in an open way utilizing open web technologies


We need one device to rule it all
In this talk we take on the hype about IoT. The expensive devices, the ‘another’ new IoT device which talks to…only it’s own application. The awesome windows blind that can learn your moods or the overly complicated raspberry pi that you have to code to get your hack going. In this talk we will show a simple yet reasonable way to get started with IoT, using your old android/firefox os mobile/device that may be collecting dust in a shelf (which you don’t use) and turning them into something really interesting which can do tasks for you which otherwise your expensive “smart home” product would have done with more of expensive proprietary hardware. We will talk about what it means to us as open web citizens to have control over our IoT devices, how we can re-use old phones to have same functionality and show a sample code framework that you can already use to achieve this!
And of course this is the device

And how can a talk complete without some swags.


Once we had that out of the way (and the Pizza courtesy Mozilla) Ankan got to work explaining more about the works for an electrical, electronics or even mechanical engineer in the vast space that is IoT. We were overwhelmed by the diversity of our audience. Starting from computer science and Information Technology undergraduates, we had students from electrical, electronics asking us about the scope of work in the field and how they can contribute. That intrigued us to show a few of our hobby projects involving wearable devices.




And at the end, of course, Ankan was swamped by questions about career in Apple and higher education.



However, if any of you are interested in the Web of Things talk(what was initially planned), then here is the slide. Leave comments on any questions you might have and I will be glad to answer.



That's how we wended GeekXTalk Part 2

And if you have any other queries, you can find me on twitter at @rabimba

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