60 comments

[ 3.3 ms ] story [ 116 ms ] thread
What can people do instead of technology jobs, to make real productive work in the labour market?
Sometimes I think about this. Things humans need: food, shelter, healthcare, energy, water. Working in one of these industries or improving access/efficiency of these things could be useful. But there are a lot of tech startups, i.e vertical farming that end up wasting capital because the economics don't make sense.
Individually, most startups fail, so most of them are "wasting capital". As wtih any experimentation, they only make sense in the aggregate, where the total value for society delivered by successful experiments makes up for the cost of the failed ones.
> where the total value for society delivered by successful experiments makes up for the cost of the failed ones.

I disagree. The successful experiments are negative to society just a few years after some startup wins in a niche. The world would be better off without Google, Facebook, Airbnb or Uber now that they already "changed" the market. Every tech dominance becomes society-negative over time.

Anything related to taking care of old and/or disabled people.
Yes yes I’m a plowing ox, put a collar on me and let me pull the heavy heavy weights for my masters.
Nursing seems to have a shortage basically everywhere. Especially when you factor in the difference in physical strength between men and women.

I personally wouldn't want any job where I didn't feel like I was personally helping push out the Pareto frontier of civilization, though. Everything else feels somehow short-sighted to me.

On the contrary, not having people working on the structure needed to support this kind of effort seems to be more short-sighted.
Now that just doesn't ring true. Uncountable millennia passed where virtually everyone had to work on "the structure" and we didn't get anywhere interesting. The nurses of today would have been the shamanic healers of yesteraeon, but the vast difference in their abilities to actually deliver cure come entirely from the work of countless researchers and technologists.
(comment deleted)
The work of those researchers and technologists would have been impossible without the work of countless others who understood there were many ways to contribute.
None of which would be possible without mothers giving birth.
Skilled manual labor like welding, for example
Not sure if that would work out.
(comment deleted)
Article just created to show Wired Hired career marketplace. Next.
> And in the tight market, supply of workers is high: Some 780,000 registrations were submitted as of July 31 for this year’s H-1B visa applications

If the market is as over-supplied as this article claims, is it getting more difficult for companies to plausibly justify hiring H-1B?

Tech unemployment is still extremely low, so these articles always feel a bit off by not mentioning that.
> Tech unemployment is still extremely low

How do you know that? Does the government know that or does it only count those applying for unemployment 'benefits', which i) aren't paid for long and ii) don't even suffice to pay the rent if you live in the S.F. Bay Area. I'd rather think that most who lost their job in the tech industry moved on, i.e. work in a different sector or bide their time in an area of lower cost of living.

There's tons of data published all the time by various sources that are easily searchable. If you don't trust those, that's fine, but I think it's pretty reliable.

It sounds like the disconnect here is that low unemployment (around 2-2.5% last I checked) might be disproportionate in the demographics that it consists of - new grads, etc. So to them the market may look really bad but as a whole there are empirically a ton of jobs.

I'm surprised there is still so much friction about white collar jobs like programming.

One could think that by now, it should be easy for developers to "jump into" a codebase and suggest changes (aka pull requests). Turning the world of developer jobs into a fluid system that adapts instantly to demand and supply.

It works pretty well for Wikipedia, where everyone can jump in and edit articles. And then there is some hierarchical power structure, which assures high quality.

I wonder what the biggest hindrances are for software development to become this way.

Quality: the need for more of it than Wikipedia has.

Coherence: Wikipedia pages are small and loosely-coupled.

Stability: Wikipedia has no external API. Any page can be renamed and restructured at any time.

> I wonder what the biggest hindrances are for software development to become this way.

Context and complexity. Jumping into a codebase and suggesting changes that add value to the company usually require having context of what the company is doing, who are the users, what's the product used for, etc. Not to mention how a lot of codebases are complex and understanding where and how to do changes is not something you can just do straight away.

> I wonder what the biggest hindrances are.

Three-tiered interview system, flaky interviewers, flaky candidates, insane job requirements for mundane positions, useless recruiters, fake job ads, "hybrid" work?

It's a bloody mess and it has always been. My best interview was in 2006, at my first junior position, when the guy just asked my experience in Linux, what does "ifconfig" do, what languages I know, and I got a paid internship. They expected me to learn on the job, and I did. Now even the junior position have ridiculous requirements, and with 17 years of experience, I get ignored by a clueless recruiter because out of the 10 techs they use, I forgot to list the exact Linux distro they use on my CV, so I'm probably not good enough for them.

I keep hearing there's more demand (for engineers) than there is supply but I call bullshit. That might be true, but the employers make all the rules so even getting an interview this year felt more like winning the lottery than filling a supply shortage. And the lottery you've just won got you in the Squid Game. Now you gotta fight against 50 other candidates, which might be more desperate than you and gladly work for peanuts, 3 days in the office.

Fuck this. Even finding work as a mercenary^Hconsultant is a bloodbath. The only advice is "ask your network." If your network isn't hiring, it's back to the Squid Game for you.

I reckon even Fortune 500 CEO interviews are easier than the average software engineer gauntlet.

it's the outcome of saturation. the barriers to entry get higher and higher.
Yes, which is why the meme that there are more open positions than engineers is bollocks. That might've been the case in the era of free money (RIP 2008-2020), when tech was in a hiring spree and engineers switched jobs every 6 months.
(comment deleted)
> which might be more desperate than you and gladly work for peanuts, 3 days in the office.

Yeah, 3 days in the office is impossible to beat, they most be really desperate! /s

Now talking seriously, Software Engineering is a great career, probably the best out there. You don't need to work for anybody to make money if the big problem is the job market. You can literally create your job with a few months work. Now is every person capable of it? No, many don't have the grit and discipline. But that is not tech's fault. Is a people's issue. To call it Squid Game to get a 6 figures salary working from home is insanity.

Is it really as easy as "grit and discipline"? I find it hard to believe. Everything I've read about consulting work, indie gamedev, and one-man-SaaS apps has a similar message: that previous experience and luck are huge factors, and there's a lot of financial risk involved. Small businesses fail all the time for reasons other than lack of grit and discipline.
Previous experience is grit and discipline. The amount of it will have a considerable impact on anybody's success. Luck will help that extra bit that only people doing things will get.
"grit and discipline" and an idea. You have to come up with something worth building based on if enough people will pay you for what you build. That's the hard part. Every programmer has "grit and discipline" in spades.
> I wonder what the biggest hindrances are for software development to become this way.

At least for our application, it's hidden/non-explicit dependencies and domain knowledge.

By hidden dependencies I typically mean that process X has to be done before process Y, or similar. Meaning you sometimes can't just rearrange things. A substantial integration test suite could help, but it's a tradeoff. Though often it be tricky to test, as it could depend on customer systems we don't have internal access to.

Domain knowledge is also needed for much of the code. Of course this could be offloaded to a senior, but then those tend to be the limiting factor. For our team, it's been more effective that all the devs have substantial domain knowledge.

> it should be easy for developers to "jump into" a codebase and suggest changes

You were either VERY selective/lucky with the code bases you had to work on or never worked on complex, old, legacy code bases.

Just consider the single case of having to construct a new request body for another system, without knowing what's needed. It has 50 fields, which are consumed by more than 10 downstream systems that all want a piece of it. Getting any of those fields wrong will lead to a wrong outcome in at least one of those downstream systems. You have no access to the source code of most of those systems, as it is a "principle of least privilege" company working on sensitive secrets related to, e.g. tax fraud detection and tax calculation, which actually doesn't matter as half of the code is cobol or pl/1 anyways, which you can't read. Looking at the git history, you can see no one who worked on the applications you have access to is with the company anymore. You have to find the current owners of all downstream systems, start a dialogue with them, figure out if their QA or yours will test your new request. Your only chance to get an automated e2e test you can trust is if the 60 year old QA lady who is with the company for 40 years now, who only works 20 hours a week because she has bone cancer writes one for you. Any externally perceivable bug or wrong calculation will lead to the minister of finance personally firing you. Yes, that was the second job of my life.

> I wonder what the biggest hindrances are.

Bad code quality, lack of useful and up to date documentation, high code complexity, high organisational complexity.

> Turning the world of developer jobs into a fluid system that adapts instantly to demand and supply.

Ah yes, the good old wet dream of non-technical agile proponents. Agile little cogs that provide perfect forecasting.

> I wonder what the biggest hindrances are for software development to become this way.

The biggest hindrance are people desperately holding to their positions. Whether aware they'll be unable to find another job, got too easy and cozy in the current role, having mortgage or other debts, or some other circumstances. For them you can as well write code in "new message" window of Outlook.

How would one jump into a codebase they’ve never seen and isn’t available freely?
Software is more complex than a Wikipedia article.

All Wikipedia articles have the same set of general conventions. Most software projects have their own conventions.

Complexity brings greater cost.

This is a surprise to me lol, job searching right now pretty much every company I talk to is desparate
My experience is not like that at all and I feel like it's messed up in a weird way. I applied to dozens of companies recently and I never got a positive response, mostly automated rejections (both small-ish and larger companies).

The only companies that I ended up in talks with were companies that contacted me and none of those went anywhere (yet) for different reasons. Some of these companies are really cool though.

I am thinking a lot about whether I might just be much worse than I thought (feel free to look at my "Who wants to be hired?" posts in my post history).

it's really not, if you're the slightest bit strategic about it, and seek employment outside of san francisco.

i suppose that wired's editors know this, but like many publications, they will gleefully sow fear, doubt, and anxiety into people who don't know any better in order to make a small amount of money.

What does being strategic about it mean to you? Just searching outside of San Francisco? Because I have only searched inside the EU and I find it quite difficult.
searching for roles outside of "software developer", e.g. "it analyst", "programmer analyst", etc. or even just keyword searching for basic software like excel and seeing what comes back. there's lots of well paying, boring jobs, provided by organizations that are flush with money need specific tasks done and don't understand how easy it is to do them.

or more accurately, an individual or small team within an organization is flush with money, because organizations are not monoliths. they are out there, desperately trying to hire people, only finding duds.

i can't really speak to the market in the EU, though, only the united states, where my personal experience lies.

In the article they are talking with students who haven't graduated yet, a couple of PMs, and one software engineer who took a three month break between gigs and has been looking for a month.
I feel like the industry has been actively trying to suppress tech workers wages for at least the last 15 years.

I am hoping that this message coming from someone with as much Karma as I have will be a signal that I'm not trying to troll- though what I say next will definitely be controversial.

The push for "everyone can code" and the large investment in coding bootcamps (especially focused on diversity to increase the pool as much as possible) and the rise of tools like leetcode (many backed directly and indirectly by big tech companies, especially google) creates a very wide funnel to create as many software engineers as the market will allow.

A large demand can still be a comparatively low demand if your supply is larger.

It's my firm belief that the needs of software engineers hasn't gone down at all; just that we have enough software engineers now that we're not "special" and thus we can be paid like normal administrative staff like project managers and other white collar work.

I believe it is a valid perspective that the corporate economic benefit behind "everyone can code" is to use the widened supply of developers to push down salaries. But I think the origin of this movement is actually a grassroots movement that seeks better opportunities for the individual.

If today comparatively more people can make the thing, maybe making the thing is only as important as planning to make the thing.

The capital's endeavor is to identify relevant ideas, opportunities, phenomenons, and back them proportionally to their potential.

The grassroot movement would have been 1% of what it has become in size, yet would have achieved far better results in pumping out great enginners.

What have we seen instead? a massive injection of enginners, most of them not belonging to the tech industry altogether. Fooled into it for the compensation bait or to escape a field they probably loved that dried out in demand for labour.

For the most part. At least for a significant part. For sure with a very impactful effect.

A sad diagnosis we can make is, on one side a large number of poorly and insufficiently trained enginneers with hardly any chance to build the necessary foundations to grow, on another side a shrinking ratio of great enginners who are seriously starting to struggle carrying heavier weights, and on the opposite side high up management not even sure to notice spending marginally fewer dollar per head count but significantly more dollar for subpar outcomes.

On a more people wellbeing note, of the many fooled into becoming a fullstack enginner in 12 weeks, not only did they believe it since many indeed got the job, they also got fooled into believing they actually liked that job.

High comp doesn't turn people from zero to hero. Only love or at least genuine interest does.

Is there any time in history when capital has done anything other than try to suppress labor costs?
Its different this time though because now they are trying to suppress my wages.
I suppose it is quite a kick in the pants to find out that you aren't so special that your bosses are just thrilled to pay you half a million a year to create CRUD apps.
_All_ apps are CRUD apps.
Although I agree with the thought, not all apps are CRUD as there are many apps that are -R-- only.
Yeah, but some -R-- is harder than others. Streaming video is much more difficult than a text-only blog.
It doesn't seem like there are enough experienced software engineers, at least in certain fields. Native mobile seems to be a tight market.

Getting your foot in the door is hard though. Nobody wants to hire a junior.

Why don't they hire a react native developer and train them up on swift or kotlin?
As far as hiring goes there's no such thing as a generalist who can learn the specifics, there are people like that but the industry refuses to recognize this for the most part. The current practice is to prove yourself first by doing open source or projects. A few very brilliant engineers are given leeway based on reputation.
I have learned from two different clients that it's easy to hire a "cheap" contractor to create a website/app. Getting value out of it is really difficult, though.

If you're not technical, it's difficult to formulate the problem succinctly enough that priorities are obvious and non-negotiable to the contractor. Mind you, as long as they have other clients, they have no incentive to work on the most important things first; they'll bill the hours either way. In fact, the longer they can punt the final piece that makes you happy, the more they earn.

So even if we replace my coding skills with HAL2000, I'll just continue up the ladder and help people build software development plans to feed ChatGPT, or its contractors. Writing code is easy; writing code with a purpose is hard.

I like your take, and it makes sense; but there ARE less jobs out there.

Companies have less budget to spend on hires. Customers and clients have less to spend on digital.