Hacker News new | ask | show | jobs
by woah 1600 days ago
> You could have a solid Airbnb clone in a couple months (I'd imagine)

I've never worked there, but I imagine you are hilariously wrong. You couldn't even make static copies of the website and mobile apps on all platforms in a couple months. That's not even talking about the servers needed to serve a high volume CRUD app with built in messaging platform. There's also the fact that none of it would stay running without the active maintenance by the ops team and developers. Zooming out, the consumer facing stuff we are talking about probably makes up about 10% of their total codebase and the practices around it. Zooming further out, the business would grind to a halt without the operational practices and personnel keeping it running.

You might be able to make a clone of what Airbnb looked like a few months after it started in a few months.

3 comments

While building all of airbnb is hard, let's look at a clone like outdoorsy, which is airbnb for rv's. It was very functional a year ago, and i doubt if it took a decent team more than a few months. The lore of how to build for scale is now far more widely known, and anyone doing dd on a codebase can figure out if scaling a monolith will require a full scorched earth or whether its has nice modularity allowing it to scale in flight, and/or get to fairly high scale with light application of autoscale shards and now commonplace cloud methodology.

The issue is brand and usability, and wordle has it. The method for social sharing is genius, i think. A great example of privacy by design (sharing is explicit and through an image not a share button going who knows where).

It would take months to make static copies of the website and mobile apps? There are youtube videos where a single guy does it in 40 minutes.

The AWS bill and ops are definitely relevant but didn't seem to be in the spirit of the original point about it taking X days to make. I didn't take "make" to include the effort of staffing up customer service people and whatnot. Maybe I should've but I dont think that's even what the person I responded to meant.

Web, Android, and iOS? Fully internationalized? Every single screen, including hundreds of variations that only apply to specific weird scenarios that you only see once you're managing hundreds of thousands of stays a day? Special promotions? Screens that only appear in specific markets? All of the little frontend interactions?

I'm guessing you saw a guy bang together one or two simple screens in english and skip a bunch of details

Akshually, you’re just a kill joy who thinks they’re always right all the time. Great job being literally correct but missing the point by a mile.
> There are youtube videos where a single guy does it in 40 minutes.

I don't believe this, but I'm happy to be proven wrong!

" That's not even talking about the servers needed to serve a high volume CRUD app with built in messaging platform. "

Nah, people use way too much bloatware in that stuff. OKCupid had a big advantage over its competitors back in the day because they wrote fast code that saved them a ton of bucks on servers. Some of it is FOSS now: see okws.org . These days I'd consider seastar.io as an alternative.