Earlier quoted context omitted.
It seemed apparent right when the case was filed that Parler didn't have a leg to stand on. It was partly a play for publicity that plays well into their customer demographics, and a dying gasp of trying to seek some kind of injunctive help from the administration, no matter how impossible it seemed. Judging by how weak their infrastructure was in the first place, getting any kind of resilient hosting in place after…
I know effectively zero about Parler's infrastructure, but I would say it's not that uncommon to build a product tied specifically to AWS. What really surprised me though is that it took them days to get even a static homepage up.
Judge refuses to reinstate Parler after Amazon shut it down
441–450 of 652 posts
Re: Judge refuses to reinstate Parler after Amazon shut it down
#442Earlier quoted context omitted.
Probably because their workloads haven't stabilized at any meaningful threshold. You can only justify the capital expenditure if you know you can amortize it over time. Hard to do for a startup whose existence is being threatened. They are also a political hot potato, and would need the colo provider to agree to take them on and withstand the public pressure, which I doubt most would want.
Their proposed current hardware costs are a tiny capital outlay. Future current hardware costs are a tiny capital outlay. They will pay far more for bandwidth than they ever will for hardware.
Re: Judge refuses to reinstate Parler after Amazon shut it down
#443Earlier quoted context omitted.
Tech attorney here (with no relation to this specific matter). I wouldn't say they don't have a leg to stand on. I think it will prove to be very interesting.
Not an attorney, but I've read all the briefs in the case (you can too at https://www.courtlistener.com/docket/29095511/parler-llc-v-a... ). Count 1 (antitrust) fails because you need to actually allege a conspiracy, not just say "Twitter is also a customer of AWS!" I mean, I immediately realized it was deficient on their initial brief, because they didn't even back up enough evidence to satisfy their own citations ,…
This is the part I don't understand. Did they really think no one would notice it?
Re: Judge refuses to reinstate Parler after Amazon shut it down
#444Earlier quoted context omitted.
Those are... rather onerous HW requirements. Do you really need 20k cores to run a small-medium size social network? Asking because I have personal running a 40-50 million monthly users file sharing site on less than a tenth of that and most of it was done with Rails (itself not the most minimalist of frameworks).
Yeah, those requirements are quite steep for what Parler does. That being said, it is actually incredibly hard to scale any product that sees a sudden massive influx of users, media attention, and conflict like this. I mean this from a purely technical standpoint. If your customer base is doubling every few weeks, that's simply not enough time to hire more engineers, onboard them, and get their resources focused on o…
It seems they did not set a sufficient foundation for such a possibility, and got caught unprepared.
Re: Judge refuses to reinstate Parler after Amazon shut it down
#445A YouTube lawyer does a pretty good break down of the case. Parlers suit: https://m.youtube.com/watch?v=HFp5E7akgy8 Amazon response: https://m.youtube.com/watch?v=GB06JtDbtvU
I don't know enough about law to be able to tell if it's being presented with or without a bias, but that intro in the first link did not give me hope
Re: Judge refuses to reinstate Parler after Amazon shut it down
#446Earlier quoted context omitted.
Yeah, those requirements are quite steep for what Parler does. That being said, it is actually incredibly hard to scale any product that sees a sudden massive influx of users, media attention, and conflict like this. I mean this from a purely technical standpoint. If your customer base is doubling every few weeks, that's simply not enough time to hire more engineers, onboard them, and get their resources focused on o…
At this point, we actually do know how to scale a social media site though, and if you’re making a new one you should anticipate such exponential growth. It seems they did not set a sufficient foundation for such a possibility, and got caught unprepared.
Re: Judge refuses to reinstate Parler after Amazon shut it down
#447As much as I don't like Parler's digital death sentence from Silicon Valley, they should've known this was coming and prepared. It doesn't take a genius to know that such a controversial website is going to get dropped, even if it's just because it makes the webhost look bad. Yes it's unfair that Twitter gets away with hosting way worse content, but life is unfair, that doesn't mean you stick your head in the sand an…
Cloud platforms like AWS, Azure and GCP, are now the de-facto operating systems for web apps and services. Section 230 also provides them immunity from the content that gets hosted in those platforms. I find it unfortunate that we are in this situation where the platform providers are also playing the police. They should stick to being a platform and policing side of this should be left to the law enforcement. What w…
Re: Judge refuses to reinstate Parler after Amazon shut it down
#448Earlier quoted context omitted.
Probably because their workloads haven't stabilized at any meaningful threshold. You can only justify the capital expenditure if you know you can amortize it over time. Hard to do for a startup whose existence is being threatened. They are also a political hot potato, and would need the colo provider to agree to take them on and withstand the public pressure, which I doubt most would want.
Their proposed current hardware costs are a tiny capital outlay. Future current hardware costs are a tiny capital outlay. They will pay far more for bandwidth than they ever will for hardware.
Re: Judge refuses to reinstate Parler after Amazon shut it down
#449As much as I don't like Parler's digital death sentence from Silicon Valley, they should've known this was coming and prepared. It doesn't take a genius to know that such a controversial website is going to get dropped, even if it's just because it makes the webhost look bad. Yes it's unfair that Twitter gets away with hosting way worse content, but life is unfair, that doesn't mean you stick your head in the sand an…
The real problem is that Parler sincerely wanted to start a free speech platform, and this is another data point that the idea, while well intentioned, doesn't work. It's a just-world fallacy: because free speech is a good and just thing, a business model predicated on free speech will be successful. The first trouble is that you are opening the doors to all sorts of extremists. Whether they're far left, far right or…
Re: Judge refuses to reinstate Parler after Amazon shut it down
#450Earlier quoted context omitted.
At this point, we actually do know how to scale a social media site though, and if you’re making a new one you should anticipate such exponential growth. It seems they did not set a sufficient foundation for such a possibility, and got caught unprepared.
For sure. I shared this in another comment earlier, but they literally were using a free trial of Okta [1] to secure prod. This is why all of their user data got leaked. Their code was written to fail open, so if Okta didn't respond for some reason to auth requests, access was granted by default. [1] https://twitter.com/okta/status/1348191370528256002