Skip to content

Instantly share code, notes, and snippets.

View fawaf's full-sized avatar

Felix Wong fawaf

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

@fawaf
fawaf / Dockerfile
Created October 15, 2020 22:00 — forked from Cobi/Dockerfile
FROM ubuntu:20.04 AS opts
ENV KUBE_VERSION 1.18.5
ENV CRIO_VERSION 1.18.1
ENV COREDNS_VERSION 1.7.0
ENV KERNEL_VERSION 5.4.0-37-generic
ENV IMAGE_VERSION 1.0.0
ENV DEBIAN_FRONTEND noninteractive
ENV TZ UTC
/*
* Copyright (C) 2012
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*