Skip to main content

SOPA and Internet Blackout how you can protest

How many of you have noticed weird behavior of some of our most visited websites?
Have you noticed that the Wikipedia page today looks like this

What is this?
This is a all-out Blackout. Why?
Because of SOPA. What is SOPA? Read about it here http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act
Today's blackout is akin to a "sit-in" protest. It is extreme but non-violent and non-threatening and once the point is made the players will move on to other forms of protest. Google has blacked out its logo on its homepage, Wikipedia is denying (top picture) access to entries and Reddit is giving facts about SOPA and what you can do to stop it. What does a blacked out Internet look like? Take a look at the screenshot below.



Google

google_blackout.jpg
Google's top lawyer, David Drummond, explains why the search giant is censoring its homepage and logo in a blog post on the company's official blog.
Next comes another of my Favorite 

WordPress

wordpress_blackout.jpg
The popular WordPress homepage that would normally show the top trending sites within the company's domain shows a series of would-be websites that have been censored. When clicking on those sites, users are brought to this page urging users to write Congress top stop SOPA/PIPA.

Mozilla

mozilla_blackout.jpg

Reddit

reddit_blackout.jpg

Craig's List

craigslist_blackout.jpg
And last but not the least

oreilly_blackout.jpg




Comments

  1. Replies
    1. Yeah....fotgot to check that out yesterday....btw blacked out my site too

      Delete

Post a Comment

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