Skip to main content

A day in SpaceCityJS and Houston Hackathon


Recently I had the opportunity to visit SpaceCity JS in Houston. Spacecity JS is a conference in Houston focused on JavaScript and the web platform,organized by the folks from other Houston based developer gorups like houston.js, Node JS Houston, and other groups.

It was a little different from the conferences I generally attend. A bit more open but still being very developer oriented. A small time line on how things happened.


Event Date: 14th May,2016
Place: Houston, TMCx

TimeStream:

The day started with registration and breakfast at the TMC Innovation Center in houston. We all started with cups of coffee and breakfast. Then Evan Morikawa from Nylas N1 team took the stage and talked about how they used electron and react to build N1. Also he emphasized a lot on how chrome devtools helped in the process with performance profiling and getting the buttery smooth experience we get from N1(https://twitter.com/E0M/status/731494334734979072).
Evan Morikawa on how they built N1 using electron and react
Then Kent Dodds took the stage to talk about how you can manage opensource projects effectively and efficiently. He talked about a lot of best practices and the tools we can use. Including travis, github, eslint to working with community. But what stood out for me is “your project is not opensource until it has a license” and you should always have a CONTRIBUTING.md. Thanks for clarifying that to everyone Kent.(http://slides.com/kentcdodds/manage-oss)

After that we had Kirsten Hunter talk about how you can work with fitbit api and play with your health data.Followed by Collin Estes from NASA. HE talked in depth on how NASA moved from legacy .net applications to using more opensource softwares like nodejs.

Lou Huang talked about how participating in civic hackathons can make an impact. And of course their awesome streetmix app.


It is always fun and interesting to hear from other developers how they utilize opensource. Some really interesting points I liked are
"So many ways to contribute to #opensource & only one is coding" - Chris Oakman

"Open source is going to take us to Mars" - Collin Estes
After that I headed out to Houston Hackathon 

Where I managed to cook up this

And

Overall it was a nice experience. And I got to build another app too in webRTC! Yay!

Conclusion: This was a refreshing experience. The conference was relatively cozy and many people knew each other, bringing the sense of a close knit "community". It seemed also like a good place for government officials to meet and talk as well. That sense was bolstered in Houston Hackathon as in the judging panel I did see quite a few officials. Overall I liked my experience there, and it was refreshing to hear what the startups like Nylas as well as agencies like NASA are utilizing Opensource for.

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