Skip to main content

Afzal Guru might be innocent -- Savukku

I have stopped reading Savukku.net (Once I called it as WikiLeaks of India) for sometime-- when it started J.J. evangelism after the state elections. But, recently, when I checked, it seems to be back to its core journalism with good hidden truths on Pramakudi incident and articles on death penalty.

Its article on Afzal Guru is first of its kind in media--especially when everyone is crying foul to hang him. In மரண தண்டனையை ஒழிப்போம் 4 (Let's stop death penalty, Part 4) article, it highlights counter theory about police brutality. I have noted that majority of the information are already available on the book written by Afzal Guru available online from JusticeForAfzalGuru.org website--but not prominent in mainstream media.

Comments

Popular posts from this blog

Solved: "Ports" Tab Not Visible in VS Code (WSL2)

None of the solutions I found on Reddit or GitHub worked, and most of the related GitHub issues were locked. So I'm documenting this here for future reference. Problem When using WSL2 in Visual Studio Code, the Ports tab—needed to access your application in Windows browsers like Chrome or Edge—doesn't appear. Even the Ports-related options are missing from the Command Palette. Solution After a lot of trial and error, here's what worked: Run npx serve in the VS Code terminal. It will output a URL such as http://localhost:3000/ . Click the link (or use the Follow Link option). This will open the app in your default browser. You may notice that it opens on a different port (for example, http://localhost:64198 ). At this point, the Ports tab becomes available in VS Code. After this initial trigger, the Ports tab seems to remain available in future VS Code...

"A to Z of C" book turns 5

A to Z of C , the DOS/Turbo C programming book written by K. Joseph Wesley and myself turned 5 on August 1. Initially, we felt bad for spending our time in writing a book that were rejected and deceived by publishers. Now we get quite reasonable appreciations from people around the world--even though it's having technical and grammatical errors. Long live the internet publishing! Probably a time for "A to Z of PHP" ?