Live data from Hacker News

At Amazon, some coders say their jobs have begun to resemble warehouse work

nytimes.com

261–270 of 897 posts

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#261

Earlier quoted context omitted.

For the EU, use this search engine: https://geizhals.eu/ Amazon is not nearly the cheapest or most reliable one for hardware.

I am sorry but this is insane cope, Amazon is still on-top everywhere, also in Europe.

In terms of usage, maybe, in terms of service, probably not. Often the biggest dogs are not the best. They have inertia and marketing, and that's why they're the big dogs. Not because they're providing the best, or the cheapest, good or service.

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#262
post #190
post #129

Earlier quoted context omitted.

Is the wealth of the average software developer ($122 000/y) in the US closer to the wealth of: A) a coal miner with $60 000/y salary B) Elon Musk: $381 000 000 000 Sources: - https://www.indeed.com/career/software-engineer/salaries - https://www.glassdoor.com/Salaries/coal-miner-salary-SRCH_KO... - https://finance.yahoo.com/news/elon-musk-rich-6-8-170106956.... Is the average amount of properties (1-2) owned by a so…

I don't think that way of defining the working class is very sound. Everyone expect ~50 people would be working class, probably including Taylor Swift and Donald Trump. Also "working class" has a historical, social component, by which programmers are certainly not included.

> I don't think that way of defining the working class is very sound

Oh, really? Is that why both "white-collar worker" and "blue-collar worker" contain the word "worker"? Working class is everyone who has to work for their money. Can most programmers, on a whim, afford to never work again? An average programmer's salary is 2x the average coal miner's. A CEO is nowadays paid 339 the salary of their average worker https://www.epi.org/publication/ceo-pay-in-2023/.

Programmers are just one prolonged sickness or medical debt away from being destitute, the same as every other member of the working class. Lawyers, teachers, doctors, programmers, those are all working class, along with agriculture, mining, utilities and all people who have to get up and work for their daily bread and a roof over their head. Sure, there is a discrepancy in pay, but it's not as glaring as it is between a worker and the oligarchs like Trump and Elon Musk. The biggest con in society is that you are so far distanced from the obscene wealth of the rich, that it's not in your face to see how little you have and how much they do.

Both the guy in an old Dodge and the guy in the new Tesla are stuck in traffic, and you fail to realize realize there are people out there right now flying on a private jet for a cocktail? You think the guy living in an apartment is so much different than a guy living in a house in suburbia? How about the guy whose real-estate company bought the whole development and now is cranking up prices?

You make $200k yearly as a welder? Still working class.

You own a small business with 10 workers working for you? Still working class.

You manage a team of devs in a FAANG and are doing alright for yourself? Still working class.

Your parents donated a wing to Yale and own a hotel chain? Not working class.

Your savings account and stocks generate enough for you that you never have to work again? You are not working class.

This is because wealth wise, you are still closer to how much an unemployed person on benefits than to a CEO of a multinational company, and that's a fact.

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#263
post #245

Earlier quoted context omitted.

Nothing in my comment was a personal attack, only a reflection of GP's own behaviour. Go ahead and ban the account if calling out these comments as written is unwelcome. But beware the behaviour you welcome by leading it unchallenged.

I don't want to ban you! I hope to persuade you to stop using personally pejorative language in your HN comments, which you've unfortunately been doing a lot of. https://news.ycombinator.com/item?id=44089951 https://news.ycombinator.com/item?id=44089808 https://news.ycombinator.com/item?id=44088236 https://news.ycombinator.com/item?id=44088105 https://news.ycombinator.com/item?id=44040448 https://news.ycombinator.com…

If those comments are the problem rather than the messages to which they're responding, then ban me. But again, beware the discourse you welcome, because bad ideas deserve to be challenged.

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#264
post #204

Earlier quoted context omitted.

Counterpoint: AI has help me refactor things where I normally couldn’t. Things like extracting some common structure that’s present in a slightly different way in 30 places, where cursor detects it, or suggesting potential for a certain pattern. The problem with vibe coding is more behavioral I think: the person more likely to jump in the bandwagon to avoid writing some code themselves is probably not the one thinkin…

And once AI is not there anymore, you're back on square one. It only looks effective if you remove learning from the equation. It's the wrong tool for the job, that's what it is.

How is it the wrong tool for the job? In this particular case it's excellent, it can help you find proper abstractions.. without them you wouldn't realize.

I kind of view this use case as enhanced code linters

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#265

Earlier quoted context omitted.

Marxism is the most impactful ideology of the history of the 20th century and its vocabulary permeates all of political and economic analysis. Marxist analysis is not the same as communism.

>Marxism is the most impactful ideology of the history of the 20th century I agree. Let's hope it will have much less impact on the 21th century.

Are you ignoring the rest of the comment?

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#266

Earlier quoted context omitted.

What do you think is going to happen when management is pushing on deadlines?

The same thing as always: either a strong tech voice convinces them to invest the required time or corners are cut and we all cry later. But I don’t see how that is made better or worse by AI.

It is being accelerated by definition because people can ship more slop, faster

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#267
post #11

Earlier quoted context omitted.

I was just thinking about this the other day (after spending an extended session talking to an LLM about bugs in its code), and I realized that when I was just starting out, I enjoyed writing code, but now the fun part is actually fixing bugs. Maybe I'm weird, but chasing down bugs is like solving a puzzle. Writing green-field code is maybe a little bit enjoyable, but especially in areas I know well, it's mostly bori…

Code reviews are fun when you can trust the competence of the coder.

Maybe we have changed or the industry changed, but last 5 years I’ve rarely met anyone who took the code reviews seriously. Any feedback, or glaring issues, are swept under “we will address this later”, “we work in MVP way(read:deploy barely working code without any accountability to production”, or just outright take it as a character challenge. I’ve lead a team of junior-level engineers who would fight with you via the product owner/scrum master because of the “priorities” and “deadlines”. And then, you’d be on the call solving the same issues you’ve raised in pull request earlier. Maybe I’m getting old, but, taking accountability or pride in one’s work, is getting only worse with Vibe coding and ai generated garbage

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#268

Earlier quoted context omitted.

Code reviews are fun when you can trust the competence of the coder.

Maybe we have changed or the industry changed, but last 5 years I’ve rarely met anyone who took the code reviews seriously. Any feedback, or glaring issues, are swept under “we will address this later”, “we work in MVP way(read:deploy barely working code without any accountability to production”, or just outright take it as a character challenge. I’ve lead a team of junior-level engineers who would fight with you via…

Well, from personal experience, code reviews at the FAANG I worked at were taken quite seriously. (But we were building OS frameworks so it mattered more.)

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#269

Earlier quoted context omitted.

This also includes doctors, lawyers, academics, managers and executives, none of whom are traditionally thought of as "working class"

All professions are traditionally working class.

I guess it depends on whose tradition is under discussion. In the contemporary American usage, "working class" means the trades, or factory and service work. Few people would call a physician or lawyer "working class" even though they are paid for their time (and knowledge).

Re: At Amazon, some coders say their jobs have begun to resemble warehouse work

#270

Earlier quoted context omitted.

Bro lol. You were this close - you're channeling Marx (literally saying the same stuff he was) and instead of coming to the obvious conclusion (unions) you're like nah I'm just gonna alienate myself further. It's just amazing how thoroughly people have been brainwashed. I'm 100% sure nothing will ever improve.

> you're channeling Marx (literally saying the same stuff he was) Marx is the originator of precisely none of those thoughts, you couldn't find an economist that disagrees with them. "Unions" is also not the obvious solution for the problems of an individual. Unless you have a specific, existing union with a contact phone number that you're referring to, one that has a track record of making sure that individuals are…

I'm talking about labor theory of value vis-a-vis this comment

> Companies will always try to capture the productivity gains from a new tool or technique

Ie "capitalists" are not rewarded for deploying capital and mitigating risk but for extracting as much from the labor as possible. And yes Marx is absolutely the "originator" of these ideas and yes absolutely you ask any orthodox economist (and many random armchair economists on here) they will deny it till they're blue in the face. In fact you're doing it now :)

https://en.m.wikipedia.org/wiki/Labor_theory_of_value

Edit: it's the same thing that plagues the rest of American civil society: "voting against your [communal] interests because someone convinced you that your exceptional". Ie who needs unions when I'm a 10x innovator/developer. Well I guess enjoy your LLM overlords then Mr 10x .

Post reply on HN