makoz | 4 years ago | on: No Code Reviews by Default
makoz's comments
makoz | 4 years ago | on: Amazon workers vote against unionizing in Alabama
More practically, if I'm working at a place where my team has fixed head count I'd rather us have the ability to replace someone who's not contributing to the success of the team.
makoz | 5 years ago | on: Instacart to cut 1,900 jobs, including its only union roles
makoz | 5 years ago | on: SEC charges Ripple and two executives
makoz | 5 years ago | on: PostgreSQL 13
makoz | 5 years ago | on: Jeff Bezos can’t promise Amazon employees don’t access independent seller data
Customer disputes? Returns? Presumably you'll need some sort of history. At the very least saying Person X bought Y product
makoz | 5 years ago | on: Lawmakers begin bipartisan push to cut off police access to military-style gear
Seems disingenuous to compare say Doctors who go through medical school vs people who only need a high school degree and however long training takes.
makoz | 5 years ago | on: H-1B and L-1 Visa Reform Act
https://www.nytimes.com/2015/06/04/us/last-task-after-layoff...
makoz | 5 years ago | on: Oracle vs. PostgreSQL: First Glance
makoz | 6 years ago | on: Nvidia Geforce Now launches at $5 a month
Word of caution - if you have a bandwidth limit it burns through it pretty quickly.
makoz | 6 years ago | on: Google Employee Writes Memo About ‘The Burden of Being Black at Google’
An example is the current situations happening in Hong Kong and Uyghur. And the fact that everything we buy on a day to day basis is "supporting" this oppression.
makoz | 6 years ago | on: Amazon offered ‘Amazon’s Choice’ to vendors who bought ads and lowered prices
makoz | 6 years ago | on: Hypothetical Indexes in PostgreSQL
Or is it not advanced enough?
makoz | 7 years ago | on: Chinese companies rally around Huawei after CFO arrest
makoz | 7 years ago | on: Amazon’s consumer business has turned off its Oracle data warehouse
He has?
https://www.cnbc.com/2018/10/22/aws-ceo-jassy-follows-apple-...
makoz | 7 years ago | on: OpenAI Five at Dota 2 – The International [video]
I doubt a player is about to react to a blink initiation and click Euls/Hex in the same amount of time. It'd be a lot more fair for them to calibrate against the reaction time of pro-players across the same scenarios. (I doubt pros can hit 200ms consistently)
makoz | 7 years ago | on: Amazon Workers Facing Firing Can Appeal to a Jury of Their Co-Workers
The manager isn't present during the employee's presentation either though, and I'd imagine it would devolve into a circus if both parties are present during both presentations and able to interrupt/rebut directly. (Might also not be beneficial to the employee)
makoz | 7 years ago | on: Amazon Workers Facing Firing Can Appeal to a Jury of Their Co-Workers
The article clearly doesn't go into the process beyond what's on surface. When I participated both the manager and the employee wrote an initial document that would be shared with each other. These documents are the basis for the presentation. The employee had time to go through the manager's document and rebut each of the points their turn (as did the manager), so it seems slightly disingenuous to suggest that neither party has access to the other's claims.
During each parties presentation, they would go through the document and bring in supplemental evidence (which the other doesn't have access to).
The format I went in was: Employee presents their document -> Employee rebuts manager's document / Q&A -> Manager presents their document -> Manager rebuts other presentation / Q&A
The panel then has the option to bring back the employee for additional questions.
I'd be interested if/how the ordering of the presentations affected the panel.
makoz | 7 years ago | on: How SQL Database Engines Work, by the Creator of SQLite (2008) [video]
makoz | 8 years ago | on: Zuckerberg Takes Steps to Calm Facebook Employees
You can dedicate time to onboarding, doesn't mean it's realistic that they're going to ramp up on all code areas during that time.
> I expect utility of code review by a newbie/newcomer to the project to hover slightly over zero. Perhaps it's best to dedicate some time to proper onboarding instead.
I disagree. If the commit isn't understandable to people, including junior engineers, I think it's problematic. I want to write code that is maintainable and not have to worry about deciphering my reasoning was for certain decisions down the line. If it's not clear to junior engineers, chances are it might not be clear to me, or someone else 3 years later.
Something that makes sense to me at the moment because I have context, might not be clear to others. Reviews are a great way to call that out.