Showing headlines posted by psankar

Online programming contests are overrated

  • Sankar's Blog; By Sankar (Posted by psankar on Mar 2, 2015 6:11 PM EDT)
  • Story Type: Interview
Criticisms about online programming contests and algorithm-focused interviews

code churning and golang

  • Sankar's Blog (Posted by psankar on Nov 3, 2014 3:33 PM EDT)
  • Groups: Developer
What makes Go (or any) programming language productive for code churning?

A catchup of technologies in the last decade

I am writing a "technology catchup" post, hoping that it may be useful for some people, who want to know what has happened in the technologies in the last decade or so.

Advice on how to become a linux kernel developer

  • Sankar's Blog; By Sankar (Posted by psankar on Sep 11, 2014 11:52 AM EDT)
  • Groups: Kernel
An advice to students who just start on programming to understand how to become a linux kernel developer.

Chromium Browser talks with Telepathy (IM/Chat Library) to provide an in-browser IM client - prototype

Chromium Browser talks with Telepathy (IM/Chat Library) to provide an in-browser IM client - prototype

Pre vs Post Increment and its impact on program performance in Linux

People use pre or post increments in for loops for maintaining the loop index variable. The blog post compares the impact on performance due to the two different styles of increments.

freedesktop.org, GNOME vs Canonical, A neutral summary of the recent events

GNOME and Canonical seem to be in a tension over few things like Unity, appindicators etc. They are recently joined by KDE developer Aaron Seigo in a blog post attacking GNOME's attitude towards freedesktop.org. The blog post mentioned above is a summary of the events happened so far from a neutral perspective.

Show/Hide files and icons in your linux desktop

  • Sankar's Blog (Posted by psankar on Jan 17, 2011 7:16 PM EDT)
  • Groups: GNOME
Desktop can get cluttered with too many files and icons. The blog shows a way to toggle showing/hiding files and icons in desktop so that the wallpaper can be enjoyed.

Downloading all videos of an youtube user, from the terminal

  • Linux Blog; By Sankar (Posted by psankar on Jan 15, 2011 9:34 PM EDT)
  • Story Type: Tutorial
Download all the videos of an youtube user, using terminal, to your harddrive for offline viewing. The download is via shell script as there are no browser plugins or other solutions that seem to do the job.

Sqlite-Commander - A ncurses based tool to display the records and tables of a sqlite database, right in the terminal

Sqlite-Commander - A ncurses based tool to display the records and tables of a sqlite database, right in the terminal