Skip to main content

Wikipedia Kolkata Meetup

The last saturday I happened to attend the Wikipedia kolkata meet-up. I've been contributing (in whatever small articles I can) to Wikipedia for a long time and gaining from it from a much longer time :P

But this is the first time I got to attend such a meet-up. Wikipedia/Wiki-media Kolkata 3rd meet up was held on Saturday 12th February, 2011 at the Indian Institute of Foreign Trade, Kolkata. It was a get-together of wikipedians /wikimedians (contributors and users) by meeting up, discussing, sharing experiences, reaching out and advocacy for Wikipedia and wiki-media.

The event started by a introductory lecture by Mr. Jayanta Nath along with a very very interesting presentation (I must see the person who came up with THAT presentation idea). After that we were addressed by Ms. Rimi B Chatterjee(See the pic, and you can see my back too :P).

Wikipedia meetup

Though I don't exactly subscribe to all of her points it was an interesting talk nevertheless. Then came Mr. Sumit Ray. And I must say he is an interesting guy. He has a very curious way to grab his audiences attention (along with his look)

Wikipedia meetup

And he supposedly teaches too with his site univbrands.com (interesting site too). Though what he said was contradictory too it was layered with his charm of course.Though he mostly focused on how these brands like wikipedia,google are public created brands and how they are different,how they can sustain it was a good talk.

After that we were in for a live video conferencing from Mr. Liam Wyat from Australia. And though the video conferencing was a disaster it finally took place thanks to our google talk. Seriously I've never seen a more buggy V.conferencing using skype. Even in G.talk they had problem setting up the mic in this side so what the conference became was a one way talk and all of us responding via chat from this side.

You can actually see them struggling in this pic

Wikipedia meetup

The thing we missed sincerely was some tech-talk but I think that was not the purpose of this meet to begin with. After that session came a little workshop and experience sharing and a group picture of all of us attending the workshop..

Here it is

Wikipedia meetup

You can see everyone of us in the pic. Me beside Jayanta and Kuntal.

This summed up the meet for me. Though we had a great Chicken Pakora in Karunamoyee after that courtesy to Kuntal,Ashish Mohta And Bivas, but tha'ts a story for another day :)

The whole OFFICIAL pics are available here Wikipedia Meet Pics

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