Skip to main content

MobileDay Mexico and Mixed Reality

https://sg.com.mx/sites/default/files/styles/teaser/public/images/Logo_MobileDay.png?itok=TrMYCMiA 

I was invited for a talk at Mobile Day, Mexico last week on 31st October. Mobile Day is a day of conferences aimed at the development of business mobile applications. It consists of a series of lectures, workshops, and a showcase. Mobile Day 2017 was focused on Cross-platform mobile development, especially Progressive Web Applications, Cognitive services (chatbots, recognition of language and images), Virtual and augmented reality and User experience design for mobile applications.
I was speaking about Web Mixed Reality at the session. Though initially my session was focused on WebVR and AR, "Virtual Reality for Humans: Build your world using WebVR and aframe" judging from the reaction of the audience and what interaction I had with them, I tweaked it to include the full spectrum of Mixed Reality.

The event was held at "Salón Los Candiles Polanco" which essentially was housed a Hospital as well. The venue was a spacious one and my only complain with the venue would be the sound isolation. The conference room was pretty spacious and more importantly, it was all filled up.
Most of the talks were in Spanish, but I followed the slides to understand the concepts. The talks were 45 minutes long with Q&A included. Which made it the perfectly timed talk for mine. There were three talks related to VR and AR in the conference. The first one was talking about ARkit, mine being the second one. I started my talk with a little history of VR,AR and how the scenario is today. The first half of my talk concentrated on the technologies involved, their overview and introducing Aframe. 
In the second half, it was mostly live coding and demos. Deviating from my normal flow, in this case, I decided a step by step live coding using community components and then building on top of the previous live demo to show something more complex was the right thing to do. And it worked out pretty well. The audience seemed pretty engaged. I had my concerns if the audience will be engaged enough since my talk was the only non-spanish talk in the whole conference. But I was pleasantly surprised to see the whole room filled up.
Picture Courtesy: Luis 

If you want to have a look at the live stream here is the link in Facebook Video. I will update it if I have a better version from the organizers in youtube

The live stream surprisingly had 700+ audience when I checked after the stream. I am surprised and humbled. If you are one of the 700, and have any question, feel free to reach out to me via twitter/email or by the comment section! I would love to chat.

I tweaked a little bit the way I normally present and decided to try a new way of doing Q&A. Since this was an audience who were not native English speaker, I figured it might make sense to have a written Q&A than  a vocal one. Also that favors the time crunch. I introduced a Q&A link on top of my slide for the whole talk (except demo) where anyone could go in between the talk and I can answer the question written there later. We did take live Q&A's too but as I guessed I had time to take only three live questions before I start creeping on my next speakers time slot. The method worked alright i guess since I had 4 more question there and a lot after the talk outside. Let me know if you think this method makes sense, I am planning to use it in my next talk at Immersive Technology Conference at University of Houston.

And if you want to have a look at the presentation they are available here


The pressing question mostly was what I think will be the better use case for using VR/AR and where the companies should invest. The short answer I gave was to focus more on the users and what is their need. To build better user experience and choose the tech stack of VR/AR that allows them to do that.

After the conference there was a short afterparty where I was introduced to a plethora of new Mexican foods and a new beer! Luis and Yuli from Mexican Mozillian community was also present there accompanying me.

After the event we went to another Facebook Developer Circle meetup (to hear about a react session?) and ended up in the state below
Find me!


Trying to decide what to get on the menu
Overall the experience was awesome for me. Not only the conference the whole experience of visiting Mexico and it's amazingly talented community of developers. Not everyday I get to meet a bunch of Facebook Community members who become increasingly interested in ReactVR, WebVR over a plate of Tacos!

Handling a bowl of Pozole
The only thing I enjoyed more was the food, and the street food. It was absolutely amazing! And that is coming from someone who lives at Houston and has access to most of the Mexican foods (now I know not all taco's are created equal...).

I got to meet with a lot of awesome people at Mobile Day and loved the conference (would have loved more if I knew Spanish, time to install Duolingo). And all the credit for taking me to different places and meet with these wonderful people falls to Yuli and Luis, our Mozilla Mexico Community members. They just made my whole trip immensely enjoyable.

সূর্যদেবের বন্দি(Prisoners of Sun):I wanted to go there since I was a kid

That mostly sums up my experience. As always feedback is appreciated and immensely valued on the talk. If you see the video and have my comments or suggestion you want to make. Please do get in touch via the comment section or by my twitter handle. 

Till then!

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

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

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