Skip to content

Instantly share code, notes, and snippets.

View cgthayer's full-sized avatar
💡
coding

Charles Thayer cgthayer

💡
coding
View GitHub Profile
@cgthayer
cgthayer / env-pkg.sh
Last active May 27, 2020 20:20
Env Pkg: Package your shell environment
#!/bin/bash -
#
# env-pkg: Environment Packager -- super simple, see Usage below
#
# by: Charles Thayer <thayer@mediabridge.com>
cd $HOME
ENVPKG_RSH=${ENVPKG_RSH:-ssh}
ENVDIR=env-pkg

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

@cgthayer
cgthayer / EditorCheatsheet.md
Last active March 5, 2022 21:25
Editor Cheatsheet

Goland

What Keys
Back/forward C-Alt-- +
@cgthayer
cgthayer / apt-cheatsheet.md
Last active March 9, 2024 02:05
Apt Cheat Sheet

Level 1

sudo apt update
sudo apt get net-tools  # netstat

Level 2