Earlier quoted context omitted.
If you don’t mind when platforms get rid of spam, child porn, normal porn, doxxing, death threats, ISIS recruitment videos or assassination contracts, then guess what: censorship has value to you, too.
Maybe misogynistic metal and rap music too? Maybe violent music and movies and video games... Why stop, we’re on a roll Very likely the World would be a better place if we only had happy music, happy movies, happy art. No angry art. No angry expression.
Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
111–120 of 640 posts
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#112Earlier quoted context omitted.
Why not just use a web app? I don’t have the Twitter app installed because the web app does everything I need.
They have a Progressive Web App, which should be able to be loaded up and a home screen shortcut just like any app would. But it's not straight forward for Android (Parler users were trying to explain how to do it to each other with hilarious results), and I believe on Apple it can't be done. There have been called for regulating how Apple and Google protect their app stores after Parler was pulled, but I don't think…
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#113Earlier quoted context omitted.
Perhaps Parler did not realize that being aligned with conservatism was grounds for deplatforming. I am sure they will learn as will the whole world.
Fortunately being aligned with conservatism isn't grounds for deplatforming, as can be seen by the literal millions of conservatives on twitter who haven't been deplatformed. It's easy: you have a discussion about your political beliefs without telling the other person you're going to murder them for disagreeing with you.
Similar to how every mainstream comedian is persecuted and telling "unfiltered" jokes that they supposedly aren't allowed to anymore, and they'll totally get into trouble for it later.
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#114Parler was, at the end of the day, a somewhat amateurish Twitter clone whose essential growth hack was that they decided to serve as a kind of ban evasion mechanism for Twitter. They had virtually no organic growth of their own, they worked by accepting the banned castoffs from another service and promising not to do any moderation. And then we had a historical incident of political violence perpetrated by the same d…
> Parler was, at the end of the day, a somewhat amateurish Twitter clone whose essential growth hack was that they decided to serve as a kind of ban evasion mechanism for Twitter. The growth hack was to be funded by the Mercer family (Cambridge Analytica, Brexit) to the tune of a few million a year to help promote their agenda.
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#115I got the sense while crawling data from their API that the engineering quality is poor at Parler. Dates were represented as strings in "YYYYMMDD" format (so today would be "20210113053923") instead of UNIX timestamps, certain fields were duplicated for no reason (e.g. every object would have an identical "id" and "_id" key), counts of impressions/comments/etc would be the display strings rather than raw numbers (so…
Dates were represented as strings in "YYYYMMDD" format (so today would be "20210113053923") instead of UNIX timestamps Such a representation naturally avoids the Y2K38 problem, and could go beyond Y10K. It's traditional in Windows and DOS (neither of which have the Y2K38 problem) to store timestamps as a structure of fields. The other things you noted I agree with, however.
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#116In contrast, Gab actually owns their own ASN and announces their own routes[1]. Much harder to deplatform. I'd expect no less from a YC alum! [1] https://bgp.he.net/AS42651
They're only advertising to one peer. It's possible they have other peering arrangements in place they're not advertising to. Or maybe they're single homed. They also only have a single IPv4 /24 from ARIN. No IPv6. Not terribly robust or impressive. I've never used Gab or looked at their infrastructure before. A quick look shows they're behind Cloudflare. No clue where they're actually hosted or what the infra looks…
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#117Also embarrassing: https://www.vice.com/en/article/n7vqew/the-hacker-who-archiv... > donk_enby had originally intended to grab data only from the day of the Capitol takeover, but found that the poor construction and security of Parler allowed her to capture, essentially, the entire website. That ended up being 56.7 terabytes of data, which included every public post on Parler, 412 million files in all—including 150 m…
OH SHI-
This is a colossal mess up, on epic proportions.
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#118I got the sense while crawling data from their API that the engineering quality is poor at Parler. Dates were represented as strings in "YYYYMMDD" format (so today would be "20210113053923") instead of UNIX timestamps, certain fields were duplicated for no reason (e.g. every object would have an identical "id" and "_id" key), counts of impressions/comments/etc would be the display strings rather than raw numbers (so…
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#119Earlier quoted context omitted.
Not sure why the downvotes. This essentially is the same as my take. This is the inevitable result of pushing your brand as "no content moderation" but not actually having any skills or plans on what to do when it eventually caught up with them. Anyone familiar with 4chan knows that some of the earliest content that was banned on the platform include childporn and organizing raids/doxxing. If you read the terms of se…
This is factually false. There was moderation, there were terms of service and they banned appeals to violence from their site. The glee with which so many in tech are celebrating was essentially an attempt at corporate murder, on ideological grounds, is revolting.
Re: Pirate Bay founder thinks Parler’s inability to stay online is 'embarrassing'
#120I got the sense while crawling data from their API that the engineering quality is poor at Parler. Dates were represented as strings in "YYYYMMDD" format (so today would be "20210113053923") instead of UNIX timestamps, certain fields were duplicated for no reason (e.g. every object would have an identical "id" and "_id" key), counts of impressions/comments/etc would be the display strings rather than raw numbers (so…
Dates were represented as strings in "YYYYMMDD" format (so today would be "20210113053923") instead of UNIX timestamps Such a representation naturally avoids the Y2K38 problem, and could go beyond Y10K. It's traditional in Windows and DOS (neither of which have the Y2K38 problem) to store timestamps as a structure of fields. The other things you noted I agree with, however.