Skip to content

Instantly share code, notes, and snippets.

View sripadapavan's full-sized avatar
💭
Attitude is Everything!

Pa1 sripadapavan

💭
Attitude is Everything!
  • Minneapolis
View GitHub Profile

Stevey's Google Platforms Rant

I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.

I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real

Keybase proof

I hereby claim:

  • I am sripadapavan on github.
  • I am sripadapavan (https://keybase.io/sripadapavan) on keybase.
  • I have a public key whose fingerprint is 56BA FB62 37D8 D1B9 EAE9 88FE 6457 1EDC 38F6 7DE7

To claim this, I am signing this object:

#!/usr/bin/env bash
# script: watch
# author: sreepada
# license: GPLv3
# description:
# watches the given path for changes
# and executes a given command when changes occur
# usage:
# watch <path> <cmd...>
#
@sripadapavan
sripadapavan / Bash_CheatSheet.txt
Created January 8, 2017 02:20
One Stop for - Bash hacks!!!
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#####################################################
# 0. Shortcuts.
CTRL+A # move to beginning of line
#!/bin/bash
#
# curl wrapper returning timing information.
#
# curl format adapted from
# http://josephscott.org/archives/2011/10/timing-details-with-curl/
#
# Example usage:
# $ curlt http://www.apple.com
# $ time curlt http://www.apple.com -v