Skip to content

Instantly share code, notes, and snippets.

View jaydeetay's full-sized avatar

John David Taylor jaydeetay

  • Google
  • Pittsburgh
View GitHub Profile
@jaydeetay
jaydeetay / Complex.java
Last active January 30, 2024 01:56
An outline of how to generate a mandelbrot set in Java for Ahmed.
package org.jontayler;
import java.util.Objects;
/**
* My very own complex number class.
*/
public class Complex {
private double real;
private double imag;
@jaydeetay
jaydeetay / daggerandhilt_Car.kt
Created December 31, 2021 17:37
Playing around with Kotlin and Dagger
package com.example.daggerandhilt
import javax.inject.Inject
class Car @Inject constructor(private val engine : Engine, private val leftWheel : Wheel,
private val rightWheel : Wheel) {
override fun toString() = "Car ${super.toString()} and ${engine} and $leftWheel and $rightWheel"
}

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