Live data from Hacker News

Etsy is under pressure to start acting more like a conventional company

bloomberg.com

111–120 of 232 posts

Re: Etsy is under pressure to start acting more like a conventional company

#111

Bizarre. I've only tried to use Etsy once, figuring it'd be a great place to get some sort of unique jewellery as a gift. It's filled with junk, both of the super-manufactured kind and of the "modern art" kind (someone glues 2 pieces of crap together and wants $500.) I haven't gone back, though I did enjoy the Regretsy blog while it was up. >Etsy’s insistence on running its own servers rather than using cloud-based s…

The cloud is very, very expensive. If you want low cost, you do your own servers for anything under 20 nodes. Which, given the power of modern machines and with unmethered bandwidth, will take you to the millions of user easily. I have setup a streaming website with 500k/d visitors, and it runs on 7 servers for 2000$ a month give or take. That's very, very cheap compared to GAE or AWS.

I think there's a couple sweet spots:

At stage one, with Stage two is a sweet spot where running your own 5-25 machines makes sense for stable, medium-sized, medium traffic businesses.

After that, though, stage 3 is when gets to be too much for one combination programmer/devops employee to manage in their spare time, and it makes sense to go back to the cloud and have someone else manage all of that for you. A lot of startups focused on rapid growth like to skip step 2 and go straight to this stage. When you outgrow the "do whatever's cheapest" stage of hosting, it can become untenable to explain to your investors that a few thousand in server hardware will probably be adequate for the next few years, and they'll see a nice return of a fraction of an employee per month on hosting if it's done most efficiently.

Somewhere in the stratosphere, stage 4 is when it again becomes more reasonable to hire an internal team to assemble and maintain your computing resources. Perhaps you can instead convince your investors that this is your target? After all, Facebook, Amazon, Google, and Microsoft are on their own hardware...

Re: Etsy is under pressure to start acting more like a conventional company

#112

I've lost count now of how many companies have started unconventional and then migrated to just being another regular old corporation with all the usual corporate problems. Investors are regular people and like regular people they like being around the devil they know vs the one they don't.

A business is always a business. The profits from it are owed to the owners, not the suppliers, nor the employees. If you want to do something different with those profits, then you should not invite other investors in as partners, then use some of their share of the profits to fund your own CEO cult.

It gets fuzzy when it comes to B-Corps. "In the United States, a benefit corporation is a type of for-profit corporate entity, authorized by 30 U.S. states and the District of Columbia[1] that includes positive impact on society, workers, the community and the environment in addition to profit as its legally defined goals. Benefit corporations differ from traditional C corporations in purpose, accountability, and transparency, but not in taxation. "

When investors put their money into a B-Corp they have decided to invest in a company that has declared that profit is not their only motive. I was working for the first B-Corp to become publicly traded. At that point the leadership was forced to test their idealist goals vs the pressures of forecastable quarter after quarter growth.

https://en.wikipedia.org/wiki/Benefit_corporation

Re: Etsy is under pressure to start acting more like a conventional company

#113

Earlier quoted context omitted.

There's still plenty of incredible hand-made and vintage furniture and interior design objects on Etsy. The problem, as ever, is about filtering. For every quality piece there 50 amateurish things cobbled together from steel pipes and reclaimed wood (or worse: distressed "shabby chic" furniture made to look like something you'd find in an old B&B on the French Riviera). With all the AI being thrown around, can't some…

> With all the AI being thrown around, can't someone build a "tastefulness" filter? It turns out taste varies.

Still sounds like an interesting problem.

Perhaps a set of AI filters could be built, and Netlix or Pandora style whichever one a person agrees with more often is selected and more results from it are presented to them.

Or perhaps a Convolution Network trained to filter per person or something equally wasteful if the allocations of Etsy's budget actually match the article. But of course those GPUs would be locally sourced and powered by renewable hamster wheels and 100% organic hamsters.

Re: Etsy is under pressure to start acting more like a conventional company

#114

Earlier quoted context omitted.

There's still plenty of incredible hand-made and vintage furniture and interior design objects on Etsy. The problem, as ever, is about filtering. For every quality piece there 50 amateurish things cobbled together from steel pipes and reclaimed wood (or worse: distressed "shabby chic" furniture made to look like something you'd find in an old B&B on the French Riviera). With all the AI being thrown around, can't some…

> With all the AI being thrown around, can't someone build a "tastefulness" filter? It turns out taste varies.

I would argue (somewhat tongue in cheek) that people who don't have a taste [1] don't need a filter. The filter is for people who want to climb above the trash, not for those who willingly submerge themselves.

[1] https://www.etsy.com/shop/GrainyDayCreations, https://www.etsy.com/shop/PurpleHeartUK, https://www.etsy.com/shop/BigSwigDesign, https://www.etsy.com/shop/CraftyMamaGifts, etc.

Re: Etsy is under pressure to start acting more like a conventional company

#115
I thought Etsy already sold out? Everything I hear from people who sell on there is that it is loaded with Chinese mass produced crap?

I am not sure if people see the contradiction of the platform, create a massive global online market place for handmade, unique expensive items. I mean, how could those two things every come into conflict with each other?

Re: Etsy is under pressure to start acting more like a conventional company

#116

Earlier quoted context omitted.

There has to be something very wrong when an article about the problems with a company that facilities an online marketplace is talking about the details of how their servers are run and paid for.. By this I mean that in such a business the issues surrounding servers and even software should be very minor compared to the bread and butter of helping people sell stuff so money is made. The costs of said servers and sof…

Except traditional "cloud" hosting is wicked expensive in comparison. Ideally you should shoot for a hybrid model where excess capacity spills into AWS/GCE/Azure. For example: A dedicated m4.16xLarge EC2 instance in AWS is $3987/month. You could build that same server for $15,000 through Dell, lease it at $400/month (OpEx), and colo it with a 1GB/s connection for $150/month.

On the other hand, a reserved m4.Large instance is $45/month. After a year of that, you're just $550 into hosting, barely enough to select and order the case and power supply for your server. It would be 30 years before you paid the cost of that Dell, so unless you actually need that power and your time is free, it's easier to let this be a tiny fraction of Amazon's expenses and workload than a big part of yours.

Re: Etsy is under pressure to start acting more like a conventional company

#117
post #65

Earlier quoted context omitted.

As I said, there are benefits to not using cloud, sure. But don't pitch it as because anyone that loves programming should build their own servers.

Build their own? Probably not, unless they are doing it at massive scale and the cost of replacing parts beats out buying a server with a 3/5/7 year warranty. If you have static usage, or at least a base load owning your own hardware to support it does make sense though, colo space is cheap, the biggest disadvantage from a financial perspective to owning your own gear is you have a depreciating CapEx instead of a 100…

I don't know what the current state of things is, but 5 years ago they were doing a mix of buying off the shelf and building their own supermicro-based systems.

https://codeascraft.com/2012/08/31/what-hardware-powers-etsy...

Re: Etsy is under pressure to start acting more like a conventional company

#118

Bizarre. I've only tried to use Etsy once, figuring it'd be a great place to get some sort of unique jewellery as a gift. It's filled with junk, both of the super-manufactured kind and of the "modern art" kind (someone glues 2 pieces of crap together and wants $500.) I haven't gone back, though I did enjoy the Regretsy blog while it was up. >Etsy’s insistence on running its own servers rather than using cloud-based s…

The cloud is very, very expensive. If you want low cost, you do your own servers for anything under 20 nodes. Which, given the power of modern machines and with unmethered bandwidth, will take you to the millions of user easily. I have setup a streaming website with 500k/d visitors, and it runs on 7 servers for 2000$ a month give or take. That's very, very cheap compared to GAE or AWS.

> If you want low cost, you do your own servers for anything under 20 nodes.

This seems unlikely to be true unless your software engineers love doing ops (and the needs of the business don't need those on software.)

The salaries of having Operations that can replace failed hardware 24/7 (and w/ vacations) alone is more expensive than a company like Etsy should have in ops. Then there is the cost of the pipe, power, and redundancies. Even higher up, managing all of the depreciation in accounting is going to have costs compared to a expense line item.

Re: Etsy is under pressure to start acting more like a conventional company

#119

Earlier quoted context omitted.

There has to be something very wrong when an article about the problems with a company that facilities an online marketplace is talking about the details of how their servers are run and paid for.. By this I mean that in such a business the issues surrounding servers and even software should be very minor compared to the bread and butter of helping people sell stuff so money is made. The costs of said servers and sof…

Except traditional "cloud" hosting is wicked expensive in comparison. Ideally you should shoot for a hybrid model where excess capacity spills into AWS/GCE/Azure. For example: A dedicated m4.16xLarge EC2 instance in AWS is $3987/month. You could build that same server for $15,000 through Dell, lease it at $400/month (OpEx), and colo it with a 1GB/s connection for $150/month.

Except then you're stuck with a $15K server, and you had to spend all 15K up front. What happens when a component prematurely fails? Better buy two. What about the person-hours you spend with ISPs, CoLo provider, etc? You want network redundancy? Big ISP bills.

Yes, cost per compute measurable (memory, CPU, etc) is higher in the cloud. But what's never mentioned when people complain about the cloud being expensive:

a) ISP and CoLo costs

b) Redundancy/Multiple AZs

c) Backups

d) Failure recovery/cutover

e) Support

f) Monitoring/Health statistics

g) The other goodies that come along with being in the cloud(Lambda, CloudFront, Route53, SQS, etc)

I feel like we're at a point where people should have to justify why they are running their own data centers vs. having to justify why they're running in the cloud. There's obviously many very good reasons to do either, or both, but if you don't already have a data center, you better have some damn good reasons for starting one up.

Re: Etsy is under pressure to start acting more like a conventional company

#120

Bizarre. I've only tried to use Etsy once, figuring it'd be a great place to get some sort of unique jewellery as a gift. It's filled with junk, both of the super-manufactured kind and of the "modern art" kind (someone glues 2 pieces of crap together and wants $500.) I haven't gone back, though I did enjoy the Regretsy blog while it was up. >Etsy’s insistence on running its own servers rather than using cloud-based s…

Yup, everytime I hear someone complain about capitalism I eyeroll because they clearly aren't "woke" enough to realize that capitalism is the reason they can remain blissfully ignorant of how capitalism supports their blissful ignorance. Capitalism isn't without its bugaboos, but the wholesale rejection I hear people making can only come from a place of ignorance.

Public healthcare, social safety nets, public infrastructure/libraries/parks/schools, government regulation on products that can harm citizens, etc and about a boatload of other things that are considered good/valuable/moral/ are about as anti-capitalist as you can get. Capitalism promotes exploitation (of people, resources, information), socialism levels the playing field. In some cases, the exploitation leads to progress.

>but the wholesale rejection I hear people making can only come from a place of ignorance.

You went from "complaining about capitalism" to "wholesale rejection of capitalism". We call that shifting-of-goal-posts-ism. :P

Post reply on HN