Skip to main content

I am an Optimist..

 
I want to be an optimist

Being a software engineer involves a lot of pessimism: a lot of thought in the software engineering process revolves around things that might go wrong, that are going wrong, that have gone wrong, or that went wrong.

Over time, professional pessimism has been bleeding over into my personal life, and many times I tend to think more of things that could go wrong than about things that are going right.

There are times, though, when I want to be an optimist against the odds, and that even applies to the world of mobile gadgets.

I want phonebloks to succeed.



This is a great idea on paper. I hope that they can manage a level of integration that makes the size, weight, price and shape competitive with integrated solutions. I hope that going through a common backplane doesn't hurt battery life or system speed. I hope that hardware drivers can be made portable enough. I hope they can resolve the issues of antenna performance on a variable-geometry device, especially for big coils like NFC or Qi. I hope that carriers will be willing to provide end-user support for those devices.

I want Firefox OS to succeed.



This is another great idea on paper. I hope they can succeed in that direction where many other companies have failed. Looking at the ZTE Open, I hope that they can provide a user experience on that class of hardware that rivals what other systems offer on devices that cost nearly ten times as much. I hope they can transparently handle the high packet losses and connection drops that make the reality of mobile devices.

I want network interoperability to be a reality.

2G GSM interoperability was a mess. It took a while for phone to be available with all 4 common bands, and that didn't stay relevant for long as UMTS was getting deployed.

UMTS was a bigger mess, and it took 5 bands to cover the US and Europe (and most of the world with the notable exception of Japan). Now that we have phones that cover all 5 bands (e.g. Galaxy Nexus, Nexus 4), LTE is getting deployed.

LTE is an even bigger mess. It takes 5 bands just to cover the common US and European GSM carriers alone, and before you know it the list grows to over a dozen without digging much. Nexus 7 manages to support 4 bands in GSM, 5 bands in UMTS and 7 bands in LTE (and the LTE bands aren't the same in all variants). Other devices don't seem to be so lucky and have fewer connectivity options.

I hope that we can quickly reach a point where LTE devices can cover a dozen different bands or more, so that they can be used while traveling.

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

My Friend's MRI Didn't Come with a Manual, So I Built One with AI

Gemma 4 Good Hackathon · Impact Track · Health & Sciences It started with two envelopes. One contained a single sheet of paper, a radiologist's report for my friend. It was a wall of text that might as well have been written in another language. Words like " parenchymal volume ," " hyperintensities ," and " susceptibility artifact " stared back at us, creating more anxiety than they resolved. The other was a flimsy paper sleeve containing a CD-ROM. This, we were told, held the actual images from her MRI scan. The ground truth. And we couldn't even look at it. Our laptops, like most these days, don't have disc drives. For a moment, this crucial, deeply personal piece of her health information was a coaster. I felt that familiar, hot-wired frustration every engineer knows: the feeling of being locked out by a dumb problem. The powerlessness was infuriating. So, I did what any slightly obsessive software engineer would do...