saahityaedams

04 Sep 2021

Crossing Bridges(2013) Review

Crossing Bridges(2013) is an unusual movie. Unlike a typical Bollywood movie, it does not have drama, nor is it like th...
28 Aug 2021

Simple Drupal 7 Shell

## Problem For debugging drupal 7 code, there is no packaged shell like django or ROR and we must start a normal PHP i...
26 Aug 2021

Lalbagh and Cubbon Park Pretty Maps

![Lalbagh](/photos/cubbon.png) <h3 align="center">Cubbon Park</h3> ![Lalbagh](/photos/lalbagh.png) <h3 align="center">L...
22 Aug 2021

TIL PGMiner

1) SSH into remote machine where application API resp time is slow 2) Look at htop(which is at 100% with some weird com...
20 Aug 2021

TIL MySQL GROUP_CONCATE truncates to 1024

https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html#function_group-concat In another case of the being bu...
18 Aug 2021

TIL Clipboard manager

Recently saw someone looking at the history of their all the cut-copy text when presenting their screen in a call. One...
17 Aug 2021

TIL Thundering herd problem

https://en.wikipedia.org/wiki/Thundering_herd_problem http://www.catb.org/jargon/html/T/thundering-herd-problem.html ht...
06 Aug 2021

Hampta Pass Journal Entries

# 11 July ⁃ Making everyone hurry in the morning to get to the airport ⁃ But my phone had no charge, iphone cable doe...
06 Aug 2021

Logging in Drupal

Setting up proper logging today prevents the big headache tommorow ## Components - syslog - inbuilt drupal module to l...
23 Jun 2021

The Most Important Design Guideline

In college we were taught SOLID and GRASP principles which was more heuristics than principles[fn:1] that was supposed...