Skip to main content

Kolkata Bloggers Meet 2011

Yesterday marked the last day of Infocom 11 in Kolkata.It was quite a nice experience this time being there with Bibhas,Kuntal and the most fun part was the Kolkata Bloggers meet yesterday.


Anyway…the event was scheduled to start at 5:30 but finally it started at 6. It was a nice crowd…not too many people…but enough to fill the seats. We had to register ourselves for the event and they asked for our blog links too (that’s why I’m hoping this post of mine will find some audience at-least).

First the inauguration speech was by the greatbong (Arnab Roy) with his usual sense of humor and brilliant lecture. He mentioned how people like to think µ-blogging (twitter) is killing the old style blogging and why he doesn’t think likewise. Overall it was an interesting speech.

Next one by one we heard talks about how media is following this social media burst,how they are trying to cope with the twitter and its direct news integration. We were exposed to persons having experience in  using these social services to make commercial moves,financial gains.

And of course after that a presentation by R.Bharadwaj about start blogging today (yeah we all knew that).

While the event kicked off fine but it got boring and later a bit confusing too as people started getting on dias and telling things like”SEO is an over-hyped concept” and that too the person whose startupcreated the product for data mining from social media.
Well at least I had Bibhas,Rahul with me and we enjoyed quite much (and Kuntal with his camera and twiting).

The bright side of the event was got to meet with a lot of like minded people and go tto know how people are coming up with new ideas so fast. It actually inspired me to get my old plan into action!!

God these events are wonderful. Do hope to attend some more. (and will thanks to Bibhas though)


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