Live data from Hacker News

Tech layoffs are feeding a new startup surge

wired.com

51–60 of 346 posts

Re: Tech layoffs are feeding a new startup surge

#51
post #8

Good. Both Google and Amazon are barreling down the path of democratizing scale and infrastructure with their cloud offerings. It's never been easier to reach millions of users in a short amount of time with your product. These are the companies that will end up ultimately challenging them down the road for talent and potentially even hitting at their core business models of search and commerce (we've already seen hi…

99.9% of startups never have a need for more scale/infrastructure than a single VPS. Maybe a dedicated server. Cloud infrastructure is great when organizations actually need it. But I think most startups would save money and time by keeping it simple until they really need more.

> But I think most startups would save money and time by keeping it simple until they really need more.

Having done this several times I can definitively say given my experience it's best to start in the cloud with a cloud native architecture. I can run a fully containerized application in ECS or EKS for a few hundred bucks a month. Why would I incur all the costs and limitations of a VPS or even worse a server I have to look after myself? How much can I really save? $50 a month maybe less?

A long time ago when I was working a major telecomm provider I had the privilege of working with a great software mentor. He instilled in me the lesson of knowing approximately where you are going to land and not do anything now that would jeopardize that landing.

If I was a CTO at a greenfield startup. I would insist we deploy on a PaaS that supports serverless, object storage, and container orchestration. We would recognize and enforce well accepted patterns that will not impair our ability to scale later. There is plenty I can do to keep the costs low(most importantly turning things off) then when I need to scale up its as easy as turning a knob.

Re: Tech layoffs are feeding a new startup surge

#52
post #34

Earlier quoted context omitted.

Hindsight sucks sometimes. I was looking at my linkedin messages and I have many from FAANG recruiters reaching out back in late 2020 and early 2021, and my profile is mostly private with not a lot of detail. The current market for senior/principal software engineers is dismal. The listings are there, including remote, but it's as if there is a hiring freeze across the board yet they leave up the job postings.

Checked mine too and the difference is stark. However just setting Linkedin to "looking for a job" was enough to get a lot of attention in early February. I didn't want to wait for layoffs on my company, so, in advance, I got a much better paid job in about 2-3 weeks. Listings always suck, btw. Recruiters is where it's at.

I wonder what recruiting looks like as a career right now in comparison. I’m sure many will have to switch fields.

Re: Tech layoffs are feeding a new startup surge

#53

Earlier quoted context omitted.

Hindsight sucks sometimes. I was looking at my linkedin messages and I have many from FAANG recruiters reaching out back in late 2020 and early 2021, and my profile is mostly private with not a lot of detail. The current market for senior/principal software engineers is dismal. The listings are there, including remote, but it's as if there is a hiring freeze across the board yet they leave up the job postings.

The market for junior dev is even worse, imagine being fresh out of college in a market with 100,000 freshly laid off mid-staff level engineers

The junior dev market has been terrible since the COVID lockdown.

Re: Tech layoffs are feeding a new startup surge

#54
post #8

Good. Both Google and Amazon are barreling down the path of democratizing scale and infrastructure with their cloud offerings. It's never been easier to reach millions of users in a short amount of time with your product. These are the companies that will end up ultimately challenging them down the road for talent and potentially even hitting at their core business models of search and commerce (we've already seen hi…

cloud infrastructure was never the limiting factor.

Looking back 20-30 years, it absolutely was a primary limiting factor. Massive capital outlays were required to serve the kind of traffic you can get with the free tier of modern cloud infra providers.

Re: Tech layoffs are feeding a new startup surge

#56

Earlier quoted context omitted.

99.9% of startups never have a need for more scale/infrastructure than a single VPS. Maybe a dedicated server. Cloud infrastructure is great when organizations actually need it. But I think most startups would save money and time by keeping it simple until they really need more.

> But I think most startups would save money and time by keeping it simple until they really need more. Having done this several times I can definitively say given my experience it's best to start in the cloud with a cloud native architecture. I can run a fully containerized application in ECS or EKS for a few hundred bucks a month. Why would I incur all the costs and limitations of a VPS or even worse a server I hav…

You can get a VPS for like $5/month. So you can save near enough hundreds of dollars a month.

Re: Tech layoffs are feeding a new startup surge

#57

Earlier quoted context omitted.

99.9% of startups never have a need for more scale/infrastructure than a single VPS. Maybe a dedicated server. Cloud infrastructure is great when organizations actually need it. But I think most startups would save money and time by keeping it simple until they really need more.

Depends on the cloud. Looking at Supabase, I think it would be a good choice for most startups[0] and it will scale as the business does, but it removes most of the overhead of getting started. It has Auth, A database, Lambda Support, CDN and File Storage. Baked in are REST APIs and GraphQL APIs out of the box. Its reasonably well priced and there's little friction on setting up and far, far less to worry about hosti…

Yeah but we are talking about startups. Brand new ones. They have no customers. Let alone enough customers to necessitate cloud scaling.

Re: Tech layoffs are feeding a new startup surge

#58
post #8

Good. Both Google and Amazon are barreling down the path of democratizing scale and infrastructure with their cloud offerings. It's never been easier to reach millions of users in a short amount of time with your product. These are the companies that will end up ultimately challenging them down the road for talent and potentially even hitting at their core business models of search and commerce (we've already seen hi…

I don't understand why Google and Amazon would invest all this money in these employees building up their tech and tribal knowledge just to lay them off. Do these companies not expect to grow in the future? Seems like just freezing hiring for a year or two would save you more money in the long run rather than having to rehire and rebuild all this expertise.

Re: Tech layoffs are feeding a new startup surge

#60

Earlier quoted context omitted.

99.9% of startups never have a need for more scale/infrastructure than a single VPS. Maybe a dedicated server. Cloud infrastructure is great when organizations actually need it. But I think most startups would save money and time by keeping it simple until they really need more.

> But I think most startups would save money and time by keeping it simple until they really need more. Having done this several times I can definitively say given my experience it's best to start in the cloud with a cloud native architecture. I can run a fully containerized application in ECS or EKS for a few hundred bucks a month. Why would I incur all the costs and limitations of a VPS or even worse a server I hav…

It seems like such a waste of time and complexity for a knob that only a tiny, tiny fraction of startups will ever have to turn.
Post reply on HN